| AgeSort asc/desc | Change |
|---|---|
| Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 Next | |
| Aug 16, 2010 | |
| 2 years 10 months | Caching only FAT entries on MSDOS filesystems. |
|
Commit 367, by Tamás Kosárszky | |
| Aug 15, 2010 | |
| 2 years 10 months | A small comment edit just to signal changing RestartFix from true to false, by default. Should have done this on a separate commit. Change done on rev 321. |
| 2 years 10 months | Restoring needed code to avoid dsdt loading as ssdt, when the path is specified by the user plus, cached patch search code with verbose enabled. |
| 2 years 10 months | Updated rock paper scissors implimentation /com.apple.Boot.RPS/ to work correctly |
|
Commit 364, by Evan Lojewski | |
| 2 years 10 months | Cleaned up some code, added comments |
|
Commit 363, by Evan Lojewski | |
| Aug 14, 2010 | |
| 2 years 10 months | Almost forgot this. Saw these very different values to store similar paths, played for a while with the values and so far didn't had the need to go higher than 128, enough to hold a 127 character string. |
| Aug 13, 2010 | |
| 2 years 10 months | BootHelp.txt; fix kExtensionsKey key name. These names are absolutely not mandatory! boot.h; clean remains. |
| 2 years 10 months | End "search algo" related stuff. Check Mac OS X version on processBootOptions() so we can override Boot.plist from OS specific folders. This check doesn't print to screen so, we still check Mac OS X version on boot.c as before. Initializing gMacOSVer |
| 2 years 10 months | Used the wrong variable in the rebase function. created a rebase_location function to make the code a little cleaner. |
|
Commit 359, by Evan Lojewski | |
| 2 years 10 months | Comment tweaking... |
| 2 years 10 months | Modules can now replace an already laoded function. Added a typecast from char* to UInt32 |
|
Commit 357, by Evan Lojewski | |
| Aug 12, 2010 | |
| 2 years 10 months | Fixed date, changed one or two things |
|
Commit 356, by Evan Lojewski | |
| 2 years 10 months | Fixed the rebase + bind code, now works properly. Removed a few ugly hacks. KernelPatcher now loads properly (no more reboots). |
|
Commit 355, by Evan Lojewski | |
| 2 years 10 months | Matching trunk, rev 352. |
| Aug 11, 2010 | |
| 2 years 10 months | Trunk it, rev 352. Porting some changes from CleanCut. |
| 2 years 10 months | Changed vram size detection (Fermi support, dirty fix removed). Added video rom version injection. Tested, working. Need more testers with different hardware. Code & credits http://www.insanelymac.com/forum/index.php?s=0a5237e1ad1e3532a8e2b684 ed7f8b2 |
| 2 years 10 months | Disabling GUI if initGUI() returns with an error. |
|
Commit 351, by Tamás Kosárszky | |
| Aug 10, 2010 | |
| 2 years 10 months | Comment tweaking... |
| 2 years 10 months | Search rd for override config file. Also as there's no search for /Extra path, search OS specific folders instead. Now all previous functionality can be performed from within bt(0,0)/Extra folder. Well, not yet; gMacOSVersion is not initialized at th |
| 2 years 10 months | Implementing the lost config=/path-to-boot.plist key. |