summaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs/tmpfs_vfsops.c
AgeCommit message (Expand)Author
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-05-14integrate kauth.elad
2006-02-16Do not use unnamed structures/unions without instances; they break thejmmv
2005-12-11merge ktrace-lwp.christos
2005-09-26Handle too big numbers given in the max size argument.jmmv
2005-09-25Only consider valid flags in the root mode's parameter given by the user.jmmv
2005-09-25Sanity check negative values in the maximum size and number of nodesjmmv
2005-09-23Kill the tmpfs(9) manual page; it was just documenting internal details ofjmmv
2005-09-23Start inode numbers on 2 to mimic UFS tradition (and to avoid problems ifjmmv
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-09-13Nodes cannot use the '0' identifier or they will be skipped by readdir.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