| Commit message (Expand) | Author | Age | Files | Lines |
* | sunrpc: Rewrite with explicit TLS access using __thread | Florian Weimer | 2015-10-17 | 1 | -14/+8 |
* | Assume that SOCK_CLOEXEC is available and works | Florian Weimer | 2015-10-17 | 1 | -35/+1 |
* | Convert 703 function definitions to prototype style. | Joseph Myers | 2015-10-16 | 14 | -110/+34 |
* | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2015-09-08 | 5 | -6/+6 |
* | Rename bits/libc-tsd.h to libc-tsd.h (bug 14912). | Joseph Myers | 2015-09-03 | 1 | -1/+1 |
* | Use calloc to allocate xports (BZ #17542) | Brad Hubbard | 2015-03-18 | 1 | -2/+2 |
* | Split rpcent tests out of tst-netdb. | Roland McGrath | 2015-03-04 | 2 | -1/+75 |
* | Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc. | Roland McGrath | 2015-02-06 | 8 | -0/+197 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 14 | -14/+14 |
* | Remove NOT_IN_libc | Siddhesh Poyarekar | 2014-11-24 | 1 | -1/+1 |
* | Add comment about SIZE initialization in xdr.c | Siddhesh Poyarekar | 2014-07-10 | 1 | -0/+2 |
* | Fix -Wmaybe-uninitialized warning in xdr.c | Siddhesh Poyarekar | 2014-07-09 | 1 | -1/+1 |
* | Fix fallout from Joseph's untested Makeconfig change. | Roland McGrath | 2014-02-28 | 1 | -3/+3 |
* | Consistently include Makeconfig after defining subdir. | Joseph Myers | 2014-02-26 | 1 | -4/+2 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 2 | -3/+3 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 14 | -14/+14 |
* | Document rpcgen -5. Fixes bug 15825 | Ondřej Bílka | 2013-10-21 | 1 | -0/+3 |
* | sunrpc/rpc/types.h: fix OS X and FreeBSD build problems | Jia Liu | 2013-09-11 | 1 | -0/+5 |
* | Remove --disable-versioning. | Joseph Myers | 2013-09-04 | 1 | -1/+1 |
* | Fix typos. | Ondřej Bílka | 2013-08-30 | 1 | -1/+1 |
* | Fix typos. | Ondřej Bílka | 2013-08-29 | 3 | -6/+6 |
* | Fix typos. | Ondřej Bílka | 2013-08-21 | 1 | -1/+1 |
* | Use (void) in no-arguments function definitions. | Joseph Myers | 2013-06-08 | 2 | -2/+2 |
* | Fix leading whitespaces. | Ondrej Bilka | 2013-06-06 | 1 | -1/+1 |
* | Remove trailing whitespace. | Joseph Myers | 2013-06-05 | 1 | -1/+1 |
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 7 | -0/+7 |
* | Use *stat64 instead of *stat in installed programs | Florian Weimer | 2013-05-10 | 1 | -5/+5 |
* | Localize rpcgen | Andreas Jaeger | 2013-05-10 | 1 | -0/+4 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 14 | -14/+14 |
* | * sunrpc/etc.rpc (fedfs_admin): Add entry. | Jeff Law | 2012-12-05 | 1 | -0/+1 |
* | * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration... | Siddhesh Poyarekar | 2012-11-30 | 1 | -1/+0 |
* | [BZ #14889] | Jeff Law | 2012-11-28 | 5 | -2/+110 |
* | bindresvport() uses two static variables port and startport which are not | Peng Haitao | 2012-11-19 | 1 | -0/+11 |
* | Support --with-pkgversion and --with-bugurl. | Joseph Myers | 2012-11-09 | 3 | -9/+6 |
* | Fix sunrpc 64-bit (especially big-endian) issues (bug 14821). | Joseph Myers | 2012-11-09 | 3 | -56/+56 |
* | rpcgen - fall back to looking for cpp in system path | Allan McRae | 2012-08-07 | 1 | -22/+18 |
* | Fix some -Wformat warnings in rpcgen. | Roland McGrath | 2012-07-26 | 3 | -3/+3 |
* | sunrpc: fix rpc bootstrap builds | Mike Frysinger | 2012-07-06 | 1 | -1/+1 |
* | Remove use of INTDEF/INTUSE in libio | Andreas Schwab | 2012-05-24 | 2 | -6/+6 |
* | Fix sunrpc static library | Andreas Jaeger | 2012-05-21 | 2 | -2/+6 |
* | Fix dependency tracking on cross-rpcgen-objs | Andreas Schwab | 2012-05-16 | 1 | -5/+3 |
* | Make sunrpc code usable again | Andreas Jaeger | 2012-05-10 | 50 | -152/+158 |
* | Build rpcgen-generated files when cross compiling. | Maxim Kuvyrkov | 2012-05-10 | 2 | -8/+40 |
* | Add dependency tracking for rpc-compat-routines | Andreas Schwab | 2012-05-10 | 1 | -2/+6 |
* | 2012-03-23 Daniel Jacobowitz <dmj@google.com> | Paul Pluzhnikov | 2012-03-23 | 1 | -5/+0 |
* | Use standard build rule to build rpcgen. | Joseph Myers | 2012-03-10 | 2 | -4/+4 |
* | Remove __GNU_LIBRARY__ conditionals from rpcgen. | Joseph Myers | 2012-03-09 | 3 | -57/+1 |
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -7/+1 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 10 | -30/+19 |
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 6 | -49/+49 |