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