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