| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | introduce a hashspace define and check that there's enough space to | tedu | 2014-11-24 | 1 | -15/+10 |
* | check crypt() for null. noticed by Jonas Termansen | tedu | 2014-11-24 | 1 | -2/+2 |
* | space needed between macro args and punctuation; | jmc | 2014-11-21 | 1 | -2/+2 |
* | add ERRORS, HISTORY, AUTHORS, Copyright year, and some missing macros; | schwarze | 2014-11-21 | 1 | -6/+39 |
* | Let crypt_checkpass() set EACCES after bcrypt_checkpass() failure; | schwarze | 2014-11-21 | 1 | -2/+4 |
* | change prototype for crypt_newhash. the login_cap_t is a holdover from its | tedu | 2014-11-21 | 2 | -15/+10 |
* | split crypt_checkpass off into a new file | tedu | 2014-11-20 | 3 | -36/+73 |
* | Document behavior of atexit() when called in a DSO that is later unloaded. | guenther | 2014-11-20 | 1 | -2/+14 |
* | add crypt_newhash to NAME and add an MLINK; | jmc | 2014-11-18 | 2 | -4/+6 |
* | add new function crypt_newhash to simplify creating new hashes. | tedu | 2014-11-17 | 2 | -3/+46 |
* | Reduce instances of `` '' in manuals. | bentley | 2014-11-15 | 1 | -5/+5 |
* | edns0 is not currently supported: confirmed by sthen and eric | jmc | 2014-11-05 | 1 | -7/+7 |
* | clean up verbiage around the calculations; ok ingo jmc otto | deraadt | 2014-10-30 | 1 | -5/+5 |
* | Don't mention old systems where realloc(NULL, n) didn't work as we | millert | 2014-10-30 | 1 | -11/+7 |
* | Save space in man page: err() -> errc() and combine vars. | doug | 2014-10-23 | 1 | -18/+11 |
* | Avoid writing in second person in malloc.3 | doug | 2014-10-22 | 1 | -13/+12 |
* | List extensions in the STANDARDS section, replacing some text below CAVEATS. | schwarze | 2014-10-20 | 1 | -33/+30 |
* | make RETURN VALUES more concise | schwarze | 2014-10-19 | 1 | -77/+28 |
* | Revamp malloc.3 by reordering the sections and rewriting parts. | doug | 2014-10-19 | 1 | -185/+417 |
* | Revert last commit due to changed semantics found by make release. | doug | 2014-10-19 | 1 | -10/+10 |
* | Better POSIX compliance in realpath(3). | doug | 2014-10-18 | 1 | -10/+10 |
* | remove unused variable | chl | 2014-10-13 | 1 | -3/+1 |
* | Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine, | schwarze | 2014-10-11 | 1 | -4/+11 |
* | Userland reallocarray() audit. | doug | 2014-10-11 | 1 | -3/+3 |
* | Userland reallocarray() audit. | doug | 2014-10-11 | 1 | -3/+3 |
* | replace select with equiv poll usage. | dlg | 2014-10-10 | 1 | -17/+12 |
* | using reallocarray() gives us multiplicative integer overflow checking | deraadt | 2014-10-08 | 1 | -3/+3 |
* | obvious malloc -> reallocarray, for mult int oflow | deraadt | 2014-10-08 | 1 | -2/+2 |
* | When fopen()ing internal to libc (the API doesn't support the use | guenther | 2014-09-15 | 5 | -14/+14 |
* | Do not claim that empty numbers set EINVAL, our implementation doesn't. | schwarze | 2014-09-14 | 2 | -37/+61 |
* | Make sure that the following functions return 0 and EINVAL as | schwarze | 2014-09-13 | 6 | -20/+60 |
* | obvious cases of missing .An; | schwarze | 2014-09-08 | 1 | -3/+3 |
* | POSIX specifies arpa/inet.h as the include file for these. | millert | 2014-09-04 | 1 | -3/+3 |
* | Make the in6addr constant declarations and definitions consistent | bluhm | 2014-08-31 | 1 | -3/+3 |
* | Add sockatmark() | guenther | 2014-08-31 | 3 | -5/+170 |
* | unbind; | jmc | 2014-08-23 | 5 | -27/+16 |
* | a small tweak to improve malloc in multithreaded programs. we don't need | tedu | 2014-08-18 | 1 | -7/+21 |
* | XPG requires insque() and remque() to work with linear lists and not just | guenther | 2014-08-15 | 3 | -21/+26 |
* | Only need <stdint.h> and not all of <inttypes.h> here | guenther | 2014-08-10 | 1 | -2/+2 |
* | missing newline | deraadt | 2014-07-21 | 1 | -1/+2 |
* | Switch from <sys/endian.h> or <machine/endian.h> to the new, | guenther | 2014-07-21 | 4 | -8/+8 |
* | Move more OS-specific functionality to arc4random.h headers. | bcook | 2014-07-20 | 2 | -6/+14 |
* | From ISO/IEC 9899:1999 and 9899:201x, | guenther | 2014-07-20 | 2 | -5/+5 |
* | arc4random re-seeds with getentropy() now; ok deraadt@ jmc@ | naddy | 2014-07-19 | 1 | -3/+3 |
* | Change _rs_allocate so it can combine the two regions (rs and rsx) | deraadt | 2014-07-19 | 2 | -28/+25 |
* | Remove "const" from the lsearch(3) manual's synopsis too. | matthew | 2014-07-18 | 1 | -3/+3 |
* | zap trailing whitespace; | jmc | 2014-07-18 | 1 | -3/+3 |
* | Change lsearch()'s "base" argument to require a non-const pointer to | matthew | 2014-07-18 | 1 | -2/+2 |
* | Seperate arc4random's os-dependent parts into static inline functions, | deraadt | 2014-07-18 | 2 | -36/+57 |
* | it is 2014, and we still need to encourage people away from srand() | deraadt | 2014-07-17 | 2 | -5/+14 |