Rich Felker
|
ddc947eda3
fix missing flush of stderr at exit if it was put in buffered mode
|
6 years ago |
Rich Felker
|
35cd7c0950
fix async thread cancellation on sh-fdpic
|
6 years ago |
Rich Felker
|
0ec49dab67
fix async thread cancellation on powerpc64
|
6 years ago |
A. Wilcox
|
9cdaf1a86b
vfwprintf: honor field width with 'c' format type
|
6 years ago |
Rich Felker
|
d41cdef919
fix several values reported by sysconf
|
6 years ago |
Rich Felker
|
1d297a2821
fix return value of system on failure to spawn child process
|
6 years ago |
Rich Felker
|
b152d575fd
set stream orientations in open_[w]memstream
|
6 years ago |
Rich Felker
|
f66022dda8
make fmemopen's w+ mode truncate the buffer
|
6 years ago |
Rich Felker
|
b39b47bac8
set errno when fileno is called on a FILE with no underlying fd
|
6 years ago |
Rich Felker
|
baf95a5aef
reject invalid arguments to pthread_barrierattr_setpshared
|
6 years ago |
Szabolcs Nagy
|
056f9d818e
rewrite __aeabi_read_tp in asm
|
6 years ago |
Rich Felker
|
cdbbcfb8f5
fix dubious char signedness check in limits.h
|
6 years ago |
Rich Felker
|
060ed93673
fix deadlock in async thread self-cancellation
|
6 years ago |
A. Wilcox
|
92c52644e0
time: fix incorrect DST offset when using POSIX timezones without DST
|
6 years ago |
Szabolcs Nagy
|
c06c1eb661
fix tls access on arm targets before armv6k
|
6 years ago |
Rich Felker
|
f4542fdf7a
fix missing strerror text for EMULTIHOP
|
6 years ago |
Rich Felker
|
cfa0a54c08
fix printf precision specifier for hex floats on non-ld80 archs
|
6 years ago |
Rich Felker
|
6aeb131b4c
getopt: update optarg and optind correctly on missing argument
|
6 years ago |
Rich Felker
|
184ef36f85
fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #if
|
6 years ago |
Rich Felker
|
767f7a1091
remove erroneous SYMLINK_MAX definition from limits.h, pathconf
|
6 years ago |
Segev Finer
|
8b2b61e000
mips archs: fix runaway execution if start fn passed to clone returns
|
6 years ago |
Rich Felker
|
91e1e29d6d
fix pthread_create return value with PTHREAD_EXPLICIT_SCHED
|
6 years ago |
Rich Felker
|
1ad8138819
fix sign of strftime %z output with offsets <1 hour west of UTC
|
6 years ago |
Rich Felker
|
7dad9c2125
fix musl-gcc wrapper to be compatible with default-pie gcc toolchains
|
6 years ago |
Rich Felker
|
14992d4384
make pthread_attr_init honor defaults set by pthread_setattr_default_np
|
6 years ago |
Fangrui Song
|
3d8322c7ad
bsearch: simplify and optimize
|
6 years ago |
midipix
|
f2c6dbe244
move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
|
6 years ago |
midipix
|
2fab90a71a
remove inclusion guard hacks for sys/kd.h
|
6 years ago |
Rich Felker
|
18fbc7e4fa
remove spurious declaration of __getdents from readdir.c
|
6 years ago |
Rich Felker
|
b3fa0f2b1b
fix regression in alignment of dirent structs produced by readdir
|
6 years ago |