shaojinchun
|
e404ab263e
sys_call接口加强用户态地址检查
|
5 年 前 |
shaojinchun
|
b3b2f10d71
console修改为ctrl-c时,对当前进程发送SIGINT信号(此信号可以屏蔽及截获)
|
5 年 前 |
shaojinchun
|
e87dfc1d32
SIGCHLD和SIGCONT且无注册处理函数时,默认忽略
|
5 年 前 |
shaojinchun
|
50565e1fb6
lwip-2.0.2内核版加上可被信号中断
|
5 年 前 |
shaojinchun
|
8ca1a6aa72
修正网络接口系统调用数据设置方向问题
|
5 年 前 |
shaojinchun
|
6433f1a49e
waitqueue增加三状态suspend
|
5 年 前 |
shaojinchun
|
1e13950a6c
rt_thread_sleep change to RT_INTERRUPTIBLE mode
|
5 年 前 |
shaojinchun
|
29dcc08ce5
suspend加上信号检测, 存在需要响应信号时,rt_thread_suspend返回-RT_EINTR
|
5 年 前 |
shaojinchun
|
a527cff879
非lwp线程不允许kill
|
5 年 前 |
shaojinchun
|
b3404e9901
规范signal号,先把所有suspend置于uninterruptible状态
|
5 年 前 |
shaojinchun
|
5318d57587
调整thread suspend状态,分成interruptible killable uninterruptible三个情况
|
5 年 前 |
shaojinchun
|
d4f77ee8c2
fix ipc default return value
|
5 年 前 |
bernard
|
da252d805a
!87 添加虚拟设备 random 的驱动
|
5 年 前 |
quanzhao
|
8b38a23875
Add the RANDOM device.
|
5 年 前 |
bernard
|
3670d145ba
!85 修正ulog的编译错误
|
5 年 前 |
zengfan
|
a5925b74e1
fix the ulog build error
|
5 年 前 |
bernard
|
318ed6897b
!84 支持qemu with gdb调试
|
5 年 前 |
zwang
|
662062b737
update for qemu-gdb debug
|
5 年 前 |
bernard
|
03d0167133
!82 修正sys_select函数对nfds的处理
|
5 年 前 |
shaojinchun
|
d7a9921ad5
修正sys_select函数对nfds的处理
|
5 年 前 |
bernard
|
0c4d3d90f8
!80 [libc] remove libm from musl.
|
5 年 前 |
bernard
|
241b536e52
[libc] remove libm in musl
|
5 年 前 |
bernard
|
3753906bde
!79 添加虚拟设备 null 的驱动
|
5 年 前 |
quanzhao
|
c537aabdef
Add NULL device driver.
|
5 年 前 |
bernard
|
e610f22193
!77 修正raspi4-32userapps 的编译警告
|
5 年 前 |
bernard
|
316b8f33ad
!78 为 sockopt 相关的系统调用添加 option 定义转换
|
5 年 前 |
quanzhao
|
5cb9f889b2
Add the conversion of socket options in syscalls.
|
5 年 前 |
bernard
|
15d267d360
!75 修正wget不能正常下载的问题
|
5 年 前 |
zengfan
|
e0dbbd153e
update raspi4-32 main.c
|
5 年 前 |
shaojinchun
|
11ce9317d5
修改进程退出时,先处理未关闭文件,再删除未释放对象, 注意会增加对idle栈的压力(要增加到4096)
|
5 年 前 |