NetBSD/sys
jdolecek 07fd899a7f Add new CLUST_END and use it as parameter to pcbmap() when searching
for end cluster, instead of explicitly passing 0xffff. This fixes potential
problem for FAT32, where cluster number may be legally bigger than 0xffff.

Also change clusteralloc() so that fillwith is not explicitly passed by caller
anymore (there is no need to use anything other than CLUST_EOFE).

Reviewed by: Wolfgang Solfrank
2000-03-27 17:40:26 +00:00
..
adosfs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
arch rewrite some bus_space functions like port-i386. 2000-03-27 16:45:41 +00:00
coda Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
compat Merge parts of chs-ubc2 into the trunk: 2000-03-26 20:42:21 +00:00
conf 1.4X -- vnode storage layout and UVM map/page/pager ops interface changes. 2000-03-26 20:57:02 +00:00
ddb Cast timeval members to types we know the printf conversions of. 2000-03-26 20:24:12 +00:00
dev Cosmetical nit in previous. 2000-03-27 17:00:50 +00:00
filecorefs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
gdbscripts
ipkdb Fix a few (essential!) tyops. 2000-03-23 20:33:37 +00:00
isofs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
kern Merge parts of chs-ubc2 into the trunk: 2000-03-26 20:42:21 +00:00
lib Remove duplicate declaration of __cmpdi2() 2000-03-27 12:00:48 +00:00
lkm Add prototypes for the xxx_lkmentry() functions, and enable WARNS=1. 2000-03-21 11:45:56 +00:00
miscfs Adapt to last VFS changes - add appropriate vfs_done routine. 2000-03-16 19:00:26 +00:00
msdosfs Add new CLUST_END and use it as parameter to pcbmap() when searching 2000-03-27 17:40:26 +00:00
net New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
netatalk New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
netccitt Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
netinet Pull in <sys/callout.h> for the benefit of userland. 2000-03-24 22:40:11 +00:00
netinet6 Oops; fix thinko. 2000-03-26 19:11:04 +00:00
netiso New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
netkey New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
netnatm
netns introduce m->m_pkthdr.aux to hold random data which needs to be passed 2000-03-01 12:49:27 +00:00
nfs New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
ntfs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
stand
sys 1.4X -- vnode storage layout and UVM map/page/pager ops interface changes. 2000-03-26 20:57:02 +00:00
ufs Small cosmetic change. 2000-03-22 01:03:33 +00:00
uvm Kill duplicate uvn_attach() prototype (public, already in uvm_vnode.h). 2000-03-27 16:58:23 +00:00
vm Merge parts of chs-ubc2 into the trunk: 2000-03-26 20:54:45 +00:00
Makefile