Module Name: src
Committed By: haad
Date: Tue Oct 6 08:48:00 UTC 2009
Modified Files:
src/external/cddl/osnet: TODO
Log Message:
iMark done tasks as done and move *at implementation task to post-import phase.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/cddl/osnet/TODO
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/cddl/osnet/TODO
diff -u src/external/cddl/osnet/TODO:1.1 src/external/cddl/osnet/TODO:1.2
--- src/external/cddl/osnet/TODO:1.1 Fri Aug 7 20:57:55 2009
+++ src/external/cddl/osnet/TODO Tue Oct 6 08:47:59 2009
@@ -38,19 +38,18 @@
DONE changes to newfs fsck for zvols.
DONE re-read zpool.cache and reconfigure pools.
DONE successful unload of the module.
-PDONE implement basic getpages/putpages.
+DONE implement basic getpages/putpages.
DONE callbacks into arc, for reclaim of memory or kernel virual space.
DONE prevent module loading if less than 512MB RAM.
- maybe changing the order of arguments for pool_cache constructors.
-- check ioctl handlers for safety (for patch to allow old-style unix ioctl)
+DONE check ioctl handlers for safety (for patch to allow old-style unix ioctl)
PDONE port ZFS ACL stuff, enough for POSIX.
DONE port zfs_replay.c to NetBSD
DONE successfully compile a kernel.
- stress testing.
-PDONE rc.d integration for zfs.
+DONE rc.d integration for zfs.
DONE fix dangling vnode panic, get zfs unmount to work
DONE fix zfs_rename bug -> fix should be sent back to sun
-- implement lookupnameat(), fstatat() and openat() correctly.
DONE syncer/atime issues
Post-integration tasks.
@@ -62,6 +61,7 @@
- zfs/iscsi integration.
- native getpages/putpages.
- update ZFS to latest.
+- Implement *at syscalls correctly.
PDONE = Partialy done.