1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 00:16:17 +04:00
Commit Graph

1335 Commits

Author SHA1 Message Date
Jiajie Chen
5932372750 Initial rcore router device support 2019-05-09 17:08:28 +08:00
Harry Chen
ef9a038ef5 Update user
Signed-off-by: Harry Chen <i@harrychen.xyz>
2019-05-09 11:12:10 +08:00
Harry Chen
a7b9ec3736 Bump to latest user, try to fix CI errors
Signed-off-by: Harry Chen <i@harrychen.xyz>
2019-05-09 11:02:05 +08:00
Harry Chen
ca8eb86d48 Update README
Signed-off-by: Harry Chen <i@harrychen.xyz>
2019-05-09 11:01:48 +08:00
Harry Chen
324b64c2ed Merge remote-tracking branch 'rcore/dev' into dev 2019-05-09 10:24:12 +08:00
Harry Chen
887a207c8b Run cargo fmt
Signed-off-by: Harry Chen <i@harrychen.xyz>
2019-05-09 10:12:19 +08:00
Harry Chen
5b53e86c41 Merge remote-tracking branch 'origin/dev' into mipsel 2019-05-09 10:05:32 +08:00
WangRunji
75919dce41 x86_64: simplify IPI 2019-05-08 23:07:58 +08:00
Jiajie Chen
2adbc4dcd9 Format code and use rust/sh for rocket chip shell 2019-05-08 20:54:18 +08:00
gjz010
c88c0193d4 x86_64: impl IPI and remote flush tlb
Signed-off-by: WangRunji <wangrunji0408@163.com>
2019-05-08 19:36:10 +08:00
Jiajie Chen
e3595dd0f5 Implement sys_copy_file_range and use it for sendfile 2019-05-08 19:23:07 +08:00
chyyuu
ccc7eea114 add ioctl request id: FIONBIO (no real action, just return Ok(0)). p.s. for rustc 2019-05-08 19:08:04 +08:00
chyyuu
d9d21a3db1 fix bug: sys_futex should not check timeout parameter for musl libc 1.1.22 2019-05-08 16:39:34 +08:00
chyyuu
252449a198 Merge branch 'dev' of github.com:rcore-os/rCore into dev 2019-05-08 13:18:35 +08:00
chyyuu
2fa3338b4f add unimplemented syscall SYS_MEMNARRIER from musl-1.1.22 with pthread OPs 2019-05-08 13:18:04 +08:00
chyyuu
537eecaf5e fix bug: the values of CloneFlags 2019-05-08 13:16:00 +08:00
Jiajie Chen
2e599b0bab Fix Rocket Chip serial interrupt 2019-05-08 11:02:23 +08:00
Yuhao Zhou
77ba66a0a3 Update page table. 2019-05-08 05:41:01 +08:00
Yuhao Zhou
cc5bb8a81f Fix alignment issue in TrapFrame. 2019-05-08 00:31:44 +08:00
equation314
2fb09109bb Fix wrong display in console driver 2019-05-08 00:04:41 +08:00
equation314
03a8b3e449 aarch64: disable FP/SIMD registers again, update crates 2019-05-07 22:37:53 +08:00
Harry Chen
c59cbe0dbc Fix stack alignment problem for MIPS N32 ABI, and fix alignment problem in CharAttribute
Signed-off-by: Harry Chen <i@harrychen.xyz>
2019-05-07 19:50:48 +08:00
Harry Chen
378daa6c9b Fix bugs in Console, repr(C) is TOO EVILgit add src/!
Signed-off-by: Harry Chen <i@harrychen.xyz>
2019-05-07 17:23:54 +08:00
Jiajie Chen
2f2cbb81ac Embed rocket chip dtb in code 2019-05-07 08:40:43 +08:00
Yuhao Zhou
59c1746491 Update default shell. 2019-05-07 00:47:10 +08:00
Yuhao Zhou
87d4027221 Align MemorySet with 64bytes. 2019-05-07 00:38:39 +08:00
equation314
bfe03b8ea0 aarch64: fix vm clone fault in fork 2019-05-06 23:30:01 +08:00
Jiajie Chen
35079e4193 Bump buddy system allocator 2019-05-06 12:15:21 +08:00
Jiajie Chen
056c2c5a36 Fix thinpad shell 2019-05-06 11:38:53 +08:00
Jiajie Chen
af5c6ee237 Fix compilation on thinpad 2019-05-06 11:35:43 +08:00
Jiajie Chen
073108e0f8 Fix compilation on mipsel 2019-05-06 11:03:31 +08:00
Jiajie Chen
b2777032c8 Merge remote-tracking branch 'origin/mipsel' into dev 2019-05-06 10:58:27 +08:00
Harry Chen
e94fe1564e Init console on ThinPad, seems not wworking properly
Signed-off-by: Harry Chen <i@harrychen.xyz>
2019-05-06 10:48:27 +08:00
WangRunji
d10e17eb06 fix rv64 stack pointer alignment 2019-05-05 15:30:28 +08:00
WangRunji
3af0cf7e16 fix warnings 2019-05-04 15:27:17 +08:00
WangRunji
b2de8dc9e6 fix page table racing on multi-thread 2019-05-04 14:36:12 +08:00
WangRunji
da58486be5 refactor syscall: move all context and functions to struct Syscall 2019-05-04 13:16:42 +08:00
WangRunji
08d10522ff impl sys_set_tid_address. ignore invalid 'clear_child_tid' on exit 2019-05-04 00:20:19 +08:00
WangRunji
98a99e33c6 fix '/proc/self/fd' panic 2019-05-03 15:45:39 +08:00
Jiajie Chen
f1971c489a Fix riscv32 testing 2019-05-03 15:17:06 +08:00
Jiajie Chen
7331404fc7 Fix /proc/self/fd not found panic 2019-05-03 15:00:45 +08:00
Jiajie Chen
6d14fbf3db Fix typo in ioctl 2019-05-03 14:32:06 +08:00
Chen
2a4747abaa
Merge pull request #46 from Jackey-Huo/dev
HTIF interface read enabled for rocket-chip
2019-05-03 14:09:12 +08:00
Jackey-Huo
c63831870d remove the fxxk words.... 2019-05-03 14:06:00 +08:00
Jackey-Huo
f25faef01c Merge branch 'dev' of github.com:rcore-os/rCore into dev 2019-05-03 13:55:51 +08:00
chyyuu
19200e40d0 impl pseudo INode '/proc/self/fd/FD_NUM' for rustc app 2019-05-03 13:06:18 +08:00
Jackey-Huo
6ec65b3c1d Merge branch 'dev' of github.com:rcore-os/rCore into dev 2019-05-03 11:40:06 +08:00
Jiajie Chen
28aaae53b9 Refactor ioctl numbers and add FIOCLEX 2019-05-03 11:33:56 +08:00
Jackey-Huo
e91718648e add htif read function for rocket-chip 2019-05-03 11:33:44 +08:00
WangRunji
6883127d5a update fs. add BlockCache 2019-05-03 00:35:00 +08:00