about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setprioritySzabolcs Nagy2013-09-161-0/+3
* update include/elf.h following glibc changesSzabolcs Nagy2013-09-161-27/+143
* sys/socket.h: add new SO_BUSY_POLL socket optionSzabolcs Nagy2013-09-151-0/+1
* ptrace.h: add new ptrace requests to get/set sigmaskSzabolcs Nagy2013-09-151-0/+2
* net/if_arp.h: add missing ARP hardware identifiers from linux uapi headersSzabolcs Nagy2013-09-151-1/+7
* netinet/in.h: add missing IP protocol numbers from the linux uapi headersSzabolcs Nagy2013-09-151-0/+2
* support configurable page size on mips, powerpc and microblazeSzabolcs Nagy2013-09-151-0/+2
* add workaround header for wait.h remapping to sys/wait.hRich Felker2013-09-011-0/+2
* only expose struct tcphdr under _GNU_SOURCERich Felker2013-08-301-1/+3
* add struct tcphdr in netinet/tcp.hRich Felker2013-08-301-0/+33
* stdbool.h should define __bool_true_false_are_defined even for C++Rich Felker2013-08-281-2/+2
* add SUN_LEN macro to sys/un.h under appropriate feature testsRich Felker2013-08-211-0/+19
* de-duplicate dn_expand, fix return value and signature, clean upRich Felker2013-08-141-1/+1
* add missing MSG_EXCEPT in sys/msg.hRich Felker2013-08-141-0/+1
* provide declarations for strtod_l and familyRich Felker2013-08-131-0/+4
* fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127Rich Felker2013-08-102-4/+4
* add pthread_setaffinity_np and pthread_getaffinity_np functionsRich Felker2013-08-101-0/+3
* add cpu affinity interfacesRich Felker2013-08-101-0/+61
* sys/personality.h: add missing C++ compatrofl0r2013-08-081-0/+7
* sys/personality.h: add missing macrosrofl0r2013-08-081-0/+33
* add some new linux AT_* flagsRich Felker2013-08-031-0/+2
* add prototypes for euidaccess/eaccessRich Felker2013-08-031-0/+2
* fix feature test macro logic for _BSD_SOURCERich Felker2013-08-023-7/+7
* add missing c++ extern "C" wrapping to link.hRich Felker2013-08-021-0/+8
* provide useless 64-bit fcntl macros with _LARGEFILE64_SOURCERich Felker2013-08-021-0/+3
* add macros for new(ish) prctl commandsRich Felker2013-07-301-0/+37
* fix some prctl macros that were incorrectly copied into this fileRich Felker2013-07-301-3/+3
* 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