Age | Commit message (Expand) | Author |
2023-06-22 | Allow to ask for deeper callers for leak reports using malloc options. | Otto Moerbeek |
2023-06-07 | Add portable version and m88k-specific version lb() function, because | Kenji Aoyama |
2023-06-04 | More thorough write-afetr-free checks. | Otto Moerbeek |
2023-05-27 | Remove malloc interposition, a workaround that was once needed for emacs | Otto Moerbeek |
2023-05-18 | Add PROTO_NORMAL() declarations for the remaining syscalls, to avoid | Philip Guenther |
2023-05-10 | As mmap(2) is no longer a LOCK syscall, do away with the extra | Otto Moerbeek |
2023-04-21 | remove duplicate include | Jonathan Gray |
2023-04-17 | remove bad Pp; | Jason McIntyre |
2023-04-16 | Dump (leak) info using utrace(2) and compile the code always in | Otto Moerbeek |
2023-04-05 | Introduce variation in location of junked bytes; ok tb@ | Otto Moerbeek |
2023-04-01 | Check all chunks in the delayed free list for write-after-free. | Otto Moerbeek |
2023-03-25 | Change malloc chunk sizes to be fine grained. | Otto Moerbeek |
2023-02-27 | There is no reason to-be-cleared chunks cannot participate in delayed | Otto Moerbeek |
2022-12-27 | Change the way malloc_init() works so that the main data structures | Otto Moerbeek |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-10-22 | In __cxa_atexit(), there is no need to initialize local pointer before | Theo de Raadt |
2022-10-14 | put the malloc_readonly struct into the "openbsd.mutable" section, so | Theo de Raadt |
2022-09-11 | .Li -> .Vt where appropriate; | Jason McIntyre |
2022-08-08 | For putenv(3), return an error if string starts with a '=' character. | Todd C. Miller |
2022-08-04 | change some 4.4BSD references to earlier releases | Jonathan Gray |
2022-07-25 | If a command or interface first appeared in PWB/UNIX, UNIX System III or | Jonathan Gray |
2022-06-30 | To figure our whether a large allocation can be grown into the | Philip Guenther |
2022-05-21 | system(3) should ignore SIGINT and SIGQUIT until the shell exits. | Todd C. Miller |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-29 | man pages: add missing word, The foo() ... -> The foo() function ... | Christian Weisgerber |
2022-02-26 | Currently malloc caches a number of free'ed regions up to 128k | Otto Moerbeek |
2022-02-06 | remove please from manual pages | Jonathan Gray |
2022-01-06 | refer to longindex as an argument, not a field; | Jason McIntyre |
2021-12-08 | lsearch(3): reimplement using lfind(3) | Scott Soule Cheloha |
2021-12-07 | lsearch(3): append key to array with memmove(3) instead of memcpy(3) | Scott Soule Cheloha |
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 |