.. |
aio
|
fix invalid access in aio notification
|
2013-06-16 10:39:02 -04:00 |
complex
|
|
|
conf
|
a few more fixes for unistd/sysconf feature reporting
|
2013-07-27 00:02:39 -04:00 |
crypt
|
comment potentially-confusing use of struct crypt_data type
|
2013-04-20 14:07:01 -04:00 |
ctype
|
|
|
dirent
|
refactor headers, especially alltypes.h, and improve C++ ABI compat
|
2013-07-22 11:22:36 -04:00 |
env
|
remove __libc_csu_* cruft
|
2013-07-21 03:34:31 -04:00 |
errno
|
|
|
exit
|
add support for init/fini array in main program, and greatly simplify
|
2013-07-21 03:00:54 -04:00 |
fcntl
|
|
|
fenv
|
|
|
internal
|
refactor headers, especially alltypes.h, and improve C++ ABI compat
|
2013-07-22 11:22:36 -04:00 |
ipc
|
prevent shmget from allocating objects that overflow ptrdiff_t
|
2013-06-29 00:02:38 -04:00 |
ldso
|
make ldd report the libc/dynamic linker itself
|
2013-07-26 14:41:12 -04:00 |
legacy
|
make err.h functions print __progname
|
2013-05-18 10:20:42 -04:00 |
linux
|
fix the prototype of settimeofday to follow the original BSD declaration
|
2013-05-26 16:01:38 +00:00 |
locale
|
rework langinfo code for ABI compat and for use by time code
|
2013-07-24 18:52:02 -04:00 |
malloc
|
remove redundant check in memalign
|
2013-07-23 23:40:26 -04:00 |
math
|
math: add fma TODO comments about the underflow issue
|
2013-05-19 14:43:32 +00:00 |
misc
|
Add ABI compatability aliases.
|
2013-04-05 23:20:28 -07:00 |
mman
|
fix shm_open wrongly being cancellable
|
2013-07-20 13:19:14 -04:00 |
mq
|
|
|
multibyte
|
fix failure of mbsrtowcs to record stop position when dest is full
|
2013-06-29 16:16:47 -04:00 |
network
|
fix undefined strcpy call in inet_ntop
|
2013-07-25 03:30:24 -04:00 |
passwd
|
change uid_t, gid_t, and id_t to unsigned types
|
2013-07-19 01:34:28 -04:00 |
prng
|
improve the quality of output from rand_r
|
2013-06-12 18:20:48 -04:00 |
process
|
make posix_spawn (and functions that use it) use CLONE_VFORK flag
|
2013-07-17 13:54:41 -04:00 |
regex
|
|
|
sched
|
|
|
search
|
|
|
select
|
|
|
setjmp
|
|
|
signal
|
change jmp_buf to share an underlying type and struct tag with sigjmp_buf
|
2013-07-24 02:17:02 -04:00 |
stat
|
improve [f]stat[v]fs functions, and possibly work around old kernels
|
2013-07-19 02:48:18 -04:00 |
stdio
|
fix uninitialized/stale use of alloc (%m modifier) flag in scanf
|
2013-07-20 00:21:11 -04:00 |
stdlib
|
add ABI symbols for strtol family functions
|
2013-07-26 14:53:50 -04:00 |
string
|
fix a couple misleading/wrong signal descriptions in strsignal
|
2013-07-09 02:30:21 -04:00 |
temp
|
|
|
termios
|
|
|
thread
|
make pthread attribute types structs, even when they just have one field
|
2013-07-22 13:57:02 -04:00 |
time
|
rework langinfo code for ABI compat and for use by time code
|
2013-07-24 18:52:02 -04:00 |
unistd
|
fix bogus lazy allocation in ctermid and missing malloc failure check
|
2013-07-09 00:50:11 -04:00 |