Age | Commit message (Expand) | Author |
2010-05-10 | Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible | Dale Rahn |
2010-05-08 | prime play buffers as soon as the device is opened, otherwise a | Alexandre Ratchov |
2010-05-08 | Fix sign in dev_getpos(). Indeed, positive device playback latency | Alexandre Ratchov |
2010-05-08 | don't take into account recording latency in dev_getpos(), since | Alexandre Ratchov |
2010-05-08 | sync to bsd.lv mdoc_term.c 1.117, mdoc_html.c 1.61: | Ingo Schwarze |
2010-05-08 | merge bsd.lv rev 1.123: | Ingo Schwarze |
2010-05-08 | handle text lines beginning with \." as comments, like groff does, | Ingo Schwarze |
2010-05-08 | sync to bsd.lv rev 1.12: | Ingo Schwarze |
2010-05-07 | tweak previous; | Jason McIntyre |
2010-05-07 | add some optional indirection to matching of principal names listed | Damien Miller |
2010-05-07 | remove ``abspos'' counters, from the pre-libsndio era. Since play and | Alexandre Ratchov |
2010-05-07 | Since aucat uses libsndio, play and rec clocks are the same, so | Alexandre Ratchov |
2010-05-07 | don't prime audio buffers if the device is only started to serve | Alexandre Ratchov |
2010-05-06 | allow volumes of uninitialized slots to be set | Alexandre Ratchov |
2010-05-05 | Identical behaviour to select-prompt can now be obtained with | Nicholas Marriott |
2010-05-05 | restore mput and mget which got lost in the tab-completion changes. | Darren Tucker |
2010-05-04 | end-of-sentence markers at the end of .Fn argument lists | Ingo Schwarze |
2010-05-04 | make the mixer process data as soon as it's pushed by one of its | Alexandre Ratchov |
2010-05-04 | if the ``device'' is in loopback mode (ie no audio device), then | Alexandre Ratchov |
2010-05-04 | Put this back in with the initialisation in the right order. | Nicholas Marriott |
2010-05-04 | Revert last change, it appears to be broken somehow. | Nicholas Marriott |
2010-05-03 | Support gcc4 with cpp (gcc4 binary to be installed in /usr/libexec/cpp). | Dale Rahn |
2010-05-03 | Make signal handler setup/teardown two common functions instead of six, | Nicholas Marriott |
2010-05-03 | Make C-] and other punctuation-based control key combinations work again. | Ryan Thomas McBride |
2010-05-02 | sort options. | Igor Sobrado |
2010-05-02 | Clean up device handling code to clarify different initialization phases | Alexandre Ratchov |
2010-05-02 | Don't systematically fill with silence the mixer output. This | Alexandre Ratchov |
2010-05-02 | use clock_gettime() and interval timers instead of gettimeofday() | Alexandre Ratchov |
2010-05-02 | in the resampling code, handle the case ``diff == 0'', to avoid producing | Alexandre Ratchov |
2010-05-01 | typo; jmeltzer@ | Damien Miller |
2010-04-30 | shuffle some things around to deal with incomplete types | Jonathan Gray |
2010-04-28 | Make the active pane border have a green foreground instead of | Nicholas Marriott |
2010-04-28 | Rename nfiles so as not to collide with sys/file.h, | Jonathan Gray |
2010-04-28 | shuffle extern decl of header[] so gcc4 doesn't complain about | Jonathan Gray |
2010-04-28 | Fix crash when resizing in copy mode, when cursor can end up outside screen. | Nicholas Marriott |
2010-04-27 | Fix a subtle bug noticed by naddy@ in pftop(8), thanks! | Ingo Schwarze |
2010-04-27 | imsg.h does not need sys/tree.h. | Nicholas Marriott |
2010-04-26 | bz#1502: authctxt.success is declared as an int, but passed by | Damien Miller |
2010-04-26 | Fix a bug in auto-completion accidentally introduced when support | Stefan Sperling |
2010-04-26 | more portable code | Theo de Raadt |
2010-04-25 | Add a tiled layout, originally from Liam Bedford a while ago, fixed up | Nicholas Marriott |
2010-04-25 | Implement roff conditional instructions .if .ie .el, in man(7) only for now; | Ingo Schwarze |
2010-04-25 | ftpvis was not ok. fix it. | Ted Unangst |
2010-04-25 | prevent out-of-bounds access with empty pattern (fixes "grep -x ''") | Eric Faurot |
2010-04-25 | pure whitespace cleanup | Marc Espie |
2010-04-25 | Fix auto-completion of filenames containing whitespace. | Stefan Sperling |
2010-04-24 | delete two extra ; that got inserted somewhere along the line | Theo de Raadt |
2010-04-24 | if there are no files to play in legacy mode, print the usage message | Alexandre Ratchov |
2010-04-24 | don't increment mixer's ``idle'' counter before truncating the | Alexandre Ratchov |
2010-04-24 | rename ibuflist/obuflist -> ins/outs to cut long lines | Alexandre Ratchov |