Age | Commit message (Expand) | Author |
2021-12-02 | bsearch(3): support arrays with more than INT_MAX elements | Scott Soule Cheloha |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-24 | ansi | Jonathan Gray |
2021-10-13 | Provide realpath(1) | Klemens Nanni |
2021-09-19 | Switch two calls from memset() to explicit_bzero() | Theo Buehler |
2021-09-03 | * add the missing STANDARDS section as noticed by tb@ | Ingo Schwarze |
2021-07-23 | Make MALLOC_STATS compile again; noted by Omar Polo and Joe Nelson | Otto Moerbeek |
2021-04-09 | An extra internal consistency check and a missing stats adjustment. ok tb@ | Otto Moerbeek |
2021-04-09 | Cache implementation has changed, we do not hold on to an exact number | Otto Moerbeek |
2021-03-18 | Type-cast getpagesize() from int to size_t for the comparison with d. | Claudio Jeker |
2021-03-09 | Change the implementation of the malloc cache to keep lists of | Otto Moerbeek |
2021-02-25 | - Make use of the fact that we know how the chunks are aligned, and | Otto Moerbeek |
2021-02-12 | Some people still argue that rand(3) and random(3) have suitable deterministic | Theo de Raadt |
2020-11-23 | mapalign() only handles allocations >= a page; problem found by and ok semarie@ | Otto Moerbeek |
2020-10-12 | make fixed-sized fixed-value mib[] arrays be const | Theo de Raadt |
2020-10-09 | As noted by tb@ previous commit only removed an unused fucntion. | Otto Moerbeek |
2020-10-06 | Use random value for canary bytes; ok tb@ | Otto Moerbeek |
2020-09-06 | For page-sized and larger allocations do not put the pages we're | Otto Moerbeek |
2020-05-27 | This patch fixes one bug and one instance of undesirable behaviour. | Ingo Schwarze |
2020-04-26 | Minimal maintenance to make this mess slightly less confusing: | Ingo Schwarze |
2020-04-26 | fix the description; from andras farkas | Jason McIntyre |
2020-03-30 | "eventually" came and went back in 2004. | Martijn van Duren |
2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY | Jonathan Gray |
2020-01-13 | Document how to make getopt_long(3) process arguments in order and stop | Stefan Sperling |
2019-12-20 | drand48(3) returns values in [0.0, 1.0). | Theo Buehler |
2019-12-11 | The file passed to realpath(3) must exists, adjust man page to new | Alexander Bluhm |
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 |