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