Age | Commit message (Expand) | Author |
2008-11-16 | in file_poll() the number of polled file structures is not equal to the | Alexandre Ratchov |
2008-11-16 | Make clients inherit the volume parameter when the -v option is used in | Alexandre Ratchov |
2008-11-15 | update the readme a bit by deleting most of the irrelevant info, such as msdos | Ted Unangst |
2008-11-15 | classic C compatibility (no statements before decls) | Theo de Raadt |
2008-11-14 | add back acsite.m4 | Todd C. Miller |
2008-11-14 | Upgrade to sudo 1.7. See the WHATSNEW files for details. | Todd C. Miller |
2008-11-14 | Upgrade to sudo 1.7. See the WHATSNEW files for details. | Todd C. Miller |
2008-11-13 | Backout previous commit, there are still some issues with it. | Landry Breuil |
2008-11-12 | when destroying the device, mark the mixer and the demultiplexer | Alexandre Ratchov |
2008-11-12 | Usage -> usage. | Igor Sobrado |
2008-11-11 | if the device disappear the mixer and demultiplexer chains are | Alexandre Ratchov |
2008-11-11 | remove the SIGNALS sections, describe signals in DESCRIPTION | Alexandre Ratchov |
2008-11-11 | expose the volume knob in server mode too | Alexandre Ratchov |
2008-11-11 | termninate non-server aucat when it's idle rather that using | Alexandre Ratchov |
2008-11-11 | when not in server mode, aucat terminates automatically using | Alexandre Ratchov |
2008-11-11 | allocate job only when it's needed. | Marc Espie |
2008-11-11 | escape minus signs; | Jason McIntyre |
2008-11-11 | for sshd -T print 'permitopen any' vs. 'permitopen' for case of no | Kevin Steves |
2008-11-11 | USE_AFS not referenced so remove #ifdef. fixes sshd -T not printing | Kevin Steves |
2008-11-10 | add a per-stream ``soft volume'' knob and the corresponding -v option. | Alexandre Ratchov |
2008-11-10 | missing static | Marc Espie |
2008-11-10 | adjust comment to reflect reality (CompatRunCommand is gone) | Marc Espie |
2008-11-09 | the extra kget() macro just befuddles the things we need to replace with a sy... | Theo de Raadt |
2008-11-09 | protect against .orig files resulting from a patch. | Marc Espie |
2008-11-09 | make aucat(1) stop automatically the audio(1) device if it's idle. This | Alexandre Ratchov |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann |
2008-11-09 | Removed unneeded conversion from RCSNUM to string in rcs_rev_setlog. | Tobias Stoeckmann |
2008-11-08 | sort; | Jason McIntyre |
2008-11-08 | Support for retrieving revisions from branches in branches was missing. | Tobias Stoeckmann |
2008-11-08 | set the default device to /dev/audio for legacy mode. | Alexandre Ratchov |
2008-11-08 | when dev_attach()ing play-only or record-only streams, don't | Alexandre Ratchov |
2008-11-08 | from reed@netbsd: | Jason McIntyre |
2008-11-08 | Add malloc and buckets views that display kernel malloc statistics similar | Can Erkin Acar |
2008-11-08 | fix format string | Charles Longeau |
2008-11-07 | Move JPAKE define to make life easier for portable. ok djm@ | Darren Tucker |
2008-11-07 | expose the block size in the sndio API by making par->round writable | Alexandre Ratchov |
2008-11-07 | add space to some log/debug messages for readability; ok djm@ markus@ | Kevin Steves |
2008-11-07 | spelling/typo in comment | Kevin Steves |
2008-11-07 | when attaching a new stream, don't overwrite it's parameters | Alexandre Ratchov |
2008-11-06 | drop/silence calculation is wrong when xrun occurs and client and | Alexandre Ratchov |
2008-11-06 | add a description for the recently added c-mode. | Igor Sobrado |
2008-11-06 | -Wall -Wshadow clean, no binary change | Damien Miller |
2008-11-05 | add missing header needed by strcmp/strerror/memset functions. | Charles Longeau |
2008-11-05 | Fix some function prototypes, remove unused variables and commented out code | Can Erkin Acar |
2008-11-05 | passord -> password; | Jason McIntyre |
2008-11-05 | add dynamic forward escape command line; ok djm@ | Kevin Steves |
2008-11-04 | conversions are smarter now, remove corresponding ``BUGS'' item | Alexandre Ratchov |
2008-11-04 | split code that converts any->any in two parts: one to encode | Alexandre Ratchov |
2008-11-04 | because parse_forward() is now used to parse all forward types (DLR), | Kevin Steves |
2008-11-04 | spelling: ambigious -> ambiguous | Marc Espie |