Age | Commit message (Expand) | Author |
2015-10-29 | Remove useless FACILITY define and use LOG_CRON directly. | Todd C. Miller |
2015-10-29 | I assume KRANDOM was the previous name for FFRAND. KRANDOM is not in | Mark Lumsden |
2015-10-29 | Fix opening dired from the command line. Incorrect cursor placement | Mark Lumsden |
2015-10-29 | a few redundant tests can be deleted now that switch cases are only for | Ted Unangst |
2015-10-29 | oops, one firebomb went off course. put back some code that's still used. | Ted Unangst |
2015-10-29 | RFC 2292 API support was removed 9 years ago, but left in a binary compat | Ted Unangst |
2015-10-29 | This sausage is made from unsound meat. | Ted Unangst |
2015-10-29 | Add some setsockopt hacks for libisc, aka John Frum | Theo de Raadt |
2015-10-29 | Kill a comment saying that rt_ifp may not be the same as ifp, that's no | Martin Pieuchot |
2015-10-29 | Import Poly1305 Message Authentication Code | Mike Belopuhov |
2015-10-29 | put timeout nullification in correct spot | Ted Unangst |
2015-10-29 | be a little more precise about checking filters | Ted Unangst |
2015-10-29 | refold a few lines | Ted Unangst |
2015-10-29 | enable keyboard backlight led earlier to avoid race | Joerg Jung |
2015-10-29 | In knote(), use SLIST_FOREACH_SAFE when walking the klist since a call to | Joel Sing |
2015-10-29 | remove tests for LD_HINTS_VERSION_1; ok kettenis | Theo de Raadt |
2015-10-29 | Backout chacha. | Florian Obser |
2015-10-29 | collect some cool stats and print them out with SIGUSR1 | Ted Unangst |
2015-10-29 | Reorder system call table into sequential blocks of alike-functionality | Theo de Raadt |
2015-10-29 | update text to be more like posix, in particular wrt length = 0 | Ted Unangst |
2015-10-29 | Implement smtpctl discover <evpid|msgid>. | Sunil Nimmagadda |
2015-10-29 | regress pledge: rpath isn't needed anymore for mkdir() | Sebastien Marie |
2015-10-29 | Break version check into a separate function, and limit version to 8 bits. | Nicholas Marriott |
2015-10-29 | regress test for "PubkeyAcceptedKeyTypes +..." inside a Match block | Damien Miller |
2015-10-29 | Fix "PubkeyAcceptedKeyTypes +..." inside a Match block; ok dtucker@ | Damien Miller |
2015-10-29 | Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4). | Mark Kettenis |
2015-10-29 | regen | Jonathan Gray |
2015-10-29 | add some amd family 16h model 30h-3fh, mullins/bolton ids | Jonathan Gray |
2015-10-29 | (struct timezone *)0 -> NULL, while I'm here. | mmcc |
2015-10-29 | fix newlines on an error message | Jonathan Gray |
2015-10-29 | rdate is a classic "run as root, talk to internet for a while doing | Theo de Raadt |
2015-10-29 | pledge "stdio rpath". | Theo de Raadt |
2015-10-29 | Pretty sure this can pledge "stdio rpath wpath cpath". Commiting to start | Theo de Raadt |
2015-10-29 | Almost assuredly no longer needs pledge "route" | Theo de Raadt |
2015-10-28 | unifdef _PATH_* | Christian Weisgerber |
2015-10-28 | We are always using _PATH_RESCONF, so no need to remember the path on | Eric Faurot |
2015-10-28 | impose some limit on the cache size as well. | Ted Unangst |
2015-10-28 | if accept() fails due to fd exhaustion, stop accepting for one second. | Ted Unangst |
2015-10-28 | Backout the backout of installboot softraid non-gpt case fix. | Stefan Sperling |
2015-10-28 | bug in the request tree code: requests were being added to the tree before | Ted Unangst |
2015-10-28 | twiddle with rlimit to give us a few more files. use rlimit as a hint as | Ted Unangst |
2015-10-28 | pledge | Theo de Raadt |
2015-10-28 | Revert GPT change. Breaks non-GPT install/upgrade. | Kenneth R Westerback |
2015-10-28 | add pledge to main process, though it needs a few more options | Ted Unangst |
2015-10-28 | use an rb tree for the cache too. modelled after the reqtree. | Ted Unangst |
2015-10-28 | In sr_install_bootblk for i386, don't clobber 'part' in non-GPT case. | Stefan Sperling |
2015-10-28 | use an rb tree for finding requests. from Dimitris Papastamos | Ted Unangst |
2015-10-28 | mkdir is PLEDGE_CPATH, not PLEDGE_CPATH | PLEDGE_RPATH... | Theo de Raadt |
2015-10-28 | cleanup indentation and comments in sysctl whitelist | Theo de Raadt |
2015-10-28 | more accurate pledge_fail() error and code for sys_socket | Sebastien Marie |