652 Commits (f5011c62c3329f15652a60b6b2300d7e3f570977)

Author SHA1 Message Date
Trutz Behn f5011c62c3 fix POLLWRNORM and POLLWRBAND on mips 11 years ago
Rich Felker 56fbaa3bbe make all objects used with atomic operations volatile 11 years ago
Rich Felker 102f6a01e2 add new masked cancellation mode 11 years ago
Szabolcs Nagy 70572dce07 add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPF 11 years ago
Trutz Behn 2d67ae923d move MREMAP_MAYMOVE and MREMAP_FIXED out of bits 11 years ago
Szabolcs Nagy 11ac2a6e81 add new prctl command PR_SET_MM_MAP to sys/prctl.h 12 years ago
Rich Felker 91f15e2d0d move wint_t definition to the shared part of alltypes.h.in 12 years ago
Rich Felker dac4fc49ae fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor level 12 years ago
Felix Janda 4b2cb37770 add login_tty function 12 years ago
Rich Felker aee9b15262 fix signedness of WINT_MIN expression 12 years ago
Rich Felker a9c2294eef make the definition of _Complex_I explicitly complex 12 years ago
Rich Felker 4075af4318 make the result of the cimag macro a non-lvalue 12 years ago
Rich Felker 5ff2a118c6 fix definition of CMPLX macros in complex.h to work in constant expressions 12 years ago
Rich Felker aac59c1164 add basic dns record parsing functions 12 years ago
Bobby Bingham f164875a84 don't shadow functions with macros in C++ 12 years ago
Rich Felker a60457c84a suppress macro definitions of ctype functions under C++ 12 years ago
Rich Felker ab9672ae73 implement uchar.h (C11 UTF-16/32 conversion) interfaces 12 years ago
Szabolcs Nagy a3763d64e0 add new linux file sealing api to fcntl.h 12 years ago
Szabolcs Nagy a0c90b9773 add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h 12 years ago
Rich Felker 5edbc6fe13 add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCE 12 years ago
Rich Felker f929493c49 fix _ALL_SOURCE logic to avoid possible redefinition of _GNU_SOURCE 12 years ago
Rich Felker ab8f6a6e42 fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE 12 years ago
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