summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-10The consensus is that RTM_IFINFO messages do not always carry theKenneth R Westerback
2014-12-09Xr and Ox fixes;Jason McIntyre
2014-12-09Fix division by zero for files with long lines (> 1024) in Plan B modeTobias Stoeckmann
2014-12-09random seed buffer must be unsignedTheo de Raadt
2014-12-09Add pane_dead_status for exit status of dead panes.Nicholas Marriott
2014-12-09syncTheo de Raadt
2014-12-09Check strlcpy(), strlcat(), and snprintf() return values in sparc64 ofwboot.Stefan Sperling
2014-12-09Use memmove() instead of strlcpy() for an overlapping string copyTodd C. Miller
2014-12-09Catch up with the BPF_ALIGNMENT switch to the uint32_t.Mike Belopuhov
2014-12-09init crmsg to something so it doesn't crash on invalid wtmp files.Ted Unangst
2014-12-09put back some information what the character classes actually mean;Ingo Schwarze
2014-12-09avoid void arithmetic. from david carlierTed Unangst
2014-12-09LC_CTYPE has no effect on ctype(3), but on wctype(3); ok jmc@Ingo Schwarze
2014-12-09Like libc, also for the kernel: Import new amd64 assembly versions ofReyk Floeter
2014-12-09Import new amd64 assembly versions of strchr/index, strrchr/rindex,Reyk Floeter
2014-12-09no more string(3);Jason McIntyre
2014-12-09no more ctype(3);Jason McIntyre
2014-12-09fix NAME;Jason McIntyre
2014-12-09improve warnings from rand_r(), rand(), and random()Theo de Raadt
2014-12-09In ingo's new world order, we do not want multiple manual pages describingTheo de Raadt
2014-12-09Sprinkle in a little more mallocarray().Doug Hogan
2014-12-09More malloc() -> mallocarray() in the kernel.Doug Hogan
2014-12-09Replace some malloc(n*size,...) calls with mallocarray().Doug Hogan
2014-12-09If it exists, use /usr/ports/infrastructure/man/ by default for apropos(1);Ingo Schwarze
2014-12-09Do not memorialize cheaters in the high score file.Theo de Raadt
2014-12-09Move the initial link status check and possible forceup back beforeKenneth R Westerback
2014-12-09t_exhaust is too exhaustingTheo de Raadt
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