| Age | Commit message (Expand) | Author |
| 2014-11-29 | Create the stpncpy() inline only when GCC>=4.8 || clang | pooka |
| 2014-10-13 | add open_{,w}memstream | christos |
| 2014-10-07 | sync function signatures with tzcode | christos |
| 2014-09-26 | add execvpe, execlpe (reviewed by phone) | christos |
| 2014-09-26 | add VIS_META/VIS_SHELL support to encode all shell metacharacters. | christos |
| 2014-09-24 | add strnstr from FreeBSD | christos |
| 2014-09-19 | RISC-V support <fenv.h> | matt |
| 2014-09-03 | or1k support <fenv.h> | matt |
| 2014-08-10 | Changes to existing files to enable building AARCH64 userland. | matt |
| 2014-08-07 | cast to LHS type and minor KNF. | christos |
| 2014-07-25 | Add userlevel manifestations of posix_fallocate and fdiscard, in | dholland |
| 2014-07-20 | amend the new destroy function to take function pointers. | christos |
| 2014-07-20 | Our hdestroy implementation was non-conformant because it freed the key of | christos |
| 2014-06-18 | add mkostemp{s,} mkstemps from FreeBSD | christos |
| 2014-06-12 | rename to 60 | christos |
| 2014-06-12 | fix srandom and initstate signatures (from enh at google) | christos |
| 2014-06-06 | Always use the reentrant rpc_createerr. Otherwise every threaded program | christos |
| 2014-05-23 | Fix use of getline and friends in C++ code. | joerg |
| 2014-05-19 | Move declarations of getdelim() and getline() from the (incorrect) ANSI C | kleink |
| 2014-04-25 | Apparently clang pretends to be gcc 4.2 but is secretly much awesomer | pooka |
| 2014-04-24 | Wrap stpncpy() iff GNUC_PREREQ(4,8). Fixes USE_SSP=yes builds | pooka |
| 2014-04-06 | add stpncpy() | christos |
| 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 |