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