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