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 |
Szabolcs Nagy
|
df6d9450ea
add support for arch-specific ptrace command macros
|
6 years ago |
Szabolcs Nagy
|
7ea32a8282
sys/ptrace.h: add missing PTRACE_EVENT_STOP
|
6 years ago |
Szabolcs Nagy
|
cbf16c4abf
uchar.h: define char16_t and char32_t for old c++
|
6 years ago |
Rich Felker
|
5c2f46a214
block dlopen of libraries with initial-exec refs to dynamic TLS
|
6 years ago |
Rich Felker
|
5fdccbcd8f
fix inefficient choice of tlsdesc function due to off-by-one
|
6 years ago |
Rich Felker
|
187bcc3bf4
implement getaddrinfo's AI_ADDRCONFIG flag
|
6 years ago |