about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* add stdc-predef.h for library-level predefined macrosRich Felker2016-07-031-0/+10
* make brace placement in public header typedef'd structs consistentRich Felker2016-07-033-16/+8
* add EF_SH_ sh specific macros to elf.hSzabolcs Nagy2016-07-031-1/+22
* add NT_ARM_SYSTEM_CALL to elf.hSzabolcs Nagy2016-07-031-0/+1
* add missing x86 relocs to elf.hSzabolcs Nagy2016-07-031-2/+5
* add DT_MIPS_RLD_MAP_REL to elf.hSzabolcs Nagy2016-07-031-1/+2
* add SHF_COMPRESSED section flag to elf.hSzabolcs Nagy2016-07-031-0/+23
* add powerpc tls optimization related definitions to elf.hSzabolcs Nagy2016-07-031-2/+6
* add nios2 definitions to elf.hSzabolcs Nagy2016-07-031-0/+50
* update elf.h with mips abi flags supportSzabolcs Nagy2016-07-031-1/+70
* update elf.h with new aarch64 relocsSzabolcs Nagy2016-07-031-1/+13
* update elf.h with powerpc64 elfv2 abi related macrosSzabolcs Nagy2016-07-031-2/+8
* add new powerpc64 relocations to elf.hSzabolcs Nagy2016-07-031-0/+9
* add EM_OPENRISC again to elf.hSzabolcs Nagy2016-07-031-0/+1
* make brace placement in public header struct definitions consistentRich Felker2016-07-0324-92/+46
* fix misplaced indention in sys/procfs.hRich Felker2016-07-031-1/+1
* pthread: implement try/timed join variantsBobby Bingham2016-06-301-0/+2
* add RUSAGE_THREAD (Linux extension) definition to sys/resource.hRich Felker2016-06-291-0/+1
* fix incorrect definition of RUSAGE_CHILDREN in sys/resource.hRich Felker2016-06-291-1/+1
* avoid padding gaps in struct sockaddr_storageRich Felker2016-06-091-1/+1
* update sys/socket.h to linux v4.6Szabolcs Nagy2016-06-091-1/+19
* add new tcp_info fields from linux v4.6Szabolcs Nagy2016-06-091-0/+4
* add CLONE_NEWCGROUP clone flag, new in linux v4.6Szabolcs Nagy2016-06-091-0/+1
* update siginfo struct for linux v4.6Szabolcs Nagy2016-06-091-6/+11
* add ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6Szabolcs Nagy2016-06-091-0/+1
* add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6Szabolcs Nagy2016-06-091-0/+1
* fix undefined pointer arithmetic in CMSG_NXTHDR macroRich Felker2016-05-221-3/+3
* add MADV_FREE madvise command from linux v4.5Szabolcs Nagy2016-03-191-0/+1
* add EPOLLEXCLUSIVE epoll flag from linux v4.5Szabolcs Nagy2016-03-191-0/+1
* add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5Szabolcs Nagy2016-03-191-1/+2
* add IPV6_HDRINCL socket option from linux v4.5Szabolcs Nagy2016-03-191-0/+1
* deduplicate bits/mman.hSzabolcs Nagy2016-03-181-0/+59
* add sched_getcpuNathan Zadoks2016-03-021-0/+1
* do not define static_assert macro for pre-C11 compilersRich Felker2016-02-121-1/+1
* add declarations for utmpname/utmpxname to appropriate headersRich Felker2016-02-122-1/+2
* fix siginfo_t for mipsSzabolcs Nagy2016-01-261-0/+4
* move bits/signal.h include close to the top of signal.hSzabolcs Nagy2016-01-261-6/+12
* add new PTRACE_SECCOMP_GET_FILTER ptrace commandSzabolcs Nagy2016-01-261-0/+1
* add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy2016-01-261-0/+1
* add new PTRACE_O_SUSPEND_SECCOMP ptrace optionSzabolcs Nagy2016-01-261-1/+2
* add new PR_CAP_AMBIENT and related defines to sys/prctl.hSzabolcs Nagy2016-01-261-0/+6
* update netpacket/packet.h to linux v4.3Szabolcs Nagy2016-01-261-0/+17
* add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.hSzabolcs Nagy2016-01-241-0/+2
* update netinet/tcp.h for linux v4.2Szabolcs Nagy2016-01-241-0/+7
* add MS_LAZYTIME mount option to sys/mount.hSzabolcs Nagy2016-01-241-1/+2
* add AF_MPLS (PF_MPLS) address family to socket.hSzabolcs Nagy2016-01-241-0/+2
* add MSG_FASTOPEN sendmsg/sendto flag to socket.hSzabolcs Nagy2016-01-241-0/+1
* netinet/tcp: Add TCPOPT, TCPOLEN constantsKylie McClain2016-01-171-0/+13
* fix mismatched parens in CMPLX def for annex-g-conforming compilersRich Felker2015-11-021-1/+1
* remove attribute((const)) from pthread_self and errno location declsRich Felker2015-09-173-9/+0