Age | Commit message (Expand) | Author |
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 |
2016-01-01 | The "-P" option does not need to read routing table symbols so do not | Martin Pieuchot |
2016-01-01 | doas.conf lives in /etc. from Amit Kulkarni | Ted Unangst |
2016-01-01 | Don't rely on a calculation wrapping when applying message-limit, and | Nicholas Marriott |
2015-12-31 | Declare yyparse() so the generated code is safe with | Philip Guenther |
2015-12-31 | Remove an extra unzoom call which was probably a merge error. | Nicholas Marriott |
2015-12-31 | Use saved pipe buffer offset when writing to pipe, from Nicolas Viennot. | Nicholas Marriott |
2015-12-31 | Remove use of sysexits.h; OK espie@ | Todd C. Miller |
2015-12-31 | Remove use of sysexits.h. | Todd C. Miller |
2015-12-31 | Remove use of sysexits.h. | Todd C. Miller |
2015-12-31 | Remove use of sysexits.h. | Todd C. Miller |
2015-12-31 | No need for sysexits.h here. | Todd C. Miller |
2015-12-31 | add mg to SEE ALSO. ok jmc@ | Mark Lumsden |
2015-12-31 | Return FALSE on parse errors. | Sunil Nimmagadda |
2015-12-31 | fix three bugs in KRL code related to (unused) signature support: | Damien Miller |
2015-12-30 | unused prototype | Damien Miller |
2015-12-30 | Small tidy of recently committed transpose-words: unused value | Mark Lumsden |
2015-12-30 | Declare usage() as __dead, and while here align a few variables to the rest of | mestre |
2015-12-30 | Back out of 1.36 and 1.37, which made simplifications to allocation | mmcc |
2015-12-30 | Widen the dired command list. ok jmc@ | Mark Lumsden |
2015-12-30 | put back casts for realloc because c++ needs them. reported by naddy | Ted Unangst |
2015-12-29 | Add transpose-words, ok jasper@. | Mark Lumsden |
2015-12-29 | fix exit status on pledge(2) failure. | Gleydson Soares |
2015-12-29 | fix exit status on pledge(2) failure. | Gleydson Soares |
2015-12-28 | Use err() instead of custom perr() function. Also applied by nvi2 | Todd C. Miller |
2015-12-28 | realloc and free's behavior when passed NULL is defined by C89, so we | mmcc |
2015-12-28 | include time.h over sys/time.h for ctime(3) | Brent Cook |