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

1049 Commits

Author SHA1 Message Date
WangRunji
a3edd38046 fix VGA color on x86_64 2019-03-16 15:54:43 +08:00
WangRunji
e70cac58c8 refactor x86_64 VGA using console-traits crate 2019-03-16 13:15:26 +08:00
WangRunji
0f339fcbf8 fix compile on riscv 2019-03-16 13:13:42 +08:00
WangRunji
b304764fb5 fix VGA on x86_64 2019-03-16 13:13:42 +08:00
Jiajie Chen
0977814d34 Fix ixgbe and e1000 drivers by adding IFCS bit 2019-03-16 10:05:43 +08:00
Jiajie Chen
e7657356a2 Implement sys_map_pci_device call for mapping BAR into user space 2019-03-16 07:21:54 +08:00
Jiajie Chen
8860f1e4a3 Implement mapping from riscv to x86_64 syscall numbering 2019-03-15 23:55:01 +08:00
Jiajie Chen
cd23967f97 Fix riscv32 hartid saving 2019-03-15 12:39:55 +08:00
WangRunji
b8460e20d8 fix riscv syscall ABI. fix store user tp and kernel hartid 2019-03-15 01:58:19 +08:00
Jiajie Chen
a4c1d1231b Use rust user shell instead of kernel shell and fix sys_exec 2019-03-14 20:51:30 +08:00
Jiajie Chen
543fb971ed Fix input blocked when keyboard input is fast 2019-03-14 20:04:46 +08:00
Jiajie Chen
9dd576d6a1 Fix ixgbe transmitting 2019-03-14 14:40:52 +08:00
Jiajie Chen
e1bcbe7eb2 Initial ixgbe driver with transitting 2019-03-14 13:20:43 +08:00
Jiajie Chen
71808b49f5 Initial ixgbe driver capable of receiving frames 2019-03-14 09:30:43 +08:00
Jiajie Chen
a6bb042bd9 Support zero timeout in sys_select. Improve e1000 driver speed 2019-03-13 11:41:33 +08:00
Jiajie Chen
02a40b359b Only remap device memory region lazily 2019-03-12 14:33:29 +08:00
Jiajie Chen
af63d937d6 Add udp remote endpoint state 2019-03-12 13:38:20 +08:00
Jiajie Chen
33ce72703b Enlarge tcp send/recv buf, implement getsockopt for send/recv buf and add spin_and_wait 2019-03-12 11:59:31 +08:00
WangRunji
40ac510ecd fix compile on riscv & aarch64 2019-03-12 11:49:17 +08:00
jiegec
09588d7a1f Fix Sockaddr, implement sys_rusage and fix readv 2019-03-12 09:54:58 +08:00
equation314
681c0be801 aarch64: fix the potential memory overlapping bug of bootloader 2019-03-12 01:28:28 +08:00
Jiajie Chen
91ae86ad3f Improve test stability 2019-03-11 21:15:27 +08:00
Jiajie Chen
b7aee438db Fix sys_kill and add killtest 2019-03-11 17:55:39 +08:00
Jiajie Chen
17c08ce26c Fix sys_exit/sys_exit_group deadlock 2019-03-11 17:19:00 +08:00
Jiajie Chen
14a1046c57 Use C-a x to quit qemu in tests. Add usertests 2019-03-11 16:44:32 +08:00
Jiajie Chen
8dc7c7bd3c Implement sys_reboot with isa-debug-exit and add test script using expect 2019-03-11 16:09:15 +08:00
WangRunji
9269a9856d support fast syscall 2019-03-11 15:45:09 +08:00
WangRunji
98b3b12c96 continue refactoring process 2019-03-11 01:06:44 +08:00
WangRunji
d64681a26b recover thread join 2019-03-10 21:43:32 +08:00
Jiajie Chen
8cb11b7aa8 Implement tid/pid/ppid separation 2019-03-10 15:23:15 +08:00
Jiajie Chen
82457be2ec Make time syscall more rustful 2019-03-10 08:53:29 +08:00
Jiajie Chen
cb0a51d28d Use union to implement sockaddr, and eliminate many warnings 2019-03-10 08:39:22 +08:00
Jiajie Chen
d041884cc2 Fix sys_accept deadlock 2019-03-10 01:20:50 +08:00
Jiajie Chen
6697861860 Add is_listening to TcpSocketState, support sys_poll for listen 2019-03-10 00:58:10 +08:00
Jiajie Chen
6ed66d03d8 Fix sys_pipe 2019-03-10 00:50:28 +08:00
Jiajie Chen
d0d05acfd0 Implement Clone for SocketWrapper 2019-03-10 00:48:04 +08:00
equation314
f3d47f4b02 aarch64: move crate bcm2837 to remote 2019-03-09 23:03:44 +08:00
equation314
68b967b48e aarch64: move crate atags into crate bcm2837 2019-03-09 22:20:12 +08:00
equation314
279f983786 aarch64: put the kernel in the top VA range 2019-03-09 19:50:28 +08:00
WangRunji
84c12ae6e1 rename functions. ignore readonly in mmap to avoid page fault. 2019-03-09 15:55:00 +08:00
WangRunji
ab63c933c2 fix sys_nanosleep 2019-03-09 14:08:56 +08:00
WangRunji
491353acfd impl sys_futex. fix clear_child_tid for thread exit 2019-03-09 12:54:26 +08:00
WangRunji
84b2af3cdb refactor sys_close_internal to SocketWrapper::drop 2019-03-09 12:49:59 +08:00
Jiajie Chen
1645451749 Implement memory_set splitting for munmap, add sys_sysinfo 2019-03-09 07:15:47 +08:00
WangRunji
dc55238989 fix sys_clone newtls 2019-03-09 00:47:02 +08:00
WangRunji
d51c52902d minimal impl sys_clone 2019-03-08 22:37:47 +08:00
WangRunji
c3563192b5 fix SysResult::Ok(isize -> usize) 2019-03-08 19:04:39 +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
WangRunji
fdc28724a3 fix sys_wait -1. update fs. 2019-03-08 15:54:03 +08:00
Jiajie Chen
0666a5a7ee Implement sys_clock_gettime 2019-03-08 15:35:18 +08:00