summaryrefslogtreecommitdiffstats
path: root/lib/libc/shlib_version (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-071-2/+2
* Add fgetwln(3) from FreeBSD and bump libc minor revision.millert2015-01-121-1/+1
* major++tedu2014-12-081-2/+2
* minor++tedu2014-11-171-1/+1
* bump minor after addition of \<word\> support to regcomp; ok miod@naddy2014-09-081-1/+1
* Add additional kernel interfaces for setting close-on-exec on fdsguenther2014-08-311-1/+1
* crank major for syslog_r(3) using sendsyslog(2). new kernel needed, too.deraadt2014-07-141-1/+1
* crank majorderaadt2014-06-131-1/+1
* move the ohash functions into libutil by popular demand.espie2014-05-121-2/+2
* minor++ because of AI_ADDRCONFIGsperreault2014-04-301-1/+1
* crank minorderaadt2014-04-211-1/+1
* major++ in preparation for coming changestedu2014-03-231-2/+2
* minor++tedu2014-01-221-1/+1
* Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass thekettenis2013-12-281-1/+1
* crank libc for +tcgetsid -inet_nsap_addr -inet_nsap_ntoa -f_preallocderaadt2013-12-171-1/+1
* Remove arc4random_stir() and arc4random_addrandom(), which none shouldderaadt2013-10-211-1/+1
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-1/+1
* major bump after asr symbols changeseric2013-07-121-2/+2
* Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,guenther2013-06-171-1/+1
* Add getprogname() and setprogname() to ease slackers^porters' work.ajacoutot2013-05-311-1/+1
* Add an implementation of memmem() -- from FreeBSD with some tweaks.ajacoutot2013-05-131-1/+1
* Extend P_SIGSUSPEND handling in userret() to properly restore thematthew2013-04-291-1/+1
* Crank due to statfs changes and other inbound commits.jsing2013-04-151-1/+1
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-2/+2
* Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).brad2013-01-301-1/+1
* Simple emulation of POSIX pty APIs posix_openpt(), ptsname(),millert2012-12-031-1/+1
* crank due to nnpfspioctl() syscall stub removalderaadt2012-08-231-1/+1
* 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