Age | Commit message (Expand) | Author |
2004-06-15 | missed one unset_nonblock; spotted by Tim Rice | Damien Miller |
2004-06-14 | Teach patch(1) to detect if a diff creating a file (or one adding | Otto Moerbeek |
2004-06-14 | - use fmt_scaled(3) instead of home grown function to print -h numbers | Otto Moerbeek |
2004-06-14 | set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@ | Damien Miller |
2004-06-14 | remove debug message | Theo de Raadt |
2004-06-14 | let vmstat -i still work on older kernels; spotted by tholo | Theo de Raadt |
2004-06-13 | Typos in comments and a redundant prototype. From Brian Poole via jmc@ | Otto Moerbeek |
2004-06-13 | 1-byte overflow; ryo@nerv.org, otto ok | Theo de Raadt |
2004-06-13 | implement session multiplexing in the client (the server has supported this | Damien Miller |
2004-06-13 | List supported ciphers in man pages, tidy up ssh -c; | Darren Tucker |
2004-06-13 | implement diffie-hellman-group14-sha1 kex method (trivial extension to | Damien Miller |
2004-06-12 | make M-x gid try to guess the symbol name to look up by looking at the | Vincent Labrecque |
2004-06-11 | div etime by ncpu | Theo de Raadt |
2004-06-11 | handle the KI_NOCPU case, pointed out by markus | Theo de Raadt |
2004-06-11 | divide etime by ncpu | Theo de Raadt |
2004-06-11 | oops | Theo de Raadt |
2004-06-11 | on i386 machines, attempt to peek inside apic_intrhand[] as well, so that | Theo de Raadt |
2004-06-11 | only print /# if > 1 cpu on a machine | Theo de Raadt |
2004-06-11 | export cpuid via kproc2, and make ps & top aware... from niklas | Theo de Raadt |
2004-06-11 | hide top breakage, until the next commit which will do it right | Theo de Raadt |
2004-06-08 | include err.h, from Jared Yanovich | Pedro Martelletto |
2004-06-07 | gotta love this one ... | Michael Shalayeff |
2004-06-07 | dig gpio ioctls | Michael Shalayeff |
2004-06-07 | Allow -a to specify an alternative auth method, even if secure mode | Otto Moerbeek |
2004-06-07 | Use -a skey to use S/Key for initial authentication in normal mode. | Otto Moerbeek |
2004-06-06 | - add -S to usage() | Jason McIntyre |
2004-06-06 | make -S description match the rest of the page (in terms of tense); | Jason McIntyre |
2004-06-06 | double `the'; | Jason McIntyre |
2004-06-06 | - skeyprune is section 8, not 1 | Jason McIntyre |
2004-06-06 | - skeyprune is section 8, not 1 | Jason McIntyre |
2004-06-06 | Add new '-S' flag to display the source selector part of the routing table | Cedric Berger |
2004-06-06 | First sequence number should be 100, as promised by man page. | Otto Moerbeek |
2004-06-06 | Explain the the usage of the first key printed by skeyinit; add | Otto Moerbeek |
2004-06-06 | Format example using -literal, add .Xr's. From millert@ | Otto Moerbeek |
2004-06-04 | Consistently use "secret passphrase" for the passphrase made up by the user | Otto Moerbeek |
2004-06-04 | knf + new interface: hid_start() is non-exit non-stderr spewing version of hi... | Theo de Raadt |
2004-06-04 | sync w/ usd docs; | Jason McIntyre |
2004-06-04 | update mail docs w/ reality; | Jason McIntyre |
2004-06-03 | Verify that argc > 0 before trying to use argv and mark usage as __dead. | Todd C. Miller |
2004-06-03 | initialize pointers, ok markus@ | Pedro Martelletto |
2004-06-03 | merge back two chunks that are different here | Ted Unangst |
2004-06-03 | ogg vorbis magic i found on a redhat box | Ted Unangst |
2004-06-03 | merge in new magic from file 4.09. Mostly from Bruno Rohee | Ted Unangst |
2004-06-02 | Use errx() rather than err() when errno isn't set. | Tom Cosgrove |
2004-06-02 | Don't want text in err() call following malloc failures. | Tom Cosgrove |
2004-06-01 | Remove redundant #include; ok markus@ | Darren Tucker |
2004-05-31 | #ifndef errno declaration. ok millert@ | Otto Moerbeek |
2004-05-31 | mdoc & update references (from wiz@netbsd); remove disclaimer. | Otto Moerbeek |
2004-05-31 | zap unused variables, ok beck@ | Pedro Martelletto |
2004-05-27 | Kill dead code after fatal(); ok djm@ | Darren Tucker |