3396 Commits (3c3b09980d792ea8393f0a3865735b2ff5ecc765)
 

Author SHA1 Message Date
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
Rich Felker 45ba07fded format mips bits/termios.h consistently mips64 and n32 versions 10 years ago
Szabolcs Nagy cae8ac485f fix CBAUDEX in powerpc termios.h 10 years ago
Szabolcs Nagy 8c316e9e49 fix TCS* definitions in mips termios.h 10 years ago
Szabolcs Nagy ee9b5900fb fix mips termios.h macro exposure/namespace issues 10 years ago
Szabolcs Nagy 3bda42ac4b fix powerpc termios.h macro exposure/namespace issues 10 years ago
Szabolcs Nagy 2e128574c9 fix generic termios.h macro exposure/namespace issues 10 years ago
Rich Felker 126f58b2f4 define appropriate feature test macros to get CBAUD from termios.h 10 years ago
Szabolcs Nagy cd208b0037 fix FIOQSIZE in arm ioctl.h 10 years ago
Szabolcs Nagy 6fce6ca129 remove termios2 related ioctls from sh ioctl.h 10 years ago
Szabolcs Nagy 809495f7b7 fix TIOCMSET in mips ioctl.h 10 years ago
Szabolcs Nagy b76d4e06f1 fix mips, mips64, mipsn32 TIOCM_* macros in ioctl.h 10 years ago
Szabolcs Nagy 058c0b2d70 remove mips and powerpc ioctls that are missing from linux uapi 10 years ago
Szabolcs Nagy 5ce901279e add missing TIOC* macros to ioctl.h 10 years ago
Szabolcs Nagy 8735a921d0 add missing SIOCSIFNAME from linux/sockios.h to ioctl.h 10 years ago
Szabolcs Nagy 2df9ae9161 remove ioctl macros that were removed from linux uapi 10 years ago
Szabolcs Nagy 76d7cfb7e6 use the generic ioctl.h for x86_64, x32 and aarch64 10 years ago
Rich Felker 7158481d51 add consistent reserved fields in mips64/n32 termios structures 10 years ago
Rich Felker 3dd27f3aab fix posix_fadvise syscall args on powerpc, unify with arm fix 10 years ago
Bobby Bingham 3d98146146 pthread: implement try/timed join variants 10 years ago
Rich Felker 6d38c9cf80 fix misordered syscall arguments for posix_fadvise on arm 10 years ago
Rich Felker 804debee2b in posix_fadvise, don't bypass __syscall macro infrastructure 10 years ago
Natanael Copa 4adc6c33e7 refactor name_from_dns in hostname lookup backend 10 years ago
Natanael Copa 04bced403d in performing dns lookups, check result from res_mkquery 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 4da0bc5ef8 fix misaligned address buffers in gethostbyname[2][_r] results 10 years ago
Rich Felker 384d103d94 fix failure to obtain EOWNERDEAD status for process-shared robust mutexes 10 years ago
Rich Felker 6cec7bc57f remove comments on copyright status from UTF-8 implementation files 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
Szabolcs Nagy 78b1f3cb14 add preadv2 and pwritev2 syscall numbers for linux v4.6 10 years ago