Age | Commit message (Expand) | Author |
2024-09-20 | remove unneeded semicolons; checked by millert@ | Jonathan Gray |
2024-08-30 | Revert commitid KcCtsA53F9UQzc0t: | Philip Guenther |
2024-08-12 | Make exit(), fclose(), fflush(), and freopen() comply with POSIX-2008 | Philip Guenther |
2024-08-03 | mkostemp(3) and reallocarray(3) are in POSIX-2024: | Philip Guenther |
2024-07-10 | Zap warning against __findenv usage, it is not exported by libc | Jeremie Courreges-Anglas |
2024-03-30 | In _malloc_init(), round up the region being mprotected RW to the malloc | Miod Vallat |
2024-03-01 | Add mkdtemps(3), like mkdtemp(3) but with a suffix. | Todd C. Miller |
2024-01-19 | Make our mktemp(3) callback-driven and split into multiple files. | Todd C. Miller |
2024-01-19 | Move mktemp.c to stdlib where it belongs. | Todd C. Miller |
2023-12-19 | A small cleanup of malloc_bytes(), getting rid of a goto and a tiny | Otto Moerbeek |
2023-12-04 | zap trailing whitespace | Theo Buehler |
2023-12-04 | Save backtraces to show in leak dump. Depth of backtrace set by | Otto Moerbeek |
2023-11-04 | KNF plus fixed a few signed vs unsigned compares (that we actually | Otto Moerbeek |
2023-10-26 | A few micro-optimizations; ok asou@ | Otto Moerbeek |
2023-10-22 | correct Va in previous; | Jason McIntyre |
2023-10-22 | When option D is active, store callers for all chunks; this avoids | Otto Moerbeek |
2023-09-09 | Print waring message when not allocated memory in putleakinfo(). | ASOU Masato |
2023-07-01 | Document that small allocations are initially junked with 0xdf now | Otto Moerbeek |
2023-06-30 | Recommit "Allow to ask for deeper callers for leak reports using | Otto Moerbeek |
2023-06-23 | Revert previous, not all platforms allow compiling | Otto Moerbeek |
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 |