| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-05-27 | This patch fixes one bug and one instance of undesirable behaviour. |  schwarze | 1 | -9/+1 |
| 2020-04-26 | Minimal maintenance to make this mess slightly less confusing: |  schwarze | 1 | -10/+10 |
| 2020-04-26 | fix the description; from andras farkas |  jmc | 1 | -5/+4 |
| 2020-03-30 | "eventually" came and went back in 2004. |  martijn | 1 | -3/+1 |
| 2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY |  jsg | 1 | -3/+3 |
| 2020-01-13 | Document how to make getopt_long(3) process arguments in order and stop |  stsp | 1 | -2/+18 |
| 2019-12-20 | drand48(3) returns values in [0.0, 1.0). |  tb | 1 | -3/+3 |
| 2019-12-11 | The file passed to realpath(3) must exists, adjust man page to new |  bluhm | 1 | -3/+3 |
| 2019-09-14 | Add comment line saying S is described vaguely on purpose. |  otto | 1 | -2/+3 |
| 2019-07-05 | improve verb-tense for explaining the calling convention of __ |  deraadt | 1 | -3/+3 |
| 2019-07-05 | The last consumer of pre-posix realpath behaviour has stopped |  deraadt | 1 | -34/+3 |
| 2019-06-30 | tweak previous; ok guenther |  jmc | 1 | -5/+6 |
| 2019-06-29 | Document that getcwd() and realpath() are built on system calls that |  guenther | 1 | -2/+16 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -2/+2 |
| 2019-06-27 | The C89 standard only requires that atexit(3) returns a non-zero value |  schwarze | 1 | -5/+12 |
| 2019-06-17 | Remove old realpath(3), and the userland-vs-kernel realpath verification |  deraadt | 1 | -334/+44 |
| 2019-06-15 | oops - missing .El in previous; |  jmc | 1 | -1/+2 |
| 2019-06-15 | realpath(3) doesn't use lstat(2), readlink(2), or getcwd(3) anymore, |  deraadt | 1 | -21/+39 |
| 2019-06-02 | Complete the ld.so boot cleanup: move most libc initialization from |  guenther | 1 | -7/+2 |
| 2019-05-30 | __realpath(2) appears to have improved, so re-enable the code that |  deraadt | 1 | -3/+136 |
| 2019-05-29 | There are some bugs in __realpath(2) -- it isn't quite ready so disable |  deraadt | 1 | -136/+3 |
| 2019-05-28 | Enable the use of the kernel __realpath() system call in the libc wrapper. |  beck | 1 | -3/+136 |
| 2019-05-23 | Only override size of chunk if we're not given the actual length. |  otto | 1 | -2/+3 |
| 2019-05-19 | clarify that later flags modify earlier flags; |  schwarze | 1 | -2/+4 |
| 2019-05-15 | delete two stray blank lines |  schwarze | 1 | -4/+2 |
| 2019-05-13 | Mention introduction of *_conceal. |  otto | 1 | -2/+8 |
| 2019-05-10 | Inroduce malloc_conceal() and calloc_conceal(). Similar to their |  otto | 2 | -197/+217 |
| 2019-03-20 | escape backslashes; |  schwarze | 1 | -3/+3 |
| 2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 8 | -20/+20 |
| 2019-01-22 | sort sections, and add a missing verb to the EXAMPLES text; |  jmc | 1 | -24/+24 |
| 2019-01-22 | Wrap long line |  otto | 1 | -4/+4 |
| 2019-01-21 | a few tweaks |  tedu | 1 | -5/+9 |
| 2019-01-21 | Add example showing a proper comparison function, as many examples show |  otto | 1 | -3/+40 |
| 2019-01-18 | Replace the vague, incorrect, and confusing BUGS sections with CAVEATS |  schwarze | 3 | -12/+33 |
| 2019-01-16 | For all functions known to be infected by LC_NUMERIC, add short |  schwarze | 2 | -4/+22 |
| 2019-01-10 | Move default numer of pools in the multi-threaded case to 8. Various tests |  otto | 1 | -2/+2 |
| 2019-01-10 | Make the "not my pool" searching loop a tiny bit smarter, while |  otto | 1 | -20/+37 |
| 2018-12-10 | Improve speed for the multi-threaded case by reducing lock contention. |  otto | 1 | -30/+21 |
| 2018-12-09 | style; OK otto |  florian | 1 | -3/+3 |
| 2018-12-05 | remove a stray line accidentally left behind in rev. 1.120; |  schwarze | 1 | -3/+2 |
| 2018-11-27 | Refactor "find the right pool" code into a function. ok djm@ tb@ |  otto | 1 | -65/+34 |
| 2018-11-21 | fold the contents of malloc.conf.5 into malloc.3 and sysctl.2, |  jmc | 1 | -6/+118 |
| 2018-11-21 | Introducing malloc_usable_size() was a mistake. While some other |  otto | 2 | -105/+5 |
| 2018-11-19 | Fix compilation on alpha, where DEF_WEAK() really must be paired with |  guenther | 1 | -2/+1 |
| 2018-11-18 | Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page |  otto | 2 | -6/+108 |
| 2018-11-08 | zap last remains of malloc.conf; prompted by and ok jmc@ |  otto | 1 | -6/+6 |
| 2018-11-06 | rm FILES section; prompted by Janne Johansson |  otto | 1 | -7/+2 |
| 2018-11-06 | Use the new vm.malloc_conf sysctl; ok millert@ deraadt@ |  otto | 1 | -6/+11 |
| 2018-11-05 | Implement C11's aligned_alloc(3). ok guenther@ |  otto | 2 | -5/+84 |
| 2018-04-07 | sys/uio.h is not used anymore |  otto | 1 | -3/+2 |