Age | Commit message (Expand) | Author |
2012-03-22 | Make DIR a private type within libc, give it the same underlying | Matthew Dempsky |
2012-03-22 | Update alphasort() and scandir()'s argument types to match POSIX: | Philip Guenthe |
2012-03-22 | Add dirfd() as a function to libc per POSIX requirement; dirfd() macro | Matthew Dempsky |
2012-03-21 | Implement getdelim(3) and getline(3). | Federico G. Schwindt |
2012-03-21 | Implement execvpe(3) and posix_spawn(3) and family. Based on | Matthew Dempsky |
2012-01-17 | Add stpcpy() and stpncpy(), pointless crap that made it into POSIX. | Philip Guenthe |
2012-01-17 | net_addrcmp() dies. found out to be a horrific function by eric | Theo de Raadt |
2012-01-13 | Replace _SELECT_DECLARED with _SELECT_DEFINED_ | Nigel Taylor |
2012-01-07 | Add rtable id and thread id to struct kinfo_proc (and fix process id) | Philip Guenthe |
2012-01-05 | C99 says that both <wchar.h> and <stdint.h> should define WCHAR_MIN/MAX. | Mark Kettenis |
2012-01-03 | The prototype for pthread_sigmask(2) is supposed to live in <signal.h> | Mark Kettenis |
2011-11-22 | sigstack() is long dead, and the compat sigaltstack syscall is gone too. | Philip Guenthe |
2011-11-09 | getcwd() buffer's length can be smaller than 1024. In that case it will | Federico G. Schwindt |
2011-10-16 | Hook wcsftime(3) to the build; committing on behalf of espie | Stefan Sperling |
2011-10-16 | Add wscanf(3) and friends. Based on our scanf(3) implementation, with wide | Stefan Sperling |
2011-07-18 | Expose a bunch of new functionality from POSIX 2008: openat(2), | Matthew Dempsky |
2011-07-14 | __opendir2, DTF_NODUP, and __DTF_READALL can die. struct dirent | Theo de Raadt |
2011-07-09 | stop installing netatalk headers | Henning Brauer |
2011-07-08 | Add support for tgmath--the type-generic math; now that both math | Martynas Venckus |
2011-07-08 | Finalize work on complex math routines, now that we have the | Martynas Venckus |
2011-07-07 | fix typos; while here, improve spacing in comments. | Igor Sobrado |
2011-07-06 | sigset_t is unsigned, so eliminate a warning by shifting a 1U instead | Philip Guenthe |
2011-07-06 | Finalize work on the math library. It's time to do this monster | Martynas Venckus |
2011-07-04 | Add wcsdup(), from NetBSD. | Nicholas Marriott |
2011-07-03 | As pointed out by Richard Guenther our definition | Jonathan Gray |
2011-06-26 | half-guard the actual function prototypes. | Marc Espie |
2011-06-01 | Use __POSIX_VISIBLE not __POSIX_C_SOURCE to bracket the definitions | Todd C. Miller |
2011-05-28 | wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@ | Marc Espie |
2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. | Martynas Venckus |
2011-04-28 | - enable fenv | Martynas Venckus |
2011-04-28 | Bring back wprintf. We've sorted out what to do for gcc2 and gcc3. | Stefan Sperling |
2011-04-25 | Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for the | Stuart Henderson |
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-21 | fenv for amd64; from matthew@ | Martynas Venckus |
2011-04-06 | Define NULL as a void * instead of a long integer, as required by Single Unix. | Miod Vallat |
2011-04-05 | Add AI_FQDN flag to getaddrinfo(3). Prompted by discussions with djm@ | Matthew Dempsky |
2011-03-12 | Replace the old, broken KERN_PROC ABI and its matching functions | Philip Guenthe |
2010-12-31 | Standards compliance: expose dirfd with XPG7 and scandir and alphasort | Philip Guenthe |
2010-12-14 | - make HUGE_VAL, HUGE_VALF, HUGE_VALL, INFINITY, NAN expand to the | Martynas Venckus |
2010-11-06 | make sio_onvol(3) return a integer exposing whether a volume knob | Alexandre Ratchov |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2010-10-28 | remove skipjack and cast from the libc; ok deraadt | Mike Belopuhov |
2010-10-17 | unlink libsectok from the build; ok markus@ deraadt@ | Damien Miller |
2010-10-01 | Now that __only_inline is in <sys/cdefs.h>, replace the local versions in | Philip Guenthe |
2010-09-24 | Bump fts_level from short to int and add a spare short so things | Todd C. Miller |
2010-09-24 | Add timingsafe_bcmp(3) to libc, mention that it's already in the | Matthew Dempsky |
2010-09-24 | add a GLOB_KEEPSTAT option that retains a copy of the struct stat | Damien Miller |
2010-09-01 | Oracle has re-licensed sunrpc under a three-clause BSD license. | Todd C. Miller |
2010-08-24 | backout VIS_HEX. guenther@ points out that the C89 \xff encoding | Damien Miller |