]> git.saurik.com Git - apple/xnu.git/commitdiff
xnu-124.8.tar.gz mac-os-x-1003 v124.8
authorApple <opensource@apple.com>
Sat, 9 Aug 2003 00:23:06 +0000 (00:23 +0000)
committerApple <opensource@apple.com>
Sat, 9 Aug 2003 00:23:06 +0000 (00:23 +0000)
bsd/conf/version.variant
bsd/hfs/hfs_vnodeops.c
bsd/hfs/hfscommon/Catalog/Catalog.c
iokit/KernelConfigTables.cpp
iokit/conf/version.variant
libkern/conf/version.variant
libsa/conf/version.variant
osfmk/conf/kernelversion.variant
osfmk/conf/version.variant
pexpert/conf/version.variant

index 0cfbf08886fca9a91cb753ec8734c84fcbe52c9f..00750edc07d6415dcc07ae0351e9397b0222b7ba 100644 (file)
@@ -1 +1 @@
-2
+3
index f922b4471c83b2bec0aca98dbff4d9c2cd47adf0..14a784ee927516ce2a06de0d4e7b399066dc2f71 100644 (file)
@@ -3227,7 +3227,7 @@ struct vop_readdir_args /* {
                        goto Exit;
        }
        
-       diroffset = uio->uio_offset - sizeof(rootdots);
+       diroffset = uio->uio_offset;
 
        /* lock catalog b-tree */
        retval = hfs_metafilelocking(VTOHFS(ap->a_vp), kHFSCatalogFileID, LK_SHARED, p);
index d200f63ecf9f84701c98a4ca3ac13f57a69be9ca..0e94bef133faa3b191e9513b72a41f37af5c6f3b 100644 (file)
@@ -816,7 +816,7 @@ GetDirEntrySize(BTreeIterator *bip, ExtendedVCB * vol)
 OSErr
 PositionIterator(CatalogIterator *cip, UInt32 offset, BTreeIterator *bip, UInt16 *op)
 {
-#define CAT_START_OFFSET 0
+#define CAT_START_OFFSET (2 * sizeof(struct hfsdotentry))
        ExtendedVCB *   vol;
        FCB *           fcb;
        OSErr           result = 0;
@@ -877,7 +877,7 @@ PositionIterator(CatalogIterator *cip, UInt32 offset, BTreeIterator *bip, UInt16
                        pid = *idp;
 
                        curOffset = CAT_START_OFFSET;
-                       nextOffset = GetDirEntrySize(bip, vol);
+                       nextOffset = CAT_START_OFFSET + GetDirEntrySize(bip, vol);
 
                        while (nextOffset < offset) {
                                result = BTIterateRecord( fcb, kBTreeNextRecord, bip, NULL, NULL );             
index f7f4e6ec464550c8b108bb4ab41673e2e7e4b257..f64c800afa0bf38452a9a6b536fc34b1b67a1209 100644 (file)
  */
 const char * gIOKernelKmods =
 "{
-    'com.apple.kernel'                         = '1.3.2';
-    'com.apple.kernel.bsd'                     = '1.0.2';
-    'com.apple.kernel.iokit'                   = '1.0.2';
-    'com.apple.kernel.libkern'                 = '1.0.2';
-    'com.apple.kernel.mach'                    = '1.0.2';
-    'com.apple.iokit.IOADBFamily'              = '1.0.2';
-    'com.apple.iokit.IOCDStorageFamily'        = '1.0.2';
-    'com.apple.iokit.IODVDStorageFamily'       = '1.0.2';
-    'com.apple.iokit.IOGraphicsFamily'         = '1.0.2';
-    'com.apple.iokit.IOHIDSystem'              = '1.0.2';
-    'com.apple.iokit.IONDRVSupport'            = '1.0.2';
-    'com.apple.iokit.IONetworkingFamily'       = '1.0.2';
-    'com.apple.iokit.IOPCIFamily'              = '1.0.2';
-    'com.apple.iokit.IOStorageFamily'          = '1.0.2';
-    'com.apple.iokit.IOSystemManagementFamily' = '1.0.2';
+    'com.apple.kernel'                         = '1.3.3';
+    'com.apple.kernel.bsd'                     = '1.0.3';
+    'com.apple.kernel.iokit'                   = '1.0.3';
+    'com.apple.kernel.libkern'                 = '1.0.3';
+    'com.apple.kernel.mach'                    = '1.0.3';
+    'com.apple.iokit.IOADBFamily'              = '1.0.3';
+    'com.apple.iokit.IOCDStorageFamily'        = '1.0.3';
+    'com.apple.iokit.IODVDStorageFamily'       = '1.0.3';
+    'com.apple.iokit.IOGraphicsFamily'         = '1.0.3';
+    'com.apple.iokit.IOHIDSystem'              = '1.0.3';
+    'com.apple.iokit.IONDRVSupport'            = '1.0.3';
+    'com.apple.iokit.IONetworkingFamily'       = '1.0.3';
+    'com.apple.iokit.IOPCIFamily'              = '1.0.3';
+    'com.apple.iokit.IOStorageFamily'          = '1.0.3';
+    'com.apple.iokit.IOSystemManagementFamily' = '1.0.3';
 }";
 
 
index 0cfbf08886fca9a91cb753ec8734c84fcbe52c9f..00750edc07d6415dcc07ae0351e9397b0222b7ba 100644 (file)
@@ -1 +1 @@
-2
+3
index 0cfbf08886fca9a91cb753ec8734c84fcbe52c9f..00750edc07d6415dcc07ae0351e9397b0222b7ba 100644 (file)
@@ -1 +1 @@
-2
+3
index 0cfbf08886fca9a91cb753ec8734c84fcbe52c9f..00750edc07d6415dcc07ae0351e9397b0222b7ba 100644 (file)
@@ -1 +1 @@
-2
+3
index 0cfbf08886fca9a91cb753ec8734c84fcbe52c9f..00750edc07d6415dcc07ae0351e9397b0222b7ba 100644 (file)
@@ -1 +1 @@
-2
+3
index 0cfbf08886fca9a91cb753ec8734c84fcbe52c9f..00750edc07d6415dcc07ae0351e9397b0222b7ba 100644 (file)
@@ -1 +1 @@
-2
+3
index 0cfbf08886fca9a91cb753ec8734c84fcbe52c9f..00750edc07d6415dcc07ae0351e9397b0222b7ba 100644 (file)
@@ -1 +1 @@
-2
+3