summaryrefslogtreecommitdiff
path: root/lib/libc/shlib_version
AgeCommit message (Expand)Author
2011-07-18Expose a bunch of new functionality from POSIX 2008: openat(2),Matthew Dempsky
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingMartynas Venckus
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingMartynas Venckus
2011-07-04Add wcsdup(), from NetBSD.Nicholas Marriott
2011-05-28wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@Marc Espie
2011-04-28Bring back wprintf. We've sorted out what to do for gcc2 and gcc3.Stefan Sperling
2011-04-24Back out wprintf until we've determined what to do for gcc2 and gcc3 arches.Stefan Sperling
2011-04-24Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc.Stefan Sperling
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.Philip Guenthe
2010-10-28Change basep parameter of getdirentries() to be off_t *, not long *Todd C. Miller
2010-09-24Bump libc major for ABI changes.Todd C. Miller
2010-07-08Switch hppa, i386 and powerpc to gcc4. Bump libc major to handle ABI cornerMark Kettenis
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
2010-05-26Switch amd64 and sparc64 over to gcc4; bump libc major to deal with the ABIMark Kettenis
2010-05-18add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromTed Unangst
2010-01-15Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF andStuart Henderson
2009-11-27Bump the libc major for the post-h2k9 string of ABI changes and additionsPhilip Guenthe
2009-10-28more fallout from jasper's commit.Jonathan Gray
2009-10-26add ENOTSUP and bump libc minorJasper Lievisse Adriaanse
2009-09-27Minor bump for safety, due to the mips cachectl() addition.Miod Vallat
2009-06-03crank libc majorTheo de Raadt
2009-01-13Crank minor because of addition of wcsto* functions.Mark Kettenis
2008-12-09- add long double signbitMartynas Venckus
2008-09-06crank for sha2 changesDamien Miller
2008-07-24- move isinf, isnan dups to gen, since most is ieee 754Martynas Venckus
2008-06-24crank major because of two new interfacesTheo de Raadt
2008-06-13remove _MALLOC_LOCK_INIT; major bump; ok deraadt@Otto Moerbeek
2008-05-19bump (recalloc removal)Otto Moerbeek
2008-03-16bumpOtto Moerbeek
2008-01-05crank libc and libpthread, because libc cannot build lint libraries anymore i...Theo de Raadt
2008-01-01- make arc4random*() functions thread safe. Use a custom spinlock functionKurt Miller
2007-09-03crank libc and libstdc++ majorsTodd C. Miller
2007-06-05_FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, soKurt Miller
2006-12-09switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).Jun-ichiro itojun Hagino
2006-11-10bump minor, for void set_rpc_maxgrouplist(int);Alexander von Gernler
2006-10-24add rthread syscalls and bump minor.Ted Unangst
2006-10-10system call changes (the file says "changes", leaving it purposelyTheo de Raadt
2006-08-04Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programsBob Beck
2006-06-14Introducing adjfreq(2), to adjust the clock frequency.Otto Moerbeek
2006-05-27Make libc's getcwd() use the new __getcwd() system callPedro Martelletto
2006-01-13Major version bump to deal with potential fallout from the types changes.Todd C. Miller
2005-11-16CODESET support. okay millert@, otto@Marc Espie
2005-10-29Activate missing wcswidth, as noted by Alexander Bluhm.Marc Espie
2005-08-08activate LC_CTYPE for 8 bits locale.Marc Espie
2005-07-01Add a few missing functions so that wctype.h/wchar.h are more or lessMarc Espie
2005-06-17next citrus step.Marc Espie
2005-05-11major abi changes:Marc Espie
2005-04-30Change internals of FILE: reuse the unget buffer field to access anMarc Espie
2005-04-30isw* classification functions from citrus, with a `stub' implementationMarc Espie
2005-04-14introduce some wchar functions (from citrus and an itojun@ diff)Marc Espie