Age | Commit message (Expand) | Author |
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 |
2012-05-14 | More sysconf(3)-y and pathconf(3)-y goodness from Brad. | Matthew Dempsky |
2012-04-12 | crank major for sh gcc4 switch | Jonathan Gray |
2012-03-22 | bump majors on libc and rthreads for the additions to libc and transfer | Philip Guenthe |
2012-01-17 | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, | Philip Guenthe |
2011-10-16 | Bump libc major; wscanf and wcsftime were added | Stefan Sperling |
2011-07-18 | Expose a bunch of new functionality from POSIX 2008: openat(2), | Matthew Dempsky |
2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending | Martynas Venckus |
2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | Martynas Venckus |
2011-07-04 | Add wcsdup(), from NetBSD. | Nicholas Marriott |
2011-05-28 | wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@ | Marc Espie |
2011-04-28 | Bring back wprintf. We've sorted out what to do for gcc2 and gcc3. | Stefan Sperling |
2011-04-24 | Back out wprintf until we've determined what to do for gcc2 and gcc3 arches. | Stefan Sperling |
2011-04-24 | Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc. | Stefan Sperling |
2011-04-04 | Move __cerror to ___cerror with a weak alias so that rthreads can override it. | Philip Guenthe |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2010-09-24 | Bump libc major for ABI changes. | Todd C. Miller |
2010-07-08 | Switch hppa, i386 and powerpc to gcc4. Bump libc major to handle ABI corner | Mark Kettenis |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-05-26 | Switch amd64 and sparc64 over to gcc4; bump libc major to deal with the ABI | Mark Kettenis |
2010-05-18 | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | Ted Unangst |
2010-01-15 | Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF and | Stuart Henderson |
2009-11-27 | Bump the libc major for the post-h2k9 string of ABI changes and additions | Philip Guenthe |
2009-10-28 | more fallout from jasper's commit. | Jonathan Gray |
2009-10-26 | add ENOTSUP and bump libc minor | Jasper Lievisse Adriaanse |