Skip to content

Conversation

MemoryShore
Copy link
Collaborator

  • 合并了文件映射的pr,为动态链接提供支持
  • 修复解释器加载地址不正确的问题
  • 修复了auxv中缺少随机数导致的#GP异常
  • 修复了初始化时栈未对齐导致movaps指令执行异常
  • 修正了测试程序的安装路径
  • 添加dadk用于补全缺失的libgcc库

GnoCiYeH and others added 30 commits May 7, 2024 22:01
…DragonOS-Community#791)

* fix(net): Improve stability. 为RawSocket与UdpSocket实现close时调用close方法,符合smoltcp的行为。为SocketInode实现drop,保证程序任何情况下退出时都能正确close对应socket, 释放被占用的端口。

* fix(net): Correct socket close behavior.
* 增加安装文档中的Gentoo Linux提示
…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的显示
增加返回进程已经占用的文件描述符数量
* 20240524 3:40

* 20240527 0010

* 修复mmap未延迟分配内存的问题

* Revert "Merge branch 'patch-add-file-mapping' into patch-fix-mmap"

This reverts commit 8eb687c, reversing
changes made to 33e9f0b.
…S-Community#833)

* add soft link to musl-gcc

* fix the tty_ioctl

* modified

* modified
* 用户管理工具

* 重构

* 改为多个bin文件入口

* bin文件的usage显示自身程序名而非固定程序名
@github-actions github-actions bot added the ambiguous The title of PR/issue doesn't match the format label Aug 30, 2024
@MemoryShore MemoryShore requested a review from chiichen August 30, 2024 14:53
@chiichen
Copy link
Member

chiichen commented Sep 2, 2024

统一在合主线的时候review

@chiichen chiichen changed the title 初步支持动态链接程序运行 feat: 初步支持动态链接程序运行 Sep 2, 2024
@github-actions github-actions bot added enhancement New feature or request and removed ambiguous The title of PR/issue doesn't match the format labels Sep 2, 2024
@chiichen chiichen merged commit c966d61 into DragonOS-Community:feat-dynamic-link Sep 2, 2024
9 checks passed
chiichen added a commit that referenced this pull request Oct 10, 2024
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
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.