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