Mike Frysinger
|
68d61aada2
fix h_alias handling in gethostbyaddr_r() just like in gethostbyname_r()
|
18 years ago |
Peter S. Mazinger
|
d5f635529a
select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist
|
18 years ago |
Peter S. Mazinger
|
766ef9a2cc
Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined
|
18 years ago |
Peter S. Mazinger
|
42c1ad48fa
Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, most of global data relocations are back
|
18 years ago |
Peter S. Mazinger
|
f45706ca6a
global data uses libc_hidden_data_def, convert all -I hope- and add some new
|
19 years ago |
Peter S. Mazinger
|
05e75260d6
Get rid of missing prototype warnings
|
19 years ago |
Peter S. Mazinger
|
b25ad630be
Last relocs jump and global data, (even locales) that I could remove are gone from libc. The remaining are left as exercise for others ;-)
|
19 years ago |
Peter S. Mazinger
|
726b116dca
some global data relocs gone
|
19 years ago |
Peter S. Mazinger
|
6f7dc709ed
make DODEBUG=y happy, update sysdeps/common/* copyright
|
19 years ago |
Peter S. Mazinger
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
19 years ago |
Mike Frysinger
|
75b19c0d76
hide internal symbols
|
19 years ago |
Peter S. Mazinger
|
6a6ae6e1a2
Convert some users and get rid of __rpc_thread_createerr jump reloc, this was indeed a badly chosen name
|
19 years ago |
Peter S. Mazinger
|
4f16d2e03a
Implement hidden poll, switch user to hidden *printf/*scanf/poll
|
19 years ago |
Peter S. Mazinger
|
77ccb5b1dc
mmap/mremap/socket/rewind gone
|
19 years ago |
Peter S. Mazinger
|
b7ca7d087d
Convert the rest of users to hidden
|
19 years ago |
Peter S. Mazinger
|
11b9aee8ff
Again rpc ;-( , all *inet*, *addr*
|
19 years ago |
Peter S. Mazinger
|
53b5f21c9c
Hide more
|
19 years ago |
Peter S. Mazinger
|
92a148d641
Make use internal str*casecmp/wcscoll
|
19 years ago |
Mike Frysinger
|
aab07d0500
macro out the thread funcs in libc if threading is disabled
|
19 years ago |
Peter S. Mazinger
|
855dca36fe
Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_internal, do not use cascading aliases
|
19 years ago |
Peter S. Mazinger
|
c885bf5cf9
More hiding, including __mempcpy
|
19 years ago |
Peter S. Mazinger
|
8a0b43005a
Hide mostly used functions
|
19 years ago |
Peter S. Mazinger
|
d24608f995
Hiding again
|
19 years ago |
Peter S. Mazinger
|
de77369cf4
Hide some of mem* and str*
|
19 years ago |
Peter S. Mazinger
|
f3b4c74b53
100 JUMP relocs less (remaining 431) by hiding internally used ones
|
19 years ago |
Peter S. Mazinger
|
83b2918ebe
Some more hidden internals
|
19 years ago |
Peter S. Mazinger
|
ec788ca809
Better solution to duplicate locking defines
|
19 years ago |
Peter S. Mazinger
|
789db36ade
Change in_addr_t inet_aton to int, glibc has it as int and uClibc uses it in addr.c also as int. Rename mylock/LOCK/UNLOCK in resolv.c to allow IMA compiling
|
19 years ago |
Eric Andersen
|
60841bc6f4
The default static buffer sizes are too small to handle the 8 entries returned
|
19 years ago |
Eric Andersen
|
ead7e247a8
Fix it so uClibc returns multiple ips via h_addr_list,
|
19 years ago |