index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
mount_tmpfs
Age
Commit message (
Expand
)
Author
2016-02-21
Add MOPT_{REL,NO}ATIME as supported by the underlying filesystems.
christos
2014-06-07
Remove reference to (no longer) fixed 4 mbyte kernel memory being reserved,
martin
2014-04-30
allow update
christos
2013-12-04
Bump date for previous.
wiz
2013-12-04
Fix err/errx confusion, pointed out by rmind.
martin
2013-12-04
Provide variants of the -s option to allow limiting the tmpfs dynamically
martin
2013-06-02
Sync with man page. From jmc@openbsd.
wiz
2013-06-02
Improvements from jmc@openbsd.
wiz
2009-04-11
Enable WARNS=4 by default except for:
lukem
2008-08-05
Refactor mount utilities to provide a mount_fs_parseargs() routine.
pooka
2008-07-28
Install mount argument structure header just like every other file system.
pooka
2008-04-30
Convert TNF licenses to new 2 clause variant
martin
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-02-13
Print the second parameter in the error messages, since the first is
rillig
2008-02-13
The first non-optional parameter is ignored by this program.
rillig
2007-12-15
convert __attribute__s to applicable cdefs.h macros
perry
2007-12-14
- Use fattr.c functions instead of home brewed ones.
christos
2007-07-16
Print MNT_GETARGS results in one line to make them display
pooka
2007-07-16
Make all mount(2) return value error checks against -1. Some file
pooka
2007-07-14
Add additional 'sizeof args' parameter to mount(2).
dsl
2007-01-03
s/tons/lots/, per simonb@'s suggestion. This looks more formal.
jmmv
2006-12-19
Nicer macro usage.
wiz
2006-12-19
Note that meta data is stored in non-pageable memory and the problems this
jmmv
2006-11-11
tmpfs is not considered experimental any more. OK'ed by core@.
jmmv
2006-10-16
use MOPT_NULL
christos
2006-05-27
remove __POOL_EXPOSE.
yamt
2006-03-26
There is no need to check for the resulting value of a strto*l call after
jmmv
2006-03-21
Always check the results of getmntopts() and free them.
christos
2006-02-11
define __POOL_EXPOSE.
christos
2005-12-24
Point to the share/examples/fstab/fstab.ramdisk file for some more information.
jmmv
2005-09-30
Do not use stdbool.h; it breaks the build on ports using gcc 2.x (such as
jmmv
2005-09-29
Add an EXAMPLES section. Requested by martti@ to clarify the purpose of
jmmv
2005-09-26
Handle overflow errors in dehumanize_number. Noticed by chs@.
jmmv
2005-09-25
Implement the getargs option. I knew the code in the kernel had to be of
jmmv
2005-09-25
Fix some type mismatch issues (gid_t and uid_t are unsigned); pointed out
jmmv
2005-09-25
Kill reference to tmpfs(9). Noticed by "pancake".
jmmv
2005-09-25
Change two variables from size_t to long as they are used with long
jmmv
2005-09-25
Ignore case of trailing unit specifiers in size measures to remove confusion.
jmmv
2005-09-25
Inherit owner, group and mode of the mount directory so that mounting a
jmmv
2005-09-23
Kill the tmpfs(9) manual page; it was just documenting internal details of
jmmv
2005-09-23
Apply the NFS exports list rototill patch:
jmmv
2005-09-10
wiz@ remembers that the preferred way to spell file-system in NetBSD is
jmmv
2005-09-10
Initial addition of tmpfs, an efficient memory file-system. This project
jmmv