Age | Commit message (Expand) | Author |
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 |
2010-08-23 | unbreak tree: add VIS_HEX and VIS_ALL flags | Damien Miller |
2010-07-26 | Always force GNU inline semantics here as well. | Mark Kettenis |
2010-07-25 | When using GCC, we always want GNU inline semantics. Fixes issues with | Mark Kettenis |
2010-07-24 | Teach lint about C99's _Bool and _Complex, plus some related gcc | Philip Guenthe |
2010-07-24 | Don't declare wcscoll() twice | Philip Guenthe |
2010-05-25 | unlink g77 from the build. | Marc Espie |
2010-05-18 | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | Ted Unangst |
2010-05-10 | Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible | Dale Rahn |
2010-05-01 | incomming -> incoming | Michael Knudsen |
2010-02-03 | MACHINE_ARCH -> MACHINE_CPU when applicable. | Miod Vallat |
2009-12-15 | dumped is _still_ spelled with one p and not two | Alexander Hall |
2009-11-09 | Fix the handle locking in stdio to use flockfile/funlockfile | Kurt Miller |
2009-10-22 | Back out previous commit, as it caused too much growth for the install | Philip Guenthe |
2009-10-21 | Fix the handle locking in stdio to use flockfile/funlockfile | Philip Guenthe |
2009-09-27 | use c calling conventions so that g++ doesn't mangle fpgetmask & | Martynas Venckus |
2009-09-22 | Use __builtin_offsetof for offsetof definition on gcc >= 4 | Jonathan Gray |
2009-08-27 | Don't stop traversing a directory hierarchy if we reach SHRT_MAX, | Todd C. Miller |
2009-07-25 | int is big enough to fully represent exponents of all supported fp | Martynas Venckus |
2009-07-25 | use const qualifier in libsndio, making it slightly more consistent | Alexandre Ratchov |
2009-07-25 | Currently midi capable programs can control midi hardware, but | Alexandre Ratchov |
2009-06-24 | Install ntfs includes and add libkvm (fstat) support. ntfs bits | Todd C. Miller |
2009-06-20 | Install msdosfs includes; ok krw@ | Todd C. Miller |
2009-06-07 | Add kvm_getfile2 which uses KERN_FILE2 when possible, falling | Todd C. Miller |
2009-06-04 | Add a resolv.conf option to specify the order in which getaddrinfo | Pierre-Yves Ritschard |
2009-06-03 | Make putenv(), setenv() and unsetenv() standards compliant. The | Todd C. Miller |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-06-02 | - define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13) | Jasper Lievisse Adriaanse |
2009-05-07 | fix confusing comment; ok krw@ | Jacek Masiulaniec |
2009-04-21 | move src/lib/libsndio/sndio.h into src/include where other include | Alexandre Ratchov |
2009-04-08 | nuke extern from func decls. ok millert@ | Martynas Venckus |
2009-01-21 | _PATH_DRUM is no more. | Miod Vallat |
2009-01-13 | Add wcstof(3) and wcstold(3). | Mark Kettenis |
2009-01-13 | Add wcstoimax(3) and wcstoumax(3). | Mark Kettenis |
2008-12-11 | add __infinityf declaration. (only affects vax). pointed out by miod@ | Martynas Venckus |
2008-12-09 | expose extended-precision definitions. ok millert@ | Martynas Venckus |