-
-
Notifications
You must be signed in to change notification settings - Fork 158
feat: 初步支持动态链接程序运行 #908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
chiichen
merged 93 commits into
DragonOS-Community:feat-dynamic-link
from
MemoryShore:feat-dynamic-link
Sep 2, 2024
Merged
feat: 初步支持动态链接程序运行 #908
chiichen
merged 93 commits into
DragonOS-Community:feat-dynamic-link
from
MemoryShore:feat-dynamic-link
Sep 2, 2024
Conversation
This file contains hidden or 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
Collaborator
MemoryShore
commented
Aug 30, 2024
- 合并了文件映射的pr,为动态链接提供支持
- 修复解释器加载地址不正确的问题
- 修复了auxv中缺少随机数导致的#GP异常
- 修复了初始化时栈未对齐导致movaps指令执行异常
- 修正了测试程序的安装路径
- 添加dadk用于补全缺失的libgcc库
* 调度子系统文档以及cfs文档
…DragonOS-Community#791) * fix(net): Improve stability. 为RawSocket与UdpSocket实现close时调用close方法,符合smoltcp的行为。为SocketInode实现drop,保证程序任何情况下退出时都能正确close对应socket, 释放被占用的端口。 * fix(net): Correct socket close behavior.
* 增加安装文档中的Gentoo Linux提示
* 完成v0.1.10 changelog
…sh (DragonOS-Community#820) This commit adjusts the timing of the setup_arch_post event to occur before the clocksource_boot_finish event, allowing the time subsystem to properly register architecture-specific clock sources.
…y#818) * feat(driver/pci): 完善pci root结构体,增加portio的pci配置空间访问
为procfs增加是否是kthread的显示 增加返回进程已经占用的文件描述符数量
…mmap"" This reverts commit 9261cb7.
…S-Community#833) * add soft link to musl-gcc * fix the tty_ioctl * modified * modified
* 用户管理工具 * 重构 * 改为多个bin文件入口 * bin文件的usage显示自身程序名而非固定程序名
* fix the EventFdFlags error * feat: support tokio (Single thread version) Fix deadlock issue on closing file. Add function for PipeInode and EventFdInode.
统一在合主线的时候review |
c966d61
into
DragonOS-Community:feat-dynamic-link
9 checks passed
Merged
chiichen
added a commit
that referenced
this pull request
Oct 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.