Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-12 | Add the -s flag, meaning: skip mount if the file system is | Otto Moerbeek | |
already mounted. This flag is very handy when mounting mfs partitions. The -s flag will be used in an upcoming etc/rc diff. ok henning@ deraadt@ | |||
2005-12-06 | Remove fdescfs | Pedro Martelletto | |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto | |
2005-06-27 | document `noauto' option; | Jason McIntyre | |
ok millert@ | |||
2005-06-10 | add Xr to mount_udf(8); | Jason McIntyre | |
2005-05-26 | remove traces from union et al; pedro@ ok. | Federico G. Schwindt | |
2005-05-26 | remove reference to MNT_UNION | Pedro Martelletto | |
2005-04-08 | Sync with recent realpath(3) changes: on failure, don't use the second | Jared Yanovich | |
argument "resolved", since it is undefined. ok and help millert, otto | |||
2005-03-12 | add descriptions of examples; | Jason McIntyre | |
ok otto@ | |||
2005-03-11 | Document 'no' mechanism for mount options; with lots of help from | Otto Moerbeek | |
jmc@ | |||
2004-11-13 | Let mount -a mount mfs systems shadowing a disk partition, if disklabel reports | Miod Vallat | |
the partition type as ffs. Makes people's life easier on platforms where disklabel does not record partition types and hardcodes values for them, such as sparc and sparc64. ok otto@ | |||
2004-09-15 | print attr cache parameters in verbose mode. ok pedro@ millert@ | Otto Moerbeek | |
2004-07-05 | userquota and groupquota _optionally_ have a value. | Otto Moerbeek | |
ok pedro@ millert@ | |||
2004-06-22 | Rewrite of getmntopts(), making it more robust and getting rid of | Otto Moerbeek | |
the mount_nfs alternative implementation of the same function. Joint work with millert@. Fixes PR 3642. ok pedro@ millert@ | |||
2004-05-18 | Backout changes accidentally committed in prvious commit. | Otto Moerbeek | |
2004-05-18 | Trailers are really wonders of the past. Remove them from man page and | Otto Moerbeek | |
usage. ok millert@ | |||
2004-05-09 | does not need to link getmntopts.c itself | Theo de Raadt | |
2004-03-16 | Do not signal mountd when just showing mounts. Fixes PR 3695, although | Otto Moerbeek | |
mountd may still act on out of date mount info. ok cedric@ millert@ deraadt@ | |||
2004-01-02 | fix mount_mfs example: -N is only an option for newfs not mount_mfs | David Krause | |
also use a real device name like sd0b ok millert@ jmc@ | |||
2003-10-01 | note that for user mounts special should be -rw user, and node owned by user; | Jason McIntyre | |
from a thread on misc@ ok tedu@ | |||
2003-10-01 | free without test | Theo de Raadt | |
2003-09-26 | .Xr mount_ntfs; | Jason McIntyre | |
2003-08-05 | print info about procfs now that it's there to look at | Ted Unangst | |
2003-07-29 | spaces | Theo de Raadt | |
2003-06-24 | clarify that -u only changes the options specified on the command line; | Jason McIntyre | |
from henning on a mailing list somewhere; ok henning@ | |||
2003-06-17 | add CAVEAT documenting dotdot behaviour; | Jason McIntyre | |
section taken from FreeBSD manual page, diff from Otto Moerbeek. | |||
2003-06-11 | ansification | Theo de Raadt | |
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-23 | - typos | Jason McIntyre | |
- whitespace at EOL - new sentence, new line | |||
2003-04-20 | print "direxec" when it's enabled on msdosfs. | Ted Unangst | |
from Thorsten Glaser | |||
2003-04-02 | nfs -> NFS | Jason McIntyre | |
2003-03-12 | more .Li | Theo de Raadt | |
2003-03-10 | filesystem -> file system for a little consistency | Ted Unangst | |
ok jmc@ millert@ | |||
2002-11-18 | fix a typo and earn a minor style point; Michael Knudsen | Todd C. Miller | |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-11-06 | - make -u identical with "-o update". The same for -f,-r,-w. | Grigoriy Orlov | |
- mount point may be specified with trailing slash in all cases (including fstab). - mount doesn't look in fstab at "-o update". So update doesn't fails for fs which isn't listed in fstab. - 'mount -o update' only changes options which supplied via command line and preserves options which currently in use. - fix argv[] buffer overflow in mountfs/mangle. - correct usage. - Other improvements and fixes which I can't remember. Thanks to everyone who test this patch. miod@ ok. | |||
2002-07-03 | ansi | Theo de Raadt | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2002-01-24 | as early as v3, these is | Michael Shalayeff | |
2002-01-18 | print out the ctime of a mount when verbose; millert@ ok | Michael Shalayeff | |
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin | |
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok | |||
2001-12-16 | Provide a more useful error message if no mount_foo helper program can be | Miod Vallat | |
found. ok millert@ | |||
2001-11-14 | Points to disklabel | Marc Espie | |
ok theo. | |||
2001-08-13 | grammar fix from Joshua Stein <jcs@rt.fm> | Peter Valchev | |
2001-06-24 | Get rid of NQNFS options | Constantine Sapuntzakis | |
2001-06-08 | Fix a typo (perfomance -> performance) and lots of section shuffling; | Aaron Campbell | |
mpech@prosoft.org.lv |