summaryrefslogtreecommitdiff
path: root/libc/inet/rpc
AgeCommit message (Expand)Author
2017-03-20remove RPC implementationWaldemar Brodkorb
2016-12-02remove libintl stub and libintl.h headerWaldemar Brodkorb
2016-08-05sunrpc: Do not use alloca in clntudp_callWaldemar Brodkorb
2015-12-17dynamically allocate ahostbuf bufferWaldemar Brodkorb
2015-12-17svc.c: svc_getreqset() buffer overflowWaldemar Brodkorb
2015-12-05good bye vaxWaldemar Brodkorb
2014-09-16buildsys: fix IS_IN_lib*Bernhard Reutner-Fischer
2013-10-07pmap_getport: use TCP to talk to portmapper if protocol == IPPROTO_TCP.Denys Vlasenko
2013-03-20rpc: silence warningBernhard Reutner-Fischer
2013-02-07buildsys: Fix kbuild-style switch falloutMarkos Chandras
2013-02-05buildsys: switch libc to kbuild-styleBernhard Reutner-Fischer
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15signal: remove sigblock, siggetmask and sigsetmaskPeter S. Mazinger
2012-06-15pm_getport.c: s/__close/close/Peter S. Mazinger
2012-06-15sa_len.c: do not include ipx.h, the IPX code is disabledPeter S. Mazinger
2012-06-15rpc: constify some more dataPeter S. Mazinger
2012-06-15clnt_generic.c: whitespace only, no code changePeter S. Mazinger
2012-06-15pm_getmaps.c: change __close to close (even though unused)Peter S. Mazinger
2012-06-15ruserpass.c: needs stdio_ext.h only if threads are enabledPeter S. Mazinger
2012-06-15rcmd.c: no need for stdio_ext.hPeter S. Mazinger
2012-06-15xdr_intXX_t.c,xdr.h: add xdr_quad_t and xdr_u_quad_tPeter S. Mazinger
2012-06-15svc_auth.c: use same prototypes as in svc_authux.cPeter S. Mazinger
2012-06-15pmap_rmt.c: do not undefine _POSIX_SOURCE, it is anyway too latePeter S. Mazinger
2012-06-15rpc: remove unused USE_IN_LIBIO guarded codePeter S. Mazinger
2012-06-15libintl.h, clnt_perror.c: add fallback gettext(x) and use it for _(x)Peter S. Mazinger
2012-06-15libintl.h: add _(x) and N_(x) and use it everywherePeter S. Mazinger
2012-06-15use one common prototype for _create_xidPeter S. Mazinger
2012-06-15rpc_private.h: change guardPeter S. Mazinger
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2012-06-15remove unneeded hiddens for rtime, basename, strtof* and wcstof*Peter S. Mazinger
2012-03-26inet:rpc: fix build in !NPTL caseCarmelo Amoroso
2012-02-07inet:rpc: fix authnone_marshal in multithreading contextCarmelo Amoroso
2011-03-09sunrpc: fix spurious fall-throughMark Salter
2011-03-06simplify ffs* codePeter S. Mazinger
2011-03-05Implement ffsl and ffsll.Bernd Schmidt
2011-03-03guard IPv6 stuffPeter S. Mazinger
2010-07-27new helper funcs for alloca/malloc with mmu/nommuMike Frysinger
2010-04-25libc: Remove compiler warning due to old-style function definitionCarmelo Amoroso
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-01-21fix typo in version mismatch msgBernhard Reutner-Fischer
2009-12-11Include bits/libc-lock.h to get __libc_once_defineKhem Raj
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-09-06rexec.c: style fixes, no code chages (verified with objdump)Denys Vlasenko
2009-09-06rexec.c: small code shrinkDenys Vlasenko
2009-09-06comment out "int rexecoptions"; make "char ahostbuf[]" static (was hidden)Denys Vlasenko
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2008-12-20Deal with a few data fields which may be made constant.Denis Vlasenko
2008-12-01constify more dataDenis Vlasenko
2008-12-01rpc: constify data, localize unnecessarily static dataDenis Vlasenko