Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion OpenCorePkg
Submodule OpenCorePkg updated 40 files
+1 −0 .gitignore
+9 −0 Changelog.md
+4 −3 Dockerfiles/oc-dev/Dockerfile
+1 −1 Docs/Configuration.md5
+ Docs/Configuration.pdf
+1 −1 Docs/Configuration.tex
+ Docs/Differences/Differences.pdf
+47 −60 Docs/Differences/Differences.tex
+58 −17 Docs/Differences/PreviousConfiguration.tex
+ Docs/Errata/Errata.pdf
+23 −0 Docs/Errata/Errata.tex
+2 −0 Include/Acidanthera/Library/OcAppleKernelLib.h
+1 −1 Include/Acidanthera/Library/OcMainLib.h
+1 −1 Include/Apple/IndustryStandard/Apfs.h
+1 −1 Legacy/BootPlatform/DxeIpl/HobGeneration.c
+12 −4 Legacy/BootPlatform/DxeIpl/LegacyTable.c
+2 −2 Library/DuetBdsLib/BdsPlatform.c
+0 −1 Library/DuetBdsLib/DuetBdsLib.inf
+1 −1 Library/OcAcpiLib/OcAcpiLib.c
+32 −4 Library/OcAppleKernelLib/CommonPatches.c
+1 −0 Library/OcBootManagementLib/ApplePanic.c
+28 −0 Patches/0007-ShellPkg-Allow-DEBUG-shell-to-start-with-too-many-fi.patch
+120 −0 Platform/OpenNtfsDxe/Cache.c
+6 −1 Platform/OpenNtfsDxe/Data.c
+7 −0 Platform/OpenNtfsDxe/Disc.c
+17 −2 Platform/OpenNtfsDxe/Driver.h
+27 −0 Platform/OpenNtfsDxe/Helper.h
+4 −1 Platform/OpenNtfsDxe/NTFS.c
+36 −12 Platform/OpenNtfsDxe/Open.c
+1 −0 Platform/OpenNtfsDxe/OpenNtfsDxe.inf
+5 −5 User/Include/UserEvent.h
+237 −188 User/Library/UserEvent.c
+81 −55 User/Makefile
+32 −7 User/README.md
+139 −103 Utilities/TestEvent/TestEvent.c
+1 −1 Utilities/TestNtfsDxe/Makefile
+1 −1 Utilities/macrecovery/build-image.sh
+26 −23 Utilities/macrecovery/recovery_urls.txt
+1 −1 build_duet.tool
+4 −6 build_oc.tool
Loading