summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix so tmux correctly sends the cvvis (cursor very visible) capabilitynicm2021-03-122-16/+30
* spellingjsg2021-03-124-13/+13
* Add ModuliFile keyword to sshd_config to specify the location of thedtucker2021-03-126-12/+49
* pwcopy() struct passwd that we're going to reuse across a bunch ofdjm2021-03-121-1/+2
* Tidy old jobs every hour instead of every 30 seconds.nicm2021-03-113-28/+36
* Add an "absolute-centre" alignment to use the centre of the total spacenicm2021-03-115-36/+204
* Add split-window -Z to start the pane zoomed, GitHub issue 2591.nicm2021-03-1114-52/+66
* zlib functions take a gzFile not gzFile * (gzFile is already a pointer).millert2021-03-103-7/+7
* sndiod: When a slot structure is recycled allocate new controlratchov2021-03-101-27/+8
* sndiod: Style tweak: swap if/else code blocks in slot_new()ratchov2021-03-101-16/+16
* Import regenerated moduli file.dtucker2021-03-106-405/+445
* no need to reset buffer after send_msg() as that is done for us;djm2021-03-101-3/+1
* Allow cursor to be just after match if copying, GitHub issue 2602.nicm2021-03-091-3/+6
* Copy mode improvements from Anindya Mukherjee:nicm2021-03-092-79/+55
* Start looking at parsing text to find separators.lum2021-03-081-5/+26
* Put regex tests into a function.lum2021-03-081-40/+32
* sndiod: Use chronological order for {dev,port}_listratchov2021-03-083-22/+29
* sndiod: Initialize dev->master_enabled earlierratchov2021-03-081-2/+2
* sndiod: Style tweak: uniformize pattern to access ctlslot_arrayratchov2021-03-081-4/+6
* use a journal reference instead of cstr when possiblejsg2021-03-082-9/+14
* Add some references, most of these were removed when we stopped buildingjsg2021-03-0812-25/+116
* v1/v2 find is different to pwb/v5 findjsg2021-03-071-4/+13
* Fix PRINT macro, the suffix param to sshlog() was missing.millert2021-03-061-21/+20
* put back Lst_Destroy(paths) where it belongsespie2021-03-061-2/+6
* If there is a problem with opening a directory via M-x dired, let thelum2021-03-051-2/+5
* warn about proper usage of Lst_Destroy.espie2021-03-041-1/+6
* better if I commit the version which actually includes the header ;)espie2021-03-041-1/+2
* somehow I forgot to add copyright and to include the right prototypes.espie2021-03-042-0/+50
* don't sshbuf_get_u32() into an enum; reported by goetze ATdjm2021-03-031-4/+4
* typo in other_hostkeys_message() display output, ok djmsthen2021-03-031-2/+2
* sndiod: Move MTC/MMC state to its own global structureratchov2021-03-035-153/+178
* sndiod: Move MIDI control endpoint to opt structureratchov2021-03-035-165/+200
* sndiod: Move controls out of the device structureratchov2021-03-035-236/+380
* sndioctl: Flush stdout before pollingratchov2021-03-031-1/+2
* remove unreachable and unneeded codejsg2021-03-031-3/+1
* needs FILE*; from Mike Frysingerdjm2021-03-031-1/+2
* Fix size computation in replace_repeat() for special_case REPEAT_WITH_Q.millert2021-03-021-7/+4
* It is now possible to define single value variables in the startup file:lum2021-03-021-24/+24
* This diff soaks up the user input while the the maximum characterlum2021-03-021-5/+8
* Update logging with comments made by florian@ some time ago (i've notlum2021-03-022-158/+102
* sndiod: Allow alternative devices to support different modes.edd2021-03-022-103/+116
* Do not use NULL active window; also do not leak window name. GitHubnicm2021-03-022-3/+5
* Drop support for popups where the content is provided directly to tmuxnicm2021-03-0210-321/+108
* openssh-8.5djm2021-03-021-2/+2
* escape quotes and remove some unneccessary Pp; ok nicmjmc2021-03-011-8/+6
* Put the hardcoded '\n' character which is found throughout mg into alum2021-03-0116-42/+50
* There is no need to call del_curterm in the server anymore.nicm2021-03-011-4/+1
* Add some text with examples of ; as a separator, GitHub issues 2522 andnicm2021-03-011-2/+65
* update currency exchange rates;jmc2021-03-011-38/+38
* Add %k to list of keywords. From Eero Häkkinenvia bz#3267dtucker2021-02-281-3/+3