| Age | Commit message (Expand) | Author |
| 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 |
| 2013-04-12 | Mark __libc_thr_exit_stub as dead. | joerg |
| 2013-03-21 | - Allow libpthread to be dlopened again, by providing libc stubs to libpthread. | christos |
| 2012-10-11 | take care of the signal safe syslog calls which are not exposed. | christos |
| 2012-09-12 | setcontext() used to be incompatible with -lpthread since it affected | manu |
| 2012-08-20 | I'm fairly sure the libc rules require that arc4random_addrandom, | dsl |
| 2012-07-09 | Add weak symbol for murmurhash2. | rmind |
| 2012-06-03 | Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to | joerg |
| 2012-06-03 | Provide a usable thr_once for !_REENTRANT | joerg |
| 2012-04-12 | name protection for getpassfd | christos |
| 2012-04-12 | Add a new getpass implementation that does not mess with signals, and | christos |
| 2012-03-02 | PR/46111: Wolfgang Stukenbrock: Add yp_setbindtries(3) so that yp operations | christos |
| 2012-02-15 | Make sure that membar_producer gets the proper namespace mangling for libc. | joerg |
| 2011-09-19 | Mark _resumecontext as dead. ANSIfy all declarations for it. | joerg |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-07-04 | Import xdr_sizeof() from FreeBSD | manu |
| 2011-03-26 | add fpgetprec/fpsetprec | christos |
| 2011-03-12 | Fix various vis/unvis issues: | christos |
| 2010-12-16 | Provide a re-entrant and thread-safe set of timezone API's that | christos |
| 2010-11-17 | Provide proper namespace protection for rbtree(3) because it is now | tron |
| 2010-11-14 | 1.) Rename internal function __findvar() to __findenvvar(). | tron |
| 2010-11-14 | Improve and simplify implementation of *env(3) functions: | tron |
| 2010-11-13 | forgot to commit this one for two months! | christos |
| 2010-09-06 | New vdprintf needs "namespace protection". | jakllsch |