| Age | Commit message (Expand) | Author |
| 2015-11-08 | Soft-float support for rounding mode is currently not thread-safe, which | joerg |
| 2015-11-07 | Add the C11 function aligned_alloc to libc. | nros |
| 2015-10-29 | new tzgetgmtoff | christos |
| 2015-01-16 | bump libc for strtoi and strtou | christos |
| 2014-10-13 | bump for open_{,w}memstream. | christos |
| 2014-09-26 | add execvpe, execlpe (reviewed by phone) | christos |
| 2014-09-24 | add strnstr from FreeBSD | christos |
| 2014-07-25 | Bump libc minor version for new syscalls. | dholland |
| 2014-06-23 | Add `remove arc4random' to mythical libc major bump todo list. | riastradh |
| 2014-06-18 | add mkostemp, mkostemps, mkstemps from FreeBSD. | christos |
| 2014-06-13 | Add asysctl(3) and asysctlbyname(3) wrappers for the common idiom of | joerg |
| 2014-03-29 | add "move gethostbyname to a compat library" to the list of things to do | dholland |
| 2014-01-31 | expose __lwp_park60 | christos |
| 2014-01-16 | Add the {v,}{err,warn}c flavors, from FreeBSD. | christos |
| 2014-01-14 | TODO: fix stdout/stdin/stderr to not require copy relocations | joerg |
| 2014-01-08 | bump for ptsname_r | christos |
| 2013-12-08 | add note about gets() | dholland |
| 2013-11-10 | Sort out relationship with crt0.o on major bump. | joerg |
| 2013-10-24 | Add entries for ctor/dtor switch. | joerg |
| 2013-10-19 | bump for scopeid functions | christos |
| 2013-08-28 | Bump libc minor for consttime_memequal and explicit_memset. | riastradh |
| 2013-04-16 | Add strtol_l and friends. Switch _citrus_bcs_strtol to use plain | joerg |
| 2013-04-13 | Extend ctype classification table to 16bit. Based on patch by | joerg |
| 2013-04-12 | Rename BUILDCOLD to BUILD_LEGACY and provide a preprocessor macro that | joerg |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 2012-10-24 | Remove alloca when we get a chance to avoid issues like PR lib/47120. | joerg |
| 2012-08-24 | Some more notes for libc bump time that I had lying around. | dholland |
| 2012-07-17 | Note that when the mythical libc bump comes, one of the things we should | dholland |
| 2012-07-14 | bin/46703: BSD r-commands use wrong source address for stderr | darrenr |
| 2012-07-08 | Add MurmurHash2 -- a non-cryptographic hash function by Austin Appleby. | rmind |
| 2012-03-08 | Implement sem_timedwait. | joerg |
| 2012-02-27 | Make __cerror protected to restore ABI leak in older libc versions, | joerg |
| 2012-02-24 | Note that gets() is finally dead in C11 and can be removed if we ever | dholland |
| 2012-02-16 | Add _dlauxinfo helper function to provide access to the ELF auxilary | joerg |
| 2012-02-11 | Add userland part of posix_spawn. Libc functions imported from FreeBSD. | martin |
| 2012-01-22 | From tnozaki@: make fpos_t a complex object that keeps track of the parse | christos |
| 2011-11-08 | Add comment about the name overlap with libcrypto for SHA2 and friends | joerg |
| 2011-09-18 | bump for hcreate_r and friends | christos |
| 2011-06-26 | * Arrange for interfaces that create new file descriptors to be able to | christos |
| 2011-03-12 | Fix various vis/unvis issues: | christos |
| 2011-02-04 | bump for arc4random_{buf,uniform} | christos |
| 2010-12-16 | Provide a re-entrant and thread-safe set of timezone API's that | christos |
| 2010-09-24 | add fmemopen(3) derrived from POSIX:2008. | tnozaki |
| 2010-06-07 | 1. MB_LEN_MAX switch MD to MI. | tnozaki |
| 2010-04-25 | Add the constant database reader (cdbr(3)) and writer ((cdbw(3)). | joerg |
| 2010-03-28 | MB_LEN_MAX should moved from MD to MI. | tnozaki |
| 2009-10-02 | Introduce allocaddrinfo(3) to make writing getaddrinfo() nss plugins easier. | tsarna |
| 2009-08-16 | Version fts one more time! This is the most versioned API ever... Bump | christos |
| 2009-07-20 | Add a fast, platform independent hash function to libc. | joerg |
| 2009-05-26 | Add SHA224 implementation to libc. | joerg |