Age | Commit message (Expand) | Author |
2024-08-12 | Add <stdio_ext.h> with the seven APIs needed to have gnulib operate | Philip Guenther |
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-05-18 | Add pathconfat(2): pathconf(2) but with at-fd and flags arguments, | Philip Guenther |
2024-04-15 | Add scandirat(3); from freebsd | Florian Obser |
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 |
2023-12-12 | remove support for syscall(2) -- the "indirection system call" because | Theo de Raadt |
2023-08-20 | Add syscall stub for kqueue1(2) | Visa Hankala |
2023-08-20 | Provide C11 <uchar.h>. | Ingo Schwarze |
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-18 | Add PROTO_NORMAL() declarations for utrace (and ktrace) syscalls | Philip Guenther |
2023-04-26 | Declare sendsyslog to match its man page | Greg Steuck |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-10-26 | Add waitid(2) syscall stub. | Mark Kettenis |
2022-10-07 | Add mimmutable(2) libc stub, add & adjust manual pages, and crank the minor. | Theo de Raadt |
2022-09-09 | Add libc wrappers for the new sendmmsg and recvmmsg system calls. | Moritz Buhl |
2022-07-25 | Simplify wctype() and wctype_l(): we have one set of classification | Philip Guenther |
2022-05-14 | Use fseeko() instead of fseek() inside libc, as the latter just | Philip Guenther |
2021-12-08 | lsearch(3): reimplement using lfind(3) | Scott Soule Cheloha |
2021-06-03 | secure_path(3) hasn't been called since we recognized the TOCTOU issues a few | Theo de Raadt |
2020-10-09 | Correct error returns, do not print eror message to stdout (there | Otto Moerbeek |
2020-10-09 | Partly revert previous commit, these changes we not supposed to go in. | Otto Moerbeek |
2020-10-09 | As noted by tb@ previous commit only removed an unused fucntion. | Otto Moerbeek |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2019-12-04 | libc's authentication privsep layer performed insufficient username | Theo de Raadt |
2019-10-24 | Allow the caller of asr functions to create and use a specific context. | Otto Moerbeek |
2019-06-02 | Complete the ld.so boot cleanup: move most libc initialization from | Philip Guenther |
2019-05-10 | Inroduce malloc_conceal() and calloc_conceal(). Similar to their | Otto Moerbeek |
2019-01-12 | Move sigwait(3) from libpthread to libc | Jeremie Courreges-Anglas |
2019-01-11 | mincore() is a relic from the past, exposing physical machine information | Theo de Raadt |
2018-11-21 | Introducing malloc_usable_size() was a mistake. While some other | Otto Moerbeek |
2018-11-18 | Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page | Otto Moerbeek |
2018-11-05 | Implement C11's aligned_alloc(3). ok guenther@ | Otto Moerbeek |
2018-10-30 | Add C11's timespec_get(3); minor bump for libc. | Philip Guenther |
2018-09-13 | Add uid_from_user() and gid_from_group(), derived from pax's cache.c. | Todd C. Miller |
2018-07-13 | Unveiling unveil(2). | Bob Beck |
2018-03-31 | Mark pthread_equal() as unused inside libc | Philip Guenther |
2018-01-18 | Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias | Philip Guenther |
2017-12-01 | Redo the calculation of the alignment and placement of static TLS data to | Philip Guenther |
2017-11-29 | clang doesn't propagate attributes like "asm labels" and "visibility(hidden)" | Philip Guenther |
2017-11-04 | Revert recent changes to unbreak ports/net/samba | Jeremie Courreges-Anglas |
2017-10-28 | Change pthread_cleanup_{push,pop} to macros that store the cleanup info | Philip Guenther |
2017-09-05 | New POSIX xlocale implementation written from scratch. | Ingo Schwarze |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-08-15 | Wrap <sched.h> and <sys/futex.h> so that internal calls go direct | Philip Guenther |
2017-06-19 | port the RBT code to userland by making it part of libc. | David Gwynne |
2017-05-20 | Use David Musser's introsort algorithm to fall back to heapsort(3) | Todd C. Miller |
2017-04-10 | Introducing freezero(3) a version of free that guarantees the process | Otto Moerbeek |