No description provided.
aarch64_support #25
Merged
Phosphenius
merged 7 commits from 2026年05月03日 18:14:04 +02:00
aarch64_support into main
Phosphenius
commented 2026年05月03日 18:11:18 +02:00
Phosphenius
added 7 commits 2026年05月03日 18:11:18 +02:00
* src/fcntl.c (openat): New function.
arm64/aarch64 only has openat and no open. * src/daemon.c: Replace calls. * src/unistd.h: Remove open function prototype. * src/unistd.c: Remove open function definition.
pipe -> pipe2 dup2 -> dup3 fork -> clone3 epoll_wait -> epoll_pwait unlink -> unlinkat * src/daemon.c (daemonize): Replace calls; pipe with pipe2, dup2 with dup3 and fork with clone3. * src/main.c (isolate_ns): Replace calls; fork with clone3. (main): Replace calls; fork with clone3, epoll_wait with epoll_pwait, unlink with unlinkat. * src/sched.d (clone3): New function. * src/sys/epoll.c (epoll_wait): Migrate to epoll_pwait. * src/unistd.c (fork): Remove function. (dup2): Migrate to dup3. (pipe): Migrate to pipe2. (unlink): Migrate to unlinkat.
Phosphenius
added this to the Kanban project 2026年05月03日 18:11:39 +02:00
Phosphenius
added this to the v0.1.0 milestone 2026年05月03日 18:11:44 +02:00
Phosphenius
removed this from the Kanban project 2026年05月03日 18:13:07 +02:00
Phosphenius
removed this from the v0.1.0 milestone 2026年05月03日 18:13:12 +02:00
Phosphenius
merged commit e7288cc7b9 into main 2026年05月03日 18:14:04 +02:00
Phosphenius
referenced this pull request from a commit 2026年05月03日 18:14:04 +02:00
Sign in to join this conversation.
No reviewers
Labels
Clear labels
bug
Something is not working
contribution welcome
Contributions are very welcome, get started here
duplicate
This issue or pull request already exists
enhancement
New feature
good first issue
Interested in contributing? Get started here.
help wanted
Need some help
invalid
Something is wrong
question
More information is needed
upstream
Related to an upstream repository, already reported there
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".
No due date set.
Dependencies
No dependencies set.
Reference
Phosphenius/lichee!25
Loading...
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "aarch64_support"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?