index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
miscfs
Age
Commit message (
Expand
)
Author
1995-06-18
don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELEN
cgd
1995-06-02
Fix a condition where union_updatevp() would reinsert the node onto the
mycroft
1995-06-01
Moved egid credential from cr_groups[0] to new field cr_gid. POSIX.1
jtc
1995-05-30
Add prototype.
mycroft
1995-05-30
Always call union_diruncache() when removing the upper object.
mycroft
1995-05-30
Release the directory cache when a directory is removed or whited out.
mycroft
1995-05-30
Fix typo.
mycroft
1995-05-30
Make sure un_dircache is set after union_dircache(), to avoid stranding
mycroft
1995-05-30
When a file is removed from the upper layer, make sure to release the
mycroft
1995-05-30
Fix order of lock assertions in union_lock() and union_removed_upper().
mycroft
1995-04-15
clean up some return-type warnings
cgd
1995-04-15
fix timeval vs. timespec warnings
cgd
1995-04-14
Allow opening a FIFO with O_RDWR.
mycroft
1995-04-10
Return EOF for old vnodes of tty devices, rather than EIO.
mycroft
1995-04-10
Use the new d_type field. Set VISTTY for vnodes of tty devices.
mycroft
1995-04-02
Emulate SCO behaviour when both FREAD and FWRITE are set, but only for SCO
mycroft
1995-03-29
KERNEL -> _KERNEL
briggs
1995-03-11
Add missing arguments to VOP_CLOSE() in some cases. From Frank van der
mycroft
1995-03-09
copy*str() should use size_t.
mycroft
1995-03-08
use u_long for copyin*
cgd
1995-02-03
Return EROFS rather than ENOENT in many cases. Also some cosmetic cleanup.
mycroft
1995-01-25
return EOPNOTSUPP from fhtovp and vptofh functions; doing otherwise
cgd
1995-01-18
Clean up the code to frob mnt_stat a (tiny) bit.
mycroft
1995-01-05
initialize variable as pointed out by David Jones <dej@qpoint.torfree.net>
chopps
1994-12-29
Consistency with other file system code...
mycroft
1994-12-29
Undo a few of the VCALL() changes for now.
mycroft
1994-12-27
Format police.
mycroft
1994-12-24
Implement and use a common access checking routine
ws
1994-12-18
fix compilation error
glass
1994-12-16
Remove a_fp.
mycroft
1994-12-15
Call foo_statfs() from a common place when mounting.
mycroft
1994-12-15
Fix minor bug in union_setattr().
mycroft
1994-12-15
Still more VOP_*() -> VCALL() twiddling.
mycroft
1994-12-15
Some more VOP_*() -> VCALL() munging.
mycroft
1994-12-14
Remove a_fp.
mycroft
1994-12-14
Revert dup handling.
mycroft
1994-12-14
Clean up deleted files.
mycroft
1994-12-14
Sync with CSRG.
mycroft
1994-12-13
LEASE_CHECK -> VOP_LEASE
mycroft
1994-12-13
Fix editing errors.
mycroft
1994-12-13
Turn lease_check() into a vnode op, per CSRG.
mycroft
1994-12-13
Use VCALL() in lots of places.
mycroft
1994-12-13
Sync with CSRG.
mycroft
1994-12-04
Use fddupopen(), just like fdopen() does.
mycroft
1994-12-01
Reimplement union_seek().
mycroft
1994-12-01
Make sure averunnable.fscale is filled before using it.
mycroft
1994-11-14
fixed struct comment
christos
1994-11-14
fixed struct comment; passed extra argument (struct file *) to open
christos
1994-11-14
fixed struct comment
christos
1994-10-30
be more careful with types, also pull in headers where necessary.
cgd
[next]