aboutsummaryrefslogtreecommitdiff
path: root/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2015-10-21Convert a few more function definitions to prototype style.Joseph Myers3-35/+36
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers4-26/+30
2015-10-20Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers2-10/+4
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers7-46/+16
2015-10-17sunrpc: Rewrite with explicit TLS access using __threadFlorian Weimer1-14/+8
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer1-35/+1
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers14-110/+34
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers5-6/+6
2015-09-03Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers1-1/+1
2015-03-18Use calloc to allocate xports (BZ #17542)Brad Hubbard1-2/+2
2015-03-04Split rpcent tests out of tst-netdb.Roland McGrath2-1/+75
2015-02-06Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc.Roland McGrath8-0/+197
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers14-14/+14
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar1-1/+1
2014-07-10Add comment about SIZE initialization in xdr.cSiddhesh Poyarekar1-0/+2
2014-07-09Fix -Wmaybe-uninitialized warning in xdr.cSiddhesh Poyarekar1-1/+1
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath1-3/+3
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-4/+2
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka2-3/+3
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae14-14/+14
2013-10-21Document rpcgen -5. Fixes bug 15825Ondřej Bílka1-0/+3
2013-09-11sunrpc/rpc/types.h: fix OS X and FreeBSD build problemsJia Liu1-0/+5
2013-09-04Remove --disable-versioning.Joseph Myers1-1/+1
2013-08-30Fix typos.Ondřej Bílka1-1/+1
2013-08-29Fix typos.Ondřej Bílka3-6/+6
2013-08-21Fix typos.Ondřej Bílka1-1/+1
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers2-2/+2
2013-06-06Fix leading whitespaces.Ondrej Bilka1-1/+1
2013-06-05Remove trailing whitespace.Joseph Myers1-1/+1
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold7-0/+7
2013-05-10Use *stat64 instead of *stat in installed programsFlorian Weimer1-5/+5
2013-05-10Localize rpcgenAndreas Jaeger1-0/+4
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers14-14/+14
2012-12-05 * sunrpc/etc.rpc (fedfs_admin): Add entry.Jeff Law1-0/+1
2012-11-30 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...Siddhesh Poyarekar1-1/+0
2012-11-28 [BZ #14889]Jeff Law5-2/+110
2012-11-19bindresvport() uses two static variables port and startport which are notPeng Haitao1-0/+11
2012-11-09Support --with-pkgversion and --with-bugurl.Joseph Myers3-9/+6
2012-11-09Fix sunrpc 64-bit (especially big-endian) issues (bug 14821).Joseph Myers3-56/+56
2012-08-07rpcgen - fall back to looking for cpp in system pathAllan McRae1-22/+18
2012-07-26Fix some -Wformat warnings in rpcgen.Roland McGrath3-3/+3
2012-07-06sunrpc: fix rpc bootstrap buildsMike Frysinger1-1/+1
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab2-6/+6
2012-05-21Fix sunrpc static libraryAndreas Jaeger2-2/+6
2012-05-16Fix dependency tracking on cross-rpcgen-objsAndreas Schwab1-5/+3
2012-05-10Make sunrpc code usable againAndreas Jaeger50-152/+158
2012-05-10Build rpcgen-generated files when cross compiling.Maxim Kuvyrkov2-8/+40
2012-05-10Add dependency tracking for rpc-compat-routinesAndreas Schwab1-2/+6
2012-03-232012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov1-5/+0
2012-03-10Use standard build rule to build rpcgen.Joseph Myers2-4/+4