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 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 Next | |
Mar 12, 2015 | |
5 years 10 months | Update nVidia IDs and Names. |
5 years 10 months | More strncmp, strlcat and strlcpy. |
5 years 10 months | strlcat instead of strcat. |
5 years 10 months | Safety check, typo and NULL (xml.c) |
5 years 10 months | More strncmp (xml.c and gui.c) |
5 years 10 months | More snprintf (xml.c) |
Mar 11, 2015 | |
5 years 10 months | sanity check. |
5 years 10 months | Implement strlcat (credits to cparm) |
5 years 10 months | Allow multi-digit version numbers (disk.c) |
5 years 10 months | strlcpy instead of strcpy (disk.c) |
5 years 10 months | strncmp instead of strcmp |
5 years 10 months | snprintf instead of sprintf |
5 years 10 months | Typo (remove struct as already defined by typedef) |
5 years 10 months | - Correct Kabini FB name was "Abini" - Changed cards IDs order now is low to hight - Add new cards ID (kNull FB) |
5 years 10 months | Add IDs for GeForce GTX 960 and Quadro k1200 (nvidia.c) |
Mar 10, 2015 | |
5 years 10 months | Indent |
5 years 10 months | DEBUG option for last booted partition |
5 years 10 months | Temp disabled feature introduced in commit 2562 (Added ability to auto-select last booted partition as the boot volume), cause AllocateKernelMemory error. |
5 years 10 months | Fix instant restart after kexts are being force loaded (Introduced from commit 2561) |
5 years 10 months | Sanitize 16-bit assembly (Merge from Zenith432 branch) |