Age | Commit message (Expand) | Author |
2014-06-13 | delete a lie; replace with a truth | Theo de Raadt |
2014-06-13 | Add new getentropy() system call. Code and pressure from matthew. | Theo de Raadt |
2014-06-13 | crank major | Theo de Raadt |
2014-06-13 | Add timingsafe_memcmp(). | Matthew Dempsky |
2014-06-13 | Add support for MAP_INHERIT_ZERO. | Matthew Dempsky |
2014-06-12 | Disable the "switch to insertion sort" optimization to avoid quadratic | Todd C. Miller |
2014-06-11 | Really remove the obsolete manpages left by earlier commit | Christopher Zimmermann |
2014-06-11 | Remove manpages about deprecated RFC2292 ancillary data convenience functions. | Christopher Zimmermann |
2014-06-10 | mop up ifndef KERNEL goo; ok miod | Theo de Raadt |
2014-06-09 | Nuke the machinery to sync libkern with libc, it's not been used in the | Miod Vallat |
2014-06-07 | remove last few uses of __P | Theo de Raadt |
2014-06-07 | Fix modf() on sparc | Tobias Ulmer |
2014-06-04 | Apply "unifdef -D__STDC__" to libc/arch/*/SYS.h | Matthew Dempsky |
2014-06-04 | Remove assigned but unused local variables and macro from vfwprintf(). | Stefan Sperling |
2014-06-02 | move random bytes buffer to be part of mmaped pages; ok tedu@ | Otto Moerbeek |
2014-05-31 | Delete the extraneous "return" statement at the end of a void function. | Jeremie Courreges-Anglas |
2014-05-30 | Add definitions for Process and (finally!) Thread | Philip Guenther |
2014-05-30 | A program is the thing you run; a process is an instance of something | Philip Guenther |
2014-05-29 | Use .Er for errnos | Philip Guenther |
2014-05-29 | Grammar | Philip Guenther |
2014-05-26 | move all stats collecting under MALLOC_STATS; ok krw@ | Otto Moerbeek |
2014-05-25 | use calloc, from Benjamin Baier | Ted Unangst |
2014-05-25 | one calloc from Benjamin Baier, one from me. | Ted Unangst |
2014-05-24 | Fix typo in EPERM description; the function arg is pgrp, not pgid. | Todd C. Miller |
2014-05-23 | Document that v?dprintf() is just as safe as v?snprintf(). OK espie@ | Todd C. Miller |
2014-05-21 | fix MALLOC_STATS (not compiled in by default); ok tedu@ | Otto Moerbeek |
2014-05-21 | warn about implicit. misspelled function names in libc are deadly. | Ted Unangst |
2014-05-18 | factor out a bit of the chunk index code and use it to make sure that a | Ted Unangst |
2014-05-17 | correctly match size and buffer. from enh at google | Ted Unangst |
2014-05-17 | Add missing header needed by isdigit(). | Charles Longeau |
2014-05-17 | refactor some of the des crypt code to use fewer globals. | Ted Unangst |
2014-05-16 | update NAME and MLINKS for previous; | Jason McIntyre |
2014-05-16 | document crypt_checkpass | Ted Unangst |
2014-05-16 | use $2b in the bcrypt example, ok tedu | Stuart Henderson |
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 |