Peter S. Mazinger 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE vor 18 Jahren
..
rpc 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE vor 18 Jahren
.indent.pro c1fe19d4c1 Bug ugly formatting update vor 24 Jahren
Makefile ba31c6c463 Remove TOPDIR vor 19 Jahren
Makefile.in 4390d8e705 libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a/libc.so, the diffs go into libc-static-y/libc-shared-y exclusively, add IMA to libc, don't use any MSRC anymore vor 19 Jahren
accept.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
addr.c 8aca9454dd Update copyright vor 18 Jahren
bind.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
closenameservers.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
connect.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
decodea.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
decoded.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
decodeh.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
decodep.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
decodeq.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
dnslookup.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
encodea.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
encoded.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
encodeh.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
encodep.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
encodeq.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
ether_addr.c 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 ;-) vor 19 Jahren
formquery.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
gai_strerror.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt vor 19 Jahren
get_hosts_byaddr_r.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
get_hosts_byname_r.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
getaddrinfo.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt vor 19 Jahren
gethostbyaddr.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
gethostbyaddr_r.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
gethostbyname.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
gethostbyname2.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
gethostbyname2_r.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
gethostbyname_r.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
gethostent.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
getnameinfo.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
getnetbyad.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed vor 19 Jahren
getnetbynm.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed vor 19 Jahren
getnetent.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright vor 19 Jahren
getpeername.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
getproto.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt vor 19 Jahren
getservice.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt vor 19 Jahren
getsockname.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
getsockopt.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
herror.c 42c1ad48fa Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, most of global data relocations are back vor 18 Jahren
hostid.c d407085f6b eat whitespace vor 19 Jahren
if_index.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE vor 18 Jahren
ifaddrs.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt vor 19 Jahren
in6_addr.c f45706ca6a global data uses libc_hidden_data_def, convert all -I hope- and add some new vor 19 Jahren
inet_addr.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
inet_aton.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
inet_lnaof.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
inet_makeaddr.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
inet_net.c 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 ;-) vor 19 Jahren
inet_netof.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
inet_ntoa.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
lengthd.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
lengthq.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
listen.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
netlinkaccess.h 80908df22d make sure linux/types.h doesnt screw us up vor 19 Jahren
ns_name.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
ntohl.c 05e75260d6 Get rid of missing prototype warnings vor 19 Jahren
ntop.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright vor 19 Jahren
opennameservers.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
opensock.c 05e75260d6 Get rid of missing prototype warnings vor 19 Jahren
read_etc_hosts_r.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
recv.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
recvfrom.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
recvmsg.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
res_comp.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
res_init.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
res_query.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
resolv.c 42c1ad48fa Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, most of global data relocations are back vor 18 Jahren
resolveaddress.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
resolvename.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
send.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
sendmsg.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
sendto.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
setsockopt.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
shutdown.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
socket.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren
socketcalls.c 22826bcb41 Weaken all that I remember being used in libpthread vor 19 Jahren
socketpair.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files vor 19 Jahren