| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-06-20 | Install msdosfs includes; ok krw@ |  millert | 1 | -2/+2 |
| 2009-06-07 | Add kvm_getfile2 which uses KERN_FILE2 when possible, falling |  millert | 1 | -1/+3 |
| 2009-06-04 | Add a resolv.conf option to specify the order in which getaddrinfo |  pyr | 1 | -1/+4 |
| 2009-06-03 | Make putenv(), setenv() and unsetenv() standards compliant. The |  millert | 1 | -3/+3 |
| 2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@ |  jj | 1 | -2/+2 |
| 2009-06-02 | - define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13) |  jasper | 1 | -1/+2 |
| 2009-05-07 | fix confusing comment; ok krw@ |  jacekm | 1 | -2/+2 |
| 2009-04-21 | move src/lib/libsndio/sndio.h into src/include where other include |  ratchov | 2 | -5/+157 |
| 2009-04-08 | nuke extern from func decls. ok millert@ |  martynas | 1 | -219/+219 |
| 2009-01-21 | _PATH_DRUM is no more. |  miod | 1 | -2/+1 |
| 2009-01-13 | Add wcstof(3) and wcstold(3). |  kettenis | 1 | -1/+6 |
| 2009-01-13 | Add wcstoimax(3) and wcstoumax(3). |  kettenis | 1 | -1/+9 |
| 2008-12-11 | add __infinityf declaration. (only affects vax). pointed out by miod@ |  martynas | 1 | -1/+2 |
| 2008-12-09 | expose extended-precision definitions. ok millert@ |  martynas | 1 | -4/+36 |
| 2008-12-09 | Commit requested by marco: |  otto | 1 | -1/+2 |
| 2008-12-09 | fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon |  otto | 1 | -2/+2 |
| 2008-12-04 | Don't have anything after #endif. |  ray | 1 | -2/+2 |
| 2008-10-27 | rename libsa to libsndio |  ratchov | 1 | -2/+2 |
| 2008-10-26 | no cookie for ratchov, committed things without running make build. |  espie | 1 | -2/+3 |
| 2008-09-09 | sigh, gamma got lost |  martynas | 1 | -3/+1 |
| 2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 4 | -70/+141 |
| 2008-09-06 | Rename SHA256/384/512 API to avoid namespace collisions with |  djm | 1 | -39/+35 |
| 2008-08-22 | Don't install libbfd and libopcodes and the associated headers. |  kettenis | 1 | -3/+3 |
| 2008-07-24 | unXXX prototypes: exp2, remquo, nan, exp2f, remquof, nanf |  martynas | 1 | -13/+1 |
| 2008-07-24 | - add NAN definition (except on VAX) |  martynas | 1 | -11/+5 |
| 2008-07-22 | - added HUGE_VALF, HUGE_VALL, INFINITY, FP_INFINITE, FP_NAN, |  martynas | 1 | -110/+342 |
| 2008-07-21 | - add proper double_t and float_t definitions for each arch |  martynas | 1 | -6/+4 |
| 2008-07-16 | infnan always returned wrong values, because compiler assumed it |  martynas | 1 | -1/+5 |
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 6 | -48/+6 |
| 2008-06-25 | Move _POSIX_THREAD_SAFE_FUNCTIONS into unistd.h and set it to 200112 |  millert | 1 | -1/+6 |
| 2008-06-25 | Add _PW_BUF_LEN define and use it instead of hard-coding 1024 for |  millert | 1 | -1/+2 |
| 2008-06-24 | prototypes for getpwnam_r() and getpwuid_r() |  deraadt | 1 | -1/+5 |
| 2008-06-24 | remove recalloc; sloppy me; ok deraadt@ |  otto | 1 | -2/+1 |
| 2008-06-20 | Remove obsolete (and erroneous) #if statement that caused all compilers |  ragge | 1 | -6/+2 |
| 2008-06-13 | implement xdr_int64_t, xdr_u_int64_t |  sturm | 1 | -1/+3 |
| 2008-06-13 | Add strtof() to libc, some ports seem to like it. Currently it's a simple |  landry | 1 | -1/+2 |
| 2008-06-11 | tgamma and tgammaf |  martynas | 1 | -1/+3 |
| 2008-06-04 | olf support starts to die (easy stuff first); ok miod |  deraadt | 2 | -35/+2 |
| 2008-04-29 | Remove duplicate psignal(3) and sys_siglist definitions. signal.h |  kurt | 1 | -3/+1 |
| 2008-04-29 | Make sure sys_signame and sys_siglist are wrapped in __BEGIN_DECLS. |  kettenis | 1 | -2/+2 |
| 2008-04-24 | - correct brk(2) prototype and man page to match implementation and POSIX. |  kurt | 1 | -2/+2 |
| 2008-04-23 | Import MPLS (Multi Protocol Label Switching) |  norby | 1 | -3/+3 |
| 2008-03-22 | Get rid of 3 extra leading spaces. ok deraadt@ |  matthieu | 1 | -2/+2 |
| 2008-03-16 | diff from djm@ committed at his request: |  otto | 1 | -1/+5 |
| 2008-02-10 | Define _POSIX_TZNAME_MAX to 6 if the user requested POSIX 1003.1-2001. |  kettenis | 1 | -1/+5 |
| 2008-02-02 | Define _POSIX_HOST_NAME_MAX and HOST_NAME_MAX. |  kettenis | 1 | -2/+3 |
| 2007-11-24 | some spelling fixes from Martynas Venckus |  jmc | 1 | -2/+2 |
| 2007-10-19 | install includes from libexpat |  deraadt | 1 | -4/+4 |
| 2007-10-02 | pcc knows _Bool. ok beck@ miod @millert |  otto | 1 | -2/+2 |
| 2007-09-03 | add recaloc(3) |  millert | 1 | -1/+2 |