| Commit message (Expand) | Author | Age | Files | Lines |
* | Unexport __floatundidf. |  kettenis | 2019-10-23 | 1 | -2/+2 |
* | Add missing word in comment. |  tb | 2019-05-13 | 1 | -2/+2 |
* | Inroduce malloc_conceal() and calloc_conceal(). Similar to their |  otto | 2019-05-10 | 1 | -1/+1 |
* | Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX. |  millert | 2019-02-04 | 1 | -1/+1 |
* | mincore() is a relic from the past, exposing physical machine information |  deraadt | 2019-01-11 | 1 | -1/+1 |
* | Introducing malloc_usable_size() was a mistake. While some other |  otto | 2018-11-21 | 1 | -2/+2 |
* | Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page |  otto | 2018-11-18 | 1 | -1/+1 |
* | aligned_alloc bump |  otto | 2018-11-05 | 1 | -1/+1 |
* | Add C11's timespec_get(3); minor bump for libc. |  guenther | 2018-10-30 | 1 | -1/+1 |
* | Add uid_from_user() and gid_from_group(), derived from pax's cache.c. |  millert | 2018-09-13 | 1 | -1/+1 |
* | Crank minor for unveil |  beck | 2018-07-13 | 1 | -1/+1 |
* | Add two more ARM EABI aliases that I missed in the previous libc minor |  kettenis | 2018-01-14 | 1 | -1/+1 |
* | Add ARM EABI runtime aliases to the GCC runtime functions that we include |  kettenis | 2017-12-26 | 1 | -1/+1 |
* | Implement __cxa_thread_atexit to support C++11 thread_local scope. The |  kettenis | 2017-12-05 | 1 | -1/+1 |
* | Revert recent changes to unbreak ports/net/samba |  jca | 2017-11-04 | 1 | -2/+2 |
* | Argh: put back some linker-supplied symbols to avoid triggering a bug |  guenther | 2017-10-31 | 1 | -1/+1 |
* | Change pthread_cleanup_{push,pop} to macros that store the cleanup info |  guenther | 2017-10-28 | 1 | -1/+1 |
* | Move mutex, condvar, and thread-specific data routes, pthread_once, and |  guenther | 2017-09-05 | 1 | -2/+2 |
* | port the RBT code to userland by making it part of libc. |  dlg | 2017-06-19 | 1 | -1/+1 |
* | Add futex(2) shim, bump minor. |  mpi | 2017-04-30 | 1 | -1/+1 |
* | monir bump for freezero |  otto | 2017-04-10 | 1 | -1/+1 |
* | recallocarray bump |  otto | 2017-03-06 | 1 | -1/+1 |
* | Add an interface to find the ARM.exidx table for use by the ARM EHABI unwinder. |  kettenis | 2016-09-17 | 1 | -1/+1 |
* | minor bump for SHA512/256 API additions; ok tedu@ deraadt@ |  naddy | 2016-09-04 | 1 | -1/+1 |
* | bump |  otto | 2016-09-01 | 1 | -1/+1 |
* | Major bump for the removal of the various locale, ruserok, and |  guenther | 2016-05-23 | 1 | -1/+1 |
* | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 1 | -1/+1 |
* | Major bump for getlogin*/ptrace changes |  guenther | 2016-03-30 | 1 | -1/+1 |
* | Rename the system call sendsyslog2 to sendsyslog. Keep the old one |  bluhm | 2016-03-21 | 1 | -2/+2 |
* | Rearrange C runtime bits: now that ld.so exports environ and __progname, |  guenther | 2016-03-20 | 1 | -1/+1 |
* | update for new symbols and code |  tedu | 2015-11-18 | 1 | -1/+1 |
* | Split the intra-thread functionality from kill(2) into its own syscall |  guenther | 2015-11-10 | 1 | -1/+1 |
* | crank libc major |  deraadt | 2015-10-23 | 1 | -1/+1 |
* | Major bump for symbol removals |  guenther | 2015-09-13 | 1 | -1/+1 |
* | Bump for symbol removals |  guenther | 2015-09-09 | 1 | -1/+1 |
* | Oh yeah, crank the major. You talk about something and then your mind |  guenther | 2015-08-26 | 1 | -2/+2 |
* | adding a syscall requires a minor bump; ok guenther@ |  schwarze | 2015-07-19 | 1 | -1/+1 |
* | Bump major after {,asr_}print_sockaddr() renaming. |  jca | 2015-06-20 | 1 | -1/+1 |
* | Make pthread_atfork() track the DSO that called it like atexit() does, |  guenther | 2015-04-07 | 1 | -2/+2 |
* | Add fgetwln(3) from FreeBSD and bump libc minor revision. |  millert | 2015-01-12 | 1 | -1/+1 |
* | major++ |  tedu | 2014-12-08 | 1 | -2/+2 |
* | minor++ |  tedu | 2014-11-17 | 1 | -1/+1 |
* | bump minor after addition of \<word\> support to regcomp; ok miod@ |  naddy | 2014-09-08 | 1 | -1/+1 |
* | Add additional kernel interfaces for setting close-on-exec on fds |  guenther | 2014-08-31 | 1 | -1/+1 |
* | crank major for syslog_r(3) using sendsyslog(2). new kernel needed, too. |  deraadt | 2014-07-14 | 1 | -1/+1 |
* | crank major |  deraadt | 2014-06-13 | 1 | -1/+1 |
* | move the ohash functions into libutil by popular demand. |  espie | 2014-05-12 | 1 | -2/+2 |
* | minor++ because of AI_ADDRCONFIG |  sperreault | 2014-04-30 | 1 | -1/+1 |
* | crank minor |  deraadt | 2014-04-21 | 1 | -1/+1 |
* | major++ in preparation for coming changes |  tedu | 2014-03-23 | 1 | -2/+2 |