| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unneeded semicolons; checked by millert@ | jsg | 2024-09-20 | 1 | -2/+2 |
* | Revert commitid KcCtsA53F9UQzc0t: | guenther | 2024-08-30 | 1 | -5/+6 |
* | Make exit(), fclose(), fflush(), and freopen() comply with POSIX-2008 | guenther | 2024-08-12 | 1 | -6/+5 |
* | mkostemp(3) and reallocarray(3) are in POSIX-2024: | guenther | 2024-08-03 | 1 | -2/+6 |
* | Zap warning against __findenv usage, it is not exported by libc | jca | 2024-07-10 | 1 | -3/+1 |
* | In _malloc_init(), round up the region being mprotected RW to the malloc | miod | 2024-03-30 | 1 | -11/+11 |
* | Add mkdtemps(3), like mkdtemp(3) but with a suffix. | millert | 2024-03-01 | 2 | -8/+32 |
* | Make our mktemp(3) callback-driven and split into multiple files. | millert | 2024-01-19 | 5 | -130/+195 |
* | Move mktemp.c to stdlib where it belongs. | millert | 2024-01-19 | 3 | -4/+582 |
* | A small cleanup of malloc_bytes(), getting rid of a goto and a tiny | otto | 2023-12-19 | 1 | -29/+27 |
* | zap trailing whitespace | tb | 2023-12-04 | 1 | -2/+2 |
* | Save backtraces to show in leak dump. Depth of backtrace set by | otto | 2023-12-04 | 2 | -87/+184 |
* | KNF plus fixed a few signed vs unsigned compares (that we actually | otto | 2023-11-04 | 1 | -22/+33 |
* | A few micro-optimizations; ok asou@ | otto | 2023-10-26 | 1 | -20/+15 |
* | correct Va in previous; | jmc | 2023-10-22 | 1 | -2/+3 |
* | When option D is active, store callers for all chunks; this avoids | otto | 2023-10-22 | 2 | -86/+178 |
* | Print waring message when not allocated memory in putleakinfo(). | asou | 2023-09-09 | 1 | -2/+20 |
* | Document that small allocations are initially junked with 0xdf now | otto | 2023-07-01 | 1 | -3/+3 |
* | Recommit "Allow to ask for deeper callers for leak reports using | otto | 2023-06-30 | 2 | -12/+71 |
* | Revert previous, not all platforms allow compiling | otto | 2023-06-23 | 2 | -37/+4 |
* | Allow to ask for deeper callers for leak reports using malloc options. | otto | 2023-06-22 | 2 | -4/+37 |
* | Add portable version and m88k-specific version lb() function, because | aoyama | 2023-06-07 | 1 | -1/+21 |
* | More thorough write-afetr-free checks. | otto | 2023-06-04 | 2 | -19/+33 |
* | Remove malloc interposition, a workaround that was once needed for emacs | otto | 2023-05-27 | 1 | -7/+7 |
* | Add PROTO_NORMAL() declarations for the remaining syscalls, to avoid | guenther | 2023-05-18 | 1 | -4/+1 |
* | As mmap(2) is no longer a LOCK syscall, do away with the extra | otto | 2023-05-10 | 1 | -23/+1 |
* | remove duplicate include | jsg | 2023-04-21 | 1 | -2/+1 |
* | remove bad Pp; | jmc | 2023-04-17 | 1 | -3/+2 |
* | Dump (leak) info using utrace(2) and compile the code always in | otto | 2023-04-16 | 2 | -148/+199 |
* | Introduce variation in location of junked bytes; ok tb@ | otto | 2023-04-05 | 1 | -3/+8 |
* | Check all chunks in the delayed free list for write-after-free. | otto | 2023-04-01 | 2 | -8/+25 |
* | Change malloc chunk sizes to be fine grained. | otto | 2023-03-25 | 1 | -102/+142 |
* | There is no reason to-be-cleared chunks cannot participate in delayed | otto | 2023-02-27 | 1 | -27/+23 |
* | Change the way malloc_init() works so that the main data structures | otto | 2022-12-27 | 1 | -65/+66 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-27 | 3 | -6/+6 |
* | In __cxa_atexit(), there is no need to initialize local pointer before | deraadt | 2022-10-22 | 1 | -2/+2 |
* | put the malloc_readonly struct into the "openbsd.mutable" section, so | deraadt | 2022-10-14 | 1 | -2/+3 |
* | .Li -> .Vt where appropriate; | jmc | 2022-09-11 | 11 | -39/+39 |
* | For putenv(3), return an error if string starts with a '=' character. | millert | 2022-08-08 | 2 | -5/+10 |
* | change some 4.4BSD references to earlier releases | jsg | 2022-08-04 | 2 | -6/+6 |
* | If a command or interface first appeared in PWB/UNIX, UNIX System III or | jsg | 2022-07-25 | 2 | -6/+10 |
* | To figure our whether a large allocation can be grown into the | guenther | 2022-06-30 | 1 | -12/+2 |
* | system(3) should ignore SIGINT and SIGQUIT until the shell exits. | millert | 2022-05-21 | 1 | -4/+17 |
* | man pages: add missing commas between subordinate and main clauses | naddy | 2022-03-31 | 2 | -7/+7 |
* | man pages: add missing word, The foo() ... -> The foo() function ... | naddy | 2022-03-29 | 1 | -3/+3 |
* | Currently malloc caches a number of free'ed regions up to 128k | otto | 2022-02-26 | 1 | -33/+160 |
* | remove please from manual pages | jsg | 2022-02-06 | 1 | -3/+3 |
* | refer to longindex as an argument, not a field; | jmc | 2022-01-06 | 1 | -3/+3 |
* | lsearch(3): reimplement using lfind(3) | cheloha | 2021-12-08 | 1 | -32/+13 |
* | lsearch(3): append key to array with memmove(3) instead of memcpy(3) | cheloha | 2021-12-07 | 1 | -2/+7 |