Peter S. Mazinger 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 il y a 19 ans
..
.indent.pro 89b51398c5 Forgot this il y a 24 ans
Makefile ba31c6c463 Remove TOPDIR il y a 19 ans
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 il y a 19 ans
auth_none.c cc479c5abf sync with glibc il y a 19 ans
auth_unix.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 ;-) il y a 19 ans
authunix_prot.c 0d212a2b26 make gcc4 happy w/ hidden_def/proto, correct some typos il y a 19 ans
bindresvport.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright il y a 19 ans
clnt_generic.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed il y a 19 ans
clnt_perror.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright il y a 19 ans
clnt_raw.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed il y a 19 ans
clnt_simple.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed il y a 19 ans
clnt_tcp.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 ;-) il y a 19 ans
clnt_udp.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 ;-) il y a 19 ans
clnt_unix.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 ;-) il y a 19 ans
create_xid.c 05e75260d6 Get rid of missing prototype warnings il y a 19 ans
errqueue.h cdb3c81f36 Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make this il y a 22 ans
get_myaddress.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed il y a 19 ans
getrpcent.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright il y a 19 ans
getrpcport.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed il y a 19 ans
pm_getmaps.c 0abae2113b sync comment with glibc and dont include sys/socket.h since we dont use socket() il y a 19 ans
pm_getport.c a6922771e3 sync func def with glibc and dont include sys/socket.h since we dont use socket() il y a 19 ans
pmap_clnt.c d3979e749b sync with glibc and rename socket vars to _socket il y a 19 ans
pmap_prot.c 726b116dca some global data relocs gone il y a 19 ans
pmap_prot2.c 726b116dca some global data relocs gone il y a 19 ans
pmap_rmt.c 59af05207f sync with glibc and rename local socket var to _socket il y a 19 ans
rcmd.c 5ae3423206 don't include wchar.h if WCHAR is disabled il y a 19 ans
rexec.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright il y a 19 ans
rpc_cmsg.c cc479c5abf sync with glibc il y a 19 ans
rpc_commondata.c 45f1824dc8 Kill namespace pollution in getrpcent.c. Silence other rpc warnings il y a 22 ans
rpc_dtablesize.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright il y a 19 ans
rpc_private.h 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 ;-) il y a 19 ans
rpc_prot.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright il y a 19 ans
rpc_thread.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright il y a 19 ans
rtime.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed il y a 19 ans
ruserpass.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright il y a 19 ans
sa_len.c 05e75260d6 Get rid of missing prototype warnings il y a 19 ans
svc.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt il y a 19 ans
svc_auth.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright il y a 19 ans
svc_authux.c 05e75260d6 Get rid of missing prototype warnings il y a 19 ans
svc_raw.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed il y a 19 ans
svc_run.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt il y a 19 ans
svc_simple.c 05e75260d6 Get rid of missing prototype warnings il y a 19 ans
svc_tcp.c 05e75260d6 Get rid of missing prototype warnings il y a 19 ans
svc_udp.c 05e75260d6 Get rid of missing prototype warnings il y a 19 ans
svc_unix.c 05e75260d6 Get rid of missing prototype warnings il y a 19 ans
xdr.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt il y a 19 ans
xdr_array.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt il y a 19 ans
xdr_float.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt il y a 19 ans
xdr_intXX_t.c cdb3c81f36 Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make this il y a 22 ans
xdr_mem.c cc479c5abf sync with glibc il y a 19 ans
xdr_rec.c cc479c5abf sync with glibc il y a 19 ans
xdr_reference.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt il y a 19 ans
xdr_stdio.c cc479c5abf sync with glibc il y a 19 ans