summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2008-11-16Make clients inherit the volume parameter when the -v option is used inAlexandre Ratchov
2008-11-15update the readme a bit by deleting most of the irrelevant info, such as msdosTed Unangst
2008-11-15classic C compatibility (no statements before decls)Theo de Raadt
2008-11-14add back acsite.m4Todd C. Miller
2008-11-14Upgrade to sudo 1.7. See the WHATSNEW files for details.Todd C. Miller
2008-11-14Upgrade to sudo 1.7. See the WHATSNEW files for details.Todd C. Miller
2008-11-13Backout previous commit, there are still some issues with it.Landry Breuil
2008-11-12when destroying the device, mark the mixer and the demultiplexerAlexandre Ratchov
2008-11-12Usage -> usage.Igor Sobrado
2008-11-11if the device disappear the mixer and demultiplexer chains areAlexandre Ratchov
2008-11-11remove the SIGNALS sections, describe signals in DESCRIPTIONAlexandre Ratchov
2008-11-11expose the volume knob in server mode tooAlexandre Ratchov
2008-11-11termninate non-server aucat when it's idle rather that usingAlexandre Ratchov
2008-11-11when not in server mode, aucat terminates automatically usingAlexandre Ratchov
2008-11-11allocate job only when it's needed.Marc Espie
2008-11-11escape minus signs;Jason McIntyre
2008-11-11for sshd -T print 'permitopen any' vs. 'permitopen' for case of noKevin Steves
2008-11-11USE_AFS not referenced so remove #ifdef. fixes sshd -T not printingKevin Steves
2008-11-10add a per-stream ``soft volume'' knob and the corresponding -v option.Alexandre Ratchov
2008-11-10missing staticMarc Espie
2008-11-10adjust comment to reflect reality (CompatRunCommand is gone)Marc Espie
2008-11-09the extra kget() macro just befuddles the things we need to replace with a sy...Theo de Raadt
2008-11-09protect against .orig files resulting from a patch.Marc Espie
2008-11-09make aucat(1) stop automatically the audio(1) device if it's idle. ThisAlexandre Ratchov
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-11-09Removed unneeded conversion from RCSNUM to string in rcs_rev_setlog.Tobias Stoeckmann
2008-11-08sort;Jason McIntyre
2008-11-08Support for retrieving revisions from branches in branches was missing.Tobias Stoeckmann
2008-11-08set the default device to /dev/audio for legacy mode.Alexandre Ratchov
2008-11-08when dev_attach()ing play-only or record-only streams, don'tAlexandre Ratchov
2008-11-08from reed@netbsd:Jason McIntyre
2008-11-08Add malloc and buckets views that display kernel malloc statistics similarCan Erkin Acar
2008-11-08fix format stringCharles Longeau
2008-11-07Move JPAKE define to make life easier for portable. ok djm@Darren Tucker