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