summaryrefslogtreecommitdiff
path: root/lib/libc/shlib_version
AgeCommit message (Expand)Author
2019-02-04Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX.Todd C. Miller
2019-01-11mincore() is a relic from the past, exposing physical machine informationTheo de Raadt
2018-11-21Introducing malloc_usable_size() was a mistake. While some otherOtto Moerbeek
2018-11-18Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man pageOtto Moerbeek
2018-11-05aligned_alloc bumpOtto Moerbeek
2018-10-30Add C11's timespec_get(3); minor bump for libc.Philip Guenther
2018-09-13Add uid_from_user() and gid_from_group(), derived from pax's cache.c.Todd C. Miller
2018-07-13Crank minor for unveilBob Beck
2018-01-14Add two more ARM EABI aliases that I missed in the previous libc minorMark Kettenis
2017-12-26Add ARM EABI runtime aliases to the GCC runtime functions that we includeMark Kettenis
2017-12-05Implement __cxa_thread_atexit to support C++11 thread_local scope. TheMark Kettenis
2017-11-04Revert recent changes to unbreak ports/net/sambaJeremie Courreges-Anglas
2017-10-31Argh: put back some linker-supplied symbols to avoid triggering a bugPhilip Guenther
2017-10-28Change pthread_cleanup_{push,pop} to macros that store the cleanup infoPhilip Guenther
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andPhilip Guenther
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