Rich Felker
|
8c0a3d9e5c
microblaze port
|
hace 12 años |
Rich Felker
|
e0ea44cb76
fix arm clone syscall bug (no effect unless app uses clone)
|
hace 12 años |
Rich Felker
|
68dbd05039
optimize strchrnul/strcspn not to scan string twice on no-match
|
hace 12 años |
Rich Felker
|
3f9ff1514e
slightly cleaner strlen, also seems to compile to better code
|
hace 12 años |
Rich Felker
|
507faa63cb
fix dirname to handle input of form "foo/" correctly
|
hace 12 años |
Rich Felker
|
82dc1e2e78
fix handling of EINTR during close()
|
hace 12 años |
Rich Felker
|
4b49060da0
fix getaddrinfo to accept port 0 (zero)
|
hace 12 años |
Rich Felker
|
15d1112032
fix remaining IPC_64 issue (shmctl)
|
hace 12 años |
Rich Felker
|
cccc13221d
fix IPC_64 in msgctl too
|
hace 12 años |
Rich Felker
|
fce46bf980
fix broken semctl on systems that don't use IPC_64 flag
|
hace 12 años |
Rich Felker
|
0b3e2257fa
offer REALGCC variable to configure musl-gcc wrapper at runtime
|
hace 12 años |
Rich Felker
|
f600105eef
LFS64 alias for prlimit
|
hace 12 años |
Rich Felker
|
662da62eb7
add clock_adjtime, remap_file_pages, and syncfs syscall wrappers
|
hace 12 años |
Rich Felker
|
bd261bf25e
release notes for 0.9.6
|
hace 12 años |
Rich Felker
|
6d05d86297
add O_EXEC open mode
|
hace 12 años |
Rich Felker
|
93ea998c9c
add crypt_md5 password hash
|
hace 12 años |
Rich Felker
|
5a1abeeb7c
fix stupid bug in updating of O_ACCMODE for O_SEARCH support
|
hace 12 años |
Rich Felker
|
7ad42b9496
0.9.5 release notes
|
hace 12 años |
Rich Felker
|
075fdb909b
fix syscall asm constraints for arm too
|
hace 12 años |
Rich Felker
|
aeaceb1fa8
revert low rounds-count limits in crypt hashes
|
hace 12 años |
Rich Felker
|
881868382a
update mips cancellation-point syscall asm with 7-arg and r25 fixes
|
hace 12 años |
Rich Felker
|
4221f154ff
fix buggy constraints in mips inline syscall asm
|
hace 12 años |
Rich Felker
|
afd209deb7
workaround gcc got-register-reload performance problems in malloc
|
hace 12 años |
Rich Felker
|
9f74574fe6
remove forced -O3 from shared library CFLAGS
|
hace 12 años |
Rich Felker
|
d62f4e9888
use vfork if possible in posix_spawn
|
hace 12 años |
Rich Felker
|
e2f6a3257e
strsep is BSD|GNU, not GNU-only; it's originally from BSD
|
hace 12 años |
Rich Felker
|
b238b37a0f
add O_PATH/O_SEARCH support to fcntl.h
|
hace 12 años |
Rich Felker
|
cfc09b1ecf
improve mips syscall asm constraints to use immediates, if possible
|
hace 12 años |
Rich Felker
|
b94067eeae
eliminate assumption that mips syscall restart preserves r25
|
hace 12 años |
Rich Felker
|
2bf469310d
asm for memmove on i386 and x86_64
|
hace 12 años |