summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.umntall/rpc.umntall.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationdfr2009-06-241-10/+10
* Use clnt_create_timed() instead of clnt_create(). The former has anmux2005-05-271-6/+8
* Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2peter2003-10-261-4/+5
* Back out the casts that rid us of warnings, but paper over the brokenimp2003-04-271-4/+4
* Fix warnings:imp2003-04-271-4/+5
* Don't ignore SIGINT and SIGQUIT. The comment said "Ignore SIGINTiedowse2001-12-091-4/+0
* Fix a few bugs, some of which I introduced in recent commits:iedowse2001-08-021-12/+10
* Fix some bugs and general brain damage in mounttab:iedowse2001-07-221-6/+5
* Fix a selection of bugs, and improve code layout:iedowse2001-07-221-95/+74
* Fix warning (and obviously broken code)jlemon2001-06-161-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-39/+29
* This is another in Martin Blapp's N-series of mount-related cleanups :)green2000-01-151-5/+6
* Fix errors unmounting remote systems which don't understand RPC_UMNTALL.grog1999-12-081-5/+9
* Add rpc.umntall utility, to be used by startup and shutdown scriptsdillon1999-11-211-0/+295
OpenPOWER on IntegriCloud