Age | Commit message (Expand) | Author |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-09-08 | Additional cleanup for procfs removal | Doug Hogan |
2014-09-08 | Delete procfs; it's always had races and is now unused: no one noticed for | Philip Guenther |
2014-07-17 | Convert a couple calloc()s that were originally malloc()s to reallocarray()s. | Philip Guenther |
2014-07-15 | add -N to usage()/SYNOPSIS and tweak previous; | Jason McIntyre |
2014-07-14 | remove the never installed getmntopts.3 page, as well as the | Jason McIntyre |
2014-07-13 | Introduce a -N option to mount and a 'net' mount option. | Claudio Jeker |
2014-06-24 | remove the noaccesstime synonym for noatime which was previously added for BS... | Daniel Dickman |
2013-12-17 | Xr mount_tmpfs, trivial ok deraadt@ | Marc Espie |
2013-09-23 | Revert. It seems people don't agree about which device should be used. | Antoine Jacoutot |
2013-09-23 | cd0a -> cd0c for consistency with the FAQ. | Antoine Jacoutot |
2013-04-21 | When mount(1) is run in verbose mode, display f_mntfromspec if it differs | Joel Sing |
2012-08-23 | remove unneccessary .Pp; | Jason McIntyre |
2012-08-23 | get rid of mount_nnpfs | Theo de Raadt |
2012-05-29 | Make 'mount nfssrv:/path' without mount point work again : | Landry Breuil |
2011-04-12 | Make mount work when the special is provided as a DUID. | Joel Sing |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2011-04-05 | Remove portalfs. | Thordur I. Bjornsson |
2010-09-28 | document disklabel uids and move a little text to improve readability; the | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
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 |
2007-11-17 | Don't err() out if a fstab line refers to a non-existant mount point. | Kenneth R Westerback |
2007-11-09 | FFS_SOFTUPDATES: | Jason McIntyre |
2007-11-05 | - clarify the descriptions of "sync" and "async" | Jason McIntyre |
2007-10-16 | sync the synopsis and usage of commands | Igor Sobrado |
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 |
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 |
2007-04-14 | introduce {fsck,mount}_vnd tools to be able to describe vnd images | Alexander von Gernler |
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 |
2006-12-06 | print readdirplus (rdplus) info for nfs mounts. | Thordur I. Bjornsson |
2006-09-30 | Clear errno before calling the strtol functions. | Ray Lai |
2006-04-08 | Memory leak on fork error plus change time variable to prevent | Ray Lai |
2006-03-16 | typo. | Alexandre Anriot |
2006-03-12 | Add the -s flag, meaning: skip mount if the file system is | Otto Moerbeek |
2005-12-06 | Remove fdescfs | Pedro Martelletto |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto |
2005-06-27 | document `noauto' option; | Jason McIntyre |
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 |
2005-03-12 | add descriptions of examples; | Jason McIntyre |
2005-03-11 | Document 'no' mechanism for mount options; with lots of help from | Otto Moerbeek |
2004-11-13 | Let mount -a mount mfs systems shadowing a disk partition, if disklabel reports | Miod Vallat |