Age | Commit message (Expand) | Author |
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 |
2008-12-09 | Commit requested by marco: | Otto Moerbeek |
2008-12-09 | fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon | Otto Moerbeek |
2008-12-04 | Don't have anything after #endif. | Ray Lai |
2008-10-27 | rename libsa to libsndio | Alexandre Ratchov |
2008-10-26 | no cookie for ratchov, committed things without running make build. | Marc Espie |
2008-09-09 | sigh, gamma got lost | Martynas Venckus |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-09-06 | Rename SHA256/384/512 API to avoid namespace collisions with | Damien Miller |
2008-08-22 | Don't install libbfd and libopcodes and the associated headers. | Mark Kettenis |
2008-07-24 | unXXX prototypes: exp2, remquo, nan, exp2f, remquof, nanf | Martynas Venckus |
2008-07-24 | - add NAN definition (except on VAX) | Martynas Venckus |
2008-07-22 | - added HUGE_VALF, HUGE_VALL, INFINITY, FP_INFINITE, FP_NAN, | Martynas Venckus |
2008-07-21 | - add proper double_t and float_t definitions for each arch | Martynas Venckus |
2008-07-16 | infnan always returned wrong values, because compiler assumed it | Martynas Venckus |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | Move _POSIX_THREAD_SAFE_FUNCTIONS into unistd.h and set it to 200112 | Todd C. Miller |
2008-06-25 | Add _PW_BUF_LEN define and use it instead of hard-coding 1024 for | Todd C. Miller |
2008-06-24 | prototypes for getpwnam_r() and getpwuid_r() | Theo de Raadt |
2008-06-24 | remove recalloc; sloppy me; ok deraadt@ | Otto Moerbeek |
2008-06-20 | Remove obsolete (and erroneous) #if statement that caused all compilers | Anders Magnusson |
2008-06-13 | implement xdr_int64_t, xdr_u_int64_t | Nikolay Sturm |
2008-06-13 | Add strtof() to libc, some ports seem to like it. Currently it's a simple | Landry Breuil |
2008-06-11 | tgamma and tgammaf | Martynas Venckus |
2008-06-04 | olf support starts to die (easy stuff first); ok miod | Theo de Raadt |
2008-04-29 | Remove duplicate psignal(3) and sys_siglist definitions. signal.h | Kurt Miller |
2008-04-29 | Make sure sys_signame and sys_siglist are wrapped in __BEGIN_DECLS. | Mark Kettenis |