Age | Commit message (Expand) | Author |
2024-08-18 | Use struct __sFILE instead of FILE in thread locking callback | Philip Guenther |
2024-08-18 | Adjust locale/rune*.h files so <stdio.h> and <wchar.h> get pulled | Philip Guenther |
2024-08-18 | Pull in <stdio.h> (for snprintf()) directly instead of | Philip Guenther |
2024-08-13 | zap extra word; | Jason McIntyre |
2024-08-12 | fflush.3: zap trailing whitespace | Theo Buehler |
2024-08-12 | Fix grammar in history section | Theo Buehler |
2024-08-12 | Add <stdio_ext.h> with the seven APIs needed to have gnulib operate | Philip Guenther |
2024-08-12 | Make exit(), fclose(), fflush(), and freopen() comply with POSIX-2008 | Philip Guenther |
2024-08-07 | asprintf() and vasprintf() are in POSIX-2024. Update #include | Philip Guenther |
2024-08-07 | wcslcpy() and wcslcat() are in POSIX-2024. Update #include visibility | Philip Guenther |
2024-08-04 | ppoll() is in POSIX-2024. Update #include visibility and manpages | Philip Guenther |
2024-08-03 | A dozen interfaces in <endian.h> were standardized in POSIX-2024 as expected | Philip Guenther |
2024-08-03 | The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024. | Philip Guenther |
2024-08-03 | mkostemp(3) and reallocarray(3) are in POSIX-2024: | Philip Guenther |
2024-08-02 | The {get,set}res[ug]id(2) family are in POSIX-2024's XSI option, | Philip Guenther |
2024-08-02 | getentropy(2) is in POSIX-2024, so adjust the #include visibility, | Philip Guenther |
2024-07-22 | Specify a priority for _libc_preinit() to make sure it runs before other | Mark Kettenis |
2024-07-18 | The source of a link (name1) may not be a directory. | Todd C. Miller |
2024-07-17 | Be clear that RUSAGE_CHILDREN only works for terminated children that have | Claudio Jeker |
2024-07-14 | Fix printf(3) signal safety for wide character strings. | Todd C. Miller |
2024-07-14 | Bump minor after elf_aux_info(3) and wcsnlen(3) additions | Jeremie Courreges-Anglas |
2024-07-14 | Add wcsnlen(3), wcslen(3) with a max len argument | Jeremie Courreges-Anglas |
2024-07-14 | Add elf_aux_info(3) | Jeremie Courreges-Anglas |
2024-07-14 | spelling | Jonathan Gray |
2024-07-14 | spelling | Jonathan Gray |
2024-07-12 | Improve signal handlers guidance. | Theo de Raadt |
2024-07-10 | Zap warning against __findenv usage, it is not exported by libc | Jeremie Courreges-Anglas |
2024-07-01 | Remove history of the tms struct. It is tied to the function, | Jonathan Gray |
2024-06-24 | changing EINVAL from "has no associated size" to "has insufficient size" | Theo de Raadt |
2024-06-23 | strmode takes a mode_t, not an int; prompted by Collin Funk. | Otto Moerbeek |
2024-06-22 | lower parts of the manual page clearly say why using malloc() to | Theo de Raadt |
2024-06-11 | reentrant functions were not in 386BSD | Jonathan Gray |
2024-06-04 | enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all the | Theo de Raadt |
2024-05-18 | Add pathconfat(2): pathconf(2) but with at-fd and flags arguments, | Philip Guenther |
2024-05-07 | avoid memcpy(malloc(0), ..., 0), which is not portable. | Damien Miller |
2024-04-30 | add typedefs for msgqnum_t and msglen_t, required by POSIX. | Omar Polo |
2024-04-29 | strftime.3: clarify %G and %g description | Christian Weisgerber |
2024-04-28 | __sfvwrite: allow writing buffers larger than BUFSIZ or st_blksize. | Todd C. Miller |
2024-04-15 | Add scandirat(3); from freebsd | Florian Obser |
2024-04-15 | whee libc 100. break all the things | Theo Buehler |
2024-04-15 | remove unused __bswap16, __bswap32 MD functions from arm and aarch64 | Christian Weisgerber |
2024-04-15 | drop htonl(), htons(), ntohl(), ntohs() MD functions from libc | Christian Weisgerber |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2024-04-14 | Zap trailing whitespace. | Florian Obser |
2024-04-04 | tzset_basic: only call issetugid(2) if TZ has changed | Todd C. Miller |
2024-04-03 | Reading https://github.com/Geal/rust-syslog/issues/79, I came to a | Theo de Raadt |
2024-04-02 | Implement SO_ACCEPTCONN in getsockopt(2) | Claudio Jeker |
2024-04-02 | fix unintended sizeof(pointer) introduced in rev 1.41 | Jonathan Gray |
2024-04-01 | pinsyscalls appeared in 7.5 | Sebastian Benoit |
2024-03-30 | In _malloc_init(), round up the region being mprotected RW to the malloc | Miod Vallat |