Age | Commit message (Expand) | Author |
2014-05-14 | stop flushing streams in abort(). it's hackish and unsafe, and no longer | Ted Unangst |
2014-05-13 | for non-valid combinations with `#', instead of trying to list them all, | Jason McIntyre |
2014-05-13 | skip incomplete entries in /etc/hosts and /etc/networks | Eric Faurot |
2014-05-12 | these files have moved to libutil | Marc Espie |
2014-05-12 | ...better if I actually unplug it, Makefile doesn't do it | Marc Espie |
2014-05-12 | remove md5crypt. | Ted Unangst |
2014-05-12 | move the ohash functions into libutil by popular demand. | Marc Espie |
2014-05-12 | tweak interface to do the right thing, after useful comments from millert@ | Marc Espie |
2014-05-12 | change to having four freelists per size, to reduce another source of | Ted Unangst |
2014-05-10 | remove warning by adding explicit parentheses around && within || | Charles Longeau |
2014-05-10 | fix MALLOC_STATS code that was broken in rev 1.159, not compiled in by default | Otto Moerbeek |
2014-05-09 | Add a bit more detail about dot notation from the old inet(3) manpage. | Philip Guenther |
2014-05-09 | when demonstrating the correct "double-check" idiom, provide a | Theo de Raadt |
2014-05-08 | move reallocarray() to a seperate file so that -portable applications | Theo de Raadt |
2014-05-07 | comment style fix | Alexander Hall |
2014-05-07 | Kill the {nd6_,}useloopback buttons, using the loopback interface for | Martin Pieuchot |
2014-05-06 | We don't really need uniform distribution for mktemp(3) so use | Todd C. Miller |
2014-05-06 | missing NULL checks to see if init is needed. found hard way by deraadt. | Ted Unangst |
2014-05-06 | fix stupid commit | Ted Unangst |
2014-05-06 | enh@google reported a warning in crufty y2k code. just delete it. | Ted Unangst |
2014-05-06 | reallocarray for things which are arrays. ok deraadt | Ted Unangst |
2014-05-06 | use explicit_bzero | Ted Unangst |
2014-05-06 | clear a stack buffer with explicit_bzero | Ted Unangst |
2014-05-06 | move chacha context and buffer out of bss and allow mmap to place them | Ted Unangst |
2014-05-04 | delete useless test code | Theo de Raadt |
2014-05-04 | tweak previous; | Jason McIntyre |
2014-05-04 | When kern.nosuidcoredump=3, act like =2 but try to dump cores into | Theo de Raadt |
2014-05-03 | now that 5.5 has been released with compatibility for 2b hashes, | Ted Unangst |
2014-05-03 | 1. Drop support for no minor. This variant doesn't exist anymore. | Ted Unangst |
2014-05-03 | Noncharacters 0xFFFE and 0xFFFF don't render a UTF-8 string invalid | Stefan Sperling |
2014-05-03 | Add #ifndef NO_PRINTF_PERCENT_N. Since we are fully standardized, we | Theo de Raadt |
2014-05-02 | No really, pid 2 isn't special | Philip Guenther |
2014-05-02 | The page daemon no longer has a fixed PID. ok kettenis@ jmc@ | Jeremie Courreges-Anglas |
2014-05-01 | tweak previous; ok sthen | Jason McIntyre |
2014-05-01 | Extend fread() and fwrite() to check for integer overflow, in which case | Theo de Raadt |
2014-05-01 | nibbles aren't enough random, use bytes. does a better job of picking | Ted Unangst |
2014-04-30 | first cut at documenting the change to malloc doing a partial 'junk' by | Stuart Henderson |
2014-04-30 | minor++ because of AI_ADDRCONFIG | sperreault |
2014-04-28 | Implement AI_ADDRCONFIG | sperreault |
2014-04-27 | zap trailing whitespace; | Jason McIntyre |
2014-04-27 | Document net.inet6.ip6.dad_pending. | Loganaden Velvindron |
2014-04-24 | uses ssh these days, not rsh; ok tedu | Jason McIntyre |
2014-04-23 | tweak previous; sorry ingo, my review was pretty poor; | Jason McIntyre |
2014-04-23 | remove Z option and default to something halfway to J. | Ted Unangst |
2014-04-23 | more info about HISTORY; ok jmc@ | Ingo Schwarze |
2014-04-23 | explain a bit more what's going on for stupid me. | Marc Espie |
2014-04-23 | Better, cleaner hash function that computes the same on be and le archs. | Otto Moerbeek |
2014-04-22 | add closing parenthesis. | Igor Sobrado |
2014-04-22 | - one more mallocarray -> reallocarray | Jason McIntyre |
2014-04-22 | change mallocarray to reallocarray. useful in a few more situations. | Ted Unangst |