84d9c625bf
- Fix for possible unset uid/gid in toproto - Fix for default mtree style - Update libelf - Importing libexecinfo - Resynchronize GCC, mpc, gmp, mpfr - build.sh: Replace params with show-params. This has been done as the make target has been renamed in the same way, while a new target named params has been added. This new target generates a file containing all the parameters, instead of printing it on the console. - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org) get getservbyport() out of the inner loop Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
13 lines
702 B
Text
13 lines
702 B
Text
# $NetBSD: TODO.hibler,v 1.2 2003/01/06 12:29:51 wiz Exp $
|
|
|
|
1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
|
|
Since it was modelled after the inode code, we might be able to merge
|
|
them back. It looks like a separate (but very similar) lookup routine
|
|
will be needed due to the associated file stuff.
|
|
|
|
2. It would be nice to be able to use the vfs_cluster code.
|
|
Unfortunately, if the logical block size is smaller than the page size,
|
|
it won't work. Also, if throughput is relatively constant for any
|
|
block size (as it is for the HP drive--150kbs) then clustering may not
|
|
buy much (or may even hurt when vfs_cluster comes up with a large sync
|
|
cluster).
|