summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* Oops, I missed another unused var.chip2003-09-091-2/+0
|
* * utils/showmount/showmount.c (main): Fix inet_ntoa() parameter.chip2003-09-092-4/+1
| | | | | * tools/rpcgen/rpc_cout.c (print_header): Remove unused vars. * tools/rpcgen/rpc_parse.c (def_union): Likewise.
* use execvp for finding cpp in rpcgenneilbrown2003-03-301-24/+11
|
* 2001-04-18 H.J. Lu <hjl@lucon.org>hjl2001-04-181-0/+2
| | | | | | | | | | | | | | | | | | | | * nfs-utils.spec.in: Support cross build. * nfs-utils.spec: Regenerated. (Release): Set to 4. * config.sub: New. * config.guess: New. * config.mk.in (BUILD_CC): New. (CC): Set to $(BUILD_CC) if BUILD is defined. (AR): Set to @AR@. (LD): Set to @LD@. (RANLIB): Set to @RANLIB@. * configure.in: Check BUILD_CC, RANLIB, AR and LD. * configure: Regenerated. * tools/rpcgen/Makefile (BUILD): Set to true.
* 2001-04-01 Chip Salzenberg <chip@valinux.com>chip2001-04-021-1/+0
| | | | | | | * tools/rpcgen/rpc_svcout.c (write_timeout_func): Remove redundant, and sometimes broken, declaration of svc_fdset; it may be a macro. * support/nfs/rpcmisc.c (closedown): Likewise.
* Security fix to syslog() calls.juphoff2000-06-301-2/+2
|
* Change to using variable length file handles, for better v3 support, andneilbrown2000-03-212-2/+3
| | | | | introduce getfh_size to use new (2.3.99) syscall for getting file handles with length
* Mon Nov 29 11:17:35 1999 H.J. Lu <hjl@lucon.org>hjl1999-12-021-0/+13
| | | | | * tools/rpcgen/rpc_main.c (h_output): Generate IXDR_GET_INT32, XDR_PUT_INT32, IXDR_GET_U_INT32 and IXDR_PUT_U_INT32.
* 1. Fix some typos in README.hjl1999-10-287-13/+13
| | | | 2. Use int32_t instead of long for rpcgen.
* Initial revisionhjl1999-10-1832-0/+7696