summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-05-19Enhance paste-buffer to allow lines to be separated by any string, fromNicholas Marriott
2010-05-19remove unused variablesCharles Longeau
2010-05-18use the right capitalization for "HyperText Transfer Protocol (HTTP)"Igor Sobrado
2010-05-17The function term_flushln() had effectively forked wrt to bsd.lv.Ingo Schwarze
2010-05-16Rewrite the main mdoc text parser, mdoc_ptext()Ingo Schwarze
2010-05-16mux support for remote forwarding with dynamic port allocation,Markus Friedl
2010-05-16sync to bsd.lv: enable .Bl documentationIngo Schwarze
2010-05-16add forgotten header file, duh...Ingo Schwarze
2010-05-16allow the single quote as a control character in place of the dotIngo Schwarze
2010-05-16In theory, Kristaps never intended to write a roff parser,Ingo Schwarze
2010-05-15mdoc_isdelim now returns enum mdelim, not int any more;Ingo Schwarze
2010-05-15For .IP, a single space after the head is sufficient;Ingo Schwarze
2010-05-15add libelf and libterminfo;Ingo Schwarze
2010-05-15Joerg Sonnenberger rewrote the comment stripping and line mergingIngo Schwarze
2010-05-15More systematic output width handling by Joerg Sonnenberger:Ingo Schwarze
2010-05-15allow non-numeric manual sections in -mdoc;Ingo Schwarze
2010-05-15removed restriction on integer manual sections in -man;Ingo Schwarze
2010-05-15Bugfxing and cleanup by Joerg Sonnenberger, edited by kristaps@:Ingo Schwarze
2010-05-15various improvements regarding errors and warnings Joerg Sonnenberger:Ingo Schwarze
2010-05-15merge bsd.lv 1.63:Ingo Schwarze
2010-05-15merge bsd.lv rev. 1.63:Ingo Schwarze
2010-05-15more end-of-sentence (EOS) handling:Ingo Schwarze
2010-05-15proper handling of quoted tab-separated column listsIngo Schwarze
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