summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-05-15Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).Ingo Schwarze
2010-05-15normalize() cannot be inline and extern at the same time; prompted byOtto Moerbeek
2010-05-15block-implicit macros now up-propogate end-of-sentence spacing;Ingo Schwarze
2010-05-14Pause the mux channel while waiting for reply from aynch callbacks.Damien Miller
2010-05-14Integrate kristaps@' end-of-sentence (EOS) frameworkIngo Schwarze
2010-05-14Colour+attribute options for status line alerts, from Alex Alexander.Nicholas Marriott
2010-05-14Accept (and document) "none" instead of "default" for attributes as itNicholas Marriott
2010-05-14Merge 1.9.25, keeping local patches;Ingo Schwarze
2010-05-14Use $OpenBSD$.Nicholas Marriott
2010-05-14merge 1.9.24, keeping local patches; some changes:Ingo Schwarze
2010-05-14check that the certificate matches the corresponding private key beforeDamien Miller
2010-05-13Remove the command line option -fno-ign-chars.Ingo Schwarze
2010-05-12Catch SIGHUP and terminate if running as a client. This prevents clientsJoel Sing
2010-05-11don't accept certificates marked as "cert-authority" here; ok markus@Damien Miller
2010-05-10Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexibleDale Rahn
2010-05-08prime play buffers as soon as the device is opened, otherwise aAlexandre Ratchov
2010-05-08Fix sign in dev_getpos(). Indeed, positive device playback latencyAlexandre Ratchov
2010-05-08don't take into account recording latency in dev_getpos(), sinceAlexandre Ratchov
2010-05-08sync to bsd.lv mdoc_term.c 1.117, mdoc_html.c 1.61:Ingo Schwarze
2010-05-08merge bsd.lv rev 1.123:Ingo Schwarze
2010-05-08handle text lines beginning with \." as comments, like groff does,Ingo Schwarze
2010-05-08sync to bsd.lv rev 1.12:Ingo Schwarze
2010-05-07tweak previous;Jason McIntyre
2010-05-07add some optional indirection to matching of principal names listedDamien Miller
2010-05-07remove ``abspos'' counters, from the pre-libsndio era. Since play andAlexandre Ratchov
2010-05-07Since aucat uses libsndio, play and rec clocks are the same, soAlexandre Ratchov
2010-05-07don't prime audio buffers if the device is only started to serveAlexandre Ratchov
2010-05-06allow volumes of uninitialized slots to be setAlexandre Ratchov
2010-05-05Identical behaviour to select-prompt can now be obtained withNicholas Marriott
2010-05-05restore mput and mget which got lost in the tab-completion changes.Darren Tucker
2010-05-04end-of-sentence markers at the end of .Fn argument listsIngo Schwarze
2010-05-04make the mixer process data as soon as it's pushed by one of itsAlexandre Ratchov
2010-05-04if the ``device'' is in loopback mode (ie no audio device), thenAlexandre Ratchov
2010-05-04Put this back in with the initialisation in the right order.Nicholas Marriott
2010-05-04Revert last change, it appears to be broken somehow.Nicholas Marriott
2010-05-03Support gcc4 with cpp (gcc4 binary to be installed in /usr/libexec/cpp).Dale Rahn
2010-05-03Make signal handler setup/teardown two common functions instead of six,Nicholas Marriott
2010-05-03Make C-] and other punctuation-based control key combinations work again.Ryan Thomas McBride
2010-05-02sort options.Igor Sobrado
2010-05-02Clean up device handling code to clarify different initialization phasesAlexandre Ratchov
2010-05-02Don't systematically fill with silence the mixer output. ThisAlexandre Ratchov
2010-05-02use clock_gettime() and interval timers instead of gettimeofday()Alexandre Ratchov
2010-05-02in the resampling code, handle the case ``diff == 0'', to avoid producingAlexandre Ratchov
2010-05-01typo; jmeltzer@Damien Miller
2010-04-30shuffle some things around to deal with incomplete typesJonathan Gray
2010-04-28Make the active pane border have a green foreground instead ofNicholas Marriott
2010-04-28Rename nfiles so as not to collide with sys/file.h,Jonathan Gray
2010-04-28shuffle extern decl of header[] so gcc4 doesn't complain aboutJonathan Gray
2010-04-28Fix crash when resizing in copy mode, when cursor can end up outside screen.Nicholas Marriott
2010-04-27Fix a subtle bug noticed by naddy@ in pftop(8), thanks!Ingo Schwarze