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