Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Name: mach_override | 1 Name: mach_override |
| 2 Short Name: mach_override | 2 Short Name: mach_override |
| 3 Version: Newer than 1.2. HEAD from branch semver-1.x. | 3 Version: 0 |
|
Mark Mentovai
2017/06/20 20:32:33
?
Can you put this back how it was?
Boris Vidolov
2017/06/21 00:02:21
'git cl upload' errored out on me, requiring a ver
| |
| 4 Newer than 1.2. HEAD from branch semver-1.x. | |
| 4 URL: https://github.com/rentzsch/mach_override | 5 URL: https://github.com/rentzsch/mach_override |
| 5 Date: 2014-05-11 | 6 Date: 2014-05-11 |
| 6 Revision: 919148f94db54fc04d287eb6a42c0c36b166bbfa | 7 Revision: 919148f94db54fc04d287eb6a42c0c36b166bbfa |
| 7 License: MIT and 2-clause BSD | 8 License: MIT and 2-clause BSD |
| 8 Security Critical: Yes | 9 Security Critical: Yes |
| 9 | 10 |
| 10 | 11 |
| 11 Description: | 12 Description: |
| 12 This package is used to replace framework functions with different | 13 This package is used to replace framework functions with different |
| 13 implementations at run time. | 14 implementations at run time. |
| 14 | 15 |
| 15 mach_override includes a copy of libudis86 1.7.1, available separately from | 16 mach_override includes a copy of libudis86 1.7.1, available separately from |
| 16 http://udis86.sourceforge.net/ and https://github.com/vmt/udis86 . | 17 http://udis86.sourceforge.net/ and https://github.com/vmt/udis86 . |
| 17 | 18 |
| 18 | 19 |
| 19 Local Modifications: None. | 20 Local Modifications: Sped up allocation of branch island memory via usage of |
| 21 vm_region to skip already allocated pages. | |
| OLD | NEW |