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