| Commit message (Expand) | Author | Age | Files | Lines |
| * | tweak previous: "functions returns" -> "functions return" | schwarze | 2025-11-06 | 1 | -4/+4 |
| * | Implement ffsl() and ffsll() using the compiler builtin __builtin_ctzl | claudio | 2025-10-24 | 4 | -11/+66 |
| * | Prepare for gcc 3 leaving the building, COMPILER_VERSION can no longer get | miod | 2025-10-23 | 1 | -4/+4 |
| * | Revert r1.286 now that all supported platforms have __builtin_clz. | miod | 2025-10-23 | 1 | -20/+1 |
| * | Sort NAME, RETURN VALUES, ERRORS, and STANDARDS in the same order as SYNOPSIS. | schwarze | 2025-08-04 | 1 | -16/+16 |
| * | Implement the POSIX-2024 close-on-fork flag, but modified to be | guenther | 2025-08-04 | 2 | -9/+10 |
| * | replace the flockfile backend with a per FILE recursive mutex. | dlg | 2025-08-04 | 1 | -1/+7 |
| * | This thread-aware profiling support diff comes from Yuichiro NAITO. | deraadt | 2025-07-16 | 1 | -1/+5 |
| * | add libc specific __cmtx and __rcmtx locks for internal use. | dlg | 2025-07-12 | 1 | -1/+55 |
| * | make the argument to ether_ntoa const. | dlg | 2025-06-29 | 2 | -5/+5 |
| * | The mdoc(7) .Ft macro does not need quoting of its arguments, but about | schwarze | 2025-06-13 | 8 | -35/+35 |
| * | <uvm/uvmexp.h> is clearly only for VM_MALLOC_CONF, but <sys/sysctl.h> takes | deraadt | 2025-06-12 | 1 | -2/+1 |
| * | Revert 1.144 of lib/libc/stdlib/malloc.3. It was changed by accident | yasuoka | 2025-06-04 | 1 | -12/+3 |
| * | Again. Make exit(), fclose(), fflush(), and freopen() comply with | yasuoka | 2025-06-03 | 2 | -9/+17 |
| * | Delete bad advice about abusing malloc_options = "X" as a production | schwarze | 2025-05-27 | 1 | -12/+3 |
| * | explain more precisely how to initialize malloc_options; | schwarze | 2025-05-24 | 1 | -4/+12 |
| * | When commons were deprecated, noone noticed that malloc_options in static | deraadt | 2025-05-23 | 2 | -7/+10 |
| * | When describing v3 crypt, be specific as to which machine was simulated. | jsg | 2025-01-09 | 1 | -3/+3 |
| * | appeared in 4.3BSD before 4.3BSD-Tahoe | jsg | 2024-12-11 | 11 | -33/+33 |
| * | remove unneeded semicolons; checked by millert@ | jsg | 2024-09-20 | 1 | -2/+2 |
| * | typo in comment; Effectivly -> Effectively; ok gilles@ | op | 2024-09-03 | 1 | -2/+2 |
| * | wild white space | deraadt | 2024-09-03 | 1 | -2/+2 |
| * | Revert commitid KcCtsA53F9UQzc0t: | guenther | 2024-08-30 | 1 | -5/+6 |
| * | Use struct __sFILE instead of FILE in thread locking callback | guenther | 2024-08-18 | 1 | -5/+6 |
| * | Make exit(), fclose(), fflush(), and freopen() comply with POSIX-2008 | guenther | 2024-08-12 | 1 | -6/+5 |
| * | wcslcpy() and wcslcat() are in POSIX-2024. Update #include visibility | guenther | 2024-08-07 | 1 | -4/+11 |
| * | A dozen interfaces in <endian.h> were standardized in POSIX-2024 as expected | guenther | 2024-08-03 | 1 | -6/+4 |
| * | The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024. | guenther | 2024-08-03 | 2 | -7/+16 |
| * | mkostemp(3) and reallocarray(3) are in POSIX-2024: | guenther | 2024-08-03 | 1 | -2/+6 |
| * | Add wcsnlen(3), wcslen(3) with a max len argument | jca | 2024-07-14 | 3 | -7/+84 |
| * | Zap warning against __findenv usage, it is not exported by libc | jca | 2024-07-10 | 1 | -3/+1 |
| * | strmode takes a mode_t, not an int; prompted by Collin Funk. | otto | 2024-06-23 | 1 | -4/+2 |
| * | drop htonl(), htons(), ntohl(), ntohs() MD functions from libc | naddy | 2024-04-15 | 5 | -50/+21 |
| * | In _malloc_init(), round up the region being mprotected RW to the malloc | miod | 2024-03-30 | 1 | -11/+11 |
| * | POSIX defines inet_ntoa, not inet_aton. | bentley | 2024-03-06 | 1 | -3/+3 |
| * | Add mkdtemps(3), like mkdtemp(3) but with a suffix. | millert | 2024-03-01 | 2 | -8/+32 |
| * | make login.conf(5) and crypt_newhash(3) and the underlying code | deraadt | 2024-01-22 | 1 | -2/+2 |
| * | 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 |
| * | Enable ISO C11 APIs when building libc, even with an older compiler. | millert | 2023-10-29 | 1 | -1/+9 |
| * | 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 |