671 Commits (e8cbe0bad4284906230a53af4c91ad2b9713d03b)

Author SHA1 Message Date
Rich Felker f22a9edaf8 byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code 11 years ago
Rich Felker 3d7e32d28d add macro version of ctype.h isascii function 11 years ago
Rich Felker b6e7c66467 add missing legacy LFS64 macros in sys/resource.h 11 years ago
Szabolcs Nagy 20de36cc89 fix netinet/ether.h for c++ 11 years ago
Rich Felker d0040e239e improve iswdigit macro to diagnose errors 11 years ago
Szabolcs Nagy 7561ac45ed add IPTOS_CLASS_* macros to netinet/ip.h 11 years ago
Rich Felker e98a54643e fix integer overflow in elf.h macro SHF_EXCLUDE 11 years ago
Szabolcs Nagy 02e5d56421 add PR_*_FP_MODE prctl options 11 years ago
Szabolcs Nagy 658aefdf33 add PR_MPX_*_MANAGEMENT prctl options 11 years ago
Szabolcs Nagy 1bfeb1dcd0 add IP_CHECKSUM socket option to netinet/in.h 11 years ago
Rich Felker 2ca55a93f2 improve ctype.h macros to diagnose errors 11 years ago
Rich Felker 5e25d87b09 remove macro definition of longjmp from setjmp.h 11 years ago
Rich Felker fd427c4eae move O_PATH definition back to arch bits 11 years ago
Rich Felker 11d1e2e2de fix FLT_ROUNDS regression in C++ applications 11 years ago
Rich Felker d5a5045382 fix MINSIGSTKSZ values for archs with large signal contexts 11 years ago
Szabolcs Nagy 559de8f5f0 fix FLT_ROUNDS to reflect the current rounding mode 11 years ago
Szabolcs Nagy ad85fcb568 add new si_lower and si_upper siginfo_t members 11 years ago
Rich Felker 9c3da8968d declare incomplete type struct itimerspec in timerfd.h 11 years ago
Rich Felker 91a3bd743e fix preprocessor error introduced in poll.h in last commit 11 years ago
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