WangRunji
|
1ffd44cde0
|
HUGE REFACTOR net module
|
2019-03-29 13:23:49 +08:00 |
|
Jiajie Chen
|
524865ebd8
|
Implement sys_prlimit64 for nginx
|
2019-03-27 21:39:44 +08:00 |
|
WangRunji
|
b836b11792
|
reformat code using cargo fmt
|
2019-03-27 18:45:24 +08:00 |
|
Jiajie Chen
|
fe88f4f77f
|
Fix sys_readv not updating file offset
|
2019-03-27 18:38:42 +08:00 |
|
Jiajie Chen
|
adb66167f8
|
Fix a potential racing in Condvar
|
2019-03-24 23:53:09 +08:00 |
|
Jiajie Chen
|
7ee69db575
|
Silence sys_access and sys_chdir because rust sh use these now
|
2019-03-24 19:10:33 +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
|
48ebf98f11
|
Fix pop_with_split, check file existence in sys_access
|
2019-03-24 16:25:32 +08:00 |
|
Jiajie Chen
|
556d263d8e
|
Implement sys_openat and sys_renameat
|
2019-03-24 00:36:13 +08:00 |
|
Jiajie Chen
|
0edfc07939
|
Allow page fault handler to bypass process lock and fix thread pool wakeup for exited process
|
2019-03-23 23:50:30 +08:00 |
|
Jiajie Chen
|
9f03bfc849
|
Add rand module for ip port randomization and use ethernet default mtu in ixgbe
|
2019-03-23 18:23:02 +08:00 |
|
Jiajie Chen
|
2fac6e9941
|
Dummy implementation for sys_statfs, sys_flock and sys_mount
|
2019-03-23 16:25:46 +08:00 |
|
Jiajie Chen
|
705505c543
|
Rearrange syscall order and implement dummy sys_fstatfs
|
2019-03-23 16:17:19 +08:00 |
|
Jiajie Chen
|
547baa9ecd
|
Implement symlink following
|
2019-03-23 15:47:44 +08:00 |
|
Jiajie Chen
|
0272aa1070
|
Implement sys_readlink and improve sys_mremap
|
2019-03-23 11:33:53 +08:00 |
|
Jiajie Chen
|
08ba9261aa
|
Fix sys_mprotect with page alignment, dynamic loading seems working
|
2019-03-23 00:46:32 +08:00 |
|
Jiajie Chen
|
d285adf277
|
Fix last commit for exit_in_qemu
|
2019-03-23 00:26:36 +08:00 |
|
Jiajie Chen
|
b2585eb3bd
|
Fix last commit
|
2019-03-23 00:22:33 +08:00 |
|
Jiajie Chen
|
4e0c18914f
|
Implement sys_sendfile
|
2019-03-23 00:20:25 +08:00 |
|
WangRunji
|
638a2215b2
|
impl eager mmap file
|
2019-03-22 23:58:19 +08:00 |
|
WangRunji
|
5ddd5ece8d
|
rename, simplify
|
2019-03-22 23:45:57 +08:00 |
|
WangRunji
|
cc6a069586
|
fix split absolute path
|
2019-03-21 00:37:54 +08:00 |
|
WangRunji
|
b9a7888290
|
update fs. impl sys_sync, sys_rmdir. fix sys_unlink.
|
2019-03-20 16:59:47 +08:00 |
|
Jiajie Chen
|
a0d9a8b2de
|
Detach driver from the device in sys_map_pci_driver
|
2019-03-20 13:00:19 +08:00 |
|
Jiajie Chen
|
960ef2e1f8
|
Implement PCI driver detach and merge NetDriver trait into Driver
|
2019-03-20 11:36:41 +08:00 |
|
Jiajie Chen
|
fffc330f47
|
Fix u540 serial print and fix sys_accept
|
2019-03-19 22:58:17 +08:00 |
|
Jiajie Chen
|
7fd9130024
|
Add missing changeset in last commit
|
2019-03-19 18:35:40 +08:00 |
|
Jiajie Chen
|
5d601c3ea4
|
Move socket to global, move and merge functions to net/structs.rs
|
2019-03-19 18:33:13 +08:00 |
|
Jiajie Chen
|
edbf07f914
|
Add #[deny(warnings)] to syscall dispatch. See 17e644e54e for discussion
|
2019-03-18 21:36:57 +08:00 |
|
Jiajie Chen
|
62d60d16e5
|
Fix sys_getcwd: return pointer to cwd
|
2019-03-18 11:23:49 +08:00 |
|
WangRunji
|
17e644e54e
|
unimportant changes
|
2019-03-18 00:18:03 +08:00 |
|
equation314
|
480bf0d14c
|
fix struct stat layout on non-x86 archs
|
2019-03-17 23:16:22 +08:00 |
|
equation314
|
eca05a1685
|
add non-x86 syscall ids
|
2019-03-17 23:05:09 +08:00 |
|
Jiajie Chen
|
23b4c39ec7
|
Enlarge tcp send/recv buf for sys_accept() sockets
|
2019-03-17 11:24:50 +08:00 |
|
Jiajie Chen
|
755f820c41
|
Enable interrupt throttling, use spin before wait in sys_read and fix sys_bind, sys_poll for udp
|
2019-03-17 00:33:05 +08:00 |
|
WangRunji
|
c6c76147d6
|
impl custom syscall: sys_get_paddr
|
2019-03-16 21:24:41 +08:00 |
|
Jiajie Chen
|
236c403f36
|
Enable ixgbe ip receive checksum
|
2019-03-16 15:58:32 +08:00 |
|
WangRunji
|
a3edd38046
|
fix VGA color on x86_64
|
2019-03-16 15:54:43 +08:00 |
|
WangRunji
|
0f339fcbf8
|
fix compile on riscv
|
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
|
a4c1d1231b
|
Use rust user shell instead of kernel shell and fix sys_exec
|
2019-03-14 20:51:30 +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 |
|
Jiajie Chen
|
b7aee438db
|
Fix sys_kill and add killtest
|
2019-03-11 17:55:39 +08:00 |
|