Chameleon

Chameleon Svn Source Tree

Root/branches/cparm/i386/libsaio

File Age Rev Message Size
  ..
blob acpi.h 13 years 2 days 789 cparm: first commit 4.93 kB
blob allocate.c 14 years 3 months 23 rekursor: Merged modifications from my branch to trunk as requested by Zef. This includes asere patch with few modifications /bug fixes. Included JrCs coding standard name convention change. See CHANGES file for details. 2.26 kB
blob apic.h 13 years 2 days 789 cparm: first commit 2.34 kB
blob asm.s 13 years 2 days 789 cparm: first commit 12.94 kB
blob bios.h 13 years 2 days 789 cparm: first commit 3.01 kB
blob bios.s 14 years 3 months 1 zef: Created base layout and initial import to trunk using r687. 5.76 kB
blob biosfn.c 13 years 2 days 789 cparm: first commit 26.23 kB
blob bootLion.h 13 years 2 days 789 cparm: first commit 6.50 kB
blob bootstruct.c 13 years 2 days 789 cparm: first commit 7.88 kB
blob bootstruct.h 13 years 2 days 789 cparm: first commit 4.68 kB
blob cache.c 13 years 9 months 292 zef: Added cache support for FAT filesystems. Now booting from an average speed flash drive formatted to FAT32 fs using 512 byte cluster size is about 50 times faster. 4.78 kB
blob console.c 13 years 2 days 789 cparm: first commit 4.79 kB
blob convert.c 13 years 2 days 789 cparm: first commit 3.43 kB
blob convert.h 14 years 3 months 44 rekursor: - Fixed SystemType was forced to 1 and injected by default, now it is only injected if overriden - fixed potential side effect when using the new getSmbiosChar16() api - fixed graphics would cause garbage to cursor in boot2/graphics.c, now verbose is used as suggested by DrHurt - created a new convert module, added existing conversion functions and added a new getStringFromUUID() function. - used the getStringToUUID() function to display the binary returned value from bios uuid. 732 bytes
blob cpu.c 13 years 2 days 789 cparm: first commit 9.64 kB
blob cpu.h 13 years 9 months 313 mozodojo: Added cpu brand string reading. CPU type detection by parsing brand string for core i3/5/7. Added CPU models definitions from Apple's new cpuid. Added MacPro4,1 smbios defaults (thanks to iFabio). Core i7 Xeon/Extreme 6 cores CPUs get MacPro4,1 defaults (need to check) 3.85 kB
blob device_inject.c 13 years 2 days 789 cparm: first commit 7.49 kB
blob device_inject.h 13 years 2 days 789 cparm: first commit 2.42 kB
blob device_tree.c 13 years 2 days 789 cparm: first commit 14.07 kB
blob device_tree.h 13 years 2 days 789 cparm: first commit 1.07 kB
blob disk.c 13 years 2 days 789 cparm: first commit 57.24 kB
blob disk.h 13 years 8 months 432 zef: Applied danielkza's changes (r424, r425). 294 bytes
blob efi.h 13 years 2 days 789 cparm: first commit 15.33 kB
blob ext2fs.c 13 years 2 days 789 cparm: first commit 685 bytes
blob ext2fs.h 14 years 3 months 23 rekursor: Merged modifications from my branch to trunk as requested by Zef. This includes asere patch with few modifications /bug fixes. Included JrCs coding standard name convention change. See CHANGES file for details. 239 bytes
blob fake_efi.c 13 years 2 days 789 cparm: first commit 40.91 kB
blob fake_efi.h 13 years 2 days 789 cparm: first commit 582 bytes
blob fdisk.h 13 years 2 days 789 cparm: first commit 3.66 kB
blob freebsd.c 13 years 2 days 789 cparm: first commit 583 bytes
blob freebsd.h 13 years 2 days 789 cparm: first commit 208 bytes
blob hfs.c 13 years 9 months 254 zef: Merged back changes of branches/zef between r224-r253: Now loadThemeImage() and loadEmbeddedThemeImage() are unified along with the LOADPNG macro. Updated loadThemeImage() for handling embedded images. Converted embedded them loop to a binary search. Maximum loop is now log2(n). Using different image fallback scheme makes "useRollOver" testing obsolete (removed). Updated boot2's Makefile with Kabyl's version for generating the embeddedImages[] array. Added optional Apple HFS RAID device icon support, using device_hfsraid.png + device_hfsraid_o.png files. Removed device_fat32.png and device_fat16.png and replaced with device_fat.png. For compatibility reasons the booter can still handle the fat32/16 images. 36.09 kB
blob hfs.h 14 years 1 day 151 zef: Applied easternguy's (long long) cast changes for filesystem functions. 1.62 kB
blob hfs_CaseTables.h 14 years 3 months 1 zef: Created base layout and initial import to trunk using r687. 34.89 kB
blob hfs_compare.c 14 years 3 months 1 zef: Created base layout and initial import to trunk using r687. 11.59 kB
blob io_inline.h 13 years 2 days 789 cparm: first commit 2.61 kB
blob libsaio.h 14 years 3 months 1 zef: Created base layout and initial import to trunk using r687. 1.27 kB
blob load.c 13 years 2 days 789 cparm: first commit 9.02 kB
blob Makefile 13 years 2 days 789 cparm: first commit 2.85 kB
blob md5c.c 14 years 3 months 1 zef: Created base layout and initial import to trunk using r687. 10.33 kB
blob misc.c 13 years 2 days 789 cparm: first commit 3.69 kB
blob msdos.c 13 years 8 months 374 zef: Changed MSDOS_CACHE_BLOCKSIZE to BPS size (512 bytes). 23.92 kB
blob msdos.h 14 years 1 day 151 zef: Applied easternguy's (long long) cast changes for filesystem functions. 1.63 kB
blob msdos_private.h 14 years 3 months 1 zef: Created base layout and initial import to trunk using r687. 13.22 kB
blob nbp.c 13 years 2 days 789 cparm: first commit 4.25 kB
blob nbp_cmd.h 13 years 2 days 789 cparm: first commit 2.94 kB
blob ntfs.c 13 years 2 days 789 cparm: first commit 9.91 kB
blob ntfs.h 13 years 8 months 413 zef: Merged back danielkza's changes (r289-r294, r390). Added support for UUID and label based volume specification. Added NTFS UUID used to match what you get on Windows. Please test and comment here: http://forum.voodooprojects.org/index.php/topic,1450.0.html 1.10 kB
blob ntfs_private.h 13 years 8 months 413 zef: Merged back danielkza's changes (r289-r294, r390). Added support for UUID and label based volume specification. Added NTFS UUID used to match what you get on Windows. Please test and comment here: http://forum.voodooprojects.org/index.php/topic,1450.0.html 12.63 kB
blob openbsd.c 13 years 2 days 789 cparm: first commit 582 bytes
blob openbsd.h 13 years 2 days 789 cparm: first commit 208 bytes
blob pci.c 13 years 2 days 789 cparm: first commit 4.62 kB
blob pci.h 13 years 2 days 789 cparm: first commit 45.04 kB
blob pci_root.c 13 years 2 days 789 cparm: first commit 976 bytes
blob pci_root.h 13 years 2 days 789 cparm: first commit 248 bytes
blob pci_setup.c 13 years 2 days 789 cparm: first commit 323 bytes
blob platform.c 13 years 2 days 789 cparm: first commit 817 bytes
blob platform.h 13 years 2 days 789 cparm: first commit 5.22 kB
blob saio_internal.h 13 years 2 days 789 cparm: first commit 11.12 kB
blob saio_types.h 13 years 2 days 789 cparm: first commit 8.38 kB
blob sl.h 14 years 3 months 1 zef: Created base layout and initial import to trunk using r687. 2.26 kB
blob SMBIOS.h 13 years 2 days 789 cparm: first commit 4.32 kB
blob smp.h 13 years 2 days 789 cparm: first commit 903 bytes
blob stringTable.c 13 years 2 days 789 cparm: first commit 17.34 kB
blob sys.c 13 years 2 days 789 cparm: first commit 29.06 kB
blob table.c 13 years 2 days 789 cparm: first commit 3.87 kB
blob ufs.c 13 years 2 days 789 cparm: first commit 15.19 kB
blob ufs.h 14 years 1 day 151 zef: Applied easternguy's (long long) cast changes for filesystem functions. 1.58 kB
blob ufs_byteorder.c 14 years 3 months 1 zef: Created base layout and initial import to trunk using r687. 4.91 kB
blob ufs_byteorder.h 14 years 3 months 1 zef: Created base layout and initial import to trunk using r687. 1.93 kB
blob vbe.c 13 years 2 days 789 cparm: first commit 8.85 kB
blob vbe.h 13 years 2 days 789 cparm: first commit 8.69 kB
blob xml.c 13 years 2 days 789 cparm: first commit 25.68 kB
blob xml.h 13 years 2 days 789 cparm: first commit 3.17 kB

svn co -r 896 http://forge.voodooprojects.org/svn/chameleon Help