summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-10-05use default shell /bin/sh if $SHELL is ""; ok markus@Damien Miller
2010-10-02style cleanup, no functional change:Ingo Schwarze
2010-10-01turn off -g tooDamien Miller
2010-10-01oops, didn't mean to turn -Werror on for everyone.Damien Miller
2010-10-01adapt to API changes in openssl-1.0.0aDamien Miller
2010-10-01* need a space before .No even if it starts with a closing delimiterIngo Schwarze
2010-10-01more EXIT STATUS tweaks; from Daniel DickmanJason McIntyre
2010-09-30prevent free() of string in .rodata when overriding AuthorizedKeys inDamien Miller
2010-09-29Support for update -C, from zinovik.Nicholas Marriott
2010-09-29it's valid syntax for .pc files to have:Jasper Lievisse Adriaanse
2010-09-29Ensure that we always parse all deltas before expecting "desc" keyword.Tobias Stoeckmann
2010-09-29various EXIT STATUS fixes; from Daniel DickmanJason McIntyre
2010-09-28Make -k work in clientmode by passing the right socket to theClaudio Jeker
2010-09-28Nuke a leftover RB tree declaration spotted by blambert.Nicholas Marriott
2010-09-27Merge the last bits of 1.10.6 (released today), most were already in:Ingo Schwarze
2010-09-27Have cvs_file_walkdir() ignore CVS/ directories when walking a repository tree.Joshua Elsasser
2010-09-26new sentence, new line;Jason McIntyre
2010-09-26when performing an "ls" in columnated (short) mode, only callDamien Miller
2010-09-26Two new options:Nicholas Marriott
2010-09-26If an explicit scope is still open at the end of an input file,Ingo Schwarze
2010-09-26sync to bsd.lv:Ingo Schwarze
2010-09-26consolidate all enclosure opening and closing functionsIngo Schwarze
2010-09-26Modify the permissions on the socket when adding or removing +x to showNicholas Marriott
2010-09-26no punctuation after .%* outside .RsIngo Schwarze
2010-09-26add a "mips64" architecture; requested by/ok miodJason McIntyre
2010-09-25detach-on-destroy is a session option, not server.Nicholas Marriott
2010-09-25make use of new glob(3) GLOB_KEEPSTAT extension to save extra serverDamien Miller
2010-09-24-M and -N are posix extensions too; from Joachim SchipperJason McIntyre
2010-09-24Add timingsafe_bcmp(3) to libc, mention that it's already in theMatthew Dempsky
2010-09-24add a little padding to make SYNOPSIS line up nicely;Jason McIntyre
2010-09-24Now that HW_DISKNAMES returns xx0: or xx0:uid entries, we must truncateTheo de Raadt
2010-09-23When the HEAD of an .Nm block in the SYNOPSIS might be widerIngo Schwarze
2010-09-23Count trailing escaped blanks correctly;Ingo Schwarze
2010-09-23Kill tn3270.Paul Irofti
2010-09-23Unlink tn3270 from the build.Paul Irofti
2010-09-23Add cvs_mkdir() for recursive directory creation on import, based on aNicholas Marriott
2010-09-23Plug memory leak in rcs_getrev, from zinovik.Nicholas Marriott
2010-09-23"British defeat the French at the Plains of Abraham" was 1759, not 1788;Jason McIntyre
2010-09-23add KexAlgorithms to the -o list;Jason McIntyre
2010-09-23add [-l limit] to usage();Jason McIntyre
2010-09-23tweak the mclgeti algorithm to behave better under load.David Gwynne
2010-09-22add an option per-read/write callback to atomicioDamien Miller
2010-09-22Kill msgs. Noone uses it, and it has a longjmp in it.Theo de Raadt
2010-09-22nextmsg could be used uninitialized as well.Paul Irofti
2010-09-22Initialise firstmsg so we do not have random number whenlum
2010-09-22ssh.1: add kexalgorithms to the -o listJason McIntyre
2010-09-22add a KexAlgorithms knob to the client and server configuration to allowDamien Miller
2010-09-21When calculating string lengths, resolve escape sequences and useIngo Schwarze
2010-09-20remove remaining pod2man escapes, mandoc now uses the standard preamble;Ingo Schwarze
2010-09-20Format multiple authors (.%A) in the same way as groff:Ingo Schwarze