summaryrefslogtreecommitdiffstats
path: root/sbin/umount (follow)
Commit message (Expand)AuthorAgeFilesLines
* More Version 1 AT&T UNIX history.schwarze2019-09-061-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Remove useless <sys/socketvar.h> includes.mpi2018-01-051-2/+1
* Eliminate some gcc warnings about 'unused variables', mostly bykrw2016-12-161-2/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* Permit building without portmap/mountd rpc calls in the fallback nfs pathderaadt2014-02-211-2/+7
* In getmntname(), iterate through the list of mount points frommillert2013-07-211-13/+13
* Check both f_mntfromname and f_mntfromspec when looking for a mountedjsing2013-04-212-7/+14
* Fix typo in error message ("Cannot MNT PRC"->RPC)landry2012-05-291-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* zap undocumented 'F' flag; prompted by J.Thornburg. ok millert@otto2008-03-261-9/+4
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* Remove cross references between fstab(5) and umount(8).bluhm2007-01-281-12/+5
* Remove #include <fstab.h> as there is no fstab in umount anymore.bluhm2007-01-281-5/+4
* - special/node may be specified multiple times; from andracsjmc2006-06-291-4/+7
* [-t ufs | lfs | external_type] -> [-t type]jmc2006-06-292-8/+8
* better wording, based on a diff from daniel matic;jmc2005-12-301-9/+4
* spacesderaadt2003-07-291-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-13/+5
* ansideraadt2002-07-031-22/+11
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-10/+10
* Initial patch.mpech2002-02-111-2/+2
* as early as v3, these ismickey2002-01-241-2/+2
* why exit if returnsmickey2001-05-181-3/+3
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* Look up the pathname verbatim in mount table in addition to the realpath(3)edmillert2000-07-271-25/+24
* If realpath() fails, just use the old name and don't make it a fatal error.millert2000-04-111-7/+6
* Fix uninitialized access introduced by millert. ok millert@imp2000-02-051-4/+4
* When looking up a filesystem in the mount table, check the path asmillert2000-01-301-13/+22
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
* reverse complete garbage which was not even tested, tsk tsk tskderaadt1999-02-271-15/+4
* try harder to match the mntonname with the name we are trying to unmountart1999-02-171-4/+15
* always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1998-12-151-3/+3
* kill redundant .Nm macro arguments; other misc fixesaaron1998-11-281-6/+6
* sbin/ man page fixesaaron1998-09-171-5/+6
* $OpenBSD$deraadt1997-09-211-2/+1
* Fix typo. From Matthew Hunt <mph@pobox.com>.millert1997-08-201-2/+2
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* update rcsidderaadt1996-06-233-2/+4
* add more error checking to greywolf patchderaadt1996-05-221-17/+21
* use mounted table instead of fstab for -a; netbsd pr#2363; from greywolf@defender.VAS.viewlogic.comderaadt1996-05-061-31/+12
* initial import of NetBSD treederaadt1995-10-183-0/+549