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