Age | Commit message (Expand) | Author |
2010-09-23 | When the HEAD of an .Nm block in the SYNOPSIS might be wider | Ingo Schwarze |
2010-09-23 | Count trailing escaped blanks correctly; | Ingo Schwarze |
2010-09-23 | Kill tn3270. | Paul Irofti |
2010-09-23 | Unlink tn3270 from the build. | Paul Irofti |
2010-09-23 | Add cvs_mkdir() for recursive directory creation on import, based on a | Nicholas Marriott |
2010-09-23 | Plug 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-23 | add KexAlgorithms to the -o list; | Jason McIntyre |
2010-09-23 | add [-l limit] to usage(); | Jason McIntyre |
2010-09-23 | tweak the mclgeti algorithm to behave better under load. | David Gwynne |
2010-09-22 | add an option per-read/write callback to atomicio | Damien Miller |
2010-09-22 | Kill msgs. Noone uses it, and it has a longjmp in it. | Theo de Raadt |
2010-09-22 | nextmsg could be used uninitialized as well. | Paul Irofti |
2010-09-22 | Initialise firstmsg so we do not have random number when | lum |
2010-09-22 | ssh.1: add kexalgorithms to the -o list | Jason McIntyre |
2010-09-22 | add a KexAlgorithms knob to the client and server configuration to allow | Damien Miller |
2010-09-21 | When calculating string lengths, resolve escape sequences and use | Ingo Schwarze |
2010-09-20 | remove remaining pod2man escapes, mandoc now uses the standard preamble; | Ingo Schwarze |
2010-09-20 | Format multiple authors (.%A) in the same way as groff: | Ingo Schwarze |
2010-09-20 | Make .Pp .Lp .br not FATAL when having arguments; | Ingo Schwarze |
2010-09-20 | "atomically" create the listening mux socket by binding it on a temorary | Damien Miller |
2010-09-20 | oops! missing quote in previous; | Jason McIntyre |
2010-09-20 | missing #include | Damien Miller |
2010-09-20 | check that received values are smaller than the group size in the | Damien Miller |
2010-09-20 | install a SIGCHLD handler to reap expiried child process; ok markus@ | Damien Miller |
2010-09-19 | Shorten text pointing from -X to -print0. | Ingo Schwarze |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-09-19 | - remove BUGS: it was out of date | Jason McIntyre |
2010-09-18 | claim that we are pkg-config 0.22; ok ajacoutot@ ckuethe@ | Stuart Henderson |
2010-09-18 | add forgotten ``return NULL'' when a .wav file fails to get the | Alexandre Ratchov |
2010-09-15 | fix SYNOPSIS; | Jason McIntyre |
2010-09-13 | Parse and ignore the \k, \o, \w, and \z roff escapes, and recursively | Ingo Schwarze |
2010-09-13 | Prevent .Pp and .Lp from looping endlessly on punctuation. | Ingo Schwarze |
2010-09-11 | mention RFC 5656 for ECC stuff | Damien Miller |
2010-09-11 | Ugh. Pass the right type into tty_term_has. Teaches me to make last | Nicholas Marriott |
2010-09-11 | Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid | Nicholas Marriott |
2010-09-11 | Ignore terminal overrides settings without a value. | Nicholas Marriott |
2010-09-11 | When resizing the copy mode screen, don't allow it to end up with the | Nicholas Marriott |
2010-09-11 | Fixed typo. | Tobias Stoeckmann |
2010-09-10 | * mention ECDSA in more places | Christian Weisgerber |
2010-09-10 | fix ident | Damien Miller |
2010-09-09 | nessesary -> necessary. | Miod Vallat |
2010-09-09 | ECDH/ECDSA compliance fix: these methods vary the hash function they use | Damien Miller |
2010-09-08 | aucat: getpwnam: No such file or directory | Theo de Raadt |
2010-09-08 | Add -n and -p flags to switch-client to move to the next and previous | Nicholas Marriott |
2010-09-08 | Improve buf.c comments, from zinovik. | Nicholas Marriott |
2010-09-08 | Do not crash if the screen size is too small for the indicator in copy mode. | Nicholas Marriott |
2010-09-08 | Set rcs_suffixes to default value on initialization. | Tobias Stoeckmann |
2010-09-08 | Use SIZE_LEFT macro to determine left size instead of calculating with | Tobias Stoeckmann |
2010-09-08 | work around name-space collisions some buggy compilers (looking at you | Theo de Raadt |