summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-01-08Make mkopt() return NULL on failureAlexandre Ratchov
2016-01-08Unbreak support for multiple -L options.Alexandre Ratchov
2016-01-08don't call unlink() to delete socket as this would require cpathAlexandre Ratchov
2016-01-08No need to include sys/queue.hAlexandre Ratchov
2016-01-08Make listen_new_xxx() routines return NULL on failure and check theAlexandre Ratchov
2016-01-08On programming error, flush log buffer and abort() rather thanAlexandre Ratchov
2016-01-08Use unorderd list to store sub-device configuration (we don't useAlexandre Ratchov
2016-01-08remove redundant debug messageAlexandre Ratchov
2016-01-08Don't calculate clock deltas is there are no time-outs. Removes (harmless)Alexandre Ratchov
2016-01-08Simplify the mparse_open() interface.Ingo Schwarze
2016-01-08It was very surprising that a function called mparse_readfd()Ingo Schwarze
2016-01-08The root of an .EQ tree is always EQN_ROOT, never EQN_LIST,Ingo Schwarze
2016-01-07This code wasted memory by allocating sizeof(enum termfont *)Ingo Schwarze
2016-01-07Recursive "define" was not detected because "lim" was neverIngo Schwarze
2016-01-07UTF-8 support for fmt -c.Ingo Schwarze
2016-01-07Move sndiod man page to section 8.Alexandre Ratchov
2016-01-06document the signify command for the next release, so that users canSebastian Benoit
2016-01-06Remove mention of message catalog dir.Todd C. Miller
2016-01-06We don't use configure so this file is full of lies and we areTodd C. Miller
2016-01-06Remove msgcat from the documentation.Todd C. Miller
2016-01-06Remove prototype for now-deleted f_msgcat().Todd C. Miller
2016-01-06Remove the actual message catalogs. From Martijn van DurenTodd C. Miller
2016-01-06Remove the msg_cat() function and adjust its former callers.Todd C. Miller
2016-01-06Remove the numeric identifiers at the beginning of the messagesTodd C. Miller
2016-01-06Remove the message catalog DB. This removes the msg_open() andTodd C. Miller
2016-01-06print more info about keventTed Unangst
2016-01-05Bump example pubkey filenames for 5.9Florian Obser
2016-01-05include all i915 drm ioctls on top of the common drm onesRobert Nagy
2016-01-05stuff may still change, disable whitelist for now.Marc Espie
2016-01-05Preliminary fixes to make the description of -s easier to understand,Ingo Schwarze
2016-01-05the 3rd of january is not a new year's holiday in scotland, as notedJason McIntyre
2016-01-04Add HISTORY and AUTHORS sections.Ingo Schwarze
2016-01-04Improve handling of .Va and .Vt macros.Ingo Schwarze
2016-01-04usage() should exit 2 here, not EXIT_SUCCESSGleydson Soares
2016-01-04Use err(3) instead of various handrolled combinations of perror(3) andtb
2016-01-04Use the correct values for TLS certificate / private key flags.Brent Cook
2016-01-03Allow macro execution to continue without delay in the event of aMark Lumsden
2016-01-03Fix description of fuser -u: what's usually reported in brackets is thetb
2016-01-03Add missing pledge "getpw". If -s or -o were specified on the commandtb
2016-01-02make sure debug will be initialized, choose "unknown" (because pfctlSebastian Benoit
2016-01-02garbage collect unused variable tmSebastian Benoit
2016-01-02remove unused variable cur. code probably c&p from print_bar_title().Sebastian Benoit
2016-01-02clock-mode needs CMD_PANE.Nicholas Marriott
2016-01-02garbage collect unsused variableSebastian Benoit
2016-01-02Sync magdir/animation with file 5.25, amongst other updates this fixes anStuart Henderson
2016-01-02fixes fuser(1) when invoking with -u: it requires "getpw" promise.Sebastien Marie
2016-01-02Add dired-find-alternate-file.Mark Lumsden
2016-01-02update currency exchange rates;Jason McIntyre
2016-01-02tweak previous;Jason McIntyre
2016-01-01Improve error message for sed -i by appending strerror(errno).tb