Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-06-04 | xfs -> nnpfs; | Jason McIntyre | |
2009-05-12 | don't define _KERNEL. Theres no need and its gross. | Thordur I. Bjornsson | |
2008-11-14 | when describing options that can be passed to mount: | Jason McIntyre | |
- keep the examples in this page and fstab(5) in sync - give an equivalent fstab(5) entry to show how options are specified these changes are necessary because of the differing ways we pass options to mount. while here, zap some .Tn ok otto | |||
2007-11-17 | Don't err() out if a fstab line refers to a non-existant mount point. | Kenneth R Westerback | |
Just print an error message and allow processing to continue. This fixes 'mount -a' so it mounts all the filesystems it can rather than skipping all fstab entries after a non-existant mount point. This also brings us more into line with NetBSD and FreeBSD behaviour. ok deraadt@ jsing@ millert@ | |||
2007-11-09 | FFS_SOFTUPDATES: | Jason McIntyre | |
- no need to document needing a config option when it is already enabled by default in GENERIC - move to format similar to "async" - grammar tweak whilst here agreed by miod (i think) ok millert | |||
2007-11-05 | - clarify the descriptions of "sync" and "async" | Jason McIntyre | |
- "async" and "softdep" are mutually exclusive (from simon) - change the "no" example to sth potentially less confusing (and safer) some feedback from millert ok simon | |||
2007-10-16 | sync the synopsis and usage of commands | Igor Sobrado | |
ok jmc@ | |||
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-06-01 | remove crufty adosfs. everytime we try to change a vfs layer interface, | Theo de Raadt | |
adosfs has the issue and in an entirely different way. noone uses this code so this is hte best way to handle the problem diff from pedro who went to sleep but we need to move ahead; ok thib | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-26 | +.Xr mount_vnd 8 , | Jason McIntyre | |
2007-05-12 | remove references to mount_vnd.8 and fsck_vnd.8 as these are not hooked | Felix Kronlage | |
into the build yet. ok jmc@ | |||
2007-04-14 | introduce {fsck,mount}_vnd tools to be able to describe vnd images | Alexander von Gernler | |
in /etc/fstab instead of using some weird homegrown scripts. No support for boot time mounting yet, so "noauto" is still needed. original idea from david@ help and discussion todd@ bluhm@ beck@, manpage help jmc@ ok simon@ tedu@ bluhm@ todd@, "looks good" thib@ | |||
2007-02-20 | sort the -o options; from Igor Sobrado | Jason McIntyre | |
2006-12-15 | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies | Kenneth R Westerback | |
MSDOSFS code. Eliminates -G option to mount_msdos. Nit detection by gwk@, tom@, jmc@. ok weingart@ tom@ thib@ dlg@ deraadt@ | |||
2006-12-06 | print readdirplus (rdplus) info for nfs mounts. | Thordur I. Bjornsson | |
ok pedro@ | |||
2006-09-30 | Clear errno before calling the strtol functions. | Ray Lai | |
From Paul Stoeber <x0001 at x dot de1 dot cc>. OK deraadt@. | |||
2006-04-08 | Memory leak on fork error plus change time variable to prevent | Ray Lai | |
shadowing time(3) function. From NetBSD from Coverity CID 1688. OK jaredy@ and moritz@ | |||
2006-03-16 | typo. | Alexandre Anriot | |
ok otto@ | |||
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 |