Bernd Schmidt e433ede08b Revert revision 19347, plus libc_hidden_proto for __uc_malloc. 16 vuotta sitten
..
.indent.pro 89b51398c5 Forgot this 24 vuotta sitten
Makefile ba31c6c463 Remove TOPDIR 19 vuotta sitten
Makefile.in 5e3cf7401b the sun rpc code has too many alias violations to worry over now; just disable strict-aliasing until someone gets the balls to clean this stuff up 17 vuotta sitten
auth_none.c cc479c5abf sync with glibc 18 vuotta sitten
auth_unix.c 88917b0f14 replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe. 16 vuotta sitten
authunix_prot.c 3eafa0ace7 hide xdr_u_short 18 vuotta sitten
bindresvport.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
clnt_generic.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
clnt_perror.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
clnt_raw.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 vuotta sitten
clnt_simple.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
clnt_tcp.c 42c1ad48fa Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, most of global data relocations are back 18 vuotta sitten
clnt_udp.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
clnt_unix.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
create_xid.c 380783acef Introduce and use small[u]int type. Changes in size: 16 vuotta sitten
errqueue.h cdb3c81f36 Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make this 22 vuotta sitten
get_myaddress.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 vuotta sitten
getrpcent.c 88917b0f14 replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe. 16 vuotta sitten
getrpcport.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
pm_getmaps.c 133a5a43e9 dont shadow the socket() function 18 vuotta sitten
pm_getport.c 133a5a43e9 dont shadow the socket() function 18 vuotta sitten
pmap_clnt.c d3979e749b sync with glibc and rename socket vars to _socket 18 vuotta sitten
pmap_prot.c 726b116dca some global data relocs gone 18 vuotta sitten
pmap_prot2.c 726b116dca some global data relocs gone 18 vuotta sitten
pmap_rmt.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
rcmd.c 1d7049aa86 - Avoid warning about undefined preprocessor token. No obj-code changes. 16 vuotta sitten
rexec.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
rpc_cmsg.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
rpc_commondata.c 45f1824dc8 Kill namespace pollution in getrpcent.c. Silence other rpc warnings 22 vuotta sitten
rpc_dtablesize.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 vuotta sitten
rpc_private.h 42c1ad48fa Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, most of global data relocations are back 18 vuotta sitten
rpc_prot.c 07bbf92267 Functions should be either exported in public .h files 16 vuotta sitten
rpc_thread.c 0a2d6f6c7c Get rid of nested extern warnings if threads are disabled 18 vuotta sitten
rtime.c 6430052103 need hidden proto for rtime() as well 18 vuotta sitten
ruserpass.c e433ede08b Revert revision 19347, plus libc_hidden_proto for __uc_malloc. 16 vuotta sitten
sa_len.c 05e75260d6 Get rid of missing prototype warnings 18 vuotta sitten
svc.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
svc_auth.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 18 vuotta sitten
svc_authux.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
svc_raw.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 vuotta sitten
svc_run.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 vuotta sitten
svc_simple.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
svc_tcp.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
svc_udp.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
svc_unix.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
xdr.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
xdr_array.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
xdr_float.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 vuotta sitten
xdr_intXX_t.c cdb3c81f36 Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make this 22 vuotta sitten
xdr_mem.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
xdr_rec.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
xdr_reference.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 vuotta sitten
xdr_stdio.c cc479c5abf sync with glibc 18 vuotta sitten