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