summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-03-16Add client-detached notification in control mode, from Mohsin Kaleem.Nicholas Marriott
2021-03-16don't let logging clobber errno before useDamien Miller
2021-03-15Do not crash if there is no item to show command error, from AnindyaNicholas Marriott
2021-03-13only try to set timestamps on files; avoids error with ftp -o /dev/nullStuart Henderson
2021-03-12Fix so tmux correctly sends the cvvis (cursor very visible) capabilityNicholas Marriott
2021-03-12spellingJonathan Gray
2021-03-12Add ModuliFile keyword to sshd_config to specify the location of theDarren Tucker
2021-03-12pwcopy() struct passwd that we're going to reuse across a bunch ofDamien Miller
2021-03-11Tidy old jobs every hour instead of every 30 seconds.Nicholas Marriott
2021-03-11Add an "absolute-centre" alignment to use the centre of the total spaceNicholas Marriott
2021-03-11Add split-window -Z to start the pane zoomed, GitHub issue 2591.Nicholas Marriott
2021-03-10zlib functions take a gzFile not gzFile * (gzFile is already a pointer).Todd C. Miller
2021-03-10sndiod: When a slot structure is recycled allocate new controlAlexandre Ratchov
2021-03-10sndiod: Style tweak: swap if/else code blocks in slot_new()Alexandre Ratchov
2021-03-10Import regenerated moduli file.Darren Tucker
2021-03-10no need to reset buffer after send_msg() as that is done for us;Damien Miller
2021-03-09Allow cursor to be just after match if copying, GitHub issue 2602.Nicholas Marriott
2021-03-09Copy mode improvements from Anindya Mukherjee:Nicholas Marriott
2021-03-08Start looking at parsing text to find separators.Mark Lumsden
2021-03-08Put regex tests into a function.Mark Lumsden
2021-03-08sndiod: Use chronological order for {dev,port}_listAlexandre Ratchov
2021-03-08sndiod: Initialize dev->master_enabled earlierAlexandre Ratchov
2021-03-08sndiod: Style tweak: uniformize pattern to access ctlslot_arrayAlexandre Ratchov
2021-03-08use a journal reference instead of cstr when possibleJonathan Gray
2021-03-08Add some references, most of these were removed when we stopped buildingJonathan Gray
2021-03-07v1/v2 find is different to pwb/v5 findJonathan Gray
2021-03-06Fix PRINT macro, the suffix param to sshlog() was missing.Todd C. Miller
2021-03-06put back Lst_Destroy(paths) where it belongsMarc Espie
2021-03-05If there is a problem with opening a directory via M-x dired, let theMark Lumsden
2021-03-04warn about proper usage of Lst_Destroy.Marc Espie
2021-03-04better if I commit the version which actually includes the header ;)Marc Espie
2021-03-04somehow I forgot to add copyright and to include the right prototypes.Marc Espie
2021-03-03don't sshbuf_get_u32() into an enum; reported by goetze ATDamien Miller
2021-03-03typo in other_hostkeys_message() display output, ok djmStuart Henderson
2021-03-03sndiod: Move MTC/MMC state to its own global structureAlexandre Ratchov
2021-03-03sndiod: Move MIDI control endpoint to opt structureAlexandre Ratchov
2021-03-03sndiod: Move controls out of the device structureAlexandre Ratchov
2021-03-03sndioctl: Flush stdout before pollingAlexandre Ratchov
2021-03-03remove unreachable and unneeded codeJonathan Gray
2021-03-03needs FILE*; from Mike FrysingerDamien Miller
2021-03-02Fix size computation in replace_repeat() for special_case REPEAT_WITH_Q.Todd C. Miller
2021-03-02It is now possible to define single value variables in the startup file:Mark Lumsden
2021-03-02This diff soaks up the user input while the the maximum characterMark Lumsden
2021-03-02Update logging with comments made by florian@ some time ago (i've notMark Lumsden
2021-03-02sndiod: Allow alternative devices to support different modes.Edd Barrett
2021-03-02Do not use NULL active window; also do not leak window name. GitHubNicholas Marriott
2021-03-02Drop support for popups where the content is provided directly to tmuxNicholas Marriott
2021-03-02openssh-8.5Damien Miller
2021-03-01escape quotes and remove some unneccessary Pp; ok nicmJason McIntyre
2021-03-01Put the hardcoded '\n' character which is found throughout mg into aMark Lumsden