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