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_5_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] tmpfs.h  1.5   10 years  espie   bring in a few improvements from pedro, guenther, me... thanks to krw@ for the ...
[TXT] tmpfs_fifoops.c  1.3   10 years  espie   A few fixes from Pedro Martelletto, adapted from https://github.com/bitrig/bitri...
[TXT] tmpfs_mem.c  1.4   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] tmpfs_specops.c  1.4   10 years  tedu   sync specvops with ffs (fixing spec_open along the way) ok espie
[TXT] tmpfs_subr.c  1.6   10 years  mpi   Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of <uvm/uvm.h> if po...
[TXT] tmpfs_vfsops.c  1.4   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] tmpfs_vnops.c  1.17   9 years  deraadt   decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h don't ...
[TXT] tmpfs_vnops.h  1.5   10 years  espie   zap defines that don't make any sense for us okay tedu@