Age | Commit message (Expand) | Author |
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 |
2009-09-27 | Minor bump for safety, due to the mips cachectl() addition. | Miod Vallat |
2009-06-03 | crank libc major | Theo de Raadt |
2009-01-13 | Crank minor because of addition of wcsto* functions. | Mark Kettenis |
2008-12-09 | - add long double signbit | Martynas Venckus |
2008-09-06 | crank for sha2 changes | Damien Miller |
2008-07-24 | - move isinf, isnan dups to gen, since most is ieee 754 | Martynas Venckus |
2008-06-24 | crank major because of two new interfaces | Theo de Raadt |
2008-06-13 | remove _MALLOC_LOCK_INIT; major bump; ok deraadt@ | Otto Moerbeek |
2008-05-19 | bump (recalloc removal) | Otto Moerbeek |
2008-03-16 | bump | Otto Moerbeek |
2008-01-05 | crank libc and libpthread, because libc cannot build lint libraries anymore i... | Theo de Raadt |
2008-01-01 | - make arc4random*() functions thread safe. Use a custom spinlock function | Kurt Miller |
2007-09-03 | crank libc and libstdc++ majors | Todd C. Miller |
2007-06-05 | _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so | Kurt Miller |
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino |
2006-11-10 | bump minor, for void set_rpc_maxgrouplist(int); | Alexander von Gernler |
2006-10-24 | add rthread syscalls and bump minor. | Ted Unangst |
2006-10-10 | system call changes (the file says "changes", leaving it purposely | Theo de Raadt |
2006-08-04 | Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programs | Bob Beck |
2006-06-14 | Introducing adjfreq(2), to adjust the clock frequency. | Otto Moerbeek |
2006-05-27 | Make libc's getcwd() use the new __getcwd() system call | Pedro Martelletto |
2006-01-13 | Major version bump to deal with potential fallout from the types changes. | Todd C. Miller |