equation314
|
e4df6d6788
|
Fix bootloader build failure on aarch64
|
2019-03-27 12:08:02 +08:00 |
|
Jiajie Chen
|
7f36069b11
|
Change travis test arch from riscv64 to riscv32
|
2019-03-27 07:28:18 +08:00 |
|
Jiajie Chen
|
772ab4f37d
|
Change travis badge link, and fix allow_failures syntax
|
2019-03-27 01:40:47 +08:00 |
|
Jiajie Chen
|
10e883d56f
|
Fix mmap clashing with temporary map addr. Add riscv toolchains in travis CI
|
2019-03-26 17:33:32 +08:00 |
|
Jiajie Chen
|
fcfe677bcc
|
Fix makefile and loader NULL character stripping
|
2019-03-26 16:50:21 +08:00 |
|
Jiajie Chen
|
5c33191765
|
Implement automatic tests using kernel cmdline
|
2019-03-26 16:05:21 +08:00 |
|
WangRunji
|
dc19d38dc7
|
convert all C-style comments to Rust-style docs
|
2019-03-26 13:49:52 +08:00 |
|
WangRunji
|
01a0f961e9
|
remove remaining M-Mode & K210 code. improve docs in context.rs
|
2019-03-26 13:36:19 +08:00 |
|
Jiajie Chen
|
ff82679ddc
|
Add aarch64 to allow_failures, update user
|
2019-03-26 11:41:49 +08:00 |
|
WangRunji
|
6923efd250
|
fix last commit. improve process code.
|
2019-03-26 11:23:58 +08:00 |
|
Jiajie Chen
|
e3fb47a03e
|
Remove m-mode and k210 support.
|
2019-03-26 08:28:10 +08:00 |
|
Jiajie Chen
|
58192827e1
|
Add qemu-img to $PATH in Travis CI
|
2019-03-25 22:03:56 +08:00 |
|
Jiajie Chen
|
fb8fe46606
|
Install libfuse in travis CI
|
2019-03-25 21:36:10 +08:00 |
|
WangRunji
|
fc584753c1
|
update crate x86_64 to v0.5, bootloader to v0.4
|
2019-03-25 18:13:43 +08:00 |
|
Jiajie Chen
|
a1e26a2a59
|
Move to a newer rust toolchain with rls
|
2019-03-25 13:00:09 +08:00 |
|
Jiajie Chen
|
adb66167f8
|
Fix a potential racing in Condvar
|
2019-03-24 23:53:09 +08:00 |
|
Jiajie Chen
|
3a6803af9b
|
Implement O(1) scheduler and add comments for other schedulers
|
2019-03-24 22:22:44 +08:00 |
|
Jiajie Chen
|
394afa493e
|
Fix TODO in work stealing scheduler
|
2019-03-24 21:39:15 +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
|
285df82b80
|
Fix qcow2, and add pci_passthru to MakeFile
Signed-off-by: Jiajie Chen <noc@jiegec.ac.cn>
|
2019-03-24 01:29:03 +08:00 |
|
Jiajie Chen
|
715faca0df
|
Use qcow2 instead of img for sfsimg
|
2019-03-24 00:49:48 +08:00 |
|
Jiajie Chen
|
556d263d8e
|
Implement sys_openat and sys_renameat
|
2019-03-24 00:36:13 +08:00 |
|
Jiajie Chen
|
7b20c72864
|
Fix last commit
|
2019-03-23 23:53:12 +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
|
1444fb4c42
|
Respect INTERP loader command in ELF and load the interpreter instead
|
2019-03-23 01:32:08 +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 |
|
Jiajie Chen
|
abd93e49e3
|
Implement write_at for virtio_blk driver
|
2019-03-22 23:14:41 +08:00 |
|
Jiajie Chen
|
c7b34a7f72
|
Use enable_irq explicitly in ixgbe driver
|
2019-03-22 12:33:48 +08:00 |
|
WangRunji
|
7eaeb4711e
|
fix thread crate example
|
2019-03-21 00:38:43 +08:00 |
|
WangRunji
|
cc6a069586
|
fix split absolute path
|
2019-03-21 00:37:54 +08:00 |
|
chyyuu
|
bfe1bec570
|
update README
|
2019-03-21 00:12:33 +08:00 |
|
Jiajie Chen
|
f09290442c
|
Add pkttop.sh, bump user and drivers version
|
2019-03-20 23:02:12 +08:00 |
|
Jiajie Chen
|
6725ca10ab
|
Fix IXGBE driver with drop and update user with working userland networking
|
2019-03-20 19:04:07 +08:00 |
|
WangRunji
|
b9a7888290
|
update fs. impl sys_sync, sys_rmdir. fix sys_unlink.
|
2019-03-20 16:59:47 +08:00 |
|
Jiajie Chen
|
56f8f128ba
|
Fix ixgbe driver
|
2019-03-20 16:43:40 +08:00 |
|
Jiajie Chen
|
e3b7efbc94
|
Move ixgbe to isomorphic_drivers, and format driver codes
|
2019-03-20 16:29:42 +08:00 |
|
Jiajie Chen
|
c6be460228
|
Fix PCI driver detaching
|
2019-03-20 14:35:37 +08:00 |
|
Jiajie Chen
|
a0d9a8b2de
|
Detach driver from the device in sys_map_pci_driver
|
2019-03-20 13:00:19 +08:00 |
|