Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/fs/puffs



Module Name:    src
Committed By:   pooka
Date:           Thu Mar 29 16:04:26 UTC 2007

Modified Files:
        src/sys/fs/puffs: puffs_msgif.c puffs_msgif.h puffs_subr.c puffs_sys.h
            puffs_transport.c puffs_vfsops.c puffs_vnops.c

Log Message:
Convert spinlocks & sleep/wakeup to newlock2 locking stuff.  Fix a
bunch of bugs.

* park structures are now always allocated from a pool instead of a
  mixed stack/malloc allocation
* get rid of the whole adjbuf concept, always just alloc the maximal
  amount of memory to satisfy a request
* little regression: don't allow interrupting wait from file system
  to userspace; this had problems already before, but now the problems
  really started to shine through.  I'll try to make this work again
  some day.
* fix bmap to return a sensible value in runp


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/fs/puffs/puffs_msgif.c \
    src/sys/fs/puffs/puffs_msgif.h
cvs rdiff -r1.25 -r1.26 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.27 -r1.28 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.9 -r1.10 src/sys/fs/puffs/puffs_transport.c
cvs rdiff -r1.30 -r1.31 src/sys/fs/puffs/puffs_vfsops.c
cvs rdiff -r1.54 -r1.55 src/sys/fs/puffs/puffs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index