vit9696
a22dff1ba4
Debug: Drop legacy CLANGDWARF hacks
2022-02-13 09:00:02 +03:00
vit9696
b8d253473b
Build: Enable -ftrivial-auto-var-init=pattern in CLANGDWARF
2022-02-13 09:00:02 +03:00
PMheart
fe8876b4c2
Docs: Fix early serial output patch
2022-02-12 22:16:22 +01:00
vit9696
ad4414cf3b
OcAppleKernelLib: Added global MSR 35h fix to ProvideCurrentCpuInfo
...
This allows `-cpu host` in KVM
2022-02-12 04:37:31 +03:00
Andrey1970AppleLife
9d7bb640be
Docs: Build pdf
2022-02-12 00:07:29 +03:00
Andrey1970AppleLife
d2eccb4eab
Update Configuration.tex
2022-02-11 23:59:18 +03:00
vit9696
a7976e2cf7
Docs: Fix typo
2022-02-11 23:25:18 +03:00
vit9696
c4f9776359
Docs: Enable early serial output on RELEASE kernel with a patch
2022-02-11 21:21:04 +03:00
PMheart
433253c6fa
Docs: Update changelog and pdf from https://github.com/acidanthera/OpenCorePkg/pull/320
2022-02-11 10:59:43 +01:00
PMheart
95b487a2a3
OcAppleKernelLib: Kext block strategy for prelinked ( #320 )
2022-02-11 10:54:30 +01:00
vit9696
cea9f03365
OcMainLib: Fixed selecting SecureBootModel on hypervisors
...
Should be `x86legacy` as otherwise macOS 11 will fail to boot
2022-02-11 02:20:06 +03:00
PMheart
9e76d91905
OcAppleKernelLib: Disable trim using new method
...
closes https://github.com/acidanthera/bugtracker/issues/1950
2022-02-10 20:02:50 +01:00
vit9696
b80c8ec3ba
Added script to build qemu recovery images to macrecovery
2022-02-10 20:39:40 +03:00
vit9696
459849c8c3
Build: Drop CLANG38 support in favour of CLANGDWARF
...
CLANG38 has broken alignment, no reason to continue to support it
2022-02-10 19:45:15 +03:00
PMheart
77aa7e29ce
OcXmlLib: Add XmlUnescapeString API
2022-02-10 15:28:46 +01:00
MikeBeaton
0455326487
AudioDxe: Add --restore-nosnoop flag
2022-02-10 01:45:00 +00:00
MikeBeaton
f3004e2e7b
OcBootManagementLib: Update comment
2022-02-09 20:51:14 +00:00
MikeBeaton
d7fdea3173
OcBootManagementLib: Auto-detect macOS Installer text label for use when .disk_label file cannot be displayed
...
Fixes https://github.com/acidanthera/bugtracker/issues/1939
2022-02-09 10:41:52 +00:00
Andrey1970AppleLife
218d906061
Bump version
2022-02-07 23:07:26 +03:00
vit9696
30798fb0a9
User: Enable security predicate checking
0.7.8
2022-02-05 20:37:02 +03:00
vit9696
81eedb5bc5
Utilities: Use more clever hash failure simulation
2022-02-05 19:22:46 +03:00
vit9696
a29e2db3d0
User: Disable Sydr exit timeout and increase solving timeouts
2022-02-05 02:04:07 +03:00
MikhailKrichanov
d9bb8f99b5
User: Added a few definitions. ( #319 )
2022-02-04 20:31:03 +03:00
vit9696
07f0091f95
OcBootManagementLib: Improved robustness in PE image file parsing
2022-02-04 03:53:54 +03:00
vit9696
9efcabc623
User: Fix previous commit
2022-02-04 01:30:29 +03:00
vit9696
ca9cd8c251
User: Increase default fuzz memory footprint for llvm 13 entropic
2022-02-04 01:25:23 +03:00
vit9696
26e7c75afa
User: Backport allocation failure generator
2022-02-04 01:23:37 +03:00
vit9696
0332b9f57e
User: Fix EDK II dependency for UserFile.c
2022-02-03 23:11:57 +03:00
vit9696
e0701fbdae
User: Provide more robust PE example and memory support
2022-02-03 22:18:26 +03:00
vit9696
a3a48b1933
User: Introduce INFIX, avoid resuming Sydr, add export to FUZZDICT
2022-02-03 19:08:35 +03:00
vit9696
9afd741834
User: Improve sydr-fuzz support and docs
2022-02-03 17:32:42 +03:00
MikhailKrichanov
8b2a639a78
User: Added sydr-fuzz target, which uses Sydr tool ( #318 )
2022-02-03 14:31:51 +03:00
Savva Mitrofanov
ac4e705bf5
OpenUsbKbDxe: Fix typos
2022-02-03 14:05:05 +06:00
MikeBeaton
1f9d6b578a
Changelog: Update wording
2022-02-01 06:03:09 +00:00
MikeBeaton
fa28cf9226
OpenLinuxBoot: Fix crash if initrd but no vmlinuz files in autodetect dir
...
https://github.com/acidanthera/bugtracker/issues/1938
2022-02-01 05:43:30 +00:00
Andrey1970AppleLife
9fe6ecb5d8
DataBase: Updated builtin firmware versions
2022-01-27 00:54:27 +03:00
Andrey1970AppleLife
615cc36d26
DataBase: Updated MaximumOSVersion
2022-01-26 22:20:45 +03:00
Andrey1970AppleLife
d246944bb0
DataBase: Updated IM20x
2022-01-22 21:35:39 +03:00
MikeBeaton
43137cc277
OpenLinuxBoot: Updates:
...
- Add support for .contentFlavour and .contentDetails
- Add LINUX_BOOT_ADD_RW flag
- Add flags+= and flags-=
- Fixed entry name disambiguation when LINUX_BOOT_USE_LATEST is unset
2022-01-21 15:54:42 +00:00
Mike Beaton
20c4a965b7
OpenCanopy: Use OC_MENU_DISK_IMAGE constant
2022-01-21 10:10:34 +00:00
MikeBeaton
8e3e3c49da
OcBootManagementLib+CsrUtil: Update SIP disable default value to be more similar to macOS
...
(safe after d51442406cb738a8db904ccfbfa0ef78569b03bc, which fixes behaviour of CSR_ALLOW_APPLE_INTERNAL)
2022-01-16 09:49:39 +00:00
vit9696
d51442406c
Fixed AppleInternal CSR bit being set with ProvideCustomSlide enabled
...
Only happened with SIP disabled.
2022-01-16 11:13:27 +03:00
MikeBeaton
009ff3605b
OpenCanopy: Allow for missing mouse support in password verify
...
Closes: https://github.com/acidanthera/bugtracker/issues/1925
2022-01-15 16:06:06 +00:00
Andrey1970AppleLife
feef521d10
Update README.md
2022-01-15 00:16:08 +03:00
Andrey1970AppleLife
349dcd037b
Update README.md
2022-01-15 00:10:27 +03:00
Andrey1970AppleLife
cd6e54dce5
Update FORUMS.md
2022-01-14 22:55:29 +03:00
Andrey1970AppleLife
e3befebcdc
Move forums list to Docs
2022-01-14 22:46:51 +03:00
Andrey1970AppleLife
fdbd61ddf8
Update FORUMS.md
2022-01-14 22:25:52 +03:00
MikeBeaton
67713c99dc
AudioDxe: Allow gain to track OS volume on old macOS without SystemAudioVolumeDB
2022-01-14 17:08:22 +00:00
Mike Beaton
07baa9c7d6
README: Update and split out OpenCore forum list
2022-01-13 18:13:08 +00:00