| Age | Commit message (Expand) | Author |
| 2010-01-14 | Remove puffs| from vfstype before making comparison to determine if | pooka |
| 2010-01-14 | If getargs and vfs has PUFFS_TYPEPREFIX, use mount_puffs to query args. | pooka |
| 2009-10-03 | Drop trailing whitespace. | wiz |
| 2009-10-02 | Centralize documentation about exported sysctl variables in the relevant | elad |
| 2009-06-19 | Fixed a_mask to actually use its argument | stacktic |
| 2009-05-04 | disable automatic mountd reloading for now because it makes the service | yamt |
| 2009-02-23 | Fix typo, and restore line that was lost in previous. | wiz |
| 2009-02-22 | PR kern/26878 FFSv2 + softdep = livelock (no free ram) | ad |
| 2009-01-20 | * Say that type "nfs" is inferred if the path contains a | apb |
| 2009-01-11 | New sentence, new line. | wiz |
| 2009-01-11 | Support mount -o rump, which uses the rump server instead of using | pooka |
| 2009-01-11 | Warn that autoselecting nfs based on : or @ in the device path will | pooka |
| 2008-08-13 | s/If/It/ | martti |
| 2008-08-05 | Refactor mount utilities to provide a mount_fs_parseargs() routine. | pooka |
| 2008-08-04 | Add missing word and bump date for previous. | wiz |
| 2008-08-04 | Mention "-o log". | simonb |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-05-06 | Xref mount_tmpfs(8). | xtraeme |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-08-01 | Explain that nosuid,nodev is also needed for non-privileged mounts. | pooka |
| 2007-07-17 | cast sizeof() to int for printf widths. | christos |
| 2007-07-17 | kill MFSTYPENAME | christos |
| 2007-03-10 | - removes unused ctype.h header | hubertf |
| 2007-01-17 | Remove more duplicate #includes, | hubertf |
| 2007-01-06 | Mention potential reasons for EPERM. | elad |
| 2006-10-31 | Revert the changes I introduced trying to solve tmpfs' NFS export problem. | mjf |
| 2006-10-24 | Add support to allow a file system to not permit being exported over NFS. | mjf |
| 2006-10-16 | sprinkle volatile. | christos |
| 2006-09-27 | End sentence with a dot. | wiz |
| 2006-09-25 | Add a DIAGNOSTICS section, specifically to address the "Operation not | elad |
| 2006-05-04 | since yamt prohibits any flag with MNT_GETARGS, don't set MNT_UPDATE for | christos |
| 2006-03-21 | Coverity CID 1688: Fix memory leak. | christos |
| 2006-03-17 | Check for allocation failures in malloc, calloc, realloc, asprintf, and | rumble |
| 2006-02-12 | convert "magiclinks" from a per-fs mount option to a system-wide sysctl. | chs |
| 2006-02-03 | Bump date, use "file system" consistently, no hyphen in "soft | riz |
| 2006-02-03 | Note that softdep and async options can't be used together. From | riz |
| 2006-02-02 | expose a_num. | christos |
| 2006-02-02 | Crosslink mount(8) with mount_udf(8) | reinoud |
| 2006-01-13 | document port option; prompted by wiz@ :) | elad |
| 2005-06-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos |
| 2005-06-26 | Don't abuse writing to const strings. We can pass const strings to this, | christos |
| 2005-06-23 | Implement expansion of special "magic" strings in symlinks into | thorpej |
| 2005-03-18 | Fix core dump when doing | lukem |
| 2005-03-03 | Simplify a_uid and a_gid, and fix a_mask to actually use its argument | dsl |
| 2005-02-05 | Kill __P(), use ANSI function declarations. | xtraeme |
| 2005-01-31 | Move local variable declaration to variable declaration section at | he |
| 2005-01-31 | PR #28644: Use realpath to make mount more forgiving of non-canonical | erh |
| 2004-12-08 | New sentence, new line, Xref fsck(8), use Dq. | snj |
| 2004-12-07 | document reload option, description shamelessly stolen off ffs_reload() | jdolecek |
| 2004-10-29 | Add (unsigned char) cast to ctype function | dsl |