| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99. | schwarze | 2014-11-30 | 11 | -33/+33 |
* | obvious STANDARDS update | schwarze | 2014-11-30 | 2 | -14/+10 |
* | restructure libc/string + libc/arch/*/string coperation regarding | deraadt | 2014-11-30 | 8 | -155/+309 |
* | rand() is a pseudo-random number generator | millert | 2014-11-25 | 1 | -3/+3 |
* | Don't describe random() as "better". | millert | 2014-11-25 | 1 | -5/+5 |
* | Warn people to use arc4random() in DESCRIPTION so they see it using | millert | 2014-11-25 | 1 | -5/+8 |
* | rand48(3) not drand48(3) to align with the actual man page and Xr | millert | 2014-11-25 | 1 | -3/+3 |
* | no need for md5 xr | tedu | 2014-11-25 | 1 | -3/+2 |
* | revert the bludgeoning of DES. if we need a thread safe crypt, maybe it's | tedu | 2014-11-25 | 1 | -31/+33 |
* | push some global data down into functions to make this threadlier. | tedu | 2014-11-25 | 1 | -33/+31 |
* | 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 |