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