about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* add wrapper headers, with warnings, for various incorrect names under sysRich Felker2013-07-276-0/+11
* a few more fixes for unistd/sysconf feature reportingRich Felker2013-07-271-0/+1
* report presence of ADV and MSG options in unistd.h and sysconfRich Felker2013-07-261-0/+2
* report that posix_spawn is supported in unistd.h and sysconfRich Felker2013-07-261-0/+1
* fix incorrect type for new si_call_addr in siginfo_tRich Felker2013-07-241-3/+3
* add protocol families PF_IB and PF_VSOCK to socket.hSzabolcs Nagy2013-07-251-1/+5
* update siginfo according to linux headersSzabolcs Nagy2013-07-241-1/+13
* add PTRACE_PEEKSIGINFO to ptrace.hSzabolcs Nagy2013-07-241-0/+11
* add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMANSzabolcs Nagy2013-07-241-0/+3
* add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.hSzabolcs Nagy2013-07-241-0/+2
* remove TCP_COOKIE_TRANSACTIONS from tcp.hSzabolcs Nagy2013-07-241-1/+0
* add SO_SELECT_ERR_QUEUE to socket.hSzabolcs Nagy2013-07-241-0/+1
* change jmp_buf to share an underlying type and struct tag with sigjmp_bufRich Felker2013-07-241-7/+6
* undefine internal-use type macros at the end of alltypes.hRich Felker2013-07-221-0/+4
* move register_t and u_int64_t (back) to alltypesRich Felker2013-07-222-2/+7
* fix regression in size of nlink_t (broken stat struct) on x86_64Rich Felker2013-07-221-1/+1
* make regoff_t and regex_t match C++ ABIRich Felker2013-07-222-3/+3
* make pthread_key_t unsigned to match ABIRich Felker2013-07-221-1/+1
* make pthread attribute types structs, even when they just have one fieldRich Felker2013-07-221-3/+3
* change wint_t to unsignedRich Felker2013-07-223-4/+4
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-2218-87/+133
* add UIO_MAXIOV macro in sys/uio.hRich Felker2013-07-191-0/+2
* fix FILENAME_MAX to match PATH_MAXRich Felker2013-07-181-1/+1
* add NFDBITS in sys/select.h with appropriate feature testsRich Felker2013-07-061-0/+3
* add legacy sys/ttydefaults.h headerrofl0r2013-07-031-0/+39
* add legacy scsi/scsi_ioctl.h headerrofl0r2013-07-031-0/+11
* paths.h: remove cruftrofl0r2013-07-031-9/+0
* add stubs for additional legacy ether.h functionsRich Felker2013-07-011-3/+3
* fix shifts possibly larger than type in major() macroRich Felker2013-06-291-1/+1
* implement minimal dlinfo functionRich Felker2013-06-291-0/+3
* work around wrong kernel type for sem_nsems member of struct semid_dsRich Felker2013-06-281-1/+9
* add missing type shmatt_t in sys/shm.hRich Felker2013-06-281-0/+2
* minor compatibility fixes in utmp.h and fixing mismatch with paths.hRich Felker2013-06-272-4/+10
* document in sysconf and unistd.h that per-thread cpu clocks existRich Felker2013-06-261-0/+1
* respect iso c namespace in stdio.h and wchar.h regarding va_listRich Felker2013-06-252-17/+19
* implement inet_lnaof, inet_netof, and inet_makeaddrRich Felker2013-06-251-1/+4
* add ether_aton[_r] and ether_ntoa[_r] functionsRich Felker2013-06-251-0/+14
* add clock id macros for a number of new(ish) Linux-specific clocksRich Felker2013-06-081-0/+6
* fix the type of CLOCKS_PER_SEC to match new clock_t typeRich Felker2013-06-081-1/+1
* improve handling of nonstandard fields in struct tmRich Felker2013-06-071-4/+5
* fix the prototype of settimeofday to follow the original BSD declarationSzabolcs Nagy2013-05-261-5/+5
* add FLT_TRUE_MIN, etc. macros from C11Rich Felker2013-05-171-0/+2
* remove the __STDC_FORMAT_MACROS nonsense from inttypes.hRich Felker2013-05-171-4/+0
* support full range of dev_t major/minor numbers in makedev, etc. macrosRich Felker2013-05-151-3/+10
* remove compound literals from math.h to please c++Szabolcs Nagy2013-05-061-5/+10
* remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.hRich Felker2013-04-221-8/+0
* make ifaddrs.h expose sys/socket.hRich Felker2013-04-101-0/+1
* add support for program_invocation[_short]_nameRich Felker2013-04-061-0/+6
* include/ifaddrs.h: add prototypes for get/freeifaddrsrofl0r2013-04-051-0/+3
* add getifaddrsrofl0r2013-04-051-0/+31