Age | Commit message (Expand) | Author |
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 |
2005-11-16 | CODESET support. okay millert@, otto@ | Marc Espie |
2005-10-29 | Activate missing wcswidth, as noted by Alexander Bluhm. | Marc Espie |
2005-08-08 | activate LC_CTYPE for 8 bits locale. | Marc Espie |
2005-07-01 | Add a few missing functions so that wctype.h/wchar.h are more or less | Marc Espie |
2005-06-17 | next citrus step. | Marc Espie |
2005-05-11 | major abi changes: | Marc Espie |
2005-04-30 | Change internals of FILE: reuse the unget buffer field to access an | Marc Espie |
2005-04-30 | isw* classification functions from citrus, with a `stub' implementation | Marc Espie |
2005-04-14 | introduce some wchar functions (from citrus and an itojun@ diff) | Marc Espie |