summaryrefslogtreecommitdiff
path: root/lib/libc/shlib_version
AgeCommit message (Expand)Author
2014-09-08bump minor after addition of \<word\> support to regcomp; ok miod@Christian Weisgerber
2014-08-31Add additional kernel interfaces for setting close-on-exec on fdsPhilip Guenther
2014-07-14crank major for syslog_r(3) using sendsyslog(2). new kernel needed, too.Theo de Raadt
2014-06-13crank majorTheo de Raadt
2014-05-12move the ohash functions into libutil by popular demand.Marc Espie
2014-04-30minor++ because of AI_ADDRCONFIGsperreault
2014-04-21crank minorTheo de Raadt
2014-03-23major++ in preparation for coming changesTed Unangst
2014-01-22minor++Ted Unangst
2013-12-28Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass theMark Kettenis
2013-12-17crank libc for +tcgetsid -inet_nsap_addr -inet_nsap_ntoa -f_preallocTheo de Raadt
2013-10-21Remove arc4random_stir() and arc4random_addrandom(), which none shouldTheo de Raadt
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-07-12major bump after asr symbols changesEric Faurot
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,Philip Guenther
2013-05-31Add getprogname() and setprogname() to ease slackers^porters' work.Antoine Jacoutot
2013-05-13Add an implementation of memmem() -- from FreeBSD with some tweaks.Antoine Jacoutot
2013-04-29Extend P_SIGSUSPEND handling in userret() to properly restore theMatthew Dempsky
2013-04-15Crank due to statfs changes and other inbound commits.Joel Sing
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesMartynas Venckus
2013-01-30Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).Brad Smith
2012-12-03Simple emulation of POSIX pty APIs posix_openpt(), ptsname(),Todd C. Miller
2012-08-23crank due to nnpfspioctl() syscall stub removalTheo de Raadt
2012-06-21For now... libpthread is just a container directory, since all the newTheo de Raadt
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,Philip Guenthe
2012-06-06Add support for mbsnrtowcs() and wcsnrtombs() to libc.Matthew Dempsky
2012-05-14More sysconf(3)-y and pathconf(3)-y goodness from Brad.Matthew Dempsky
2012-04-12crank major for sh gcc4 switchJonathan Gray
2012-03-22bump majors on libc and rthreads for the additions to libc and transferPhilip Guenthe
2012-01-17Reimplement mutexes, condvars, and rwlocks to eliminate bugs,Philip Guenthe
2011-10-16Bump libc major; wscanf and wcsftime were addedStefan Sperling
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