| Commit message (Expand) | Author | Age | Files | Lines |
| * | Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one | guenther | 2015-10-01 | 1 | -4/+2 |
| * | lint is dead: delete useless LINTLIBRARY comments | guenther | 2015-09-26 | 2 | -4/+2 |
| * | Don't wrap initialized variables: binutils appears to be mishandling them | guenther | 2015-09-19 | 1 | -1/+3 |
| * | Only two of the *rand48.c files need <math.h>, so just #include it in them | guenther | 2015-09-14 | 3 | -4/+5 |
| * | use .Va for global variables, and .Vt where the type is included | schwarze | 2015-09-14 | 1 | -4/+3 |
| * | Remove cast of int* to int* | guenther | 2015-09-14 | 1 | -2/+2 |
| * | For now, permit overriding of the malloc family, to make emacs happy | guenther | 2015-09-13 | 1 | -6/+6 |
| * | Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internally | guenther | 2015-09-13 | 1 | -1/+2 |
| * | Wrap <stdlib.h> so that calls go direct and the symbols not in the | guenther | 2015-09-13 | 20 | -24/+49 |
| * | Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct | guenther | 2015-09-12 | 2 | -2/+4 |
| * | Wrap <getopt.h> to make the functions weak and make access to the initialized | guenther | 2015-09-12 | 1 | -1/+6 |
| * | Pull in namespace.h when building all .c files using gcc's -include option, | guenther | 2015-09-10 | 1 | -2/+1 |
| * | reduce .Nd to one line and kill .Tn while here | schwarze | 2015-09-10 | 5 | -25/+15 |
| * | missing commas at the end of .Nm lines in the NAME section | schwarze | 2015-09-10 | 1 | -3/+3 |
| * | Move the __rand48_* declarations into rand48.h, and then hide both them | guenther | 2015-08-27 | 7 | -25/+13 |
| * | All these files include <stdlib.h>, so do not need to cast | deraadt | 2015-08-20 | 2 | -5/+5 |
| * | Just return if nmemb is 0. Avoids a NULL dereference and is | millert | 2015-06-21 | 1 | -1/+4 |
| * | Add dlclose(3) to SEE ALSO | guenther | 2015-05-12 | 1 | -2/+3 |
| * | When checking flags that will be passed to open(), test the O_ACCMODE portion | guenther | 2015-05-11 | 1 | -2/+3 |
| * | Another couple of commas in the wrong place, ok jmc | nicm | 2015-04-14 | 1 | -3/+3 |
| * | Make pthread_atfork() track the DSO that called it like atexit() does, | guenther | 2015-04-07 | 1 | -1/+19 |
| * | improve realloc. when expanding a region, actually use the free page cache | tedu | 2015-04-06 | 1 | -7/+16 |
| * | remove incorrect statement. the standard *does* require calloc to check | tedu | 2015-03-14 | 1 | -7/+2 |
| * | lsearch and lfind return void * | tedu | 2015-02-15 | 1 | -4/+4 |
| * | Use .Rv where appropriate, and move it to RETURN VALUES; | schwarze | 2015-01-29 | 2 | -18/+7 |
| * | Improve wording in alloca. | tedu | 2015-01-17 | 1 | -7/+5 |
| * | Move to the <limits.h> universe. | deraadt | 2015-01-16 | 3 | -9/+6 |
| * | missing , found by Dongsheng Song | deraadt | 2015-01-08 | 1 | -3/+3 |
| * | rename kern enter/exit macros to malloc enter/leave to better reflect | tedu | 2015-01-05 | 1 | -7/+7 |
| * | typo; ok deraadt | sthen | 2014-12-16 | 2 | -3/+3 |
| * | warn for correct symbol | deraadt | 2014-12-16 | 1 | -2/+2 |
| * | Xr and Ox fixes; | jmc | 2014-12-09 | 3 | -12/+18 |
| * | random seed buffer must be unsigned | deraadt | 2014-12-09 | 1 | -2/+2 |
| * | fix NAME; | jmc | 2014-12-09 | 1 | -3/+3 |
| * | improve warnings from rand_r(), rand(), and random()libressl-v2.1.2 | deraadt | 2014-12-09 | 2 | -3/+8 |
| * | more standardsier: cast to int to make sure we keep the negative numbers. | tedu | 2014-12-09 | 1 | -2/+2 |
| * | Oops, got the sense of the test backwards. Hilarious that we didn't spot it. | deraadt | 2014-12-08 | 1 | -1/+1 |
| * | Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48() | deraadt | 2014-12-08 | 13 | -159/+267 |
| * | remove cfree from documentation | tedu | 2014-12-08 | 1 | -19/+3 |
| * | delete obsolete sunos cfree function. ok deraadt millert naddy | tedu | 2014-12-08 | 2 | -42/+3 |
| * | avoid left shift overflow in reallocarray. | bcook | 2014-12-08 | 1 | -2/+2 |
| * | malloc(3) is in the "comp" install set, malloc.conf(5) in "man", | schwarze | 2014-12-06 | 2 | -128/+10 |
| * | Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99. | schwarze | 2014-11-30 | 10 | -30/+30 |
| * | obvious STANDARDS update | schwarze | 2014-11-30 | 2 | -14/+10 |
| * | 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 |
| * | Document behavior of atexit() when called in a DSO that is later unloaded. | guenther | 2014-11-20 | 1 | -2/+14 |
| * | Reduce instances of `` '' in manuals. | bentley | 2014-11-15 | 1 | -5/+5 |
| * | clean up verbiage around the calculations; ok ingo jmc otto | deraadt | 2014-10-30 | 1 | -5/+5 |