summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2010-09-20Make .Pp .Lp .br not FATAL when having arguments;Ingo Schwarze
2010-09-20"atomically" create the listening mux socket by binding it on a temoraryDamien Miller
2010-09-20oops! missing quote in previous;Jason McIntyre
2010-09-20missing #includeDamien Miller
2010-09-20check that received values are smaller than the group size in theDamien Miller
2010-09-20install a SIGCHLD handler to reap expiried child process; ok markus@Damien Miller
2010-09-19Shorten text pointing from -X to -print0.Ingo Schwarze
2010-09-19more wacky macro fixing;Jason McIntyre
2010-09-19- remove BUGS: it was out of dateJason McIntyre
2010-09-18claim that we are pkg-config 0.22; ok ajacoutot@ ckuethe@Stuart Henderson
2010-09-18add forgotten ``return NULL'' when a .wav file fails to get theAlexandre Ratchov
2010-09-15fix SYNOPSIS;Jason McIntyre
2010-09-13Parse and ignore the \k, \o, \w, and \z roff escapes, and recursivelyIngo Schwarze
2010-09-13Prevent .Pp and .Lp from looping endlessly on punctuation.Ingo Schwarze
2010-09-11mention RFC 5656 for ECC stuffDamien Miller
2010-09-11Ugh. Pass the right type into tty_term_has. Teaches me to make lastNicholas Marriott
2010-09-11Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupidNicholas Marriott
2010-09-11Ignore terminal overrides settings without a value.Nicholas Marriott
2010-09-11When resizing the copy mode screen, don't allow it to end up with theNicholas Marriott
2010-09-11Fixed typo.Tobias Stoeckmann
2010-09-10* mention ECDSA in more placesChristian Weisgerber
2010-09-10fix identDamien Miller
2010-09-09nessesary -> necessary.Miod Vallat
2010-09-09ECDH/ECDSA compliance fix: these methods vary the hash function they useDamien Miller
2010-09-08aucat: getpwnam: No such file or directoryTheo de Raadt
2010-09-08Add -n and -p flags to switch-client to move to the next and previousNicholas Marriott
2010-09-08Improve buf.c comments, from zinovik.Nicholas Marriott
2010-09-08Do not crash if the screen size is too small for the indicator in copy mode.Nicholas Marriott
2010-09-08Set rcs_suffixes to default value on initialization.Tobias Stoeckmann
2010-09-08Use SIZE_LEFT macro to determine left size instead of calculating withTobias Stoeckmann
2010-09-08work around name-space collisions some buggy compilers (looking at youTheo de Raadt