summaryrefslogtreecommitdiffstats
path: root/lib/libc/shlib_version (follow)
Commit message (Expand)AuthorAgeFilesLines
* For now... libpthread is just a container directory, since all the newderaadt2012-06-211-1/+1
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-2/+2
* Add support for mbsnrtowcs() and wcsnrtombs() to libc.matthew2012-06-061-1/+1
* More sysconf(3)-y and pathconf(3)-y goodness from Brad.matthew2012-05-141-1/+1
* crank major for sh gcc4 switchjsg2012-04-121-1/+1
* bump majors on libc and rthreads for the additions to libc and transferguenther2012-03-221-1/+1
* Reimplement mutexes, condvars, and rwlocks to eliminate bugs,guenther2012-01-171-1/+1
* Bump libc major; wscanf and wcsftime were addedstsp2011-10-161-2/+2
* Expose a bunch of new functionality from POSIX 2008: openat(2),matthew2011-07-181-1/+1
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-081-1/+1
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-081-2/+2
* Add wcsdup(), from NetBSD.nicm2011-07-041-1/+1
* wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@espie2011-05-281-1/+1
* Bring back wprintf. We've sorted out what to do for gcc2 and gcc3.stsp2011-04-281-1/+1
* Back out wprintf until we've determined what to do for gcc2 and gcc3 arches.stsp2011-04-241-1/+1
* Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc.stsp2011-04-241-1/+1
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-041-1/+1
* Change basep parameter of getdirentries() to be off_t *, not long *millert2010-10-281-1/+1
* Bump libc major for ABI changes.millert2010-09-241-1/+1
* Switch hppa, i386 and powerpc to gcc4. Bump libc major to handle ABI cornerkettenis2010-07-081-1/+1
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-1/+1
* Switch amd64 and sparc64 over to gcc4; bump libc major to deal with the ABIkettenis2010-05-261-2/+2
* add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromtedu2010-05-181-1/+1
* Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF andsthen2010-01-151-1/+1
* Bump the libc major for the post-h2k9 string of ABI changes and additionsguenther2009-11-271-1/+1
* more fallout from jasper's commit.jsg2009-10-281-2/+2
* add ENOTSUP and bump libc minorjasper2009-10-261-1/+1
* Minor bump for safety, due to the mips cachectl() addition.miod2009-09-271-1/+1
* crank libc majorderaadt2009-06-031-2/+2
* Crank minor because of addition of wcsto* functions.kettenis2009-01-131-1/+1
* - add long double signbitmartynas2008-12-091-1/+1
* crank for sha2 changesdjm2008-09-061-1/+1
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-241-1/+1
* crank major because of two new interfacesderaadt2008-06-241-1/+1
* remove _MALLOC_LOCK_INIT; major bump; ok deraadt@otto2008-06-131-1/+1
* bump (recalloc removal)otto2008-05-191-1/+1
* bumpotto2008-03-161-1/+1
* crank libc and libpthread, because libc cannot build lint libraries anymore if a syscall is OBSOL..deraadt2008-01-051-2/+2
* - make arc4random*() functions thread safe. Use a custom spinlock functionkurt2008-01-011-1/+1
* crank libc and libstdc++ majorsmillert2007-09-031-1/+1
* _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, sokurt2007-06-051-2/+2
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-091-1/+1
* bump minor, for void set_rpc_maxgrouplist(int);grunk2006-11-101-1/+1
* add rthread syscalls and bump minor.tedu2006-10-241-1/+1
* system call changes (the file says "changes", leaving it purposelyderaadt2006-10-101-2/+2
* Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programsbeck2006-08-041-1/+1
* Introducing adjfreq(2), to adjust the clock frequency.otto2006-06-141-1/+1
* Make libc's getcwd() use the new __getcwd() system callpedro2006-05-271-1/+1
* Major version bump to deal with potential fallout from the types changes.millert2006-01-131-2/+2
* CODESET support. okay millert@, otto@espie2005-11-161-1/+1