about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy2016-10-201-0/+1
* elf.h: update EM_ elf machine defines and add R_BPF_ definesSzabolcs Nagy2016-10-201-1/+101
* add ETH_P_NCSI to netinet/if_ether.h from linux v4.8Szabolcs Nagy2016-10-201-0/+1
* fix undefined behavior in sched.h cpu_set_t usageRich Felker2016-09-191-3/+3
* add missing *_unlocked and wcsftime_l prototypes to wchar.hDaniel Sabogal2016-09-161-0/+15
* fix ifru_data and ifcu_buf types in net/if.hDaniel Sabogal2016-09-161-2/+2
* restore _Noreturn to __assert_failRich Felker2016-08-301-1/+1
* fix FFSYNC by changing it to O_SYNCDuncan Overbruck2016-08-301-1/+1
* add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.hSzabolcs Nagy2016-08-301-0/+2
* add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.hSzabolcs Nagy2016-08-301-0/+2
* add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.hSzabolcs Nagy2016-08-301-1/+3
* 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