Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | This ensures reliable operation on file systems with inode numbers which do not fit into 32 bits. | ||||
* | Localize rpcgen | Andreas Jaeger | 2013-05-10 | 1 | -0/+4 |
| | | | | | | | [BZ #15395] * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for localization. Include <locale.h>. | ||||
* | 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 |
| | | | | * include/rpc/svc.h: ... here. | ||||
* | [BZ #14889] | Jeff Law | 2012-11-28 | 5 | -2/+110 |
| | | | | | | | | | | * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype. * sunrpc/svc.c: Include time.h. (__svc_accept_failed): New function. * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for any reason other than EINTR, call __svc_accept_failed. * sunrpc/svc_udp.c (svcudp_recv): Similarly. * sunrpc/svc_unix.c (rendezvous_request): Similarly. | ||||
* | bindresvport() uses two static variables port and startport which are not | Peng Haitao | 2012-11-19 | 1 | -0/+11 |
| | | | | | | | | | | | protected. It is not safe when in multithread circumstance. bindresvport() select a port number from the range 512 to 1023, when in multithread circumstance, the port may be 1024. So the static variables will be protected. Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> | ||||
* | 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 |
| | | | | | | Fall back to the system cpp when /lib/cpp is not present. Removes searching for /usr/ccs/lib/cpp which is not supported on any system that uses glibc. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | If you build & install glibc w/rpc disabled, you no longer have headers in /usr/include/rpc/ (this is expected). But if you try to build glibc w/rpc enabled, this gets into a bad state due to the new rpc helpers that get cross-compiled: $ make ... x86_64-pc-linux-gnu-gcc -m32 -D_RPC_THREAD_SAFE_ -D_GNU_SOURCE -DIS_IN_build \ -include $objdir/config.h rpc_clntout.c -o $objdir/sunrpc/cross-rpc_clntout.o \ -MMD -MP -MF $objdir/sunrpc/cross-rpc_clntout.o.dt -MT $objdir/sunrpc/cross-rpc_clntout.o -c rpc_clntout.c:34:23: fatal error: rpc/types.h: No such file or directory compilation terminated. make: *** [$objdir/sunrpc/cross-rpc_clntout.o] Error 1 Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | 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 |
| | | | | | | * include/shlib-compat.h (libc_sunrpc_symbol): New macro. * sunrpc/svc_simple.c: Use it for registerrpc. * sunrpc/xcrypt.c: Use it for passwd2des. | ||||
* | 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 |
| | | | | | | | | New configure option --enable-obsolete-rpc makes the deprecated RPC headers and functions available at compile time as they were before version 2.14. This option will be removed at some time in the future after the TI-RPC library becomes fully sufficient for the needs of existing applications. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | Paul Pluzhnikov <ppluzhnikov@google.com> [BZ #6528] * grp/Makefile (otherlibs): Don't set it. * inet/Makefile (otherlibs): Likewise. * login/Makefile (otherlibs): Likewise. * nscd/Makefile (otherlibs): Likewise. * posix/Makefile (otherlibs): Likewise. * pwd/Makefile (otherlibs): Likewise. * rt/Makefile (otherlibs): Likewise. * sunrpc/Makefile (otherlibs): Likewise. * nss/Makefile (otherlibs): Likewise. Add libnss_files to routines and static-only-routines. ($(objpfx)getent): Remove rule. * resolv/Makefile: Add libnss_dns and libresolv to routines and static-only-routines. | ||||
* | 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 |
| | | | | No more __const. | ||||
* | Fix aliasing issues in RPC code | Ulrich Drepper | 2011-12-04 | 3 | -3/+31 |
| | |||||
* | Fix case value used in RPC cod | Ulrich Drepper | 2011-11-12 | 1 | -1/+1 |
| | |||||
* | Fix netname2host | Andreas Jaeger | 2011-10-08 | 1 | -3/+2 |
| | |||||
* | Cleanup of configuration options | Ulrich Drepper | 2011-09-10 | 15 | -64/+29 |
| | | | | Make several tool features mandatory and simplify the code. | ||||
* | Quash some new warnings from GCC 4.6. | Roland McGrath | 2011-06-10 | 1 | -4/+5 |
| | |||||
* | Install rpc/netdb.h again | Andreas Schwab | 2011-05-06 | 1 | -3/+4 |
| | |||||
* | Fix "make xcheck" in sunrpc. | H.J. Lu | 2011-04-22 | 4 | -3/+16 |
| | |||||
* | Fix build problem in sunrpc. | Ulrich Drepper | 2011-04-20 | 1 | -2/+2 |
| | |||||
* | Add before-compile to dependencies for librpc_compat_pic objects. | Ulrich Drepper | 2011-04-17 | 1 | -1/+1 |
| | |||||
* | Obsolete RPC implementation in libc. | Ulrich Drepper | 2011-04-16 | 52 | -452/+730 |
| | |||||
* | Remove duplicate version of pmap_getport from NIS code. | Ulrich Drepper | 2010-09-01 | 2 | -7/+27 |
| | |||||
* | Avoid nested comment. | Roland McGrath | 2010-08-24 | 1 | -2/+1 |
| | |||||
* | Once again change RPC copyright notices. | Ulrich Drepper | 2010-08-19 | 92 | -2666/+2418 |
| | | | | According to email from Wim Coekaerts. | ||||
* | Fix whitespaces. | Ulrich Drepper | 2010-06-27 | 10 | -124/+118 |
| | |||||
* | Revert "Sun agreed to a change of the license for the RPC code to a BSD-like ↵ | Ulrich Drepper | 2010-06-27 | 91 | -2431/+2726 |
| | | | | | | | | | license." This reverts commit ab09b221594f12d90a63d29cbf5488d91f39d3f3. The lawyers now say the copy in glibc isn't contained in the agreement. | ||||
* | sunrpc: Fix spurious fall-through | Andreas Schwab | 2010-05-21 | 3 | -0/+3 |
| | |||||
* | Reinitialize _create_xid state after fork. | Ulrich Drepper | 2009-11-22 | 1 | -5/+7 |
| | | | | Programs forking and using RPC in the forks would use the same XIDs. | ||||
* | Don't treat bug reporting message as a format string. | Andreas Schwab | 2009-06-16 | 1 | -2/+2 |
| | |||||
* | Sun agreed to a change of the license for the RPC code to a BSD-like license. | Ulrich Drepper | 2009-05-20 | 91 | -2726/+2431 |
| | |||||
* | Remove sunrpc/.gitignore. | Ulrich Drepper | 2009-05-16 | 1 | -1/+0 |
| | | | | | We don't update the RPC sources from the original tarball anymore. No need to ignore that directory. | ||||
* | remove subsumed .gitignore entries and files | Jim Meyering | 2009-05-16 | 1 | -7/+0 |
| | |||||
* | remove COPYING* from .gitignore files | Jim Meyering | 2009-05-16 | 1 | -1/+1 |
| |