| Age | Commit message (Expand) | Author |
| 2013-04-19 | Add dummy strcoll_l and strxfrm_l. | joerg |
| 2013-04-19 | If __FLT_EVAL_METHOD__ exists and is in {0,1,2}, provide float_t and | joerg |
| 2013-04-19 | Add explicit locale versions for the printf family. Replace asprintf, | joerg |
| 2013-04-19 | Add MB_CUR_MAX_L. | 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 mblen_l, mbstowcs_l, wctomb_l, mbtowc_l and wcstombs_l. | joerg |
| 2013-04-18 | Add strtof_l, strtod_l and strtold_l. | joerg |
| 2013-04-17 | Add localeconv_l. | joerg |
| 2013-04-17 | White space | joerg |
| 2013-04-16 | Add strtol_l and friends. Switch _citrus_bcs_strtol to use plain | joerg |
| 2013-04-16 | Add support for wcstoimax_l and friends. | joerg |
| 2013-04-16 | Also add prototypes for wcwidth_l and wcswidth_l. | joerg |
| 2013-04-16 | Add wcwidth_l, wcswidth_l and the wctype.h family of *_l functions. | joerg |
| 2013-04-16 | Add isalpha_l and friends. | joerg |
| 2013-04-14 | Rename struct _locale_impl_t to struct _locale, since it will end up as | joerg |
| 2013-03-04 | PR/47617: Thorsten Brehm: Memory and socket leak in librpc | christos |
| 2013-02-20 | More fixes from J.R. Oldroyd. We introduce a new function that can | christos |
| 2013-02-11 | FP_ILOGBNAN should be INT_MAX | matt |
| 2013-02-09 | Define FP_ILOGB0 and FP_ILOGBNAN | matt |
| 2013-01-28 | Add missing long double prototypes. | matt |
| 2013-01-28 | Add missing long double functions | matt |
| 2013-01-23 | Fix typo. | mbalmer |
| 2013-01-12 | Remove #if defined(_KERNEL) around a userlevel function. | dholland |
| 2012-12-14 | Add VIS_GLOB (Brooks Davis) | christos |
| 2012-12-01 | Check for _NETBSD_SOURCE being defined wherever we check for | skrll |
| 2012-11-26 | revert previous commit since it breaks the build on NetBSD and | pooka |
| 2012-11-26 | When including this from a tools build, avoid defining _PWD_H_ since | pooka |
| 2012-11-18 | Add most system calls for POSIX extended API set, part 2, with test cases: | manu |
| 2012-11-15 | use standard queue macros. | christos |
| 2012-11-07 | add <netinet/in.h> because it is needed for sockaddr_in. | christos |
| 2012-11-04 | Over the years this header gained a lot of disparate functionality | christos |
| 2012-10-19 | Implement experimental support to pass notifications that a file | drochner |
| 2012-10-02 | add clock_nanosleep | christos |
| 2012-09-09 | make the default to not check names. | christos |
| 2012-08-30 | Add "consttime_bcmp" and "explicit_bzero" functions for both kernel | drochner |
| 2012-08-08 | SSP mostly works with Clang, even if optimisation is disabled. | joerg |
| 2012-07-30 | comments | yamt |
| 2012-07-22 | Always provide *_chk prototypes. Fixes DBG=-g build of libc. | joerg |
| 2012-07-14 | bin/46703: BSD r-commands use wrong source address for stderr | darrenr |
| 2012-06-21 | sprinkle restrict in realpath(3) | christos |
| 2012-06-03 | Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to | joerg |
| 2012-06-03 | Prototype for cdbw_stable_seeder. | joerg |
| 2012-05-05 | oops, forgot to commit: add tgamma and tgammaf | christos |
| 2012-04-20 | PR/46360: YAMAMOTO Takashi: Restore NetBSD-5 compatibility with putenv() | christos |
| 2012-04-20 | Do not wrap other header files with extern "C". | joerg |
| 2012-04-18 | specify size of the array to help -fmudflap | christos |
| 2012-04-14 | new flag. | christos |
| 2012-04-13 | add more options. | christos |
| 2012-04-13 | add timeout to getpassfd. | christos |