Chameleon

Chameleon Svn Source Tree

Root/branches/cparm/i386/libsaio

File Age Rev Message Size
  ..
blob acpi.h 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 541 bytes
blob acpi_tools.c 12 years 5 months 1595 cparm: fixed a bug in acpicodec 12.23 kB
blob acpi_tools.h 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 1.84 kB
blob allocate.c 12 years 7 months 1468 cparm: Global update: see changlog, hb. 2.36 kB
blob apic.h 12 years 10 months 789 cparm: first commit 2.34 kB
blob asm.s 12 years 10 months 789 cparm: first commit 12.94 kB
blob bios.h 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 2.97 kB
blob bios.s 14 years 2 months 1 zef: Created base layout and initial import to trunk using r687. 5.76 kB
blob biosfn.c 12 years 7 months 1468 cparm: Global update: see changlog, hb. 26.31 kB
blob bootLion.h 12 years 10 months 789 cparm: first commit 6.50 kB
blob bootstruct.c 12 years 7 months 1468 cparm: Global update: see changlog, hb. 8.15 kB
blob bootstruct.h 12 years 5 months 1595 cparm: fixed a bug in acpicodec 4.71 kB
blob cache.c 13 years 7 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 12 years 6 months 1525 cparm: combo update, see changelog 4.79 kB
blob convert.c 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 3.45 kB
blob convert.h 14 years 1 month 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 12 years 5 months 1595 cparm: fixed a bug in acpicodec 28.83 kB
blob cpu.h 12 years 7 months 1468 cparm: Global update: see changlog, hb. 1.81 kB
blob cpu_data.h 12 years 7 months 1468 cparm: Global update: see changlog, hb. 10.02 kB
blob cpuid.h 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 11.65 kB
blob datatype.h 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 1.85 kB
blob device_inject.c 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 7.50 kB
blob device_inject.h 12 years 7 months 1468 cparm: Global update: see changlog, hb. 2.42 kB
blob device_tree.c 12 years 7 months 1468 cparm: Global update: see changlog, hb. 14.28 kB
blob device_tree.h 12 years 10 months 789 cparm: first commit 1.07 kB
blob disk.c 12 years 7 months 1468 cparm: Global update: see changlog, hb. 58.80 kB
blob disk.h 13 years 7 months 432 zef: Applied danielkza's changes (r424, r425). 294 bytes
blob efi.h 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 15.04 kB
blob ext2fs.c 12 years 10 months 789 cparm: first commit 685 bytes
blob ext2fs.h 14 years 2 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 12 years 6 months 1525 cparm: combo update, see changelog 34.04 kB
blob fake_efi.h 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 542 bytes
blob fdisk.h 12 years 10 months 789 cparm: first commit 3.66 kB
blob freebsd.c 12 years 10 months 789 cparm: first commit 583 bytes
blob freebsd.h 12 years 10 months 789 cparm: first commit 208 bytes
blob hfs.c 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 36.15 kB
blob hfs.h 13 years 10 months 151 zef: Applied easternguy's (long long) cast changes for filesystem functions. 1.62 kB
blob hfs_CaseTables.h 14 years 2 months 1 zef: Created base layout and initial import to trunk using r687. 34.89 kB
blob hfs_compare.c 14 years 2 months 1 zef: Created base layout and initial import to trunk using r687. 11.59 kB
blob intel_acpi.h 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 24.41 kB
blob internal_modules.h 12 years 5 months 1601 cparm: Doc update 764 bytes
blob io_inline.h 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 2.98 kB
blob libsaio.h 12 years 5 months 1599 cparm: added a simple mechanism to embed a module into the bootloader(see changelog) 1.30 kB
blob load.c 12 years 7 months 1468 cparm: Global update: see changlog, hb. 9.11 kB
blob Makefile 12 years 5 months 1599 cparm: added a simple mechanism to embed a module into the bootloader(see changelog) 3.62 kB
blob md5c.c 12 years 7 months 1468 cparm: Global update: see changlog, hb. 10.45 kB
blob misc.c 12 years 6 months 1527 cparm: improved AMD (cpu) support 3.75 kB
blob msdos.c 12 years 7 months 1468 cparm: Global update: see changlog, hb. 24.55 kB
blob msdos.h 13 years 10 months 151 zef: Applied easternguy's (long long) cast changes for filesystem functions. 1.63 kB
blob msdos_private.h 14 years 2 months 1 zef: Created base layout and initial import to trunk using r687. 13.22 kB
blob nbp.c 12 years 10 months 789 cparm: first commit 4.25 kB
blob nbp_cmd.h 12 years 10 months 789 cparm: first commit 2.94 kB
blob ntfs.c 12 years 7 months 1468 cparm: Global update: see changlog, hb. 10.16 kB
blob ntfs.h 13 years 7 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 7 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 12 years 10 months 789 cparm: first commit 582 bytes
blob openbsd.h 12 years 10 months 789 cparm: first commit 208 bytes
blob pci.c 12 years 7 months 1468 cparm: Global update: see changlog, hb. 4.68 kB
blob pci.h 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 45.44 kB
blob pci_root.c 12 years 7 months 1468 cparm: Global update: see changlog, hb. 931 bytes
blob pci_root.h 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 192 bytes
blob platform.c 12 years 7 months 1468 cparm: Global update: see changlog, hb. 1.03 kB
blob platform.h 12 years 6 months 1525 cparm: combo update, see changelog 5.31 kB
blob ppm.h 12 years 5 months 1595 cparm: fixed a bug in acpicodec 8.56 kB
blob ppmsetup.h 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 14.71 kB
blob saio_internal.h 12 years 5 months 1595 cparm: fixed a bug in acpicodec 10.32 kB
blob saio_types.h 12 years 6 months 1525 cparm: combo update, see changelog 8.35 kB
blob sl.h 14 years 2 months 1 zef: Created base layout and initial import to trunk using r687. 2.26 kB
blob smbios.c 12 years 7 months 1468 cparm: Global update: see changlog, hb. 3.46 kB
blob SMBIOS.h 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 6.38 kB
blob smp-imps.c 12 years 6 months 1525 cparm: combo update, see changelog 18.49 kB
blob smp-imps.h 12 years 7 months 1468 cparm: Global update: see changlog, hb. 5.32 kB
blob stringTable.c 12 years 5 months 1595 cparm: fixed a bug in acpicodec 18.44 kB
blob sys.c 12 years 5 months 1595 cparm: fixed a bug in acpicodec 29.66 kB
blob table.c 12 years 10 months 789 cparm: first commit 3.87 kB
blob ufs.c 12 years 10 months 789 cparm: first commit 15.19 kB
blob ufs.h 13 years 10 months 151 zef: Applied easternguy's (long long) cast changes for filesystem functions. 1.58 kB
blob ufs_byteorder.c 14 years 2 months 1 zef: Created base layout and initial import to trunk using r687. 4.91 kB
blob ufs_byteorder.h 14 years 2 months 1 zef: Created base layout and initial import to trunk using r687. 1.93 kB
blob vbe.c 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 8.86 kB
blob vbe.h 12 years 10 months 789 cparm: first commit 8.69 kB
blob xml.c 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 25.70 kB
blob xml.h 12 years 8 months 1119 cparm: second try, i hope that this time it will not delete the trunk. 3.04 kB

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