summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-01-16turns out there WAS something fishy in signal handling in the "generic"Marc Espie
2020-01-15Move local file handling out of url_get()Jeremie Courreges-Anglas
2020-01-15Print the correct field, sb_timeo has been replaced by sb_timeo_nsecs.Martin Pieuchot
2020-01-14sync ssh-keygen.1 and ssh-keygen's usage() with each other and realityChristian Weisgerber
2020-01-13move function around to minimize conflictsMarc Espie
2020-01-13forgot to remove Job_Begin/Job_EndMarc Espie
2020-01-13proper prototypeMarc Espie
2020-01-13forgot gc'ing one functionMarc Espie
2020-01-13make the choice of engine explicitMarc Espie
2020-01-13unify compat mode and parallelmode a bit: there's no longer a need forMarc Espie
2020-01-13make things more complex so that they can become simpler:Marc Espie
2020-01-13less confusing function nameMarc Espie
2020-01-13introduce a JOB_KEEPERROR flag so that the logic for moving jobsMarc Espie
2020-01-13cleanup headerMarc Espie
2020-01-13zap more unneeded indirection, may_continue_job is enoughMarc Espie
2020-01-13remove_job no longer pulls its weightMarc Espie
2020-01-13better name for functionMarc Espie
2020-01-13simplify the way we account for different jobs:Marc Espie
2020-01-13and actually comment about itMarc Espie
2020-01-13move expensive heuristics a bit and explain better why we do thatMarc Espie
2020-01-13concept borrowed from netbsd: turns out SPECIAL_SOURCE/TARGET is no longerMarc Espie
2020-01-13move a large chunk of suff.c into its own file (independent functions whichMarc Espie
2020-01-13move documentation around to be more specific to suff.cMarc Espie
2020-01-13a lot of special keywors (.INCLUDE/.LIBRARIES) were removed a few releasesMarc Espie
2020-01-13introduce a "Buf_Reinit" function for handling static buffers that canMarc Espie
2020-01-13tweak special node creation to be simpler: nodes created for special keywordsMarc Espie
2020-01-13document special values.Marc Espie
2020-01-13Stop handling DA and DSR after a second (they should be the first thingNicholas Marriott
2020-01-13Be more specific in the DSR we are looking for so it doesn't getNicholas Marriott
2020-01-13Treat plausible but invalid keys (like C-BSpace) as literal like anyNicholas Marriott
2020-01-12Detect iTerm2 and enable DECSLRM.Nicholas Marriott
2020-01-12The terminal type was never as much use as I expected so remove it inNicholas Marriott
2020-01-12Add support for human readable numbers where applicable.Martijn van Duren
2020-01-12Loop over all DA features, don't skip the first.Nicholas Marriott
2020-01-11When autogenerating one layout cell from a data cell just beyond theIngo Schwarze
2020-01-11Fix a logic error:Ingo Schwarze
2020-01-11revise the fix for reversed arguments on expand_proxy_command()Christian Weisgerber
2020-01-11Print more tbl(7) details to help debugging:Ingo Schwarze
2020-01-10pass the log-on-stderr flag and log level through to ssh-sk-helper,Damien Miller
2020-01-10Unbreak channel duplication (aka -j option).Alexandre Ratchov
2020-01-10autocapitalize=none; also from Tim BaumgardIngo Schwarze
2020-01-10Switch off the useless and annoying "autocomplete" feature;Ingo Schwarze
2020-01-09fix reversed arguments on expand_proxy_command(); spotted byDamien Miller
2020-01-08Do not hang in format_trim_* on invalid UTF-8 characters.Nicholas Marriott
2020-01-08fix -q: in compatMode, compute and return outofdate just like parallel mode.Marc Espie
2020-01-08Skip whitespace before tokens, too.Ingo Schwarze
2020-01-08Add -Z to default switch-client command in tree mode, matches previousNicholas Marriott
2020-01-07If the client provides a TLS certificate and the user specifies aAlexander Bluhm
2020-01-07zap trailing whitespace;Jason McIntyre
2020-01-07Clarify that zero matches are not an error.Vadim Zhukov