Age | Commit message (Expand) | Author | Files | Lines |
2016-07-03 | add DT_MIPS_RLD_MAP_REL to elf.h | Szabolcs Nagy | 1 | -1/+2 |
2016-07-03 | add SHF_COMPRESSED section flag to elf.h | Szabolcs Nagy | 1 | -0/+23 |
2016-07-03 | add powerpc tls optimization related definitions to elf.h | Szabolcs Nagy | 1 | -2/+6 |
2016-07-03 | add nios2 definitions to elf.h | Szabolcs Nagy | 1 | -0/+50 |
2016-07-03 | update elf.h with mips abi flags support | Szabolcs Nagy | 1 | -1/+70 |
2016-07-03 | update elf.h with new aarch64 relocs | Szabolcs Nagy | 1 | -1/+13 |
2016-07-03 | update elf.h with powerpc64 elfv2 abi related macros | Szabolcs Nagy | 1 | -2/+8 |
2016-07-03 | add new powerpc64 relocations to elf.h | Szabolcs Nagy | 1 | -0/+9 |
2016-07-03 | add EM_OPENRISC again to elf.h | Szabolcs Nagy | 1 | -0/+1 |
2016-07-03 | make brace placement in public header struct definitions consistent | Rich Felker | 24 | -92/+46 |
2016-07-03 | fix misplaced indention in sys/procfs.h | Rich Felker | 1 | -1/+1 |
2016-06-30 | pthread: implement try/timed join variants | Bobby Bingham | 1 | -0/+2 |
2016-06-29 | add RUSAGE_THREAD (Linux extension) definition to sys/resource.h | Rich Felker | 1 | -0/+1 |
2016-06-29 | fix incorrect definition of RUSAGE_CHILDREN in sys/resource.h | Rich Felker | 1 | -1/+1 |
2016-06-09 | avoid padding gaps in struct sockaddr_storage | Rich Felker | 1 | -1/+1 |
2016-06-09 | update sys/socket.h to linux v4.6 | Szabolcs Nagy | 1 | -1/+19 |
2016-06-09 | add new tcp_info fields from linux v4.6 | Szabolcs Nagy | 1 | -0/+4 |
2016-06-09 | add CLONE_NEWCGROUP clone flag, new in linux v4.6 | Szabolcs Nagy | 1 | -0/+1 |
2016-06-09 | update siginfo struct for linux v4.6 | Szabolcs Nagy | 1 | -6/+11 |
2016-06-09 | add ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6 | Szabolcs Nagy | 1 | -0/+1 |
2016-06-09 | add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6 | Szabolcs Nagy | 1 | -0/+1 |
2016-05-22 | fix undefined pointer arithmetic in CMSG_NXTHDR macro | Rich Felker | 1 | -3/+3 |
2016-03-19 | add MADV_FREE madvise command from linux v4.5 | Szabolcs Nagy | 1 | -0/+1 |
2016-03-19 | add EPOLLEXCLUSIVE epoll flag from linux v4.5 | Szabolcs Nagy | 1 | -0/+1 |
2016-03-19 | add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5 | Szabolcs Nagy | 1 | -1/+2 |
2016-03-19 | add IPV6_HDRINCL socket option from linux v4.5 | Szabolcs Nagy | 1 | -0/+1 |
2016-03-18 | deduplicate bits/mman.h | Szabolcs Nagy | 1 | -0/+59 |
2016-03-02 | add sched_getcpu | Nathan Zadoks | 1 | -0/+1 |
2016-02-12 | do not define static_assert macro for pre-C11 compilers | Rich Felker | 1 | -1/+1 |
2016-02-12 | add declarations for utmpname/utmpxname to appropriate headers | Rich Felker | 2 | -1/+2 |
2016-01-26 | fix siginfo_t for mips | Szabolcs Nagy | 1 | -0/+4 |
2016-01-26 | move bits/signal.h include close to the top of signal.h | Szabolcs Nagy | 1 | -6/+12 |
2016-01-26 | add new PTRACE_SECCOMP_GET_FILTER ptrace command | Szabolcs Nagy | 1 | -0/+1 |
2016-01-26 | add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags | Szabolcs Nagy | 1 | -0/+1 |
2016-01-26 | add new PTRACE_O_SUSPEND_SECCOMP ptrace option | Szabolcs Nagy | 1 | -1/+2 |
2016-01-26 | add new PR_CAP_AMBIENT and related defines to sys/prctl.h | Szabolcs Nagy | 1 | -0/+6 |
2016-01-26 | update netpacket/packet.h to linux v4.3 | Szabolcs Nagy | 1 | -0/+17 |
2016-01-24 | add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h | Szabolcs Nagy | 1 | -0/+2 |
2016-01-24 | update netinet/tcp.h for linux v4.2 | Szabolcs Nagy | 1 | -0/+7 |
2016-01-24 | add MS_LAZYTIME mount option to sys/mount.h | Szabolcs Nagy | 1 | -1/+2 |
2016-01-24 | add AF_MPLS (PF_MPLS) address family to socket.h | Szabolcs Nagy | 1 | -0/+2 |
2016-01-24 | add MSG_FASTOPEN sendmsg/sendto flag to socket.h | Szabolcs Nagy | 1 | -0/+1 |
2016-01-17 | netinet/tcp: Add TCPOPT, TCPOLEN constants | Kylie McClain | 1 | -0/+13 |
2015-11-02 | fix mismatched parens in CMPLX def for annex-g-conforming compilers | Rich Felker | 1 | -1/+1 |
2015-09-17 | remove attribute((const)) from pthread_self and errno location decls | Rich Felker | 3 | -9/+0 |
2015-09-15 | add format argument attributes to gettext function prototypes | Khem Raj | 1 | -6/+14 |
2015-09-12 | add sh relocation types needed for fdpic to elf.h | Rich Felker | 1 | -0/+8 |
2015-07-21 | socket.h: fix SO_* for mips | Roman Yeryomin | 1 | -3/+3 |
2015-07-09 | fix incorrect void return type for syncfs function | Rich Felker | 1 | -1/+1 |
2015-06-16 | byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code | Rich Felker | 1 | -1/+2 |