| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | minor++ |  tedu | 2014-01-22 | 1 | -1/+1 |
* | Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass the |  kettenis | 2013-12-28 | 1 | -1/+1 |
* | crank libc for +tcgetsid -inet_nsap_addr -inet_nsap_ntoa -f_prealloc |  deraadt | 2013-12-17 | 1 | -1/+1 |
* | Remove arc4random_stir() and arc4random_addrandom(), which none should |  deraadt | 2013-10-21 | 1 | -1/+1 |
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 2013-08-13 | 1 | -1/+1 |
* | major bump after asr symbols changes |  eric | 2013-07-12 | 1 | -2/+2 |
* | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, |  guenther | 2013-06-17 | 1 | -1/+1 |
* | Add getprogname() and setprogname() to ease slackers^porters' work. |  ajacoutot | 2013-05-31 | 1 | -1/+1 |
* | Add an implementation of memmem() -- from FreeBSD with some tweaks. |  ajacoutot | 2013-05-13 | 1 | -1/+1 |
* | Extend P_SIGSUSPEND handling in userret() to properly restore the |  matthew | 2013-04-29 | 1 | -1/+1 |
* | Crank due to statfs changes and other inbound commits. |  jsing | 2013-04-15 | 1 | -1/+1 |
* | Switch libc and libm to use strong aliases rather than weak aliases |  martynas | 2013-03-28 | 1 | -2/+2 |
* | Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3). |  brad | 2013-01-30 | 1 | -1/+1 |
* | Simple emulation of POSIX pty APIs posix_openpt(), ptsname(), |  millert | 2012-12-03 | 1 | -1/+1 |
* | crank due to nnpfspioctl() syscall stub removal |  deraadt | 2012-08-23 | 1 | -1/+1 |
* | For now... libpthread is just a container directory, since all the new |  deraadt | 2012-06-21 | 1 | -1/+1 |
* | __tfork() needs to set the stack address of the new thread in the kernel, |  guenther | 2012-06-21 | 1 | -2/+2 |
* | Add support for mbsnrtowcs() and wcsnrtombs() to libc. |  matthew | 2012-06-06 | 1 | -1/+1 |
* | More sysconf(3)-y and pathconf(3)-y goodness from Brad. |  matthew | 2012-05-14 | 1 | -1/+1 |
* | crank major for sh gcc4 switch |  jsg | 2012-04-12 | 1 | -1/+1 |
* | bump majors on libc and rthreads for the additions to libc and transfer |  guenther | 2012-03-22 | 1 | -1/+1 |
* | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, |  guenther | 2012-01-17 | 1 | -1/+1 |
* | Bump libc major; wscanf and wcsftime were added |  stsp | 2011-10-16 | 1 | -2/+2 |
* | Expose a bunch of new functionality from POSIX 2008: openat(2), |  matthew | 2011-07-18 | 1 | -1/+1 |
* | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 2011-07-08 | 1 | -1/+1 |
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2011-07-08 | 1 | -2/+2 |
* | Add wcsdup(), from NetBSD. |  nicm | 2011-07-04 | 1 | -1/+1 |
* | wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@ |  espie | 2011-05-28 | 1 | -1/+1 |
* | Bring back wprintf. We've sorted out what to do for gcc2 and gcc3. |  stsp | 2011-04-28 | 1 | -1/+1 |
* | Back out wprintf until we've determined what to do for gcc2 and gcc3 arches. |  stsp | 2011-04-24 | 1 | -1/+1 |
* | Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc. |  stsp | 2011-04-24 | 1 | -1/+1 |
* | Move __cerror to ___cerror with a weak alias so that rthreads can override it. |  guenther | 2011-04-04 | 1 | -1/+1 |
* | Change basep parameter of getdirentries() to be off_t *, not long * |  millert | 2010-10-28 | 1 | -1/+1 |
* | Bump libc major for ABI changes. |  millert | 2010-09-24 | 1 | -1/+1 |
* | Switch hppa, i386 and powerpc to gcc4. Bump libc major to handle ABI corner |  kettenis | 2010-07-08 | 1 | -1/+1 |
* | Fix the naming of interfaces and variables for rdomains and rtables |  guenther | 2010-07-03 | 1 | -1/+1 |
* | Switch amd64 and sparc64 over to gcc4; bump libc major to deal with the ABI |  kettenis | 2010-05-26 | 1 | -2/+2 |
* | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from |  tedu | 2010-05-18 | 1 | -1/+1 |