summaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs/tmpfs.h
AgeCommit message (Expand)Author
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2006-11-13Fix typo in comment.jmmv
2006-11-05Protect the dircookie stuff with _KERNEL. Fixes build problems ofjmmv
2006-11-05Truncate directory cookies to 31 bits to avoid problems exposed in Linuxjmmv
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-27hide more by ifdef _KERNEL.yamt
2006-05-14integrate kauth.elad
2006-03-31Swap the order of the tf_gen and tf_id members of struct tmpfs_fid,riz
2006-03-26Restrict generation numbers to 32bit values - we would have had to bumpmartin
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-02-16Do not use unnamed structures/unions without instances; they break thejmmv
2006-02-10make the include files usable from userland.christos
2005-12-24Remove a conditional by always using inlined functions in favour of macros.jmmv
2005-12-11merge ktrace-lwp.christos
2005-12-06VFS_TO_TMPFS: remove a wrong assertion.yamt
2005-12-03- protect userland exported files against multiple inclusion.christos
2005-11-02merge yamt-vop branch. remove following VOPs.yamt
2005-09-29Implement the tmpfs_advlock operation. Makes "user-level" file lockingjmmv
2005-09-28tmpfs_getattr: return up-to-date timestamps.yamt
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-15change the way to handle directory "offsets" so thatyamt
2005-09-13- don't waste/leak kva.yamt
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