summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2008-11-24although there's no EOF condition defined for the handling of '?',Otto Moerbeek
2008-11-23Use file input parameter as default device output and file output parametersAlexandre Ratchov
2008-11-22sync with sudo repoTodd C. Miller
2008-11-21packet_disconnect() on padding error, too. should reduce the successMarkus Friedl
2008-11-20KNF; only white space changesOtto Moerbeek
2008-11-20take into account socket parameters into calculation of deviceAlexandre Ratchov
2008-11-18fix check_aliasesTodd C. Miller
2008-11-18when destroying an alias, free the correct data pointerTodd C. Miller
2008-11-18standardize on the term 'option' for command line options (not flag)Todd C. Miller
2008-11-17- rename -s arg name to "socket"Jason McIntyre
2008-11-17- stop referring to the display as consisting of windows. we can explainJason McIntyre
2008-11-17tweak previous man page changes, and sync usage();Jason McIntyre
2008-11-17in server mode full-duplex device is no more requierd, removeAlexandre Ratchov
2008-11-17allow aucat to run as server in play-only and record-only mode, soAlexandre Ratchov
2008-11-16trigger rproc->eof() and and wproc->hup() if POLLHUP event is set.Alexandre Ratchov
2008-11-16aucat stops the device when idle, remove the correspondingAlexandre Ratchov
2008-11-16allow aucat to listen on multiple sockets. Each socket carries itsAlexandre Ratchov
2008-11-16add ``template'' parameters to sockets rather than using deviceAlexandre Ratchov
2008-11-16tweak previous;Jason McIntyre
2008-11-16make aucat compile without DEBUG defined (still defined by default)Alexandre Ratchov
2008-11-16in file_poll() the number of polled file structures is not equal to theAlexandre Ratchov