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