summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-09Add some additional sanity checks to kdump.Jonathan Gray
2014-12-09more standardsier: cast to int to make sure we keep the negative numbers.Ted Unangst
2014-12-08syncTheo de Raadt
2014-12-08Deprecate usb_*_report(). USB HID devices are always attached belowMartin Pieuchot
2014-12-08spacesTheo de Raadt
2014-12-08For now, these games still contain deterministic randomization (forTheo de Raadt
2014-12-08Oops, got the sense of the test backwards. Hilarious that we didn't spot it.Theo de Raadt
2014-12-08Use srandom_deterministic() if a seed is supplied, thereby switching theTheo de Raadt
2014-12-08Don't need special complex rand vs arc4random code. If theTheo de Raadt
2014-12-08Do not report underruns as bus data errors, as suggested by sectionMartin Pieuchot
2014-12-08Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48()Theo de Raadt
2014-12-08typoTheo de Raadt
2014-12-08Convert syscall argument handling from a giant switch to a giant table.Philip Guenther
2014-12-08Fix for CVE-2014-8602.Florian Obser
2014-12-08okan noticed this was actually calling the cfree turd.Ted Unangst
2014-12-08major++Ted Unangst
2014-12-08regenPhilip Guenther
2014-12-08Add chflagsat(), modeled on fchmodat() with name to match FreeBSD.Philip Guenther
2014-12-08more libc, less kernel documentationTed Unangst
2014-12-08tweak recommendation to use arc4random_bufTed Unangst
2014-12-08delete documentation for deleted DES interfacesTed Unangst
2014-12-08remove cfree from documentationTed Unangst
2014-12-08don't do silly (and slow) one byte reads in unbuffered mode.Ted Unangst
2014-12-08header changes for recent libc changes:Ted Unangst
2014-12-08delete obsolete sunos cfree function. ok deraadt millert naddyTed Unangst
2014-12-08add siphash from the kernel to libcTed Unangst
2014-12-08remove setkey and encrypt interfaces. they are useless and dangerous.Ted Unangst
2014-12-08Do not send an error body in a HEAD request answer.Florian Obser
2014-12-08avoid void arithmetic. from david carlierTed Unangst
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2014-12-08Remove a few foo_start() calls within ioctl handlers. Odd spot to haveBrad Smith
2014-12-08fix crash when trying to apply ++ without an lvalue; ok millert@ jsg@Otto Moerbeek
2014-12-08tweak previous;Jason McIntyre
2014-12-08When resetting an endpoint do not purge the ring. Instead set theMartin Pieuchot
2014-12-08Add an intermediate layer driver, cbus(4), to manage its ownKenji Aoyama
2014-12-08read(2) returns ssize_t, not size_tBret Lambert
2014-12-08Use tabs instead of spaces here.Brad Smith
2014-12-08Have foo_init() call foo_reset() to reset the chip to a known stateBrad Smith
2014-12-08Do not use a "struct route" when a "struct rtentry" is enough.Martin Pieuchot
2014-12-08There's no good reason to keep into "struct ifnet" a pointer that's onlyMartin Pieuchot
2014-12-08Do not take into account addresses configured in a different rdomainMartin Pieuchot
2014-12-08no need for arc4random_uniform() here, arc4random() does the jobGilles Chehade
2014-12-08Move the data part of the mp trampoline to .rodata (initially). The kernelMike Larkin
2014-12-08Split the ACPI resume trampoline into code and data, move the data page toMike Larkin
2014-12-08fix a crash with '(' at EOF found with the afl fuzzerJonathan Gray
2014-12-08Use platform-defined method of printing a pointer.Brent Cook
2014-12-08avoid left shift overflow in reallocarray.Brent Cook
2014-12-08Add some more makefiles that often cause a crash.Jonathan Gray
2014-12-08syncTheo de Raadt
2014-12-08Try harder to avoid displaying "no link ... got link" when initialKenneth R Westerback