Chameleon

Chameleon Commit Details

Date:2012-07-23 00:30:18 (11 years 9 months ago)
Author:ErmaC
Commit:2029
Parents: 2028
Message:Apply patch from Issue 270 http://forge.voodooprojects.org/p/chameleon/issues/270/ (credits to Andrey B)
Changes:
M/branches/ErmaC/Trunk/i386/boot2/boot.c
M/branches/ErmaC/Trunk/CHANGES
M/branches/ErmaC/Trunk/i386/libsaio/sys.c

File differences

branches/ErmaC/Trunk/i386/libsaio/sys.c
344344
345345
346346
347
347348
348349
349350
} else {
idx++;
strncpy(gMakeDirSpec, name, idx);
gMakeDirSpec[idx] = '\0'; // ISSUE: http://forge.voodooprojects.org/p/chameleon/issues/270/
name += idx;
}
dirSpec = gMakeDirSpec;
branches/ErmaC/Trunk/i386/boot2/boot.c
272272
273273
274274
275
275
276276
277277
278278
......
281281
282282
283283
284
284
285285
286286
287287
sprintf(kernelCacheFile, "%s.%08lX", kDefaultCachePathLeo, adler32);
}
}
/* Issue: http://forge.voodooprojects.org/p/chameleon/issues/270/
// kernelCacheFile must start with a /
if (kernelCacheFile[0] != '/') {
char *str = strdup(kernelCacheFile);
sprintf(kernelCacheFile, "/%s", str);
free(str);
}
*/
// Check if the kernel cache file exists
ret = -1;
branches/ErmaC/Trunk/CHANGES
1
12
23
34
- Apply patch by Andrey B http://forge.voodooprojects.org/p/chameleon/issues/270/
- cparm : Added a Sata module, known as YellowIconFixer in my branch, useful to fix yellow icon issue (can also fix an issue with the apple's dvd player application in moutain lion)
, for now not added in the pkg script !!!
- cparm : Ported the nvidia plist helper (less time to spend on the device id more time to code :-) )

Archive Download the corresponding diff file

Revision: 2029