Age | Commit message (Expand) | Author |
2015-10-30 | Rename rtrequest1() to rtrequest(). | Alexander Bluhm |
2015-10-30 | Use NULL instead of 0 for pci_decompose_tag() pointer arguments. | Miod Vallat |
2015-10-30 | regress: pledge | Sebastien Marie |
2015-10-30 | uvm_deallocate()'s return type is void, not int. This has apparently | mmcc |
2015-10-30 | 'fc -e -' is deprecated in favor of 'fc -s', so update the built-in alias | Philip Guenther |
2015-10-30 | For getgrent.3: | Philip Guenther |
2015-10-30 | mark usage __dead | Ted Unangst |
2015-10-29 | Also need exec to run the editor of course. | Todd C. Miller |
2015-10-29 | Remove duplicated prototype. | Miod Vallat |
2015-10-29 | crontab needs "proc" for fork(2) | Todd C. Miller |
2015-10-29 | Use stravis(3) instead of a homegrown vis-like function. | Todd C. Miller |
2015-10-29 | remove unused variables | Todd C. Miller |
2015-10-29 | Convert env_get() into env_find() similar to __findenv() in libc. | Todd C. Miller |
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 |