summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-08-06Present the default choice before the colon in prompts. Matches GNU EmacsBrian Callahan
2017-08-02When performing an inverted search in less, make sure to invalidate the matchanton
2017-08-02No longer use names that only occur in the SYNOPSIS section as namesIngo Schwarze
2017-08-02Add selection_present format so commands in copy mode can use it, GitHubNicholas Marriott
2017-08-01Apply stricter pledge rules if possible. These are based on the usage ofMartijn van Duren
2017-08-01Remove self assignment.anton
2017-08-01update currency exchange rates;Jason McIntyre
2017-07-31Silence some warnings generated by clang.Martijn van Duren
2017-07-31Ignore explicitly specified negative column widths rather thanIngo Schwarze
2017-07-31Fix an out of bounds read access to a constant array that causedIngo Schwarze
2017-07-31print the number of GCs with print_fld_size instead of print_fld_uint.David Gwynne
2017-07-30Remove outdated count of the number of available assignment operators.anton
2017-07-29return -1 in error path of non-void function, pointed out by clangFlorian Obser
2017-07-29Goodbye, sys/dkbad.h, you lost your last friend when sparc was removed.Vadim Zhukov
2017-07-28Fix some warnings: p1() and p2() are only declared without arguments soNicholas Marriott
2017-07-28When the mparse_alloc() prototype changed in read.c 1.151, updatingIngo Schwarze
2017-07-28use & to check if a bit is set in a flag; pointed out by clangFlorian Obser
2017-07-28Show pane title in window list for windows with only one pane.Nicholas Marriott
2017-07-27An array is never NULL; pointed out by clang.Florian Obser
2017-07-27uint32_t is never < 0; pointed out by clang.Florian Obser
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