.. |
aio
|
make all objects used with atomic operations volatile
|
2015-03-03 22:50:02 -05:00 |
complex
|
complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)
|
2015-05-01 13:37:42 -04:00 |
conf
|
add missing confstr constants
|
2016-10-20 16:55:05 -04:00 |
crypt
|
in crypt-sha*, reject excessive rounds as error rather than clamping
|
2016-02-16 17:38:07 -05:00 |
ctype
|
towupper/towlower: fast path for ascii chars
|
2017-05-31 21:54:22 -04:00 |
dirent
|
make all objects used with atomic operations volatile
|
2015-03-03 22:50:02 -05:00 |
env
|
__init_libc: add fallbacks for __progname setup
|
2017-08-29 19:50:48 -04:00 |
errno
|
remove remnants of support for running in no-thread-pointer mode
|
2015-04-13 19:24:51 -04:00 |
exit
|
restore _Noreturn to __assert_fail
|
2016-08-30 16:39:54 -04:00 |
fcntl
|
fix posix_fadvise syscall args on powerpc, unify with arm fix
|
2016-07-01 13:32:35 -04:00 |
fenv
|
add s390x port
|
2016-11-11 23:06:21 -05:00 |
internal
|
unify the use of FUTEX_PRIVATE
|
2017-07-04 17:12:52 -04:00 |
ipc
|
fix signed overflow in ftok
|
2017-08-12 09:09:27 -04:00 |
ldso
|
fix dl_iterate_phdr in static PIE binaries
|
2017-04-11 22:10:52 -04:00 |
legacy
|
fix one-byte overflow in legacy getpass function
|
2017-03-14 15:13:16 -04:00 |
linux
|
fix undefined behavior in ptrace
|
2017-07-04 17:53:58 -04:00 |
locale
|
add _NL_LOCALE_NAME extension to nl_langinfo
|
2017-07-31 23:08:27 -04:00 |
malloc
|
fix undefined behavior in free
|
2017-07-04 17:11:33 -04:00 |
math
|
powerpc64: add single-instruction math functions
|
2017-06-23 16:01:00 -04:00 |
misc
|
fix getopt[_long] clobbering of optopt on success
|
2017-01-04 19:43:59 -05:00 |
mman
|
allow full-range file offsets to mmap on archs with 64-bit syscall args
|
2017-04-21 17:24:46 -04:00 |
mq
|
|
|
multibyte
|
remove comments on copyright status from UTF-8 implementation files
|
2016-06-21 16:33:14 -04:00 |
network
|
fix regression in support for resolv.conf attempts option
|
2017-04-21 17:34:26 -04:00 |
passwd
|
fix regression in getspnam[_r] error code for insufficient buffer size
|
2017-06-21 19:06:45 -04:00 |
prng
|
fix mrand48/jrand48 return value on 64-bit archs
|
2016-12-16 23:23:10 -05:00 |
process
|
have posix_spawnattr_setflags check for supported flags
|
2017-04-22 20:47:25 -04:00 |
regex
|
fix glob failure to match plain "/" to root directory
|
2017-06-08 19:50:23 -04:00 |
sched
|
add sched_getcpu vDSO support
|
2016-03-02 21:35:40 -05:00 |
search
|
fix lsearch and lfind to pass key as first arg to the compar callback
|
2017-03-05 20:02:31 -05:00 |
select
|
|
|
setjmp
|
ppc64: fix setjmp/longjmp handling of TOC pointer
|
2017-08-11 20:31:33 -04:00 |
signal
|
ppc64: fix setjmp/longjmp handling of TOC pointer
|
2017-08-11 20:31:33 -04:00 |
stat
|
fix failure of fchmodat to report EOPNOTSUPP in the race path
|
2015-02-05 23:34:27 -05:00 |
stdio
|
fix unsynchronized access to FILE structure in fflush(0)
|
2017-08-29 19:39:03 -04:00 |
stdlib
|
qsort: add a short comment about the algorithm
|
2017-08-11 20:23:21 -04:00 |
string
|
fix undefined behavior in memset due to missing sequence points
|
2017-08-29 19:53:50 -04:00 |
temp
|
ignore access mode bits of flags in mkostemps and functions that use it
|
2014-10-06 23:13:01 -04:00 |
termios
|
define appropriate feature test macros to get CBAUD from termios.h
|
2016-07-03 15:02:23 -04:00 |
thread
|
trap UB from attempts to join a detached thread
|
2017-08-11 20:42:30 -04:00 |
time
|
handle errors from localtime_r in ctime_r
|
2017-06-20 20:31:35 -04:00 |
unistd
|
fix fchown fallback on arches without chown(2)
|
2017-05-27 22:04:12 -04:00 |