630 Commits (976bb28fa0f5b6d82055502c27444ac5c9bf34ed)

Author SHA1 Message Date
Szabolcs Nagy 976bb28fa0 add new F_OFD_* macros to fcntl.h (open file description locks) 12 years ago
Rich Felker b7cf71a190 add threads.h and needed per-arch types for mtx_t and cnd_t 12 years ago
Rich Felker 6eb19505bc add C11 timespec_get function, with associated time.h changes for C11 12 years ago
Szabolcs Nagy 7ff804269b fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h 12 years ago
Szabolcs Nagy 70729de075 add static_assert and hide noreturn, alignas, alignof from C++ 12 years ago
Szabolcs Nagy 18dde00713 add C11 floating-point characteristic macros to float.h 12 years ago
Rich Felker 8d998a7b3b add malloc_usable_size function and non-stub malloc.h 12 years ago
Rich Felker 321f4fa906 add max_align_t definition for C11 and C++11 12 years ago
Szabolcs Nagy d146d4dc11 fix CPU_EQUAL macro in sched.h 12 years ago
Szabolcs Nagy b04971d91a add inline isspace in ctype.h as an optimization 12 years ago
Clément Vasseur b1ae7b78bd make clearenv available with _BSD_SOURCE 12 years ago
Rich Felker ecc082c61b implement ffsl and ffsll functions 12 years ago
Rich Felker 38db09374a limit visibility of ffs function declaration to _XOPEN_SOURCE 12 years ago
Szabolcs Nagy 871a09c86f add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flags 12 years ago
Szabolcs Nagy 6119fa3269 add pacing rate information to the tcp_info struct in tcp.h 12 years ago
Szabolcs Nagy 4a142db74f add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACK 12 years ago
Brent Cook ddddec106f add issetugid function to check for elevated privilege 12 years ago
Stefan Kristiansson 200d15479c add or1k (OpenRISC 1000) architecture port 12 years ago
Rich Felker 5474a34669 implement fmtmsg function 12 years ago
Rich Felker 70d9c303b3 remove hack in syslog.h that resulted in aliasing violations 12 years ago
Rich Felker acb7e049b8 implement sendmmsg and recvmmsg 12 years ago
Rich Felker bdad2fefb2 add support for ipv6 scope_id to getaddrinfo and getnameinfo 12 years ago
Szabolcs Nagy 5f4c496693 fix POSIX namespace pollution in sys/types.h 12 years ago
Szabolcs Nagy c350468658 update netinet/in.h to match the current kernel uapi 12 years ago
Szabolcs Nagy c8ea212668 add SO_BPF_EXTENSIONS socket option 12 years ago
Szabolcs Nagy fd9571e20a add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro 12 years ago
Rich Felker 44d28e5512 overhaul siginfo_t definition in signal.h 12 years ago
Rich Felker 93be56ba88 remove unsupported nonstandard sysconf macros and their table entries 12 years ago
M Farkas-Dyck 164c5c7a32 expose public execvpe interface 12 years ago
Szabolcs Nagy fcea534e57 fix RLIMIT_ constants for mips 12 years ago
Rich Felker 21ada94c4b add getauxval function 12 years ago
sin fe1ba7dbf1 implement hcreate_r, hdestroy_r and hsearch_r 12 years ago
Rich Felker 9505bfbc40 fix signal.h breakage from moving stack_t to arch-specific bits 12 years ago
Rich Felker bd5f221eaa move signal.h definition of stack_t to arch-specific bits 12 years ago
Rich Felker f6e2f7e13f move struct semid_ds to from shared sys/sem.h to bits 12 years ago
Szabolcs Nagy 6739b13a17 math.h: make __FLOAT_BITS and __DOUBLE_BITS C89 12 years ago
Rich Felker 73f5b09605 in sys/procfs.h, avoid using __WORDSIZE macro 12 years ago
Szabolcs Nagy d82db8550a in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE 12 years ago
Szabolcs Nagy fb5a2ef8df if_ether.h: new ethernet protocol type 12 years ago
Szabolcs Nagy 099ce3631c sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option 12 years ago
Szabolcs Nagy a8a4e5c598 elf.h: add aarch64 relocations 12 years ago
Szabolcs Nagy d99c999322 elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mips 12 years ago
rofl0r 0f169cbb79 sys/shm.h: move arch specific structs to bits/ 13 years ago
rofl0r 1a2e55b95a sys/sem.h: cheat and make all longs use time_t instead 13 years ago
Rich Felker fdb3efa5dd add flock64 alias for (struct) flock in fcntl.h 12 years ago
Szabolcs Nagy e74f3b0234 add parens when bit and arith ops are mixed in macros in public headers 12 years ago
Szabolcs Nagy aa6ce3d4e3 fix signed and unsigned comparision in macros in public headers 12 years ago
Rich Felker 89511cd943 reduce namespace pollution in netinet/udp.h 12 years ago
Rich Felker 685b1cd4a0 fix use of legacy u_intN_t types in netinet/tcp.h 12 years ago
Rich Felker fdaaa68d82 add support for BSD struct tcphdr in netinet/tcp.h 12 years ago