742 Commits (79c7ded0edaa0b3ab3fc95bf3b76a9e67683454a)

Author SHA1 Message Date
Daniel Sabogal 79c7ded0ed add missing if_arp.h constant 10 years ago
Daniel Sabogal 1fa2a32d1e fix typo in utmpx.h 10 years ago
Daniel Sabogal 104e8a0e3b add missing confstr constants 10 years ago
Felix Janda 8fb28b0b3e add pthread_setname_np 10 years ago
Szabolcs Nagy 87643335ac update icmphdr struct following linux v4.8 10 years ago
Szabolcs Nagy cc7c95e98e add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8 10 years ago
Szabolcs Nagy fe39aaae0e add bits/hwcap.h and include it in sys/auxv.h 10 years ago
Szabolcs Nagy 5a05f67599 elf.h: update EM_ elf machine defines and add R_BPF_ defines 10 years ago
Szabolcs Nagy 9487cc5f22 add ETH_P_NCSI to netinet/if_ether.h from linux v4.8 10 years ago
Rich Felker 66570ec9c4 fix undefined behavior in sched.h cpu_set_t usage 10 years ago
Daniel Sabogal 5505f6afae add missing *_unlocked and wcsftime_l prototypes to wchar.h 10 years ago
Daniel Sabogal 3848a99f65 fix ifru_data and ifcu_buf types in net/if.h 10 years ago
Rich Felker e738b8cbe6 restore _Noreturn to __assert_fail 10 years ago
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