Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-05 | Preliminary fixes to make the description of -s easier to understand, | Ingo Schwarze | |
and to clarify that fold(1) is intended to count display column positions rather than characters. More work is needed on the code to add UTF-8 support and to fix other POSIX violations, and in that context, further updates to the manual will also be needed. Triggered by a different diff from Michal Mazurek <akfaew at jasminek dot net>. OK on the wording jmc@, but he didn't check the content. Part of the content verified by guenther@. | |||
2016-01-05 | the 3rd of january is not a new year's holiday in scotland, as noted | Jason McIntyre | |
by craig skinner; craig requested we amended this to 2nd of january, which is officially a holiday in scotland but i think the entry is misleading, so i just zapped it - the occasion is really new year's day, which is the 1st; | |||
2016-01-04 | Add HISTORY and AUTHORS sections. | Ingo Schwarze | |
From the author John A. Kunze via https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196786 and Michal Mazurek <akfaew at jasminek dot net>. Correctness also verified from the CSRG archive CD. | |||
2016-01-04 | Improve handling of .Va and .Vt macros. | Ingo Schwarze | |
tedu@ noticed that no Vt= database entries were generated. Serguey Parkhomovsky suggested the deletion of parse_mdoc_body(). tb@ noticed that the fix requires more than just adding TYPE_Vt to the MDOC_Vt mask in the mdoc_handler array. | |||
2016-01-04 | usage() should exit 2 here, not EXIT_SUCCESS | Gleydson Soares | |
ok tb@ | |||
2016-01-04 | Use err(3) instead of various handrolled combinations of perror(3) and | tb | |
fprintf(stderr, ...) with strerror(3) and exit(3). Make sure the exit status is 2 if an error occurred. Prompted by gsoares@'s and jsg@'s audit of exit statuses after failure of pledge(2). ok gsoares@ | |||
2016-01-04 | Use the correct values for TLS certificate / private key flags. | Brent Cook | |
fix from Andreas Bartelt <obsd at bartula.de> | |||
2016-01-03 | Allow macro execution to continue without delay in the event of a | Mark Lumsden | |
visble bell call. | |||
2016-01-03 | Fix description of fuser -u: what's usually reported in brackets is the | tb | |
username, as determined by the real user id, not the real user id itself. ok jmc@ | |||
2016-01-03 | Add missing pledge "getpw". If -s or -o were specified on the command | tb | |
line and the `remote file name' is subject to `tilde expansion', a call to getpwnam(3) happens. ok semarie@ | |||
2016-01-02 | make sure debug will be initialized, choose "unknown" (because pfctl | Sebastian Benoit | |
loglevel_to_string() uses "unknown" as well) ok kettenis@ florian@ | |||
2016-01-02 | garbage collect unused variable tm | Sebastian Benoit | |
ok kettenis@ florian@ | |||
2016-01-02 | remove unused variable cur. code probably c&p from print_bar_title(). | Sebastian Benoit | |
remove useless decleration of variable change. ok kettenis@ florian@ | |||
2016-01-02 | clock-mode needs CMD_PANE. | Nicholas Marriott | |
2016-01-02 | garbage collect unsused variable | Sebastian Benoit | |
found by evh -AT- riseup -DOT- net, ok florian@ | |||
2016-01-02 | Sync magdir/animation with file 5.25, amongst other updates this fixes an | Stuart Henderson | |
incorrect detection of mp3 sample frequency/audio channels with non-mp3 files tracked down by Brandon Vincent. ok nicm@ | |||
2016-01-02 | fixes fuser(1) when invoking with -u: it requires "getpw" promise. | Sebastien Marie | |
problem reported by Michael Reed m.reed at mykolab dot com. ok tb@ and benno@ (which as provided near the same diff, but 5min later :p) | |||
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 | |
From Michael Reed, thanks! ok deraadt@ | |||
2016-01-01 | The "-P" option does not need to read routing table symbols so do not | Martin Pieuchot | |
check for them. ok benno@, bluhm@ | |||
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 | |
break out of the loop early. From Nicolas Viennot. | |||
2015-12-31 | Declare yyparse() so the generated code is safe with | Philip Guenther | |
-Werror-implicit-function-declaration ok millert@ | |||
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 | |
Found by and Ok lum@. | |||
2015-12-31 | fix three bugs in KRL code related to (unused) signature support: | Damien Miller | |
verification length was being incorrectly calculated, multiple signatures were being incorrectly processed and a NULL dereference that occurred when signatures were verified. Reported by Carl Jackson | |||
2015-12-30 | unused prototype | Damien Miller | |
2015-12-30 | Small tidy of recently committed transpose-words: unused value | Mark Lumsden | |
assignment and I missed an ABORT case. | |||
2015-12-30 | Declare usage() as __dead, and while here align a few variables to the rest of | mestre | |
the list and also ANSI one function. No functional change. OK tb@ | |||
2015-12-30 | Back out of 1.36 and 1.37, which made simplifications to allocation | mmcc | |
logic based on C89. It broke a few C++ ports. Prompted by kettenis@ | |||
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 | |
Limited to one iteration until 'undo' is looked into. | |||
2015-12-29 | fix exit status on pledge(2) failure. | Gleydson Soares | |
from jsg@ | |||
2015-12-29 | fix exit status on pledge(2) failure. | Gleydson Soares | |
OK tb@ jsg@ | |||
2015-12-28 | Use err() instead of custom perr() function. Also applied by nvi2 | Todd C. Miller | |
upstream. From Martijn van Duren. | |||
2015-12-28 | realloc and free's behavior when passed NULL is defined by C89, so we | mmcc | |
can safely assume it. ok millert@. Also discussed with deraadt@, sthen@, and espie@. | |||
2015-12-28 | include time.h over sys/time.h for ctime(3) | Brent Cook | |
ok beck@ | |||
2015-12-28 | Couple of trivial style nits. | Nicholas Marriott | |
2015-12-27 | Put macro arg in parentheses. | mmcc | |
ok nicm@ | |||
2015-12-26 | Use pread/pwrite instead separate lseek+read/write for lastlog. | Philip Guenther | |
Cast to off_t before multiplication to avoid truncation on ILP32 ok kettenis@ mmcc@ |