summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-03-21Add a tcps_sc_seedrandom counter in TCP SYN cache and netstat -s.Alexander Bluhm
2016-03-21Instead of creating a socket with socket() or accept() and thenPhilip Guenther
2016-03-21Handle kbind()'s third argument correctlyPhilip Guenther
2016-03-20whitespace: remove a space before a tab and a trailing tab.tb
2016-03-20" the the " -> " the ", or in a couple of cases replace the superfluousKenneth R Westerback
2016-03-20LOCALE_CHARSETS has been unused for some time nowJeremie Courreges-Anglas
2016-03-19By issuing :e +something in vi(1) this uncovers a backwards memcpy with themestre
2016-03-19if -a is specified, allow "dns" in pledge requests.Theo de Raadt
2016-03-18double word;Jason McIntyre
2016-03-18Make scrolling behaviour more sensible and maintain cursor position, asNicholas Marriott
2016-03-18Make the SCRIPT_NAME logic simpler, safer, and make it actually work;Ingo Schwarze
2016-03-18Instead of reusing MouseUp at the finish of a drag, add a new keyNicholas Marriott
2016-03-18document short URIsIngo Schwarze
2016-03-17make man(1) mode the default rather than apropos(1) modeIngo Schwarze
2016-03-17Show modes for buffers more clearly. ok jasper@Mark Lumsden
2016-03-17support short URIs for man.openbsd.orgIngo Schwarze
2016-03-17Last parameter to execl[e]() functions *must* be cast to a pointer.Kenneth R Westerback
2016-03-17UseDNS affects ssh hostname processing in authorized_keys, notDamien Miller
2016-03-17simplify previous; ok bentleyJason McIntyre
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