Age | Commit message (Expand) | Author |
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 |
2008-11-04 | cleanup: remove channel mapping bits from encoding conversion code. | Alexandre Ratchov |
2008-11-04 | add "new" conversion code to map any channel range into any other | Alexandre Ratchov |
2008-11-04 | cleanup: resample stream while in native format and remove resampling | Alexandre Ratchov |
2008-11-04 | optimization: add "new" resampling code (actually based on the existing | Alexandre Ratchov |
2008-11-04 | Add support for an experimental zero-knowledge password authentication | Damien Miller |
2008-11-04 | need unistd.h for close() prototype | Damien Miller |
2008-11-04 | changes to get target equivalence to work better. | Marc Espie |
2008-11-03 | rename mixxxx and subxxx fields of struct abuf to avoid confusion: | Alexandre Ratchov |
2008-11-03 | A small optimization: handle most N-channel <-> M-channel conversions | Alexandre Ratchov |
2008-11-03 | ...and then sync tildehelp and mail9.nr; | Jason McIntyre |
2008-11-03 | update the tilde escapes for both these files, | Jason McIntyre |
2008-11-03 | poor USD docs, we always forget you! ...document ~x | Jason McIntyre |
2008-11-03 | add ~x; which is quite handy sometimes. per posix | Martynas Venckus |
2008-11-03 | include MaxSessions in sshd -T output; patch from imorgan AT nas.nasa.gov | Damien Miller |
2008-11-03 | fix comment | Kevin Steves |
2008-11-03 | remove valueless comment | Kevin Steves |
2008-11-02 | new sentence, new line; | Jason McIntyre |
2008-11-02 | Add the option to sort by requests to the pool view, and document | Can Erkin Acar |
2008-11-02 | Add a view that displays pool(9) information. Idea and ok deraadt@ | Can Erkin Acar |
2008-11-02 | protocol 2 tty modes support is now 7.5 years old so remove these | Kevin Steves |
2008-11-01 | fix the synopsis of the command; spacing. | Igor Sobrado |
2008-11-01 | merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@ | Kevin Steves |