Age | Commit message (Expand) | Author |
2019-09-14 | Add comment line saying S is described vaguely on purpose. | Otto Moerbeek |
2019-07-05 | improve verb-tense for explaining the calling convention of __ | Theo de Raadt |
2019-07-05 | The last consumer of pre-posix realpath behaviour has stopped | Theo de Raadt |
2019-06-30 | tweak previous; ok guenther | Jason McIntyre |
2019-06-29 | Document that getcwd() and realpath() are built on system calls that | Philip Guenther |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-27 | The C89 standard only requires that atexit(3) returns a non-zero value | Ingo Schwarze |
2019-06-17 | Remove old realpath(3), and the userland-vs-kernel realpath verification | Theo de Raadt |
2019-06-15 | oops - missing .El in previous; | Jason McIntyre |
2019-06-15 | realpath(3) doesn't use lstat(2), readlink(2), or getcwd(3) anymore, | Theo de Raadt |
2019-06-02 | Complete the ld.so boot cleanup: move most libc initialization from | Philip Guenther |
2019-05-30 | __realpath(2) appears to have improved, so re-enable the code that | Theo de Raadt |
2019-05-29 | There are some bugs in __realpath(2) -- it isn't quite ready so disable | Theo de Raadt |
2019-05-28 | Enable the use of the kernel __realpath() system call in the libc wrapper. | Bob Beck |
2019-05-23 | Only override size of chunk if we're not given the actual length. | Otto Moerbeek |
2019-05-19 | clarify that later flags modify earlier flags; | Ingo Schwarze |
2019-05-15 | delete two stray blank lines | Ingo Schwarze |
2019-05-13 | Mention introduction of *_conceal. | Otto Moerbeek |
2019-05-10 | Inroduce malloc_conceal() and calloc_conceal(). Similar to their | Otto Moerbeek |
2019-03-20 | escape backslashes; | Ingo Schwarze |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-22 | sort sections, and add a missing verb to the EXAMPLES text; | Jason McIntyre |
2019-01-22 | Wrap long line | Otto Moerbeek |
2019-01-21 | a few tweaks | Ted Unangst |
2019-01-21 | Add example showing a proper comparison function, as many examples show | Otto Moerbeek |
2019-01-18 | Replace the vague, incorrect, and confusing BUGS sections with CAVEATS | Ingo Schwarze |
2019-01-16 | For all functions known to be infected by LC_NUMERIC, add short | Ingo Schwarze |
2019-01-10 | Move default numer of pools in the multi-threaded case to 8. Various tests | Otto Moerbeek |
2019-01-10 | Make the "not my pool" searching loop a tiny bit smarter, while | Otto Moerbeek |
2018-12-10 | Improve speed for the multi-threaded case by reducing lock contention. | Otto Moerbeek |
2018-12-09 | style; OK otto | Florian Obser |
2018-12-05 | remove a stray line accidentally left behind in rev. 1.120; | Ingo Schwarze |
2018-11-27 | Refactor "find the right pool" code into a function. ok djm@ tb@ | Otto Moerbeek |
2018-11-21 | fold the contents of malloc.conf.5 into malloc.3 and sysctl.2, | Jason McIntyre |
2018-11-21 | Introducing malloc_usable_size() was a mistake. While some other | Otto Moerbeek |
2018-11-19 | Fix compilation on alpha, where DEF_WEAK() really must be paired with | Philip Guenther |
2018-11-18 | Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page | Otto Moerbeek |
2018-11-08 | zap last remains of malloc.conf; prompted by and ok jmc@ | Otto Moerbeek |
2018-11-06 | rm FILES section; prompted by Janne Johansson | Otto Moerbeek |
2018-11-06 | Use the new vm.malloc_conf sysctl; ok millert@ deraadt@ | Otto Moerbeek |
2018-11-05 | Implement C11's aligned_alloc(3). ok guenther@ | Otto Moerbeek |
2018-04-07 | sys/uio.h is not used anymore | Otto Moerbeek |
2018-03-30 | fix MALLOC_STATS; spotted by and ok semarie@ | Otto Moerbeek |
2018-03-06 | use _ALIGN() which is uhm a bit OpenBSD-specific, but it means we | Theo de Raadt |
2018-03-05 | Use _MAX_PAGE_SHIFT, rather than #ifdef mips64 | Theo de Raadt |
2018-02-07 | use consistent style for for loop in unmap(), no functional change | Otto Moerbeek |
2018-01-30 | keep in sync with ld.so malloc.c | Otto Moerbeek |
2018-01-30 | word fix; from edgar pettijohn | Jason McIntyre |
2018-01-28 | - An error in the multithreaded case could print the wrong function name | Otto Moerbeek |
2018-01-26 | - do not junk pages returned by free_bytes(), all freed chunks are already | Otto Moerbeek |