index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
rpc.umntall
/
rpc.umntall.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementation
dfr
2009-06-24
1
-10
/
+10
*
Use clnt_create_timed() instead of clnt_create(). The former has an
mux
2005-05-27
1
-6
/
+8
*
Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2
peter
2003-10-26
1
-4
/
+5
*
Back out the casts that rid us of warnings, but paper over the broken
imp
2003-04-27
1
-4
/
+4
*
Fix warnings:
imp
2003-04-27
1
-4
/
+5
*
Don't ignore SIGINT and SIGQUIT. The comment said "Ignore SIGINT
iedowse
2001-12-09
1
-4
/
+0
*
Fix a few bugs, some of which I introduced in recent commits:
iedowse
2001-08-02
1
-12
/
+10
*
Fix some bugs and general brain damage in mounttab:
iedowse
2001-07-22
1
-6
/
+5
*
Fix a selection of bugs, and improve code layout:
iedowse
2001-07-22
1
-95
/
+74
*
Fix warning (and obviously broken code)
jlemon
2001-06-16
1
-1
/
+1
*
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
alfred
2001-03-19
1
-39
/
+29
*
This is another in Martin Blapp's N-series of mount-related cleanups :)
green
2000-01-15
1
-5
/
+6
*
Fix errors unmounting remote systems which don't understand RPC_UMNTALL.
grog
1999-12-08
1
-5
/
+9
*
Add rpc.umntall utility, to be used by startup and shutdown scripts
dillon
1999-11-21
1
-0
/
+295