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