Manuel Novoa III
|
a7cce5b0ef
Fixed __read_etc_hosts_r to return alias list and modified buffer
|
22 years ago |
Manuel Novoa III
|
0e09a01f44
Fix two problems with printf that showed up in the python 2.2.1 tests;
|
22 years ago |
Manuel Novoa III
|
dd518180f1
Disable macro implementations. Somehow I missed the following from the
|
22 years ago |
Eric Andersen
|
e037958aa6
Cleanup exit a bit, from Ronald Wahl
|
22 years ago |
Miles Bader
|
f4cb0372c8
whitespace
|
22 years ago |
Miles Bader
|
7a0a0df2f2
Remove __res_state function.
|
22 years ago |
Miles Bader
|
d1d872e8f2
Make INCLUDE_FULL_RPC default to !HAVE_SHARED.
|
22 years ago |
Eric Andersen
|
2a272e8265
Demonstrate that dlopen() RTLD_NOW is currently broken.
|
22 years ago |
Miles Bader
|
9f8c3d23d0
Remove thread-specific stuff entirely.
|
22 years ago |
Miles Bader
|
6a45dea77e
(_res): Define as a macro if __UCLIBC_HAS_THREADS__ is defined,
|
22 years ago |
Miles Bader
|
8af1b6d438
(h_errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined.
|
22 years ago |
Miles Bader
|
2d73ea9bd0
(errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined.
|
22 years ago |
Eric Andersen
|
f106775df1
Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__
|
22 years ago |
Eric Andersen
|
7166f6c6fe
Remove h8300 special case
|
22 years ago |
Miles Bader
|
71a8fc3afb
(headers): Remove special case for v850, now that the general case
|
22 years ago |
Manuel Novoa III
|
348d65d19d
Fix erroneous grouping.
|
22 years ago |
Eric Andersen
|
bc46671a9b
Patch from Jarkko to fix drand48 to not use long long when
|
22 years ago |
Eric Andersen
|
d5bb6d12f1
Do not prevent people from making mmu-less builds on mmu-full systems.
|
22 years ago |
Miles Bader
|
6e58f3b7d4
Use __malloc_unlikely instead of `likely'.
|
22 years ago |
Miles Bader
|
1c0f265241
Add flow-control hints with __malloc_likely and __malloc_unlikely.
|
22 years ago |
Miles Bader
|
992f2d15e2
(__malloc_likely, __malloc_unlikely): New macros.
|
22 years ago |
Miles Bader
|
cb6fdcff80
Handle zero NEW_SIZE case.
|
22 years ago |
Miles Bader
|
8dc7fc0d12
(CSRC): Add syscall.c
|
22 years ago |
Miles Bader
|
03739d40be
Initial checkin.
|
22 years ago |
Eric Andersen
|
8c2c5e549e
Move all malloc tests under test/malloc/
|
22 years ago |
Eric Andersen
|
8966b4965d
Add missing include/thread_db.h file, as reported by Simon Posnjak
|
22 years ago |
Manuel Novoa III
|
a70b1b9b0e
__fsetlocking() and FILE field user_locking were completely broken. :-(
|
22 years ago |
Miles Bader
|
9ae5b8eb00
Use `return' for null pointers, to avoid a giant block holding the rest
|
22 years ago |
Eric Andersen
|
66ec482f2f
Update to version 0.9.14
|
22 years ago |
Eric Andersen
|
d20b48de93
Only try to install existing binaries
|
22 years ago |