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
/
ufs
/
ffs
Age
Commit message (
Expand
)
Author
1995-06-18
don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELEN
cgd
1995-06-15
compensate for timeval/timespec/stat structure changes.
cgd
1995-04-12
Make use of the `fs_clean' field. If it was set when the file system was
mycroft
1995-03-28
KERNEL -> _KERNEL
jtc
1995-03-24
explicitly cast &time to (struct timeval *) when passing it to VOP_UPDATE.
cgd
1995-03-09
copy*str() should use size_t.
mycroft
1995-03-08
size for copyinstr should be u_long
cgd
1995-01-18
Clean up the code to frob mnt_stat a bit.
mycroft
1995-01-18
Turn mountlist into a CIRCLEQ, and handle setting and checking of MNT_ROOTFS
mycroft
1994-12-16
Ignore rotational optimization if nrpos == 1, as suggested by Stefan Esser.
mycroft
1994-12-15
Call foo_statfs() from a common place when mounting.
mycroft
1994-12-14
Sync with CSRG.
mycroft
1994-12-13
Turn lease_check() into a vnode op, per CSRG.
mycroft
1994-12-13
Sync with CSRG.
mycroft
1994-10-28
This is not my day.
mycroft
1994-10-28
Fix typo.
mycroft
1994-10-28
For now, limit the maxfilesize to 2^31*bsize-1 in core. This is temporary.
mycroft
1994-10-28
Fix a couple of types in the compatibility code.
mycroft
1994-10-28
Don't allow truncating past maxfilesize.
mycroft
1994-10-20
update for new syscall args description mechanism, and deal safely
cgd
1994-07-04
Do the doasyncfree conditionalization better.
mycroft
1994-06-29
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
cgd
1994-06-28
Reload mnt_maxsymlinklen, for `fsck -c2'.
mycroft
1994-06-22
Deallocate the vnode data using the correct type for MFS nodes.
mycroft
1994-06-22
Add a couple of missing casts.
mycroft
1994-06-15
Fastlink compat.
mycroft
1994-06-13
Format police.
mycroft
1994-06-13
Check requested file size; negative values cause havoc.
pk
1994-06-08
Update to 4.4-Lite fs code, with local changes.
mycroft