summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-01-29disable dso protected to work around binutils bugchristos
2016-01-23Needs sys/select.h for fd_set; fails only when _POSIX_SOURCE is defined,dholland
2016-01-23unsigned -> unsigned int in previous change to accomodate C++ boneheadedness.dholland
2016-01-23Apparently a recent round of vandalism by the C++ standards committeedholland
2016-01-23u_int -> unsigned, u_long -> unsigned long, etc.dholland
2016-01-22Needs sys/cdefs.h for __BEGIN_DECLS. Also add time.h to get time_t,dholland
2016-01-22Uses BEGIN_DECLS and needs sys/cdefs.h.dholland
2016-01-22Include <rpc/rpc.h> so XDR is defined.dholland
2016-01-22Needs sys/types.h for mode_t, off_t, ssize_t, and others.dholland
2016-01-22Needs stdint.h.dholland
2016-01-22Erm, fix previous.dholland
2016-01-22These all need stdint.h.dholland
2016-01-22Needs stddef.h for size_t.dholland
2016-01-22Has __BEGIN_DECLS, needs sys/types.h.dholland
2016-01-22u_char, u_int, u_long -> unsigned char, unsigned, unsigned longdholland
2016-01-14rename to regnsubchristos
2016-01-14add stravischristos
2016-01-14add reg{,a}subchristos
2015-12-29fix inverted condition...christos
2015-12-28Add missing eol-escapemartin
2015-12-27We need at least 68010 or coldfire for fenv.christos
2015-12-24add m68k, default types.christos
2015-12-24rearrange...christos
2015-12-22Add __HAVE_FENVchristos
2015-12-21Add fenv.h for mipschristos
2015-12-20Powerpc now has fenv.hchristos
2015-11-20add some constchristos
2015-11-20keep value as an int.christos
2015-11-20update to size_tchristos
2015-11-19Revertreinoud
2015-11-19Fix ANSI-C prototype errorreinoud
2015-11-16PR/50434: Louis Guillaume: Bump the in and out formats to 511 (NAME_MAX)christos
2015-11-07provide a poll(2) based interface.christos
2015-11-07Put back NULL tests for allocation failures.christos
2015-11-07Add the C11 function aligned_alloc to libc.nros
2015-11-06Switch to the size-unlimited fd_set. Some code will need to change to bechristos
2015-11-06- provide accessor functions for the fdset's used internally.christos
2015-10-29add tzgetgmtoffchristos
2015-09-24add kinfo_getvmmap() declchristos
2015-09-03correct __ssp_overlap() to not trigger for adjacent areasplunky
2015-07-31Do as POSIX says, define the timespec structure in <signal.h>kamil
2015-07-29move stdbool.h to sys, reuire pool.h to include <sys/stdbool.h> for bool,christos
2015-07-26Add ereallocarr(3) to libutilkamil
2015-07-11updatre with latest from tzcode.christos
2015-06-25Allow SSP enabled functions to conditionally skip the object size check.joerg
2015-05-29Make PTHREAD_KEYS_MAX dynamically adjustablemanu
2015-05-23add VIS_NOLOCALE flagchristos
2015-05-09add a macro to check overlapping pointerschristos
2015-05-06Add missing PATH_WATCHDOG (to complement PATH_SYSMON and PATH_POWER)pgoyette
2015-03-24Put fseeko, ftello, pread, and pwrite in the POSIX 2001 namespace.wiz