1053 Commits (b4bd960a7475e97598c6116ecc51a9acc185fedc)
 

Author SHA1 Message Date
Jiajie Chen b4bd960a74 Map ixgbe to kernel space as well
6 years ago
Jiajie Chen ee66451873 Map e1000 to kernel space addr as well and rename its iface
6 years ago
Jiajie Chen 66af7473eb Do not use alloc::prelude
6 years ago
Jiajie Chen ca45848028 Add extra_nic option
6 years ago
Jiajie Chen 4c528be778 Fix comment in AHCI
6 years ago
WangRunji 05d714ff27 improve AHCI mod stage 2
6 years ago
WangRunji 8d92b7b985 simplify AHCI mod stage 1
6 years ago
WangRunji 11c5609171 refactor PCI mod using pci crate
6 years ago
Jiajie Chen d9bdaf9875 Fix AHCI not working on newer versions of QEMU
6 years ago
Jiajie Chen 3dff84c686 Fix last commit for pci device probing
6 years ago
Jiajie Chen 2da17d7fcd Replace IDE with AHCI driver
6 years ago
Jiajie Chen cbba658e22 Implement ATA IDENTIFY DEVICE via AHCI interface
6 years ago
Jiajie Chen fad837c916 Merge branch 'dev'
6 years ago
equation314 b8d91965e7 aarch64: fix `A1` field in `TCR_EL1` register
6 years ago
Jiajie Chen 9831cae13c Fix travis CI for riscv32
6 years ago
Jiajie Chen 236ddd0827 Move chmod to x86 specific syscall
6 years ago
Jiajie Chen 105ce6a794 Merge remote-tracking branch 'rcore/dev'
6 years ago
WangRunji 1ffd44cde0 HUGE REFACTOR net module
6 years ago
Jiajie Chen 311cf104f9 Many minor fixes to allow gcc to run inside rCore. Add some syscalls, fix SEEK_* and enlarge the heap
6 years ago
Jiajie Chen 524865ebd8 Implement sys_prlimit64 for nginx
6 years ago
WangRunji c2a90e2ab1 update dependencies
6 years ago
WangRunji b836b11792 reformat code using `cargo fmt`
6 years ago
Jiajie Chen fe88f4f77f Fix sys_readv not updating file offset
6 years ago
equation314 e4df6d6788 Fix bootloader build failure on aarch64
6 years ago
Jiajie Chen 7f36069b11 Change travis test arch from riscv64 to riscv32
6 years ago
Jiajie Chen 772ab4f37d Change travis badge link, and fix allow_failures syntax
6 years ago
Jiajie Chen 10e883d56f Fix mmap clashing with temporary map addr. Add riscv toolchains in travis CI
6 years ago
Jiajie Chen fcfe677bcc Fix makefile and loader NULL character stripping
6 years ago
Jiajie Chen 5c33191765 Implement automatic tests using kernel cmdline
6 years ago
WangRunji dc19d38dc7 convert all C-style comments to Rust-style docs
6 years ago
WangRunji 01a0f961e9 remove remaining M-Mode & K210 code. improve docs in context.rs
6 years ago
Jiajie Chen ff82679ddc Add aarch64 to allow_failures, update user
6 years ago
WangRunji 6923efd250 fix last commit. improve process code.
6 years ago
Jiajie Chen e3fb47a03e Remove m-mode and k210 support.
6 years ago
Jiajie Chen 58192827e1 Add qemu-img to $PATH in Travis CI
6 years ago
Jiajie Chen fb8fe46606 Install libfuse in travis CI
6 years ago
WangRunji fc584753c1 update crate x86_64 to v0.5, bootloader to v0.4
6 years ago
Jiajie Chen a1e26a2a59 Move to a newer rust toolchain with rls
6 years ago
Jiajie Chen adb66167f8 Fix a potential racing in Condvar
6 years ago
Jiajie Chen 3a6803af9b Implement O(1) scheduler and add comments for other schedulers
6 years ago
Jiajie Chen 394afa493e Fix TODO in work stealing scheduler
6 years ago
Jiajie Chen 7ee69db575 Silence sys_access and sys_chdir because rust sh use these now
6 years ago
Jiajie Chen 285ffc7618 Move absolute/relative path resolution to rcore-fs, implement dummy sys_fchown, sys_fchownat and sys_symlinkat
6 years ago
Jiajie Chen 48ebf98f11 Fix pop_with_split, check file existence in sys_access
6 years ago
Jiajie Chen 285df82b80
Fix qcow2, and add pci_passthru to MakeFile
6 years ago
Jiajie Chen 715faca0df Use qcow2 instead of img for sfsimg
6 years ago
Jiajie Chen 556d263d8e Implement sys_openat and sys_renameat
6 years ago
Jiajie Chen 7b20c72864 Fix last commit
6 years ago
Jiajie Chen 0edfc07939 Allow page fault handler to bypass process lock and fix thread pool wakeup for exited process
6 years ago
Jiajie Chen 9f03bfc849 Add rand module for ip port randomization and use ethernet default mtu in ixgbe
6 years ago