summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-03-17Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.Anthony J. Bentley
2016-03-17Add error checking for COLUMNS/LINES environment variables.Anthony J. Bentley
2016-03-16notab mode is not enabled at the moment.Mark Lumsden
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2016-03-16style(9) includesmmcc
2016-03-16Wrap a macro's args in parentheses. No binary change.mmcc
2016-03-15'accomodate' -> 'accommodate' in comments.Kenneth R Westerback
2016-03-15 o clean up a little whitespace and formattingmmcc
2016-03-15Replace two malloc casts that deraadt@ and I removed over the past yearmmcc
2016-03-14unbreak authentication using lone certificate keys in ssh-agent:Damien Miller
2016-03-13remove an extra space before ^\ help message.martijn
2016-03-13Recognize ipmi, vscsi, pvbus, udl, fuse, trunk, pipex and memrangenatano
2016-03-12Use 12 chars for pool name in "systat pool" to match vmstat -m. ok stefan@Stuart Henderson
2016-03-11un-un-vax;Jason McIntyre
2016-03-10sanitise characters destined for xauthDamien Miller
2016-03-09We are done providing support for the vax.Theo de Raadt
2016-03-08Actually enforce what was done on rev 1.11:mestre
2016-03-07refactor canohost.c: move functions that cache results closer to theDamien Miller
2016-03-06Improve display of unknown and KTR_START recordsPhilip Guenther
2016-03-06No more compat emulations, so remove ktrace EMUL records and the baggagePhilip Guenther
2016-03-06Sync 'archive' magic from file 5.25. Various improvements includingStuart Henderson
2016-03-05Make the fd_set* passed to FD_ISSET() non-const: the non-macro version isPhilip Guenther
2016-03-05If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8Nicholas Marriott
2016-03-05safer pattern: if you're interested in one child, get THAT one, don't stealMarc Espie
2016-03-05Do not use c->cwd or s->cwd if it is NULL, found by Ben Boeckel.Nicholas Marriott
2016-03-05Although we always have en_US.UTF-8 on OpenBSD, some platforms do not,Nicholas Marriott
2016-03-04fix broken listDmitrij Czarkoff
2016-03-04fix typoDmitrij Czarkoff
2016-03-04fix ClientAliveInterval when a time-based RekeyLimit is set;Damien Miller
2016-03-03show-* and set-* need to handle a missing target.Nicholas Marriott
2016-03-03Accept clients as sessions in cmd_find_get_session.Nicholas Marriott
2016-03-03RGB colours shouldn't be mixed up with aixterm colours, return beforeNicholas Marriott
2016-03-02Improve accuracy of reported transfer speeds by waiting for the ack fromDarren Tucker
2016-03-02Improve precision of progressmeter for sftp and scp by storing sub-secondDarren Tucker
2016-03-02Handle wcwidth() and mbtowc() failures in better style and dropNicholas Marriott
2016-03-02Limit x, y and b to 0x7ff for UTF-8 mouse input, suggested by schwarze@.Nicholas Marriott
2016-03-01Rectify line numbers for s/.// commands in ed-style diffs.natano
2016-03-01Remove some more unused variables, and use RB_FOREACH_SAFE inNicholas Marriott
2016-03-01Redraw status on mode entry and exit.Nicholas Marriott
2016-03-01When a mouse drag is finished, fire a MouseUp key press, instead ofNicholas Marriott
2016-03-01Remove unused variables, from Michal Mazurek.Nicholas Marriott
2016-03-01Use system wcwidth() instead of carrying around UTF-8 width tables.Nicholas Marriott
2016-03-01Fix break-pane synopsis and some other tmux.1 bits.Nicholas Marriott
2016-03-01update currency exchange rates;Jason McIntyre
2016-03-01Update moduli file.Darren Tucker
2016-02-29Print ssize_t with %zd; ok deraadt@ mmcc@Jeremie Courreges-Anglas
2016-02-28rearrange DH public value tests to be a little more clearDamien Miller
2016-02-28drop the support for Linux emulation; ok guenther@ visa@Christian Weisgerber
2016-02-28Support for running Linux binaries under emulation is going away.Christian Weisgerber
2016-02-26there is no emulation "bsd", our default is "native"; ok deraadt@ millert@Christian Weisgerber