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