summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-07-27kp can be NULL (eg, stale utmp entry), so adjust the comment.Jeremie Courreges-Anglas
2017-07-27Add pane_at_left/right/top/bottom formats, from Amos Bird.Nicholas Marriott
2017-07-26Always reset the alerts timer so it works even if activity and silenceNicholas Marriott
2017-07-26Make bell, activity and silence alerting more consistent:Nicholas Marriott
2017-07-26Teach whois(1) to use the new whois referral field name which has now goneStuart Henderson
2017-07-26Fix a typo that caused a non-constant stringIngo Schwarze
2017-07-26Cast the return value of chdir(2) to void. We already have a commentIngo Schwarze
2017-07-25Make WinSCP patterns for SSH_OLD_DHGEX more specific to exclude WinSCPDarren Tucker
2017-07-24Simplify mail sending.Jeremie Courreges-Anglas
2017-07-24turn stupid message into a proper warning.Marc Espie
2017-07-24GC old cruft.Marc Espie
2017-07-24g/c unused variable; make a little more portableDamien Miller
2017-07-23Allow IPQoS=none in ssh/sshd to not set an explicit ToS/DSCP valueDamien Miller
2017-07-23Recognize '-weak' in our libtool, helps at least xine-lib to build.Vadim Zhukov
2017-07-23Fix SPLICE in LT::UList, allowing more ports to build.Vadim Zhukov
2017-07-22Delete extra whitespacesJeremie Courreges-Anglas
2017-07-22err(1, "whatever") -> err(1, NULL) for malloc(3) failuresJeremie Courreges-Anglas
2017-07-22use automatic variables rather than globals; no functional change;Ingo Schwarze
2017-07-22no need to cast signal(3) and fprintf(3) return values to (void)Ingo Schwarze
2017-07-21Use the actual width written rather than the possible width to clear.Nicholas Marriott
2017-07-21Trim trailing spaces from full line when it is clearly OK to do so.Nicholas Marriott
2017-07-21Allow ispunct() as well as isalnum() when parsing initial window names.Nicholas Marriott
2017-07-21fix two nasty out-of-bound accesses that killed (sporadically mk38 and mk38bis.Marc Espie
2017-07-21Add -c for respawn-pane and respawn-window, from J Raynor.Nicholas Marriott
2017-07-21I'm equally upset as Kurt Mosiejczuk, who found irrelevant 22-yearTheo de Raadt
2017-07-20Don't exit on invalid config lines, yet return a proper exit status.Jeremie Courreges-Anglas
2017-07-20For -Tlint, put parser messages on stdout instead of stderr.Ingo Schwarze
2017-07-20Do not call err(3) from the parser. Call mandoc_vmsg() andIngo Schwarze
2017-07-20Add missing <time.h> header.Okan Demirmen
2017-07-20correctly handle letters in .Nx arguments; improves for exampleIngo Schwarze
2017-07-20Add comments to explain correct code that might look wrong.Alexandre Ratchov
2017-07-20Fix debug printf used to report kernel bugs: print par.bps insteadAlexandre Ratchov
2017-07-20Fix integer overflow that would causes >12 hours filesAlexandre Ratchov
2017-07-20Replace usage of strtol() with strtonum().anton
2017-07-19remove some spacing; ok schwarzeJason McIntyre
2017-07-19Prefer arch-dependent over arch-independent pages if the name priority,Ingo Schwarze
2017-07-19Allow HFSC classes to use flow queuesMike Belopuhov
2017-07-19more depends gc / yacc rules overhaulMarc Espie
2017-07-19A few cleanups. This only needs to operate on systems with SIGWINCH,Theo de Raadt
2017-07-19depend is deadMarc Espie
2017-07-19fix support for unknown key types; ok djm@Markus Friedl
2017-07-19switch from select() to poll() for the ssh-agent mainloop; ok markusDamien Miller
2017-07-16The only elements using floats are dt.It-tag, so the only elementsIngo Schwarze
2017-07-15grammar was ass backwards;Jason McIntyre
2017-07-15In .Bl -tag and -hang, do not print a margin-left style attributeIngo Schwarze
2017-07-15use the same width increase logic for .Bl -hang as for .Bl -tagIngo Schwarze
2017-07-15Add a "-T tlscompat" option to nc(1), which enables the use of all TLSJoel Sing
2017-07-15If -column, -diag, -inset, -item, or -ohang lists have a -width,Ingo Schwarze
2017-07-15correct left margins for different classes of definition listsIngo Schwarze
2017-07-15Print the right character for mathematical overbar.Anthony J. Bentley