3074 Commits (4ccc1a01e037251a0ddc3dd07dd1a1fb91a8aa16)
 

Author SHA1 Message Date
Szabolcs Nagy b24d813d24 aarch64: fix namespace pollution in bits/shm.h 11 years ago
Rich Felker 115af23942 release 1.1.8 11 years ago
Szabolcs Nagy c498efe117 regex: fix character class repetitions 11 years ago
Szabolcs Nagy 32dee9b9b1 do not treat \0 as a backref in BRE 11 years ago
Rich Felker 11d1e2e2de fix FLT_ROUNDS regression in C++ applications 11 years ago
Rich Felker fc13acc3dc fix internal buffer overrun in inet_pton 11 years ago
Rich Felker 7c8c86f630 suppress backref processing in ERE regcomp 11 years ago
Rich Felker 39dfd58417 fix memory-corruption in regcomp with backslash followed by high byte 11 years ago
Rich Felker e626deeec8 fix missing max_align_t definition on aarch64 11 years ago
Rich Felker 8c1c57a64b release 1.1.7 11 years ago
Rich Felker d5a5045382 fix MINSIGSTKSZ values for archs with large signal contexts 11 years ago
Rich Felker 76fd01177a block all signals (even internal ones) in cancellation signal handler 11 years ago
Rich Felker eceaf1d29f update authors/contributors list 11 years ago
Rich Felker 4b5ca13fb1 avoid sending huge names as nscd passwd/group queries 11 years ago
Rich Felker 49d1e7f931 simplify nscd lookup code for alt passwd/group backends 11 years ago
Josiah Worcester 2894a44b40 add alternate backend support for getgrouplist 11 years ago
Szabolcs Nagy 962cbfbf86 aarch64: fix typo in bits/ioctl.h 11 years ago
Szabolcs Nagy 38bf2d7cc3 aarch64: add struct _aarch64_ctx to signal.h 11 years ago
Rich Felker 673cab5c56 align x32 pthread type sizes to be common with 32-bit archs 11 years ago
Szabolcs Nagy 01ef3dd9c5 add aarch64 port 11 years ago
Szabolcs Nagy f4e4632abf math: add dummy implementations of 128 bit long double functions 11 years ago
Szabolcs Nagy 53cfe0c61a math: add ld128 exp2l based on the freebsd implementation 11 years ago
Szabolcs Nagy 204a69d2d9 copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs 11 years ago
Rich Felker a46677af18 fix regression in pthread_cond_wait with cancellation disabled 11 years ago
Szabolcs Nagy 559de8f5f0 fix FLT_ROUNDS to reflect the current rounding mode 11 years ago
Rich Felker bd67959f3a fix over-alignment of TLS, insufficient builtin TLS on 64-bit archs 11 years ago
Rich Felker 2b42c8cb37 add legacy functions from sysinfo.h duplicating sysconf functionality 11 years ago
Rich Felker 380857bf21 fix signed left-shift overflow in pthread_condattr_setpshared 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 e7b9887e8b fix x32 pthread type definitions 11 years ago
Rich Felker 064898cfe2 remove useless check of bin match in malloc 11 years ago
Rich Felker 6de071a0be eliminate atomics in syslog setlogmask function 11 years ago
Rich Felker 7a81fe3710 fix init race that could lead to deadlock in malloc init code 11 years ago
Rich Felker 56fbaa3bbe make all objects used with atomic operations volatile 11 years ago
Rich Felker eb4bd8d8bb suppress masked cancellation in pthread_join 11 years ago
Rich Felker a3de8f7fbc fix namespace issue in pthread_join affecting thrd_join 11 years ago
Rich Felker 5451d95715 make aio_suspend a cancellation point and properly handle cancellation 11 years ago
Rich Felker 0fc317d83c factor cancellation cleanup push/pop out of futex __timedwait function 11 years ago
Rich Felker 76ca7a5446 fix failure of internal futex __timedwait to report ECANCELED 11 years ago
Rich Felker e346ff86c8 overhaul optimized x86_64 memset asm 11 years ago
Rich Felker 69858fa931 overhaul optimized i386 memset asm 11 years ago
Alexander Monakov 20cbd60775 getloadavg: use sysinfo() instead of /proc/loadavg 11 years ago
Rich Felker 2de85a9856 fix possible isatty false positives and unwanted device state changes 11 years ago
Rich Felker e487c203db fix breakage in pthread_cond_wait due to typo 11 years ago
Josiah Worcester 34b423d207 support alternate backends for the passwd and group dbs 11 years ago
Rich Felker 0afef1aa24 fix spurious errors in refactored passwd/group code 11 years ago
Rich Felker fc5a96c9c8 fix crashes in refactored passwd/group code 11 years ago