833 Commits (b6d701a47504e5ef9c6a19b2f6a703c72cb9e8ac)

Author SHA1 Message Date
Khem Raj 7d7f44253f define MAX_HANDLE_SZ for use with name_to_handle_at 8 years ago
Khem Raj 3e14bbcd19 wireup linux/name_to_handle_at and name_to_handle_at syscalls 8 years ago
Rich Felker fe61a7aa53 rework mechanism for posix_spawnp calling posix_spawn 8 years ago
Rich Felker cdbbcfb8f5 fix dubious char signedness check in limits.h 8 years ago
Rich Felker 184ef36f85 fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #if 8 years ago
Rich Felker 767f7a1091 remove erroneous SYMLINK_MAX definition from limits.h, pathconf 8 years ago
midipix f2c6dbe244 move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits 8 years ago
midipix 2fab90a71a remove inclusion guard hacks for sys/kd.h 8 years ago
Szabolcs Nagy df6d9450ea add support for arch-specific ptrace command macros 8 years ago
Szabolcs Nagy 7ea32a8282 sys/ptrace.h: add missing PTRACE_EVENT_STOP 8 years ago
Szabolcs Nagy cbf16c4abf uchar.h: define char16_t and char32_t for old c++ 8 years ago
Rich Felker 062015204a add ST_RELATIME to statvfs.h 8 years ago
David Carlier 05ac345f89 add explicit_bzero implementation 8 years ago
Rich Felker 587f5a53bc fix value of SO_PEERSEC on mips archs 8 years ago
Szabolcs Nagy 38f2fa3d02 add memfd_create syscall wrapper 8 years ago
Szabolcs Nagy b64d66d0b0 add mlock2 linux syscall wrapper 8 years ago
Szabolcs Nagy da9f2b2ac8 add speculation control prctls from linux v4.17 8 years ago
Szabolcs Nagy 5b85ed5cec add ETH_P_PREAUTH ethertype from linux v4.17 8 years ago
Szabolcs Nagy ebeb1de288 add TCP_NLA_* from linux v4.17 8 years ago
Szabolcs Nagy af55070eae add {MSG,SEM,SHM}_STAT_ANY from linux v4.17 8 years ago
Szabolcs Nagy 156a3bedb2 add MAP_FIXED_NOREPLACE from linux v4.17 8 years ago
Szabolcs Nagy 0f7aa600f7 sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16 8 years ago
Szabolcs Nagy 3a81cbe643 netinet/if_ether.h: add ETH_TLEN from linux v4.16 8 years ago
Szabolcs Nagy 833df8675c netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16 8 years ago
Szabolcs Nagy 29f3202b73 sys/epoll.h: add EPOLLNVAL from linux v4.16 8 years ago
Rich Felker d5e55ba332 add missing m68k relocation types in elf.h 8 years ago
Rich Felker 729fef0a93 fix default feature profile in tar.h 8 years ago
Rich Felker 919ad8d5fb explicitly use signed keyword to define intNN_t and derivative types 8 years ago
Rich Felker f9c2498fee remove spurious const keyword in sigqueue declaration 8 years ago
Rich Felker a3f7bcdeaa fix minor namespace issue in unistd.h 8 years ago
Rich Felker d93c0740d8 fix minor namespace issue in tar.h 8 years ago
Rich Felker 8e1381be44 fix minor namespace issues in limits.h 8 years ago
Rich Felker c9c2cd3e69 reverse definition dependency between PAGESIZE and PAGE_SIZE 8 years ago
Rich Felker 2fae10f887 fix aliasing violations in fgetpos/fsetpos 8 years ago
Rich Felker 82f176803a add getentropy function 8 years ago
Hauke Mehrtens e206582091 add getrandom syscall wrapper 8 years ago
Szabolcs Nagy 74ab4b8284 elf.h: add DT_SYMTAB_SHNDX 8 years ago
Szabolcs Nagy dfeeeaf544 elf.h: syncronize DF_1_ flags with binutils 8 years ago
Szabolcs Nagy eef5e4821d elf.h: update NT_* coredump elf notes for linux v4.15 8 years ago
Szabolcs Nagy 5024804176 elf.h: add PPC64_OPT_LOCALENTRY 8 years ago
Szabolcs Nagy e7bd039df2 elf.h: add AT_* auxval macros for cache geometry 8 years ago
Szabolcs Nagy 121d18d2f2 sys/prctl.h: add new PR_SVE_* macros from linux v4.15 8 years ago
Szabolcs Nagy 4001c51181 netinet/in.h: add new IPV6_FREEBIND from linux v4.15 8 years ago
Szabolcs Nagy 5f4ff22aa3 netinet/tcp.h: add TCP_* socket options from linux v4.15 8 years ago
Szabolcs Nagy 9b57db3f95 add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15 8 years ago
Szabolcs Nagy e69608700f netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14 9 years ago
Szabolcs Nagy abdaba8616 sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapi 9 years ago
Szabolcs Nagy fba3059d72 netinet/if_ether.h: add new ETH_P_ macros from linux v4.14 9 years ago
Szabolcs Nagy 4d4a665799 net/if_arp.h: add ARPHRD_RAWIP from linux v4.14 9 years ago
Szabolcs Nagy 38e81ddc04 signal.h: add missing SIGTRAP si_codes 9 years ago