Rich Felker
|
cac872957e
add fgetgrent function
|
пре 12 година |
Rich Felker
|
b9e08308f4
fix typo in newly-added error message for EOWNERDEAD
|
пре 12 година |
Rich Felker
|
d75348ddda
improve error strings
|
пре 12 година |
rofl0r
|
526900484c
arm: add __aeabi_atexit()
|
пре 12 година |
rofl0r
|
158f721adc
Makefile: make it possible to build arch specific C files
|
пре 12 година |
Rich Felker
|
a8799356d5
base system() on posix_spawn
|
пре 12 година |
Rich Felker
|
4862864fc1
fix unsigned comparison bug in posix_spawn
|
пре 12 година |
Rich Felker
|
fb6b159d9e
overhaul posix_spawn to use CLONE_VM instead of vfork
|
пре 12 година |
Rich Felker
|
89d3df6e54
streamline old-kernel fallback path of pipe2 to use syscalls directly
|
пре 12 година |
Rich Felker
|
d432b2c057
fix regression that made shared libs crash on arm
|
пре 12 година |
Rich Felker
|
a47ad3ebce
dynamically allocate storage for gethostby* buffers
|
пре 12 година |
Rich Felker
|
c0193550a0
fix blank ai_canonname from getaddrinfo for non-CNAMEs
|
пре 12 година |
Rich Felker
|
b0302863a3
fix memory leak due to double call to getaddrinfo in gethostbyname*
|
пре 12 година |
Rich Felker
|
70b584bc94
fix error returns in gethostby*_r functions
|
пре 12 година |
Rich Felker
|
74025c80ce
fix uninitialized map_len being used in munmap failure paths in load_library
|
пре 12 година |
Rich Felker
|
72768ea99e
fix stale locks left behind when pthread_create fails
|
пре 12 година |
Rich Felker
|
077549e0d4
if pthread_create fails, it must not attempt mmap if there is no mapping
|
пре 12 година |
Rich Felker
|
d5142642b8
pthread stack treatment overhaul for application-provided stacks, etc.
|
пре 12 година |
rofl0r
|
c50925071c
make some arrays const
|
пре 12 година |
Rich Felker
|
facc6acbfd
replace __wake function with macro that performs direct syscall
|
пре 12 година |
Rich Felker
|
96fbcf7d80
fix up minor misplacement of restrict keyword in spawnattr sched stubs
|
пре 12 година |
Rich Felker
|
a57ac9bf64
release notes for 0.9.9
|
пре 12 година |
Rich Felker
|
ae4b0b96d6
revert regex "cleanup" that seems unjustified and may break backtracking
|
пре 12 година |
Rich Felker
|
725c55528d
SOL_TCP is nonstandard and not in the reserved namespace
|
пре 12 година |
Rich Felker
|
d5c164d5ff
fix tm_to_time logic for number of days in november
|
пре 12 година |
Rich Felker
|
55ddbc3e5d
add RTLD_NODELETE flag for dlopen
|
пре 12 година |
Rich Felker
|
4d07e5521e
add support for RTLD_NOLOAD to dlopen
|
пре 12 година |
Rich Felker
|
637dd2d383
fix regression in dlsym: rejection of special RTLD_* handles as invalid
|
пре 12 година |
Rich Felker
|
41d7c77d6a
use a common definition of NULL as 0L for C and C++
|
пре 12 година |
Rich Felker
|
4d98280388
fix warning building dynlink.c stub for static libc
|
пре 12 година |