-
Notifications
You must be signed in to change notification settings - Fork 448
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9,207 changed files
with
486,659 additions
and
374,143 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Build Issue | ||
about: An issue building Darling | ||
labels: 'build' | ||
--- | ||
|
||
**Build Log** | ||
What is the build error? | ||
``` | ||
Put the build log here! | ||
``` | ||
|
||
**System Information** | ||
What system are you building with? | ||
|
||
| Software | Version | | ||
| --- | --- | | ||
| Clang | X.Y.Z | | ||
| CMake | X.Y.Z | | ||
| Linux Kernel | X.Y.Z | | ||
| Darling | Git Commit Hash | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: LKM Bug | ||
about: An issue with the Linux kernel module | ||
labels: 'bug, linux kernel module' | ||
--- | ||
|
||
**Expected Result** | ||
What did you expect to happen? | ||
|
||
**Actual Result** | ||
What did happen? | ||
|
||
**Steps To Reproduce** | ||
1. If possible, what steps can you take to reproduce the issue? | ||
|
||
**``dmesg`` Output** | ||
Run ```dmesg | grep 'overlay\|darling'``` | ||
``` | ||
Put the command output here! | ||
``` | ||
|
||
**System Information** | ||
What system are you using? | ||
|
||
| Software | Version | | ||
| --- | --- | | ||
| Linux Kernel | X.Y.Z | | ||
| Darling | Git Commit Hash | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Miscellaneous Bug | ||
about: A miscellaneous bug in Darling | ||
labels: 'bug' | ||
--- | ||
|
||
**Expected Result** | ||
What did you expect to happen? | ||
|
||
**Actual Result** | ||
What did happen? | ||
|
||
**Steps To Reproduce** | ||
1. If possible, what steps can you take to reproduce the issue? | ||
|
||
**System Information** | ||
What system are you using? | ||
|
||
| Software | Version | | ||
| --- | --- | | ||
| Linux Kernel | X.Y.Z | | ||
| Darling | Git Commit Hash | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Missing Framework | ||
about: An application requires a missing framework | ||
labels: 'frameworks, application compatibility' | ||
--- | ||
|
||
**Framework** | ||
What framework is required? What does Apple's developer documentation say about it? Is it open-source? | ||
|
||
**Test Application** | ||
What application requires this framework? | ||
|
||
**Steps To Reproduce** | ||
1. If possible, what steps can you take to reproduce the issue? | ||
|
||
**System Information** | ||
What system are you running? | ||
|
||
| Software | Version | | ||
| --- | --- | | ||
| Darling | Git Commit Hash | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Missing Library | ||
about: An application requires a missing library | ||
labels: 'libraries, application compatibility' | ||
--- | ||
|
||
**Library** | ||
What library is required? What does Apple's developer documentation say about it? Is it open-source? | ||
|
||
**Test Application** | ||
What application requires this library? | ||
|
||
**Steps To Reproduce** | ||
1. If possible, what steps can you take to reproduce the issue? | ||
|
||
**System Information** | ||
What system are you running? | ||
|
||
| Software | Version | | ||
| --- | --- | | ||
| Darling | Git Commit Hash | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: Missing Built-In Tool | ||
about: MacOS contains a command-line tool that Darling does not | ||
labels: 'enhancement' | ||
--- | ||
|
||
**Tool** | ||
What tool is missing? What is it supposed to do? Is it or a variant open-source? | ||
|
||
**Example Command** | ||
What is an example command for this tool? | ||
|
||
**System Information** | ||
What system are you running? | ||
|
||
| Software | Version | | ||
| --- | --- | | ||
| Darling | Git Commit Hash | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: Startup Bug | ||
about: An issue with Darling's startup | ||
labels: 'bug, container' | ||
--- | ||
|
||
**Expected Result** | ||
What did you expect to happen? | ||
|
||
**Actual Result** | ||
What did happen? | ||
|
||
**Steps To Reproduce** | ||
1. If possible, what steps can you take to reproduce the issue? | ||
|
||
**```strace``` Output** | ||
Run ```sudo strace -f -u $USER darling shell```, what is the output? | ||
``` | ||
Put the command output here! | ||
``` | ||
|
||
**``dmesg`` Output** | ||
Run ```dmesg | grep 'overlay\|darling'``` | ||
``` | ||
Put the command output here! | ||
``` | ||
|
||
**System Information** | ||
What system are you running? | ||
|
||
| Software | Version | | ||
| --- | --- | | ||
| Linux Kernel | X.Y.Z | | ||
| Darling | Git Commit Hash | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AGL.framework/Headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Versions/A/Headers |
1 change: 1 addition & 0 deletions
1
...form/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AGL.framework/Versions/A/Headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../../../../../../../../src/frameworks/AGL/include/AGL |
1 change: 1 addition & 0 deletions
1
...atform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AGL.framework/Versions/Current
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
A |
1 change: 1 addition & 0 deletions
1
...MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ATS.framework/Headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Versions/Current/Headers |
1 change: 1 addition & 0 deletions
1
...form/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ATS.framework/Versions/A/Headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../../../../../../../../src/frameworks/ApplicationServices/ATS/include/ATS |
1 change: 1 addition & 0 deletions
1
...atform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ATS.framework/Versions/Current
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
A |
1 change: 1 addition & 0 deletions
1
...atform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AVFoundation.framework/Headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Versions/A/Headers |
1 change: 1 addition & 0 deletions
1
...loper/SDKs/MacOSX.sdk/System/Library/Frameworks/AVFoundation.framework/Versions/A/Headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../../../../../../../../src/frameworks/AVFoundation/include/AVFoundation |
1 change: 1 addition & 0 deletions
1
...veloper/SDKs/MacOSX.sdk/System/Library/Frameworks/AVFoundation.framework/Versions/Current
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
A |
1 change: 1 addition & 0 deletions
1
...cOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AVKit.framework/Headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Versions/A/Headers |
1 change: 1 addition & 0 deletions
1
...rm/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AVKit.framework/Versions/A/Headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../../../../../../../../src/frameworks/AVKit/include/AVKit |
1 change: 1 addition & 0 deletions
1
...form/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AVKit.framework/Versions/Current
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
A |
1 change: 1 addition & 0 deletions
1
...platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework/Headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Versions/A/Headers |
1 change: 1 addition & 0 deletions
1
...veloper/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../../../../../../../../src/frameworks/Accelerate/include/Accelerate |
1 change: 1 addition & 0 deletions
1
...Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework/Versions/Current
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
A |
1 change: 1 addition & 0 deletions
1
...X.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Versions/A/Headers |
1 change: 1 addition & 0 deletions
1
...Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Versions/A/Headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../../../../../../../../src/frameworks/Accounts/include/Accounts |
1 change: 1 addition & 0 deletions
1
...m/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Versions/Current
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
A |
1 change: 1 addition & 0 deletions
1
...latform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AddressBook.framework/Headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Versions/A/Headers |
1 change: 1 addition & 0 deletions
1
...eloper/SDKs/MacOSX.sdk/System/Library/Frameworks/AddressBook.framework/Versions/A/Headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../../../../../../../../src/frameworks/AddressBook/include/AddressBook |
1 change: 1 addition & 0 deletions
1
...eveloper/SDKs/MacOSX.sdk/System/Library/Frameworks/AddressBook.framework/Versions/Current
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
A |
1 change: 1 addition & 0 deletions
1
.../Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppleFSCompression.framework/Headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Versions/Current/Headers |
1 change: 1 addition & 0 deletions
1
...SDKs/MacOSX.sdk/System/Library/Frameworks/AppleFSCompression.framework/Versions/A/Headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../../../../../../../../src/private-frameworks/AppleFSCompression/include/AppleFSCompression |
1 change: 1 addition & 0 deletions
1
...r/SDKs/MacOSX.sdk/System/Library/Frameworks/AppleFSCompression.framework/Versions/Current
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
A |
Oops, something went wrong.