729 Commits (397586625e71d166f493f16bfe04f3005ae464c3)

Author SHA1 Message Date
Duncan Overbruck c1f4ed1501 fix FFSYNC by changing it to O_SYNC 10 years ago
Szabolcs Nagy 9680e1d03a add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.h 10 years ago
Szabolcs Nagy c6519d4a71 add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.h 10 years ago
Szabolcs Nagy 0f8ad40be0 add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h 10 years ago
Rich Felker 0f47367751 add stdc-predef.h for library-level predefined macros 10 years ago
Rich Felker ee3f0c5516 make brace placement in public header typedef'd structs consistent 10 years ago
Szabolcs Nagy 3c3b09980d add EF_SH_ sh specific macros to elf.h 10 years ago
Szabolcs Nagy 84fd4e4ffd add NT_ARM_SYSTEM_CALL to elf.h 10 years ago
Szabolcs Nagy c3be411df7 add missing x86 relocs to elf.h 10 years ago
Szabolcs Nagy 7c3b67234c add DT_MIPS_RLD_MAP_REL to elf.h 10 years ago
Szabolcs Nagy af17dc40dd add SHF_COMPRESSED section flag to elf.h 10 years ago
Szabolcs Nagy 29a96c1980 add powerpc tls optimization related definitions to elf.h 10 years ago
Szabolcs Nagy 347d0617d1 add nios2 definitions to elf.h 10 years ago
Szabolcs Nagy abbdf0f51d update elf.h with mips abi flags support 10 years ago
Szabolcs Nagy 49eb322425 update elf.h with new aarch64 relocs 10 years ago
Szabolcs Nagy b921e0fd1f update elf.h with powerpc64 elfv2 abi related macros 10 years ago
Szabolcs Nagy 35b58194dc add new powerpc64 relocations to elf.h 10 years ago
Szabolcs Nagy 308e4bc618 add EM_OPENRISC again to elf.h 10 years ago
Rich Felker befa5866ee make brace placement in public header struct definitions consistent 10 years ago
Rich Felker 093288dcb3 fix misplaced indention in sys/procfs.h 10 years ago
Bobby Bingham 3d98146146 pthread: implement try/timed join variants 10 years ago
Rich Felker 5c43e1dbc8 add RUSAGE_THREAD (Linux extension) definition to sys/resource.h 10 years ago
Rich Felker b3bbc7b160 fix incorrect definition of RUSAGE_CHILDREN in sys/resource.h 10 years ago
Rich Felker 1e6fc0b690 avoid padding gaps in struct sockaddr_storage 10 years ago
Szabolcs Nagy a0bb50a142 update sys/socket.h to linux v4.6 10 years ago
Szabolcs Nagy 349877755d add new tcp_info fields from linux v4.6 10 years ago
Szabolcs Nagy 1d561c2fa4 add CLONE_NEWCGROUP clone flag, new in linux v4.6 10 years ago
Szabolcs Nagy 19f87240d5 update siginfo struct for linux v4.6 10 years ago
Szabolcs Nagy 7ea37c7aa4 add ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6 10 years ago
Szabolcs Nagy f6f4aa5ddb add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6 10 years ago
Rich Felker 81fb75a1d7 fix undefined pointer arithmetic in CMSG_NXTHDR macro 10 years ago
Szabolcs Nagy d578c74e67 add MADV_FREE madvise command from linux v4.5 10 years ago
Szabolcs Nagy b10ca0f560 add EPOLLEXCLUSIVE epoll flag from linux v4.5 10 years ago
Szabolcs Nagy c1aabc6cac add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5 10 years ago
Szabolcs Nagy 8ffa0375f2 add IPV6_HDRINCL socket option from linux v4.5 10 years ago
Szabolcs Nagy e9f1c7981a deduplicate bits/mman.h 10 years ago
Nathan Zadoks 98d335735d add sched_getcpu 10 years ago
Rich Felker 0ed932f34f do not define static_assert macro for pre-C11 compilers 10 years ago
Rich Felker 692b16d14b add declarations for utmpname/utmpxname to appropriate headers 10 years ago
Szabolcs Nagy 9a3b8f97a1 fix siginfo_t for mips 10 years ago
Szabolcs Nagy 22f84829af move bits/signal.h include close to the top of signal.h 10 years ago
Szabolcs Nagy c243d6f095 add new PTRACE_SECCOMP_GET_FILTER ptrace command 10 years ago
Szabolcs Nagy 789ff6a9f8 add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 10 years ago
Szabolcs Nagy aaa604052d add new PTRACE_O_SUSPEND_SECCOMP ptrace option 11 years ago
Szabolcs Nagy 8afd2a1d03 add new PR_CAP_AMBIENT and related defines to sys/prctl.h 11 years ago
Szabolcs Nagy 3934f49c01 update netpacket/packet.h to linux v4.3 11 years ago
Szabolcs Nagy 2c9acc51cd add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h 11 years ago
Szabolcs Nagy 4da2d96591 update netinet/tcp.h for linux v4.2 11 years ago
Szabolcs Nagy ecf02f4e8a add MS_LAZYTIME mount option to sys/mount.h 11 years ago
Szabolcs Nagy 9f52c17eb2 add AF_MPLS (PF_MPLS) address family to socket.h 11 years ago