| 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 Next | |
| Oct 25, 2010 | |
| 2 years 6 months | Typo fix |
|
Commit 613, by Evan Lojewski | |
| 2 years 6 months | Fixed replace_string, fixed device id calculations for patches (wrong bitshift amount) |
|
Commit 612, by Evan Lojewski | |
| Oct 24, 2010 | |
| 2 years 6 months | HDA codec can now be specified with HDACodec=888 (or another codec) |
|
Commit 611, by Evan Lojewski | |
| 2 years 6 months | Added HDA patching capabilities. Currently disabled untill I add a way for either detection of a codec, or a way for users to specify the coedc |
|
Commit 610, by Evan Lojewski | |
| 2 years 6 months | Added dirty algo for PSS generation for Core iX processors. Added options to force C2 and C3 C-States generation. |
| 2 years 6 months | moved setupFakeEFI to earielr, causes pci to be scaned before modules are called. |
|
Commit 608, by Evan Lojewski | |
| 2 years 6 months | Kext patcher can now add BCM43xx devices to the wifi kext. Only patches the kexts if associated devices exist, otherwise doesn't touch the mkext. |
|
Commit 607, by Evan Lojewski | |
| Oct 23, 2010 | |
| 2 years 6 months | Kext patcher update. Can now patch both the gma950 binary and plist in mem. Will add error detections and device id detection to determine if a patch is required |
|
Commit 606, by Evan Lojewski | |
| 2 years 6 months | More XML changes, ugly hack to get offset from real buffer (to allow for modification to buffer). |
|
Commit 605, by Evan Lojewski | |
| 2 years 6 months | Modules: makefiles update from rev 601. Removing "optionrom". |
| 2 years 6 months | More AutoResolution restructure, in preparation to convert it to a module. Introducing options.h. |
| Oct 20, 2010 | |
| 2 years 7 months | Mostly AutoResolution: restructure, clean, compact, etc... solve an allocation error and fix some glitches due to recente Chameleon code changes. Small code tweaks, mainly on common_boot(). |
| 2 years 7 months | Makefile updates. |
|
Commit 601, by Evan Lojewski | |
| 2 years 7 months | Added zlib delfate code. Kext patcher can now successfuly patch the GMA950 and fb binaries for 27AE devices, plist not patched yet. |
|
Commit 600, by Evan Lojewski | |
| Oct 19, 2010 | |
| 2 years 7 months | xml bugfixes + hacks |
|
Commit 599, by Evan Lojewski | |
| 2 years 7 months | Kext Patcher initial implimentation, incomplete. Mkexts v2 are partialy handled (need to be recompressed), all others are not handled. Added the zlib library, I may change this into a module in the future. |
|
Commit 598, by Evan Lojewski | |
| 2 years 7 months | Fix kernel patcher, TODO: verify that it works on all kernels |
|
Commit 597, by Evan Lojewski | |
| Oct 18, 2010 | |
| 2 years 7 months | XML Parse updates. Added functions to access data (int, strings, arrays, dictionaries) in the xml code. Fixed the parser to correctly handel <string ID"0"> and similar cases for <integer>. NOTE: code is ugly, needs to be cleaned up, but it works. Nee |
|
Commit 596, by Evan Lojewski | |
| Oct 17, 2010 | |
| 2 years 7 months | pci class crypt entertainment and pci vendor id for amd corrected. |
| Oct 14, 2010 | |
| 2 years 7 months | fixed QPI always being set to 0 |