summaryrefslogtreecommitdiff
path: root/lib/libc/shlib_version
AgeCommit message (Expand)Author
2017-06-19port the RBT code to userland by making it part of libc.David Gwynne
2017-04-30Add futex(2) shim, bump minor.Martin Pieuchot
2017-04-10monir bump for freezeroOtto Moerbeek
2017-03-06recallocarray bumpOtto Moerbeek
2016-09-17Add an interface to find the ARM.exidx table for use by the ARM EHABI unwinder.Mark Kettenis
2016-09-04minor bump for SHA512/256 API additions; ok tedu@ deraadt@Christian Weisgerber
2016-09-01bumpOtto Moerbeek
2016-05-23Major bump for the removal of the various locale, ruserok, andPhilip Guenther
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2016-03-30Major bump for getlogin*/ptrace changesPhilip Guenther
2016-03-21Rename the system call sendsyslog2 to sendsyslog. Keep the old oneAlexander Bluhm
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,Philip Guenther
2015-11-18update for new symbols and codeTed Unangst
2015-11-10Split the intra-thread functionality from kill(2) into its own syscallPhilip Guenther
2015-10-23crank libc majorTheo de Raadt
2015-09-13Major bump for symbol removalsPhilip Guenther
2015-09-09Bump for symbol removalsPhilip Guenther
2015-08-26Oh yeah, crank the major. You talk about something and then your mindPhilip Guenther
2015-07-19adding a syscall requires a minor bump; ok guenther@Ingo Schwarze
2015-06-20Bump major after {,asr_}print_sockaddr() renaming.Jeremie Courreges-Anglas
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,Philip Guenther
2015-01-12Add fgetwln(3) from FreeBSD and bump libc minor revision.Todd C. Miller
2014-12-08major++Ted Unangst
2014-11-17minor++Ted Unangst
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