| Age | Commit message (Expand) | Author |
| 2014-01-31 | __lwp_park60 | christos |
| 2014-01-16 | Add the {v,}{warn,err}c function flavors from FreeBSD | christos |
| 2014-01-08 | add ptsname_r | christos |
| 2014-01-02 | PR/4891: Wiz: readlink moved from xopen to base at issue 5. | christos |
| 2013-12-12 | Make ptrdiff_t available in the kernel. | matt |
| 2013-12-11 | Allow kernel code to access constant databases by moving cdbr(3) and the | joerg |
| 2013-12-05 | Add cdbr_open_mem. | joerg |
| 2013-12-01 | add new internal functions | christos |
| 2013-11-22 | use a TAILQ instead of a CIRCLEQ, from FreeBSD | christos |
| 2013-11-21 | Expose properly vfwscanf and friends for POSIX_SOURCE >= 200112L | degroote |
| 2013-11-07 | gcc-4.8.1 is has a builtin stpncpy, but is missing the __builtin_ ssp | christos |
| 2013-11-07 | Revert my last change. I'm not convinced it is correct and while it seems | tron |
| 2013-11-06 | Add missing declarations for SSP versions of stpcpy(3) and stpncpy(3). | tron |
| 2013-11-06 | add stp{,n}cpy | christos |
| 2013-10-09 | Follow OpenGroup online specification[1], move | njoly |
| 2013-09-16 | Allow archs to provide __isinf() and __isnan() as inline functions instead | martin |
| 2013-08-28 | Publish explicit_memset and consttime_memequal in userland libc. | riastradh |
| 2013-08-28 | Make explicit_memset match memset's return value. | riastradh |
| 2013-08-27 | Remove outdated comment. | joerg |
| 2013-08-19 | Add strerror_l. | joerg |
| 2013-08-19 | Add nl_langinfo_l, catopen_l and wcsftime_l. | joerg |
| 2013-08-19 | fix gethostbyaddr prototype per TOG. | christos |
| 2013-06-24 | Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. | riastradh |
| 2013-05-28 | Add mbsnrtowcs and wcsnrtombs. Approved by core. | joerg |
| 2013-05-17 | Too many endif. | joerg |
| 2013-05-17 | Only provide LC_C_LOCALE under _NETBSD_SOURCE. | joerg |
| 2013-05-17 | Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. | joerg |
| 2013-05-04 | add the signal safe prototypes | christos |
| 2013-05-04 | Add missing #endif (Hi, Christos!) | riz |
| 2013-05-03 | PR/25827, PR/32373: addr AI_SRV | christos |
| 2013-05-02 | Add getbyteorder(void) prototype. | matt |
| 2013-04-30 | Make that to process PATH_LOCALE the first time _find_category is | joerg |
| 2013-04-28 | Enable fenv support for arm. | matt |
| 2013-04-28 | Include at least ctype_bits.h, even when not providing the macros. | joerg |
| 2013-04-27 | Systematically include sys/featuretest.h when _NETBSD_SOURCE is used. | joerg |
| 2013-04-27 | Include sys/featuretest.h before using _NETBSD_SOURCE. | joerg |
| 2013-04-27 | machine/ansi.h is included by sys/ansi.h. | joerg |
| 2013-04-26 | add at_quick_exit and quick_exit | christos |
| 2013-04-26 | Define __bool_true_false_are_defined for C++ as well. | joerg |
| 2013-04-26 | Don't pollute the name space with the various stdio macros for C++. | joerg |
| 2013-04-26 | Provide the long long routines for C++11 code. | joerg |
| 2013-04-26 | Do not define the ctype(3) interface via macros for C++. | joerg |
| 2013-04-26 | Do not define the C++ alternative operator names as macros. | joerg |
| 2013-04-26 | Do not define bool/true/false for C++. | joerg |
| 2013-04-21 | __BEGIN_DECLS/__END_DECLS | joerg |
| 2013-04-21 | strftime_l is part of POSIX2008. | joerg |
| 2013-04-21 | Store time-specific locale data directly in the locale. | joerg |
| 2013-04-19 | More __BEGIN_DECLS / __END_DECLS wrappers. | joerg |
| 2013-04-19 | Add missing __BEGIN_DECLS/__END_DECLS. | joerg |
| 2013-04-19 | Add scanf_l and wscanf_l families. | joerg |