Rich Felker
|
051a8fdda8
fix return value of pthread_getaffinity_np and pthread_setaffinity_np
|
10 years ago |
Rich Felker
|
65a0ee3a52
fix uninitialized output from sched_getaffinity
|
10 years ago |
Rich Felker
|
5c34041293
adapt dynamic linker for new binutils versions that omit DT_RPATH
|
10 years ago |
Rich Felker
|
395e409cc0
fix behavior of printf with alt-form octal, zero precision, zero value
|
10 years ago |
Szabolcs Nagy
|
8c245bf272
math: fix x86_64 and x32 asm not to use sahf instruction
|
10 years ago |
Rich Felker
|
e48fff8d33
fix uninitialized mode variable in openat function
|
10 years ago |
Rich Felker
|
4ab6544a41
fix invalid access by openat to possibly-missing variadic mode argument
|
10 years ago |
Rich Felker
|
e3fa4300bf
fix missing barrier in pthread_once/call_once shortcut path
|
10 years ago |
Rich Felker
|
02ccece698
fix handling of negative offsets in timezone spec strings
|
10 years ago |
Rich Felker
|
9882dc933d
fix handling of odd lengths in swab function
|
10 years ago |
Rich Felker
|
9f93f6d119
fix incorrect sequence generation in *rand48 prng functions
|
10 years ago |
Rich Felker
|
0a7aca63c0
fix overflow corner case in strtoul-family functions
|
10 years ago |
Szabolcs Nagy
|
1d19a53b8c
fix memory leak in regexec when input contains illegal sequence
|
10 years ago |
Rich Felker
|
5a8c6f0932
fix off-by-one in bounds check in fpathconf
|
10 years ago |
Rich Felker
|
f071365e66
fix multiple stdio functions' behavior on zero-length operations
|
10 years ago |
Rich Felker
|
6d14779eab
suppress null termination when fgets reads EOF with no data
|
10 years ago |
Szabolcs Nagy
|
83eb88d6c2
fix dn_expand empty name handling and offsets to 0
|
10 years ago |
Rich Felker
|
53f270f964
fix use of uninitialized memory with application-provided thread stacks
|
10 years ago |
Szabolcs Nagy
|
6f5544ac2e
fix CPU_EQUAL macro in sched.h
|
10 years ago |
Rich Felker
|
8f514e76f6
release 1.0.4
|
10 years ago |
Rich Felker
|
af7a02a191
add missing yes/no strings to nl_langinfo
|
10 years ago |
Rich Felker
|
7de071453d
fix nl_langinfo table for LC_TIME era-related items
|
10 years ago |
Rich Felker
|
90c9b5fc60
fix regression that negated some mips syscall error returns
|
10 years ago |
Rich Felker
|
a83f0e7a6b
fix mips struct stat dev_t members for big endian
|
10 years ago |
Rich Felker
|
1b61e4cab9
fix missing barriers in powerpc atomic store
|
10 years ago |
Rich Felker
|
809f1d3e82
fix microblaze atomic store
|
10 years ago |
Rich Felker
|
3c548e6eda
fix missing barrier instructions in powerpc atomic asm
|
10 years ago |
Rich Felker
|
e30a16314d
fix missing barrier instructions in mips atomic asm
|
10 years ago |
Rich Felker
|
806655b225
use memory constraints for mips atomic asm
|
10 years ago |
Rich Felker
|
9e8f22fb3e
fix build breakage from ppc asm constraints change
|
10 years ago |