.. |
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
|
byte-based C locale, phase 1: multibyte character handling functions
|
2015-06-16 05:28:48 +00:00 |
dirent
|
make all objects used with atomic operations volatile
|
2015-03-03 22:50:02 -05:00 |
env
|
env: avoid leaving dangling pointers in __env_map
|
2016-03-06 13:33:52 -05: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 powerpc64 port
|
2016-05-08 22:57:40 -04:00 |
internal
|
fix minor problem in previous strtod non-nearest rounding bug fix
|
2016-10-20 14:40:59 -04:00 |
ipc
|
semctl: fix UB causing crashes on powerpc
|
2014-03-13 20:52:34 +01:00 |
ldso
|
add powerpc64 port
|
2016-05-08 22:57:40 -04:00 |
legacy
|
getdtablesize: fix returning hard instead of soft rlimit
|
2016-08-30 16:15:22 -04:00 |
linux
|
move x32 sysinfo impl and syscall fixup code out of arch/x32/src
|
2016-01-22 03:39:07 +00:00 |
locale
|
fix return value of nl_langinfo for invalid item arguments
|
2015-11-10 23:07:17 -05:00 |
malloc
|
fix malloc_usable_size for NULL input
|
2016-01-31 17:34:45 -05:00 |
math
|
math: fix pow signed shift ub
|
2016-10-20 01:32:27 -04:00 |
misc
|
fix getopt_long_only misinterpreting "--" as an option
|
2016-10-20 12:13:33 -04:00 |
mman
|
fix mremap memory synchronization and use of variadic argument
|
2015-11-02 16:37:51 -05:00 |
mq
|
use restrict everywhere it's required by c99 and/or posix 2008
|
2012-09-06 22:44:55 -04:00 |
multibyte
|
remove comments on copyright status from UTF-8 implementation files
|
2016-06-21 16:33:14 -04:00 |
network
|
fix getservby*_r result pointer value on error
|
2016-09-24 01:10:23 -04:00 |
passwd
|
revert unrelated change that slipped into last commit
|
2016-07-13 15:23:01 -04:00 |
prng
|
make all objects used with atomic operations volatile
|
2015-03-03 22:50:02 -05:00 |
process
|
switch to using trap number 31 for syscalls on sh
|
2015-06-16 15:25:02 +00:00 |
regex
|
fix regexec with haystack strings longer than INT_MAX
|
2016-10-06 18:47:57 -04:00 |
sched
|
add sched_getcpu vDSO support
|
2016-03-02 21:35:40 -05:00 |
search
|
fix tsearch, tfind, tdelete to handle null pointer input
|
2015-12-08 18:53:18 -05:00 |
select
|
support linux kernel apis (new archs) with old syscalls removed
|
2014-05-29 21:01:32 -04:00 |
setjmp
|
add powerpc64 port
|
2016-05-08 22:57:40 -04:00 |
signal
|
add powerpc64 port
|
2016-05-08 22:57:40 -04:00 |
stat
|
fix failure of fchmodat to report EOPNOTSUPP in the race path
|
2015-02-05 23:34:27 -05:00 |
stdio
|
redesign snprintf without undefined behavior
|
2016-10-21 22:15:31 -04:00 |
stdlib
|
include cleanups: remove unused headers and add feature test macros
|
2013-12-12 05:09:18 +00:00 |
string
|
fix read past end of haystack buffer for short needles in memmem
|
2016-04-01 13:36:15 -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
|
add pthread_setname_np
|
2016-10-20 01:48:27 -04:00 |
time
|
fix parsing of quoted time zone names
|
2016-11-07 11:54:09 -05:00 |
unistd
|
verify that ttyname refers to the same file as the fd
|
2016-08-30 15:59:50 -04:00 |