| Age | Commit message (Expand) | Author |
| 2019-03-05 | Transfer all the keys that were created in the libc stub implementation | christos |
| 2018-01-17 | Revert to commits as they broke few rump tests | kamil |
| 2018-01-07 | Revert asctime() namespacing | kamil |
| 2018-01-07 | Revert namespacing of atoi(3) | kamil |
| 2018-01-05 | Register new weak symbol in libc for internal usage: atoi | kamil |
| 2018-01-05 | Register new weak symbol in libc for internal usage: asctime | kamil |
| 2018-01-05 | Register dl_iterate_phdr in the libc's namespace.h | kamil |
| 2018-01-05 | Register more syscalls in namespace.h (of libc) | kamil |
| 2017-11-30 | Import SHA-3 code into libc and libkern. | riastradh |
| 2017-10-22 | xref libc/README | riastradh |
| 2017-10-22 | Add an explanation of how namespace.h works. | christos |
| 2017-07-14 | Avoid common declaration. | joerg |
| 2017-07-11 | Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This | joerg |
| 2017-02-08 | empty to nothing | christos |
| 2017-02-08 | Make paccept a weak symbol in preparation for using it in another function | maya |
| 2017-02-08 | __empty is defined in <sys/cdefs.h> | christos |
| 2017-01-13 | allow overriding snprintf/vsnprintf | christos |
| 2017-01-12 | undo SSP damage from -Wsystem-headers | christos |
| 2017-01-12 | put back strerror_ss, it will be used shortly. | christos |
| 2017-01-12 | Add strerror_ss_r to be used by syslog_ss | christos |
| 2016-09-24 | remove mpool_getf | christos |
| 2016-09-24 | bump for the flags version of db routines | christos |
| 2016-04-03 | userland bits for wait6/waitid. | christos |
| 2015-09-10 | namespace protect allocaddrinfo | christos |
| 2015-05-01 | - new test for strtoi | christos |
| 2015-02-17 | Introduce reallocarr(3) for easy (re)allocation of memory with overflow | joerg |
| 2015-01-20 | Fix non _REENTRANT build. | christos |
| 2014-09-26 | add execvpe, execlpe (reviewed by phone) | christos |
| 2014-09-25 | Fix argument paddiing for posix_fallocate and fdiscard with gcc 1.x | manu |
| 2014-08-03 | defintion -> definition | wiz |
| 2014-06-13 | Add asysctl(3) and asysctlbyname(3) wrappers for the common idiom of | joerg |
| 2014-03-20 | CID 273814, don't confuse coverity. | christos |
| 2014-01-16 | remove dups | christos |
| 2014-01-16 | namespace protection for the new err functions | christos |
| 2014-01-16 | Fix (v)errc/(v)warnc. | joerg |
| 2013-12-05 | Add cdbr_open_mem. | joerg |
| 2013-08-28 | Publish explicit_memset and consttime_memequal in userland libc. | riastradh |
| 2013-08-19 | Add strerror_l. | joerg |
| 2013-08-19 | Add nl_langinfo_l, catopen_l and wcsftime_l. | joerg |
| 2013-05-04 | move prototypes to stdio.h | christos |
| 2013-04-30 | Make that to process PATH_LOCALE the first time _find_category is | joerg |
| 2013-04-21 | Store time-specific locale data directly in the locale. | joerg |
| 2013-04-19 | Add scanf_l and wscanf_l families. | joerg |
| 2013-04-19 | Add dummy strcoll_l and strxfrm_l. | joerg |
| 2013-04-19 | Add explicit locale versions for the printf family. Replace asprintf, | joerg |
| 2013-04-18 | Add wcscoll_l, wcsxfrm_l, wcsncasecmp_l, wcscasecmp_l, btowc_l, | joerg |
| 2013-04-18 | Add wcstof_l, wcstod_l and wcstold_l. | joerg |
| 2013-04-18 | Add strtof_l, strtod_l and strtold_l. | joerg |
| 2013-04-16 | Add strtol_l and friends. Switch _citrus_bcs_strtol to use plain | joerg |
| 2013-04-16 | Add wcwidth_l, wcswidth_l and the wctype.h family of *_l functions. | joerg |