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