freebsd-dev/sys
dyson 0c97c65ea5 General fixes to the vfs clustring code:
1) Make cluster buffer list be a non-malloced chain.  This eliminates
yet another 'evil' M_WAITOK and generally cleans up the code.
2) Fix write clustering for ext2fs.  It was just broken.  Also, ffs
clustering had an efficiency problem that more bawrites were happening
than should have been.
3) Make changes to buf.h to support the above, plus remove b_pfcent
at the request of David Greenman.

Note that the reallocblocks code is disabled pending rewrite for
the cluster buffer list changes.
1995-11-19 19:55:26 +00:00
..
alpha First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
amd64 Updated comments. The comments about the unused addresses get broken 1995-11-18 09:29:39 +00:00
compat/linux All: 1995-11-06 12:52:37 +00:00
compile
conf i386 is defined by the compiler, so don't define it here. LOAD_ADDRESS 1995-11-19 19:49:43 +00:00
ddb Change db_ps() to have the correct number and type of args for a ddb 1995-08-27 02:40:39 +00:00
dev Kill setting of b_pfcent - it's unused. 1995-11-19 13:24:00 +00:00
fs KNFized spec_getpages_idone() and spec_getpages(). 1995-11-18 12:49:14 +00:00
gnu Fixed the type of nic_listen(). A trailing arg was missing. 1995-11-18 04:19:44 +00:00
i386 i386 is defined by the compiler, so don't define it here. LOAD_ADDRESS 1995-11-19 19:49:43 +00:00
isa Fixed (nonexistent) initialization of bp->b_pblkno. disksort() for 1995-11-18 07:48:11 +00:00
isofs/cd9660 Get rid of hostnamelen variable. 1995-11-14 09:37:22 +00:00
kern General fixes to the vfs clustring code: 1995-11-19 19:54:31 +00:00
libkern Add qsort() to libkern, taken from libc. 1995-11-08 08:40:11 +00:00
miscfs KNFized spec_getpages_idone() and spec_getpages(). 1995-11-18 12:49:14 +00:00
modules Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC() 1995-11-14 07:35:57 +00:00
msdosfs Moved declarations for static functions to the correct place (not in a 1995-11-16 11:48:10 +00:00
net Fixed a comment. 1995-11-18 13:07:51 +00:00
netccitt Reviewed by: julian and jhay@mikom.csir.co.za 1995-10-26 20:31:59 +00:00
netinet Fixed the type of a function pointer. 1995-11-18 13:25:41 +00:00
netipx Suggested by: bde 1995-11-04 09:03:47 +00:00
netiso Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
netns Reviewed by: julian and jhay@mikom.csir.co.za 1995-10-26 20:31:59 +00:00
nfs Get rid of hostnamelen variable. 1995-11-14 09:37:22 +00:00
nfsclient Get rid of hostnamelen variable. 1995-11-14 09:37:22 +00:00
nfsserver Included <sys/sysproto.h> to get central declarations for syscall args 1995-11-14 05:16:37 +00:00
pc98/pc98 Latest fixes from Serge: 1995-10-14 15:41:10 +00:00
pccard Fiddle with <machine/isa_device.h> 1995-11-14 20:49:24 +00:00
pci Set flag to stop backoff counter from counting when carrier activity is 1995-11-17 12:11:22 +00:00
powerpc/include
rpc Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
scsi Minor aesthetics (changed "." to space in "cd present.[a x b records]" 1995-11-15 03:27:14 +00:00
sys General fixes to the vfs clustring code: 1995-11-19 19:54:31 +00:00
tools Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
ufs General fixes to the vfs clustring code: 1995-11-19 19:55:26 +00:00
vm Fixed recent staticizations. Some protypes for static functions were 1995-11-16 09:51:22 +00:00
Makefile