| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-07-06 | sigset_t is unsigned, so eliminate a warning by shifting a 1U instead |  guenther | 1 | -4/+4 |
| 2011-07-06 | Finalize work on the math library. It's time to do this monster |  martynas | 1 | -35/+1 |
| 2011-07-04 | Add wcsdup(), from NetBSD. |  nicm | 1 | -1/+2 |
| 2011-07-03 | As pointed out by Richard Guenther our definition |  jsg | 9 | -9/+27 |
| 2011-06-26 | half-guard the actual function prototypes. |  espie | 1 | -1/+4 |
| 2011-06-01 | Use __POSIX_VISIBLE not __POSIX_C_SOURCE to bracket the definitions |  millert | 1 | -2/+2 |
| 2011-05-28 | wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@ |  espie | 1 | -1/+6 |
| 2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. |  martynas | 2 | -3/+4 |
| 2011-04-28 | - enable fenv |  martynas | 2 | -9/+5 |
| 2011-04-28 | Bring back wprintf. We've sorted out what to do for gcc2 and gcc3. |  stsp | 1 | -1/+9 |
| 2011-04-25 | Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for the |  sthen | 1 | -1/+2 |
| 2011-04-24 | Back out wprintf until we've determined what to do for gcc2 and gcc3 arches. |  stsp | 1 | -9/+1 |
| 2011-04-24 | Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc. |  stsp | 1 | -1/+9 |
| 2011-04-21 | fenv for amd64; from matthew@ |  martynas | 1 | -0/+59 |
| 2011-04-06 | Define NULL as a void * instead of a long integer, as required by Single Unix. |  miod | 9 | -18/+18 |
| 2011-04-05 | Add AI_FQDN flag to getaddrinfo(3). Prompted by discussions with djm@ |  matthew | 1 | -2/+3 |
| 2011-03-12 | Replace the old, broken KERN_PROC ABI and its matching functions |  guenther | 1 | -7/+13 |
| 2010-12-31 | Standards compliance: expose dirfd with XPG7 and scandir and alphasort |  guenther | 1 | -6/+10 |
| 2010-12-14 | - make HUGE_VAL, HUGE_VALF, HUGE_VALL, INFINITY, NAN expand to the |  martynas | 1 | -1/+12 |
| 2010-11-06 | make sio_onvol(3) return a integer exposing whether a volume knob |  ratchov | 1 | -21/+2 |
| 2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * |  millert | 1 | -4/+4 |
| 2010-10-28 | remove skipjack and cast from the libc; ok deraadt |  mikeb | 3 | -43/+3 |
| 2010-10-17 | unlink libsectok from the build; ok markus@ deraadt@ |  djm | 1 | -2/+2 |
| 2010-10-01 | Now that __only_inline is in <sys/cdefs.h>, replace the local versions in |  guenther | 2 | -43/+26 |
| 2010-09-24 | Bump fts_level from short to int and add a spare short so things |  millert | 1 | -3/+5 |
| 2010-09-24 | Add timingsafe_bcmp(3) to libc, mention that it's already in the |  matthew | 1 | -1/+2 |
| 2010-09-24 | add a GLOB_KEEPSTAT option that retains a copy of the struct stat |  djm | 1 | -1/+4 |
| 2010-09-01 | Oracle has re-licensed sunrpc under a three-clause BSD license. |  millert | 13 | -371/+375 |
| 2010-08-24 | backout VIS_HEX. guenther@ points out that the C89 \xff encoding |  djm | 1 | -2/+1 |
| 2010-08-23 | unbreak tree: add VIS_HEX and VIS_ALL flags |  djm | 1 | -1/+3 |
| 2010-07-26 | Always force GNU inline semantics here as well. |  kettenis | 1 | -2/+2 |
| 2010-07-25 | When using GCC, we always want GNU inline semantics. Fixes issues with |  kettenis | 1 | -2/+2 |
| 2010-07-24 | Teach lint about C99's _Bool and _Complex, plus some related gcc |  guenther | 2 | -3/+5 |
| 2010-07-24 | Don't declare wcscoll() twice |  guenther | 1 | -2/+1 |
| 2010-05-25 | unlink g77 from the build. |  espie | 1 | -6/+4 |
| 2010-05-18 | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from |  tedu | 2 | -2/+8 |
| 2010-05-10 | Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible |  drahn | 1 | -3/+6 |
| 2010-05-01 | incomming -> incoming |  mk | 1 | -2/+2 |
| 2010-02-03 | MACHINE_ARCH -> MACHINE_CPU when applicable. |  miod | 1 | -15/+15 |
| 2009-12-15 | dumped is _still_ spelled with one p and not two |  halex | 1 | -4/+4 |
| 2009-11-09 | Fix the handle locking in stdio to use flockfile/funlockfile |  kurt | 1 | -19/+19 |
| 2009-10-22 | Back out previous commit, as it caused too much growth for the install |  guenther | 1 | -19/+19 |
| 2009-10-21 | Fix the handle locking in stdio to use flockfile/funlockfile |  guenther | 1 | -19/+19 |
| 2009-09-27 | use c calling conventions so that g++ doesn't mangle fpgetmask & |  martynas | 1 | -1/+3 |
| 2009-09-22 | Use __builtin_offsetof for offsetof definition on gcc >= 4 |  jsg | 1 | -1/+5 |
| 2009-08-27 | Don't stop traversing a directory hierarchy if we reach SHRT_MAX, |  millert | 1 | -1/+2 |
| 2009-07-25 | int is big enough to fully represent exponents of all supported fp |  martynas | 1 | -7/+1 |
| 2009-07-25 | use const qualifier in libsndio, making it slightly more consistent |  ratchov | 1 | -5/+5 |
| 2009-07-25 | Currently midi capable programs can control midi hardware, but |  ratchov | 1 | -1/+13 |
| 2009-06-24 | Install ntfs includes and add libkvm (fstat) support. ntfs bits |  millert | 1 | -2/+2 |