4160a0a0 | 18-Dec-2023 |
LoGin <longjin@DragonOS.org> |
bugfix: kill命令的默认信号应为SIGTERM (#10) |
ca2bc756 | 05-Dec-2023 |
裕依2439 <68320855+yuyi2439@users.noreply.github.com> |
支持不使用root在linux上跑 (#8)
* 支持不使用root在linux上跑
* fix: 存在`/etc/profile`就不再创建 |
95738b23 | 04-Dec-2023 |
LoGin <longjin@DragonOS.org> |
bugfix: 修正无法正确在PATH内找到可执行文件的bug,以及exec命令对于argv[0]的多加了一个'/'的bug (#9) |
ca68cd17 | 24-Nov-2023 |
MemoryShore <105195940+MemoryShore@users.noreply.github.com> |
修复exec执行不存在的命令或文件时panic的问题 (#7)
修复exec执行不存在的命令或路径时panic的问题 |
732e8725 | 24-Nov-2023 |
MemoryShore <105195940+MemoryShore@users.noreply.github.com> |
修复exec出现空指针错误的问题 (#6)
修复exec命令出现空指针错误的问题,修复内容为空时回车不会换行的问题 |
6e297d90 | 23-Nov-2023 |
MemoryShore <105195940+MemoryShore@users.noreply.github.com> |
消除warning,修复cat命令和路径规范化方法,完善free命令 (#5)
消除代码中的warning,修复cat命令目标路径识别不正确的问题,修复路径规范化不正确的问题,完善free命令 |
81c61261 | 22-Nov-2023 |
MemoryShore <105195940+MemoryShore@users.noreply.github.com> |
优化special_keycode结构 (#4)
将special_keycode模块重写为枚举类型,根据社区模板修改makefile文件,优化字符读取相关代码结构 |
2a48e470 | 21-Nov-2023 |
MemoryShore <105195940+MemoryShore@users.noreply.github.com> |
添加license (#3)
添加license文件 |
4417a88d | 21-Nov-2023 |
MemoryShore <105195940+MemoryShore@users.noreply.github.com> |
Merge pull request #2 from MemoryShore/patch-fix-path-and-history
修复路径规范化与历史记录 |
ee35d965 | 21-Nov-2023 |
MemoryShore <1353318529@qq.com> |
修复历史记录无法正确切换的问题 |
e0958189 | 21-Nov-2023 |
MemoryShore <1353318529@qq.com> |
修复路径无法正确规范化的问题 |
b7000793 | 18-Nov-2023 |
MemoryShore <105195940+MemoryShore@users.noreply.github.com> |
Merge pull request #1 from MemoryShore/dev
NovaShell初代版本 |
6f50094a | 18-Nov-2023 |
MemoryShore <1353318529@qq.com> |
NovaShell初代版本 |
b9b2457f | 18-Nov-2023 |
MemoryShore <105195940+MemoryShore@users.noreply.github.com> |
Initial commit |