WangRunji
|
b836b11792
|
reformat code using cargo fmt
|
2019-03-27 18:45:24 +08:00 |
|
Jiajie Chen
|
e3fb47a03e
|
Remove m-mode and k210 support.
|
2019-03-26 08:28:10 +08:00 |
|
Jiajie Chen
|
285ffc7618
|
Move absolute/relative path resolution to rcore-fs, implement dummy sys_fchown, sys_fchownat and sys_symlinkat
|
2019-03-24 18:25:13 +08:00 |
|
Jiajie Chen
|
556d263d8e
|
Implement sys_openat and sys_renameat
|
2019-03-24 00:36:13 +08:00 |
|
Jiajie Chen
|
547baa9ecd
|
Implement symlink following
|
2019-03-23 15:47:44 +08:00 |
|
WangRunji
|
b9a7888290
|
update fs. impl sys_sync, sys_rmdir. fix sys_unlink.
|
2019-03-20 16:59:47 +08:00 |
|
WangRunji
|
1c5effae04
|
move hard link user asm to Rust
|
2019-03-16 16:54:24 +08:00 |
|
Jiajie Chen
|
71808b49f5
|
Initial ixgbe driver capable of receiving frames
|
2019-03-14 09:30:43 +08:00 |
|
WangRunji
|
40ac510ecd
|
fix compile on riscv & aarch64
|
2019-03-12 11:49:17 +08:00 |
|
Jiajie Chen
|
b590545375
|
Implement sys_pwrite, sys_accept4 and dummy sys_chown, sys_epoll_create1. Allow recvfrom for tcp
|
2019-03-08 18:03:46 +08:00 |
|
Jiajie Chen
|
35dad6853f
|
Enable SSE and save FP registers in trapframe, implement sys_pread, sys_uname and sys_sched_getaffinity, support FIXED in mmap
|
2019-03-08 14:24:20 +08:00 |
|
Jiajie Chen
|
cca53536d1
|
Implement sys_pipe, fix sys_chdir, add dummy sys_setuid, and set an ephermal port when binding port 0
|
2019-03-07 19:31:46 +08:00 |
|
Jiajie Chen
|
42b02453a0
|
Implement basic version of sys_poll supporting stdin and socket, fix some deadlocks and introduce some others
|
2019-03-06 20:24:55 +08:00 |
|
WangRunji
|
0fd24ff92e
|
impl sys_f(data)sync, sys_(f)truncate, sys_(un)link
|
2019-03-02 23:16:11 +08:00 |
|
WangRunji
|
472dac5d09
|
fix sys_getdent64. pass ls in coreutils & busybox
|
2019-03-02 17:17:57 +08:00 |
|
WangRunji
|
8ab991ebe1
|
remove global ActivePageTable, because it's CPU local
|
2019-03-02 11:19:47 +08:00 |
|
Jiajie Chen
|
71336aca5c
|
Redesign NetDriver trait and update drivers
|
2019-02-28 12:31:10 +08:00 |
|
WangRunji
|
4e146ec491
|
impl sys_lseek
|
2019-02-26 17:01:38 +08:00 |
|
WangRunji
|
cab19688d5
|
rename File to FileHandle. impl create for sys_open.
|
2019-02-26 01:44:13 +08:00 |
|
WangRunji
|
6e8a0e20ab
|
fix device compile error, update crate pc_keyboard
|
2019-02-22 21:15:05 +08:00 |
|
WangRunji
|
08c8d89974
|
update SFS to new rcore-fs
|
2019-02-22 17:10:57 +08:00 |
|
WangRunji
|
cf9ac9ccfd
|
split fs mod
|
2019-02-22 13:08:40 +08:00 |
|