summaryrefslogtreecommitdiffstats
path: root/sbin/umount
AgeCommit message (Expand)AuthorFilesLines
2019-09-06More Version 1 AT&T UNIX history.schwarze1-3/+3
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-2/+2
2018-01-05Remove useless <sys/socketvar.h> includes.mpi1-2/+1
2016-12-16Eliminate some gcc warnings about 'unused variables', mostly bykrw1-2/+4
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-3/+3
2014-02-21Permit building without portmap/mountd rpc calls in the fallback nfs pathderaadt1-2/+7
2013-07-21In getmntname(), iterate through the list of mount points frommillert1-13/+13
2013-04-21Check both f_mntfromname and f_mntfromspec when looking for a mountedjsing2-7/+14
2012-05-29Fix typo in error message ("Cannot MNT PRC"->RPC)landry1-2/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-15/+1
2008-03-26zap undocumented 'F' flag; prompted by J.Thornburg. ok millert@otto1-9/+4
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt1-3/+3
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-01-28Remove cross references between fstab(5) and umount(8).bluhm1-12/+5
2007-01-28Remove #include <fstab.h> as there is no fstab in umount anymore.bluhm1-5/+4
2006-06-29- special/node may be specified multiple times; from andracsjmc1-4/+7
2006-06-29[-t ufs | lfs | external_type] -> [-t type]jmc2-8/+8
2005-12-30better wording, based on a diff from daniel matic;jmc1-9/+4
2003-07-29spacesderaadt1-3/+3
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2002-07-03ansideraadt1-22/+11
2002-02-16Part 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.millert1-10/+10
2002-02-11Initial patch.mpech1-2/+2
2002-01-24as early as v3, these ismickey1-2/+2
2001-05-18why exit if returnsmickey1-3/+3
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manaaron1-2/+2
2000-07-27Look up the pathname verbatim in mount table in addition to the realpath(3)edmillert1-25/+24
2000-04-11If realpath() fails, just use the old name and don't make it a fatal error.millert1-7/+6
2000-02-05Fix uninitialized access introduced by millert. ok millert@imp1-4/+4
2000-01-30When looking up a filesystem in the mount table, check the path asmillert1-13/+22
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1-2/+2
1999-02-27reverse complete garbage which was not even tested, tsk tsk tskderaadt1-15/+4
1999-02-17try harder to match the mntonname with the name we are trying to unmountart1-4/+15
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1-3/+3
1998-11-28kill redundant .Nm macro arguments; other misc fixesaaron1-6/+6
1998-09-17sbin/ man page fixesaaron1-5/+6
1997-09-21$OpenBSD$deraadt1-2/+1
1997-08-20Fix typo. From Matthew Hunt <mph@pobox.com>.millert1-2/+2
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-3/+3
1996-06-23update rcsidderaadt3-2/+4
1996-05-22add more error checking to greywolf patchderaadt1-17/+21
1996-05-06use mounted table instead of fstab for -a; netbsd pr#2363; from greywolf@defender.VAS.viewlogic.comderaadt1-30/+11
1995-10-18initial import of NetBSD treederaadt3-0/+549