Age | Commit message (Expand) | Author |
2008-12-17 | add some newly created stats that are defined in ieee80211_ioctl.h | joshua stein |
2008-12-17 | change the name displayed by the c-mode on the mode line to "c", | Igor Sobrado |
2008-12-17 | sort CFLAGS, SRCS and the list of compile-time options; while here, | Igor Sobrado |
2008-12-17 | Rewrite the 'mbuf' page to display mbuf usage information from system pools | Can Erkin Acar |
2008-12-17 | add a writable ``appbufsz'' field to the sa_par structure, containing | Alexandre Ratchov |
2008-12-16 | when searching for an endpoint, return the correct abuf pointers. | Alexandre Ratchov |
2008-12-16 | strptime() never sets tm_isdst, so set it to -1 before passing the | Philip Guenthe |
2008-12-15 | Unbreak netstat, reflecting kernel changes. | Michele Marchetto |
2008-12-15 | work around tree breakage by mpls people | Theo de Raadt |
2008-12-15 | turns out gcc is not smart enough to avoid the local array in const | Otto Moerbeek |
2008-12-15 | correct the description of fstat output for sockets; | Jason McIntyre |
2008-12-14 | Remove useless fields from template, they just serve to confuse | Ray Lai |
2008-12-11 | move one paragraph to a more logical position; | Jason McIntyre |
2008-12-11 | don't try to sio_close a NULL sio_hdl. stops cdio from segfaulting | Jacob Meuser |
2008-12-10 | o cannot be NULL here but use xfree() to be consistent; ok djm@ | Kevin Steves |
2008-12-09 | fix typo in error message | Kevin Steves |
2008-12-09 | sync with sudo cvs repo | Todd C. Miller |
2008-12-09 | update for the synopses displayed by the 'help' command, there are a | Igor Sobrado |
2008-12-09 | Better fix for rev 1.21 | Todd C. Miller |
2008-12-09 | replace by-hand string building with xasprinf(); ok deraadt@ | Damien Miller |
2008-12-09 | channel_print_adm_permitted_opens() should deal with all the printing | Kevin Steves |
2008-12-09 | correct sftp(1) and corresponding usage syntax; | Damien Miller |
2008-12-09 | correct sftp(1) and corresponding usage syntax; | Damien Miller |
2008-12-09 | don't leave junk (free'd) pointers around in Forward *fwd argument on | Damien Miller |
2008-12-09 | Deal correctly with failures in remote stat() operation in sftp, | Damien Miller |
2008-12-09 | The ~C escape handler does not work correctly for multiplexed sessions - | Damien Miller |
2008-12-08 | Rewrite renice(8) to be POSIX compliant while still maintaining | Todd C. Miller |
2008-12-08 | Do not short circuit pseudo commands when we get a match since, depending | Todd C. Miller |
2008-12-07 | time_t is signed, so use INT_MAX rather than UINT_MAX when parsing a time_t | Chad Loder |
2008-12-07 | When resampling, don't require the sample frequency to be an integer. | Alexandre Ratchov |
2008-12-07 | - comment out more stuff currently unsupported | Jason McIntyre |
2008-12-07 | Add option to order the pool view by size and number of pages columns. | Can Erkin Acar |
2008-12-07 | Warning cleanup including unused variables and shadowed names | Can Erkin Acar |
2008-12-06 | remove old version of man.conf, since the current one is in /etc; | Jason McIntyre |
2008-12-05 | expand slightly the description of adjusting files/sockets; ok ratchov | Jason McIntyre |
2008-12-05 | - fix Albert Hofmann's name and add his death | Jacob Meuser |
2008-12-04 | ... but without the debug code | Theo de Raadt |
2008-12-04 | correctly display information for each of the mbuf cluster pools (which | Theo de Raadt |
2008-12-02 | s/remote_id/id/ to be more consistent with other code; ok djm@ | Markus Friedl |
2008-12-02 | backout 1.149, since it's not necessary and openssh clients send | Markus Friedl |
2008-12-02 | we have to use the recipient's channel number (RFC 4254) for | Markus Friedl |
2008-12-02 | - there is no "load" global command, so remove its description | Jason McIntyre |
2008-12-01 | Add a function to print a floating point field and use this to fix the | Christian Weisgerber |
2008-11-30 | Retry sendmsg/recvmsg on EAGAIN and EINTR; ok djm@ | Darren Tucker |
2008-11-29 | sndio for cdio (only for the "cdplay" command) | Jacob Meuser |
2008-11-26 | when recording .wav files overwrite user supplied parameters with | Alexandre Ratchov |
2008-11-26 | Small optimization. | Ray Lai |
2008-11-25 | Even if neither stdin nor stdout are ttys we may still have /dev/tty | Todd C. Miller |
2008-11-24 | fix a very old bug. Fix discovered in NetBSD by miod@ | Marc Espie |
2008-11-24 | Fix typo in sudoers man page (from Markus Lude) | Todd C. Miller |