vit9696
|
68b53e136c
|
OcXmlLib: Fix potential buffer overflow when deserializing mdata
|
2019-04-07 21:30:04 +03:00 |
|
vit9696
|
fe93ca4186
|
OcConfigurationLib: Implement PlatformInfo parsing
|
2019-04-07 20:48:29 +03:00 |
|
vit9696
|
9b5ec20efd
|
OcConfigurationLib: Replace Disabled with Enabled
|
2019-04-07 17:05:45 +03:00 |
|
vit9696
|
0864258fd6
|
OcConfigurationLib: Make device properties blockable
|
2019-04-07 15:12:42 +03:00 |
|
vit9696
|
3e314b58fa
|
OcConfigurationLib: Make DeviceProperties protocol reinstallable
|
2019-04-07 14:05:17 +03:00 |
|
Download-Fritz
|
dacd1f91a6
|
OcAppleDiskImageLib: Add Chunklist-aided VerifyData API
|
2019-04-07 13:00:01 +02:00 |
|
Download-Fritz
|
c1e462f277
|
OcAppleChunklistLib: Rework function prototypes and Context
|
2019-04-07 12:53:37 +02:00 |
|
Download-Fritz
|
6d22dc0fb0
|
OcAppleChunklistLib: Add signature verification API
|
2019-04-07 12:28:01 +02:00 |
|
Download-Fritz
|
8388589c3f
|
OcAppleDiskImageLib: Make checksum verification optional
|
2019-04-07 12:28:01 +02:00 |
|
vit9696
|
af45117aab
|
OcConfigurationLib: Fix parsing NVRAM Block preferences
|
2019-04-07 13:09:09 +03:00 |
|
vit9696
|
14937b9e93
|
OcAppleKernel: KmodInfo is packed, clang will access it properly
|
2019-04-07 11:30:43 +03:00 |
|
vit9696
|
214e377350
|
OcAppleKernelLib: Fix handling of unaligned kmod info in kext blocker
|
2019-04-07 11:23:15 +03:00 |
|
vit9696
|
08c0dc7727
|
OcAcpiLib: Fix succesful return codes
|
2019-04-07 11:02:55 +03:00 |
|
vit9696
|
5d36381538
|
OcConfigurationLib: Add NVRAM support
|
2019-04-07 01:21:24 +03:00 |
|
vit9696
|
6a23fe6aa6
|
OcDevicePropertyLib: Rework installation interface
|
2019-04-07 00:27:11 +03:00 |
|
vit9696
|
09b3d9f9e8
|
OcConfigurationLib: Add ACPI configuration
|
2019-04-06 23:50:36 +03:00 |
|
vit9696
|
b8910ad67d
|
OcConfigurationLib: Fix kernel entry parsing and rename KernelSpace to Kernel
|
2019-04-06 21:06:31 +03:00 |
|
vit9696
|
e9000d17e5
|
OcConfigurationLib: Add ExternalDiskIcons entry to KernelSpace quirks
|
2019-04-06 17:52:33 +03:00 |
|
vit9696
|
7be8acbbe8
|
Patches: Implement patch limit concept in OcAcpiLib and OcAppleKernelLib
|
2019-04-06 17:49:27 +03:00 |
|
vit9696
|
a716c395e6
|
OcStringLib: Add UnicodeUefiSlashes
|
2019-04-06 17:41:07 +03:00 |
|
vit9696
|
fee43fda6a
|
OcConfigurationLib: Add KernelSpace section
|
2019-04-06 17:30:26 +03:00 |
|
vit9696
|
027ab3fdf9
|
OcConfigurationLib: Partially expanded UEFI and kext configuration
|
2019-04-06 15:40:48 +03:00 |
|
Download-Fritz
|
ae5fa35334
|
OcMiscLib: Import forgotten file
|
2019-04-06 13:26:42 +02:00 |
|
Download-Fritz
|
aa76195a97
|
OcAppleDiskImageLib: Initialize a caller-provided context
|
2019-04-06 13:19:19 +02:00 |
|
Download-Fritz
|
faf7976d33
|
Retire OcProtocolLib, move UninstallAllProtocols function to OcMiscLib
|
2019-04-06 13:09:13 +02:00 |
|
vit9696
|
131399b582
|
OcBootManagementLib: Do not check for boot camp on Apple partitions
|
2019-04-06 13:47:53 +03:00 |
|
vit9696
|
aeb2b324fe
|
OcBootManagementLib: Add support for detecting bootcamp
|
2019-04-06 13:45:32 +03:00 |
|
vit9696
|
95a4ec8065
|
OcFileLib: Should still free the original label
|
2019-04-06 12:45:01 +03:00 |
|
vit9696
|
4ef858418f
|
OcFileLib: Reconsider volume label sanity checking
The bug appears to have been long fixed and does not exist in modern
HFS Plus drivers.
|
2019-04-06 12:42:56 +03:00 |
|
vit9696
|
147f88d1f2
|
OcAppleImageVerificationLib: Separate keys into OcAppleKeysLib and import tools from AppleSupportPkg
|
2019-04-06 12:08:12 +03:00 |
|
Download-Fritz
|
aa490fa0e3
|
OcAppleKernelLib: Cosmetical changes.
|
2019-04-05 21:04:05 +02:00 |
|
Download-Fritz
|
f4dbc8d2b1
|
OcAppleChunkListLib: Ensure sane signature size.
|
2019-04-05 20:38:11 +02:00 |
|
Download-Fritz
|
15cfa46c35
|
OcCryptoLib: Cast shift operands to prevent promotion to signed int.
|
2019-04-05 20:37:43 +02:00 |
|
Download-Fritz
|
3ed48615e9
|
OcCompressionLib: Further clean up ZLIB.
|
2019-04-05 20:36:59 +02:00 |
|
Download-Fritz
|
a27a52ae61
|
OcAppleDiskImageLib: Fix warnings regarding possibly unaligned pointer.
|
2019-04-05 15:57:38 +02:00 |
|
Download-Fritz
|
6716862c2b
|
OcBootManagementLib: Fix signed vs unsigned warnings.
|
2019-04-05 15:56:49 +02:00 |
|
Download-Fritz
|
3645290b16
|
OcCompressionLib: Add change note to the changes from last commit as required by license.
|
2019-04-05 14:04:18 +02:00 |
|
Download-Fritz
|
a2945176f5
|
OcCompressionLib: Use zlib for MSVC. Remove sshzlib.
|
2019-04-05 14:00:51 +02:00 |
|
Download-Fritz
|
4203232842
|
OcMachoLib: Do not ASSERT on Section->SegmentName mismatch.
|
2019-04-05 13:30:25 +02:00 |
|
Download-Fritz
|
5a83bdf461
|
OcAppleDiskImageLib: Remove missed replace sanity check.
|
2019-04-05 13:27:55 +02:00 |
|
vit9696
|
e9d4226508
|
OcFileLib: Update volume label reading comment
|
2019-04-05 14:19:27 +03:00 |
|
vit9696
|
80185527db
|
OcConfigurationLib: Rename Uefi to UEFI for more usual name
|
2019-04-05 14:12:08 +03:00 |
|
vit9696
|
4778972507
|
OcFileLib: Ensure that non-null terminated label is handled properly
|
2019-04-05 13:20:36 +03:00 |
|
vit9696
|
f448b61652
|
OcConfigurationLib: Add parsing interfaces
|
2019-04-05 03:07:08 +03:00 |
|
vit9696
|
86dba5855c
|
OcConfigurationLib: Add configuration library header
|
2019-04-05 02:36:41 +03:00 |
|
vit9696
|
20f97bf2a2
|
OcBootManagementLib: Provide boot picker interface
|
2019-04-04 18:01:23 +03:00 |
|
vit9696
|
d2bb69ecc6
|
OcTimerLib: Make TSC frequency debug print at verbose level
|
2019-04-04 17:03:57 +03:00 |
|
vit9696
|
c231ec46fa
|
OcStorageLib: Initial implementation
|
2019-04-04 16:11:36 +03:00 |
|
vit9696
|
492720e7eb
|
OcFileLib: Support locating image file system
|
2019-04-03 23:14:12 +03:00 |
|
vit9696
|
f699359d71
|
OcAppleBootPolicyLib: Separate from OcAppleBootPolicyLib
|
2019-04-03 21:57:56 +03:00 |
|