summaryrefslogtreecommitdiffstats
path: root/lib/libc/shlib_version (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement __cxa_thread_atexit to support C++11 thread_local scope. Thekettenis2017-12-051-1/+1
* Revert recent changes to unbreak ports/net/sambajca2017-11-041-2/+2
* Argh: put back some linker-supplied symbols to avoid triggering a bugguenther2017-10-311-1/+1
* Change pthread_cleanup_{push,pop} to macros that store the cleanup infoguenther2017-10-281-1/+1
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-2/+2
* port the RBT code to userland by making it part of libc.dlg2017-06-191-1/+1
* Add futex(2) shim, bump minor.mpi2017-04-301-1/+1
* monir bump for freezerootto2017-04-101-1/+1
* recallocarray bumpotto2017-03-061-1/+1
* Add an interface to find the ARM.exidx table for use by the ARM EHABI unwinder.kettenis2016-09-171-1/+1
* minor bump for SHA512/256 API additions; ok tedu@ deraadt@naddy2016-09-041-1/+1
* bumpotto2016-09-011-1/+1
* Major bump for the removal of the various locale, ruserok, andguenther2016-05-231-1/+1
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-1/+1
* Major bump for getlogin*/ptrace changesguenther2016-03-301-1/+1
* Rename the system call sendsyslog2 to sendsyslog. Keep the old onebluhm2016-03-211-2/+2
* Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther2016-03-201-1/+1
* update for new symbols and codetedu2015-11-181-1/+1
* Split the intra-thread functionality from kill(2) into its own syscallguenther2015-11-101-1/+1
* crank libc majorderaadt2015-10-231-1/+1
* Major bump for symbol removalsguenther2015-09-131-1/+1
* Bump for symbol removalsguenther2015-09-091-1/+1
* Oh yeah, crank the major. You talk about something and then your mindguenther2015-08-261-2/+2
* adding a syscall requires a minor bump; ok guenther@schwarze2015-07-191-1/+1
* Bump major after {,asr_}print_sockaddr() renaming.jca2015-06-201-1/+1
* 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