aboutsummaryrefslogtreecommitdiff
path: root/sbin/umount/umount.c
Commit message (Expand)AuthorAgeFilesLines
* Implement the '-F' option for mount & umount which allows the user toMatthew N. Dodd2003-04-071-3/+6
* Quiet warning.Matthew N. Dodd2003-04-071-2/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-5/+5
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.Maxime Henrion2002-08-101-1/+1
* more file system > filesystemTom Rhodes2002-05-161-3/+3
* Oops, fix a missing condition that broke umount's `-h' option. IIan Dowse2001-10-131-1/+2
* Fix some bugs and general brain damage in mounttab:Ian Dowse2001-07-221-4/+3
* Include the remote hostname in RPC-related warning messages. ExitIan Dowse2001-07-221-25/+24
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-66/+129
* Fix comment to match previous commit, as per bde.Dag-Erling Smørgrav2000-09-071-1/+1
* Don't warn about unknown mount types, since they most likely simply meanDag-Erling Smørgrav2000-09-061-3/+1
* Finish up umntall support. init now passed an argument to theMatthew Dillon1999-11-221-2/+18
* Fix a logic problem that broke umount -a.Brian Feldman1999-10-291-4/+5
* Small bugfixes (point not getting marked in one case, string not NUL andBrian Feldman1999-10-231-14/+14
* Fix a few things. Unbogosify a free(), {,UN}MARK with correct args, andBrian Feldman1999-10-181-22/+22
* quoting << Martin_BlappBrian Feldman1999-10-171-125/+418
* Fix -Wall warningsNick Hibma1999-10-081-2/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use errx() instead of err() for malloc failures. -Wall. Do not dotPhilippe Charnier1998-08-031-10/+9
* Fix PR 1607, hopefully without breaking the PR 5208 fixes.Peter Wemm1998-05-111-7/+7
* Fixed the previous fix. The original path was annulled when itBruce Evans1998-02-031-3/+4
* mount(8) only uses realpath() for the mountpoint, so don't look up theBruce Evans1998-01-191-6/+6
* style(9) correctionsWarner Losh1997-12-261-1/+2
* Be extra paranoid about trusting the length of the data returned byWarner Losh1997-12-241-1/+1
* Sync usage string according to man page.Philippe Charnier1997-06-191-4/+3
* Merge from Lite2.Bruce Evans1997-06-161-119/+80
* Generalise the previous change so that only NFS hostnames are looked up.Doug Rabson1997-05-161-2/+2
* Don't try to look up unionfs' <above>, <below> keywords as hostnames.Doug Rabson1997-04-291-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Fix initialization error that caused `mount -vat' to behave unexpectedlyGarrett Wollman1995-04-101-3/+6
* From njw@cs.city.ac.uk (Nick Williams):David Greenman1994-11-041-4/+4
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+421