Chameleon

Chameleon Svn Source Tree

Root/branches/meklort/i386/modules

File Age Rev Message Size
  • Property svn:ignore set to modules_include
Source at commit 735 created 13 years 2 months ago.
By meklort, GUI module bugfixes. Kext Patcher additions.
  ..
tree ACPIPatcher 13 years 4 months 670 meklort: acpi patcher prints out cpu id read
tree GraphicsEnabler 13 years 2 months 734 meklort: Typo fixes, gma hack, nvidia dev id, more work needed for nvidia
tree GUI 13 years 2 months 735 meklort: GUI module bugfixes. Kext Patcher additions.
tree HelloWorld 13 years 4 months 669 meklort: Added missing lines for acpi patcher
tree HPET 13 years 4 months 655 meklort: Modules update. removed hardcoding for dyld_stub_bunder in modules.c Added a subset of klibc for a more complete c library implimentation. Added a subset of uclibc++ for an initial c++ implimentation. Note: cout / cin / file io has been disabled. Also note that exceptions and rtti is disabled. Modified the helow world code foa small c++ test.
tree include 13 years 2 months 720 meklort: Makefile updates for modules. Modules now contain includes in <module_dir>/include if they are shared. These includes are copied to a global path after compilation of that module so that other modules can have function prototypes of it (yay long sentences....)
tree KernelPatcher 13 years 2 months 720 meklort: Makefile updates for modules. Modules now contain includes in <module_dir>/include if they are shared. These includes are copied to a global path after compilation of that module so that other modules can have function prototypes of it (yay long sentences....)
tree KextPatcher 13 years 2 months 735 meklort: GUI module bugfixes. Kext Patcher additions.
tree klibc 13 years 2 months 719 meklort: Fix klibc warning. Simplify USB loop (untested)
tree Memory 13 years 2 months 717 meklort: Module system fixes. Symbols.dylib now contains correct addresses for global symbols. KextPather only tries to patch dev ids with 0x433F or less, reenabled Resolution.dylib
tree NetbookInstaller 13 years 4 months 655 meklort: Modules update. removed hardcoding for dyld_stub_bunder in modules.c Added a subset of klibc for a more complete c library implimentation. Added a subset of uclibc++ for an initial c++ implimentation. Note: cout / cin / file io has been disabled. Also note that exceptions and rtti is disabled. Modified the helow world code foa small c++ test.
tree Networking 13 years 4 months 655 meklort: Modules update. removed hardcoding for dyld_stub_bunder in modules.c Added a subset of klibc for a more complete c library implimentation. Added a subset of uclibc++ for an initial c++ implimentation. Note: cout / cin / file io has been disabled. Also note that exceptions and rtti is disabled. Modified the helow world code foa small c++ test.
tree Resolution 13 years 2 months 735 meklort: GUI module bugfixes. Kext Patcher additions.
tree uClibc++ 13 years 2 months 720 meklort: Makefile updates for modules. Modules now contain includes in <module_dir>/include if they are shared. These includes are copied to a global path after compilation of that module so that other modules can have function prototypes of it (yay long sentences....)
tree USBFix 13 years 2 months 728 meklort: Updated Symbols.dylib generation. Module linked list rework beginning. USB Legacy off patch still needs fixing. Added a new tool to generate the symbols.dylib. It's a fairly correct dylib file, however nm complains about it (it still works fine though). Updated Symbols.dylib file is smaller (~13%) that the old method and is a bit cleaner. dylib generation needs a bit of cleaning up though)
blob lazydylib1.c 13 years 4 months 658 meklort: Makeful update (again). Added a ugly hack so that only c++ modules will link agains the uClibc++ module. Removed the possibility for modules to link agains themselfs. Added laxydylib1.c so that if you try to compile a module with -lazy_library instead of -weak_library, the build will not fail 216 bytes
blob Makefile 13 years 2 months 720 meklort: Makefile updates for modules. Modules now contain includes in <module_dir>/include if they are shared. These includes are copied to a global path after compilation of that module so that other modules can have function prototypes of it (yay long sentences....) 1.65 kB
blob MakeInc.dir 13 years 2 months 722 meklort: Revert makefile alias setting. 2.35 kB

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