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