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_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] tmpfs.h  1.8   7 years  natano   Remove the lockmgr() API. It is only used by filesystems, where it is a trivial ...
[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.32   5 years  visa   Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible for unlocking the dir...
[TXT] tmpfs_vnops.h  1.5   10 years  espie   zap defines that don't make any sense for us okay tedu@