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_7_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] tmpfs.h  1.10   3 years  visa   Fix build of tmpfs The breakage was caused by the removal of #include <sys/syst...
[TXT] tmpfs_fifoops.c  1.5   4 years  claudio   struct vops is not modified during runtime so use const which moves each into re...
[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.7   2 years  claudio   remove unused prototype OK deraadt@
[TXT] tmpfs_subr.c  1.23   4 years  millert   Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX. This is clearer ...
[TXT] tmpfs_vfsops.c  1.17   4 years  bluhm   Convert struct vfsops initializer to C99 style. OK visa@
[TXT] tmpfs_vnops.c  1.46   3 years  jsg   spelling
[TXT] tmpfs_vnops.h  1.6   4 years  claudio   struct vops is not modified during runtime so use const which moves each into re...