OpenBSD CVS

src/sys/tmpfs/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / tmpfs

Current tag: OPENBSD_6_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] tmpfs.h  1.9   5 years  anton   Introduce a dedicated entry point data structure for file locks. This new data s...
[TXT] tmpfs_fifoops.c  1.4   9 years  deraadt   remove #if 0 cdefs.h blocks
[TXT] tmpfs_mem.c  1.8   8 years  beck   fix nde structure initialization, noticed in netbsd pr 50381 by mmcc@ by ensurin...
[TXT] tmpfs_specops.c  1.5   9 years  deraadt   remove #if 0 cdefs.h blocks
[TXT] tmpfs_subr.c  1.22   6 years  visa   Call vput(dvp) in vnode operation functions instead of calling it in the file al...
[TXT] tmpfs_vfsops.c  1.16   6 years  patrick   Now that the args are passed in by the caller there is no need to call copyin(9)...
[TXT] tmpfs_vnops.c  1.33   5 years  krw   More "explicitely" -> "explicitly" in various comments. ok guenther@ tb@ deraad...
[TXT] tmpfs_vnops.h  1.5   10 years  espie   zap defines that don't make any sense for us okay tedu@