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
/
ufs
/
ffs
/
ffs_softdep.c
Age
Commit message (
Expand
)
Author
2001-04-06
Change softdep_count_dependencies interface so that it may be called
Grigoriy Orlov
2001-04-04
Add "softdep" option to mount. Update from rw/async to softdep
Grigoriy Orlov
2001-03-08
Be more careful about who we treat as the syncer.
Artur Grabowski
2001-03-04
Better diagnostics for locking errors. Fix panic before panic in
Constantine Sapuntzakis
2001-03-04
Fix use of timeouts. Thanks to Grigoriy Orlov (gluk)
Constantine Sapuntzakis
2001-02-27
Add wakeup_n and wakeup_one. wakeup_n will wakeup up to n sleeping processes
Constantine Sapuntzakis
2001-02-26
Move #define STATIC
Constantine Sapuntzakis
2001-02-26
Fix a couple panics caused by not freeing locks at the right times.
Constantine Sapuntzakis
2001-02-24
Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE.
Constantine Sapuntzakis
2001-02-23
Change the B_DELWRI flag using buf_dirty and buf_undirty instead of
Constantine Sapuntzakis
2001-02-21
Latest soft updates from FreeBSD/Kirk McKusick
Constantine Sapuntzakis
2001-02-10
$OpenBSD$
Federico G. Schwindt
2000-06-26
Instead of using an ugly hack with timeouts to wake up the process
Artur Grabowski
2000-03-04
Cut the number of dependencies to reduce problems on low-memory machines.
Artur Grabowski
1999-12-05
Integrate the latest soft updates code.
Artur Grabowski
1999-04-28
zap the newhashinit hack.
Artur Grabowski
1998-11-12
Integrate latest soft updates patches for McKusick.
Constantine Sapuntzakis
1998-08-29
Integrate changes from Kirk McKusick
Constantine Sapuntzakis
1998-03-15
Make machine word size a factor in max_softdeps. Keeps alpha from
Todd C. Miller
1998-03-15
Add Kirk McKusick's soft update code. This is an implementation of:
Todd C. Miller
1997-11-07
$OpenBSD$
Niklas Hallqvist
1997-11-06
FFS softdep stub
Constantine Sapuntzakis