Bernard Xiong
|
f0e3aa1799
Add romfs.c in a simple folder structure
|
il y a 5 ans |
bernard
|
0074c7ee1d
!94 对接signal系统调用相关函数
|
il y a 5 ans |
shaojinchun
|
889237d6fb
syscall对接signal相关函数
|
il y a 5 ans |
bernard
|
72d5af0b4e
!92 默认选中dev/random/以适应wget https
|
il y a 5 ans |
bernard
|
cbd6a1f0b6
!93 添加 sys_pipe() 系统调用接口
|
il y a 5 ans |
quanzhao
|
41f63f71cc
Add syscall 'sys_pipe()', which returns -1 for now.
|
il y a 5 ans |
zengfan
|
63a4733c97
default choose the /dev/random/ to adapt the wget https
|
il y a 5 ans |
bernard
|
b00fb5d9d9
!89 signal第一步处理
|
il y a 5 ans |
shaojinchun
|
b5194a2273
rt_thread_set_suspend_state改为static
|
il y a 5 ans |
shaojinchun
|
3d66341ced
原rt_thread_suspend改名为rt_thread_suspend_with_flag
|
il y a 5 ans |
bernard
|
de88941fbc
!91 为配合wget运行更新一些内核配置
|
il y a 5 ans |
wzc0066
|
dd6d5709aa
update some default config setting of kernel
|
il y a 5 ans |
shaojinchun
|
98d4116747
消除void* 运算警告
|
il y a 5 ans |
shaojinchun
|
5f45f59a35
简化信号响应时进程和线程的中止流程
|
il y a 5 ans |
shaojinchun
|
e404ab263e
sys_call接口加强用户态地址检查
|
il y a 5 ans |
shaojinchun
|
b3b2f10d71
console修改为ctrl-c时,对当前进程发送SIGINT信号(此信号可以屏蔽及截获)
|
il y a 5 ans |
shaojinchun
|
e87dfc1d32
SIGCHLD和SIGCONT且无注册处理函数时,默认忽略
|
il y a 5 ans |
shaojinchun
|
50565e1fb6
lwip-2.0.2内核版加上可被信号中断
|
il y a 5 ans |
shaojinchun
|
8ca1a6aa72
修正网络接口系统调用数据设置方向问题
|
il y a 5 ans |
shaojinchun
|
6433f1a49e
waitqueue增加三状态suspend
|
il y a 5 ans |
shaojinchun
|
1e13950a6c
rt_thread_sleep change to RT_INTERRUPTIBLE mode
|
il y a 5 ans |
shaojinchun
|
29dcc08ce5
suspend加上信号检测, 存在需要响应信号时,rt_thread_suspend返回-RT_EINTR
|
il y a 5 ans |
shaojinchun
|
a527cff879
非lwp线程不允许kill
|
il y a 5 ans |
shaojinchun
|
b3404e9901
规范signal号,先把所有suspend置于uninterruptible状态
|
il y a 5 ans |
shaojinchun
|
5318d57587
调整thread suspend状态,分成interruptible killable uninterruptible三个情况
|
il y a 5 ans |
shaojinchun
|
d4f77ee8c2
fix ipc default return value
|
il y a 5 ans |
bernard
|
da252d805a
!87 添加虚拟设备 random 的驱动
|
il y a 5 ans |
quanzhao
|
8b38a23875
Add the RANDOM device.
|
il y a 5 ans |
bernard
|
3670d145ba
!85 修正ulog的编译错误
|
il y a 5 ans |
zengfan
|
a5925b74e1
fix the ulog build error
|
il y a 5 ans |