summaryrefslogtreecommitdiff
path: root/sbin/mount
AgeCommit message (Expand)Author
2012-05-29Make 'mount nfssrv:/path' without mount point work again :Landry Breuil
2011-04-12Make mount work when the special is provided as a DUID.Joel Sing
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2011-04-05Remove portalfs.Thordur I. Bjornsson
2010-09-28document disklabel uids and move a little text to improve readability; theJason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-06-04xfs -> nnpfs;Jason McIntyre
2009-05-12don't define _KERNEL. Theres no need and its gross.Thordur I. Bjornsson
2008-11-14when describing options that can be passed to mount:Jason McIntyre
2007-11-17Don't err() out if a fstab line refers to a non-existant mount point.Kenneth R Westerback
2007-11-09FFS_SOFTUPDATES:Jason McIntyre
2007-11-05- clarify the descriptions of "sync" and "async"Jason McIntyre
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
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-26+.Xr mount_vnd 8 ,Jason McIntyre
2007-05-12remove references to mount_vnd.8 and fsck_vnd.8 as these are not hookedFelix Kronlage
2007-04-14introduce {fsck,mount}_vnd tools to be able to describe vnd imagesAlexander von Gernler
2007-02-20sort the -o options; from Igor SobradoJason McIntyre
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-09-30Clear errno before calling the strtol functions.Ray Lai
2006-04-08Memory leak on fork error plus change time variable to preventRay Lai
2006-03-16typo.Alexandre Anriot
2006-03-12Add the -s flag, meaning: skip mount if the file system isOtto Moerbeek
2005-12-06Remove fdescfsPedro Martelletto
2005-11-24Remove kernfs, okay deraadt@.Pedro Martelletto
2005-06-27document `noauto' option;Jason McIntyre
2005-06-10add Xr to mount_udf(8);Jason McIntyre
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
2005-03-12add descriptions of examples;Jason McIntyre
2005-03-11Document 'no' mechanism for mount options; with lots of help fromOtto Moerbeek
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-07-05userquota and groupquota _optionally_ have a value.Otto Moerbeek
2004-06-22Rewrite of getmntopts(), making it more robust and getting rid ofOtto Moerbeek
2004-05-18Backout changes accidentally committed in prvious commit.Otto Moerbeek
2004-05-18Trailers are really wonders of the past. Remove them from man page andOtto Moerbeek
2004-05-09does not need to link getmntopts.c itselfTheo de Raadt
2004-03-16Do not signal mountd when just showing mounts. Fixes PR 3695, althoughOtto Moerbeek
2004-01-02fix mount_mfs example: -N is only an option for newfs not mount_mfsDavid Krause
2003-10-01note that for user mounts special should be -rw user, and node owned by user;Jason McIntyre
2003-10-01free without testTheo de Raadt
2003-09-26.Xr mount_ntfs;Jason McIntyre
2003-08-05print info about procfs now that it's there to look atTed Unangst
2003-07-29spacesTheo de Raadt
2003-06-24clarify that -u only changes the options specified on the command line;Jason McIntyre