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

1860 Commits

Author SHA1 Message Date
equation314
395b8b51c1 Updata rcore-fs version to 7e7c74a
Support non-zero return value for INode::io_control()
2020-04-14 20:24:27 +08:00
function2-llx
8bb6370f6c fmt 2020-04-13 13:16:34 +08:00
function2-llx
cc1bd96778 dup3 2020-04-13 11:23:07 +08:00
function2-llx
555ad64102 add block in pipe, fix some bug 2020-04-13 00:33:32 +08:00
function2-llx
b2e714d68d fix dup 2020-04-12 18:52:21 +08:00
function2-llx
d777f59118 run shell 2020-04-11 10:05:49 +08:00
function2-llx
47dade0c73 merge 2020-04-09 22:30:33 +08:00
Chen
f9bfd157b7
Merge pull request #44 from rcore-os/update-nightly
Update Rust nightly to 2020-04-06
2020-04-06 20:09:26 +08:00
Runji Wang
139544f946 update Rust nightly to 2020-04-06 2020-04-06 17:19:05 +08:00
Runji Wang
a2a5bd6079
Merge pull request #43 from equation314/clear-warning
Eliminate most of warnings
2020-04-06 13:03:25 +08:00
equation314
d3b82267c1 Merge branch 'master' into clear-warning 2020-04-06 00:44:18 +08:00
Runji Wang
5031405f9c
Merge pull request #42 from equation314/improve-devfs
Improve device file system framework
2020-04-05 23:43:41 +08:00
equation314
d10997f90f Update Rust nightly to 2020-03-23. 2020-04-05 22:01:43 +08:00
equation314
c7f64461d0 Bump rboot version 2020-04-05 21:35:07 +08:00
function2-llx
7223cee638 add tty 2020-04-05 20:25:11 +08:00
equation314
333282ffcb Bump rcore-user version 2020-04-05 00:18:44 +08:00
equation314
332830b7c4 Update rcore-fs version 2020-04-04 23:48:39 +08:00
equation314
822f3010c8 Move device file system codes into src/fs/devfs 2020-04-04 23:48:28 +08:00
equation314
f95b863d80 Add read_at/write_at functions to Framebuffer 2020-04-04 23:33:36 +08:00
equation314
f1e5b94ec5 Dispatch mmap operation of files in FileHandle 2020-04-04 23:33:35 +08:00
equation314
357be4858e Add fbdev to DevFS 2020-04-04 23:33:03 +08:00
equation314
5c8fa87c27 Resolve deprecated funtions 2020-04-04 23:02:05 +08:00
equation314
9b488bed06 Resolve never used constants/fileds/methods 2020-04-04 21:57:37 +08:00
equation314
110c967693 Resolve unused variables & unnecessary mut 2020-04-04 19:01:24 +08:00
equation314
a6cd153fca Remove unused import 2020-04-04 17:58:20 +08:00
function2-llx
749f2e40ce debug 2020-03-31 22:05:52 +08:00
function2-llx
9168afa818 Merge branch 'master' of github.com:rcore-os/rCore 2020-03-30 17:14:19 +08:00
function2-llx
bd45cb8f4e 改 slide 2020-03-29 16:33:01 +08:00
function2-llx
63d78df4f5 方案设计报告 2020-03-29 13:45:28 +08:00
function2-llx
9f82a34791 doc 2020-03-29 11:14:28 +08:00
EatenBagpipe
4df2876c5f
add slides 2020-03-28 22:05:36 +08:00
function2-llx
65bb3d2bbe pao rust 2020-03-28 15:33:32 +08:00
宋香君
a77b3fce62 modify user/musl-rust 2020-03-28 15:09:40 +08:00
function2-llx
25b0d5d1a6 gcc in path 2020-03-28 14:09:10 +08:00
function2-llx
b055d0a8fd migrate rust to rCore 2020-03-27 00:17:37 +08:00
宋香君
29c5111410 add musl-rust 2020-03-26 23:28:05 +08:00
function2-llx
9f07940204 fix rcore-fs 2020-03-26 20:15:36 +08:00
function2-llx
769ee423dc fix dll 2020-03-26 10:55:02 +08:00
function2-llx
35215f8996 update submodule 2020-03-25 22:10:05 +08:00
function2-llx
dc2bf6e879 test 2020-03-25 20:49:16 +08:00
Chen
103a2da33b
Merge branch 'master' into pull-30-merge 2020-03-25 08:24:18 +08:00
Chen
c1907b6772
Merge pull request #40 from rcore-os/virtio
Move virtio drivers to external crate
2020-03-24 22:55:35 +08:00
Runji Wang
a395d5ea10 move virtio drivers to external crate 2020-03-24 22:27:21 +08:00
Jiajie Chen
1f75b26945 Run cargo fmt 2020-03-24 20:27:49 +08:00
Jiajie Chen
3e742b7cbc Fix compilation for mipsel target 2020-03-24 20:21:59 +08:00
Jiajie Chen
8cbe626c6a Use snake case in memory crate 2020-03-24 20:12:54 +08:00
Jiajie Chen
d5c0e0d58c Run cargo fmt 2020-03-24 20:03:02 +08:00
Jiajie Chen
5fb1fb08c8 Merge remote-tracking branch 'rcore/master' into orig-Loremkang 2020-03-24 19:56:45 +08:00
Runji Wang
e9aa7235ac
Merge pull request #38 from rcore-os/fix-debug-mode
Fix debug mode issue #37
2020-03-24 19:37:12 +08:00
Jiajie Chen
c0be01319b Don't create len=0 slices in iov 2020-03-24 18:44:25 +08:00