Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2015-12-26 | adjust pledge promises for ControlMaster: when using "ask" or "autoask", the ↵ | Sebastien Marie | |
process will use ssh-askpass for asking confirmation. problem found by halex@ ok halex@ | |||
2015-12-25 | follwing -> following | Anthony J. Bentley | |
2015-12-25 | Generate simpler in-page links: just replace spaces with underscores. | Anthony J. Bentley | |
So http://example.com/OpenBSD-current/man1/ls.1#x546865204c6f6e6720466f726d6174 becomes http://example.com/OpenBSD-current/man1/ls.1#The_Long_Format ok schwarze@ | |||
2015-12-25 | Don't retain the search query in the resulting manual links. | Anthony J. Bentley | |
Clean, simple URLs are best. ok schwarze@ | |||
2015-12-25 | Don't set (unused) IPV6_V6ONLY option. | Alexandre Ratchov | |
suggested by deraadt | |||
2015-12-25 | inline a once-used function that just prints a warning | mmcc | |
ok benno@ | |||
2015-12-25 | very basic kevent printing | Ted Unangst | |
2015-12-24 | Use return rather than exit to enable the stack protector. From | mmcc | |
fritjof@alokat.org. ok tb@ | |||
2015-12-24 | Order includes. From fritjof@alokat.org | mmcc | |
2015-12-24 | more e-mail -> email | mmcc | |
2015-12-24 | KNF cleanup: sort #includes and cases in switch statements. | tb | |
Fix whitespace issues with if-statements. Use return instead of exit. From fritjof () alokat ! org, thanks! ok benno@ | |||
2015-12-24 | Add --brief and --dereference, used by xdg-open/xdg-mime. | Jeremie Courreges-Anglas | |
From Ralf Horstmann, ok tb@ deraadt@ nicm@ sthen@ | |||
2015-12-24 | Add -R option to allow files specified on the command line to be | Mark Lumsden | |
opened read-only. ok jasper@ phessler@ and man page advice from jmc@ | |||
2015-12-24 | Replace bzero with memset. No binary change. | mmcc | |
ok tb@ | |||
2015-12-23 | remove NULL-check before free() | mmcc | |
2015-12-23 | remove NULL-checks before free() | mmcc | |
2015-12-23 | Add pledge calls to both "helper" and "worker" processes. | Alexandre Ratchov | |
ok deraadt, semarie | |||
2015-12-23 | Update sqlite3 to 3.9.2. Bump major, regen .pc and header. Changes | James Turner | |
available here: http://sqlite.org/changes.html Tested in bulk by aja@. ok landry@ | |||
2015-12-23 | Do undo. | Mark Lumsden | |
2015-12-23 | Add rpath to telnet's more restrictive pledge; otherwise if the server requests | Stuart Henderson | |
the client to send the next terminal-type (RFC-1091), the client tries to read terminfo files and is killed by pledge. Noticed when connecting to 4.3 BSD. ok semarie@ tb@ | |||
2015-12-23 | fix false-positive "uninitialized" gcc warning | Alexandre Ratchov | |