summaryrefslogtreecommitdiff
path: root/sbin/mount/mount.c
AgeCommit message (Expand)Author
2007-11-17Don't err() out if a fstab line refers to a non-existant mount point.Kenneth R Westerback
2007-10-16sync the synopsis and usage of commandsIgor Sobrado
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-06-01remove crufty adosfs. everytime we try to change a vfs layer interface,Theo de Raadt
2006-12-15Nuke GEMDOSFS. Unused part of unused atari port. SimplifiesKenneth R Westerback
2006-12-06print readdirplus (rdplus) info for nfs mounts.Thordur I. Bjornsson
2006-04-08Memory leak on fork error plus change time variable to preventRay Lai
2006-03-12Add the -s flag, meaning: skip mount if the file system isOtto Moerbeek
2005-05-26remove traces from union et al; pedro@ ok.Federico G. Schwindt
2005-05-26remove reference to MNT_UNIONPedro Martelletto
2005-04-08Sync with recent realpath(3) changes: on failure, don't use the secondJared Yanovich
2004-11-13Let mount -a mount mfs systems shadowing a disk partition, if disklabel reportsMiod Vallat
2004-09-15print attr cache parameters in verbose mode. ok pedro@ millert@Otto Moerbeek
2004-03-16Do not signal mountd when just showing mounts. Fixes PR 3695, althoughOtto Moerbeek
2003-10-01free without testTheo de Raadt
2003-08-05print info about procfs now that it's there to look atTed Unangst
2003-07-29spacesTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-20print "direxec" when it's enabled on msdosfs.Ted Unangst
2002-11-06- make -u identical with "-o update". The same for -f,-r,-w.Grigoriy Orlov
2002-07-03ansiTheo de Raadt
2002-06-09rm trailing whitespaceTodd T. Fries
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-18print out the ctime of a mount when verbose; millert@ okMichael Shalayeff
2001-12-16Provide a more useful error message if no mount_foo helper program can beMiod Vallat
2001-06-24Get rid of NQNFS optionsConstantine Sapuntzakis
2001-03-12typo; maurice@maurice.wan.nlTheo de Raadt
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1998-02-01add softdep displaying in mount listingMichael Shalayeff
1997-06-18WallTheo de Raadt
1997-05-28complain if ufs is spotted in /etc/fstabTheo de Raadt
1997-03-10Allow noaccesstime as a synonym for noatime.Todd C. Miller
1997-03-09noatime changed to noaccesstime for consistency with BSD/OS.Todd C. Miller
1997-03-02Add noatime option to not update atime on files in a filesystem (unlessTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-231 -> 0Jason Downs
1996-12-23readlabelfs()Jason Downs
1996-12-09for -a option, refuse if disklabel type != fstab typeTheo de Raadt
1996-12-04fixJason Downs
1996-12-04nice argv[0], please do not bite meTheo de Raadt
1996-12-03readlabelfs() moves to libutil, and return value changes.Jason Downs
1996-11-12fixJason Downs
1996-11-12Prelimary label-groking code for mount; makes -t close to obsolete.Jason Downs
1996-06-23update rcsidTheo de Raadt
1996-06-21argv[0] for children is mount_XXX instead of simply XXXTheo de Raadt
1995-12-14from netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt