Age | Commit message (Expand) | Author |
2017-06-19 | port the RBT code to userland by making it part of libc. | David Gwynne |
2017-04-30 | Add futex(2) shim, bump minor. | Martin Pieuchot |
2017-04-10 | monir bump for freezero | Otto Moerbeek |
2017-03-06 | recallocarray bump | Otto Moerbeek |
2016-09-17 | Add an interface to find the ARM.exidx table for use by the ARM EHABI unwinder. | Mark Kettenis |
2016-09-04 | minor bump for SHA512/256 API additions; ok tedu@ deraadt@ | Christian Weisgerber |
2016-09-01 | bump | Otto Moerbeek |
2016-05-23 | Major bump for the removal of the various locale, ruserok, and | Philip Guenther |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-03-30 | Major bump for getlogin*/ptrace changes | Philip Guenther |
2016-03-21 | Rename the system call sendsyslog2 to sendsyslog. Keep the old one | Alexander Bluhm |
2016-03-20 | Rearrange C runtime bits: now that ld.so exports environ and __progname, | Philip Guenther |
2015-11-18 | update for new symbols and code | Ted Unangst |
2015-11-10 | Split the intra-thread functionality from kill(2) into its own syscall | Philip Guenther |
2015-10-23 | crank libc major | Theo de Raadt |
2015-09-13 | Major bump for symbol removals | Philip Guenther |
2015-09-09 | Bump for symbol removals | Philip Guenther |
2015-08-26 | Oh yeah, crank the major. You talk about something and then your mind | Philip Guenther |
2015-07-19 | adding a syscall requires a minor bump; ok guenther@ | Ingo Schwarze |
2015-06-20 | Bump major after {,asr_}print_sockaddr() renaming. | Jeremie Courreges-Anglas |
2015-04-07 | Make pthread_atfork() track the DSO that called it like atexit() does, | Philip Guenther |
2015-01-12 | Add fgetwln(3) from FreeBSD and bump libc minor revision. | Todd C. Miller |
2014-12-08 | major++ | Ted Unangst |
2014-11-17 | minor++ | Ted Unangst |
2014-09-08 | bump minor after addition of \<word\> support to regcomp; ok miod@ | Christian Weisgerber |
2014-08-31 | Add additional kernel interfaces for setting close-on-exec on fds | Philip Guenther |
2014-07-14 | crank major for syslog_r(3) using sendsyslog(2). new kernel needed, too. | Theo de Raadt |
2014-06-13 | crank major | Theo de Raadt |
2014-05-12 | move the ohash functions into libutil by popular demand. | Marc Espie |
2014-04-30 | minor++ because of AI_ADDRCONFIG | sperreault |
2014-04-21 | crank minor | Theo de Raadt |
2014-03-23 | major++ in preparation for coming changes | Ted Unangst |
2014-01-22 | minor++ | Ted Unangst |
2013-12-28 | Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass the | Mark Kettenis |
2013-12-17 | crank libc for +tcgetsid -inet_nsap_addr -inet_nsap_ntoa -f_prealloc | Theo de Raadt |
2013-10-21 | Remove arc4random_stir() and arc4random_addrandom(), which none should | Theo de Raadt |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-07-12 | major bump after asr symbols changes | Eric Faurot |
2013-06-17 | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, | Philip Guenther |
2013-05-31 | Add getprogname() and setprogname() to ease slackers^porters' work. | Antoine Jacoutot |
2013-05-13 | Add an implementation of memmem() -- from FreeBSD with some tweaks. | Antoine Jacoutot |
2013-04-29 | Extend P_SIGSUSPEND handling in userret() to properly restore the | Matthew Dempsky |
2013-04-15 | Crank due to statfs changes and other inbound commits. | Joel Sing |
2013-03-28 | Switch libc and libm to use strong aliases rather than weak aliases | Martynas Venckus |
2013-01-30 | Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3). | Brad Smith |
2012-12-03 | Simple emulation of POSIX pty APIs posix_openpt(), ptsname(), | Todd C. Miller |
2012-08-23 | crank due to nnpfspioctl() syscall stub removal | Theo de Raadt |
2012-06-21 | For now... libpthread is just a container directory, since all the new | Theo de Raadt |
2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, | Philip Guenthe |
2012-06-06 | Add support for mbsnrtowcs() and wcsnrtombs() to libc. | Matthew Dempsky |