index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
compat
/
common
/
vfs_syscalls_43.c
Age
Commit message (
Expand
)
Author
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-10-26
- every new fd created by falloc() is marked as larval and should not be used
Artur Grabowski
2001-05-14
use fo_stat in fileops instead of huge switch statements.
Artur Grabowski
2001-05-14
Implement a wrapper round vn_stat that takes the same arguments
Artur Grabowski
2001-05-14
More generic arguments to soo_stat.
Artur Grabowski
2001-05-14
More generic arguments to pipe_stat.
Artur Grabowski
2001-01-23
Clamp malloc in compat_43_sys_getdirentries to 64k
Constantine Sapuntzakis
1997-11-06
Use lite2 vfs interfaces.
Todd C. Miller
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite 2 Changes
Constantine Sapuntzakis
1997-06-06
symlinks have inodes again; arnej@math.ntnu.no
Theo de Raadt
1997-01-02
pulled out the duplicated, conditional code from both kern/vfs_syscalls.c
Michael Shalayeff
1996-09-06
Deal with the new pipes gracefully
Niklas Hallqvist
1996-04-18
Merge of NetBSD 960317
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt