533 Commits (34c3d139a138eb42b29167bc19ab24180dd8a7df)

Author SHA1 Message Date
Harry Chen 34c3d139a1 Modify linker script to mipsel arch, add dts in kernel binary
6 years ago
Yuhao Zhou d588a922ab Fix some syntax errors.
6 years ago
Yuhao Zhou bcff364b1a Add exception handler for MIPS.
6 years ago
Yuhao Zhou 9bdac887f0 Remove SBI.
6 years ago
Yuhao Zhou 95b9fe5f5b Add timer for mips.
6 years ago
Yuhao Zhou cbb59d853b Fix arch error in mips.
6 years ago
Yuhao Zhou e53b3c16f6 Add interrupt for mips32 in crate::thread.
6 years ago
Yuhao Zhou a78916c57e Add MIPS target.
6 years ago
equation314 e4df6d6788 Fix bootloader build failure on aarch64
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
WangRunji 6923efd250 fix last commit. improve process code.
6 years ago
Jiajie Chen e3fb47a03e Remove m-mode and k210 support.
6 years ago
WangRunji fc584753c1 update crate x86_64 to v0.5, bootloader to v0.4
6 years ago
Jiajie Chen adb66167f8 Fix a potential racing in Condvar
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 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
Jiajie Chen 2fac6e9941 Dummy implementation for sys_statfs, sys_flock and sys_mount
6 years ago
Jiajie Chen 705505c543 Rearrange syscall order and implement dummy sys_fstatfs
6 years ago
Jiajie Chen 547baa9ecd Implement symlink following
6 years ago
Jiajie Chen 0272aa1070 Implement sys_readlink and improve sys_mremap
6 years ago
Jiajie Chen 1444fb4c42 Respect INTERP loader command in ELF and load the interpreter instead
6 years ago
Jiajie Chen 08ba9261aa Fix sys_mprotect with page alignment, dynamic loading seems working
6 years ago
Jiajie Chen d285adf277 Fix last commit for exit_in_qemu
6 years ago
Jiajie Chen b2585eb3bd Fix last commit
6 years ago
Jiajie Chen 4e0c18914f Implement sys_sendfile
6 years ago
WangRunji 638a2215b2 impl eager mmap file
6 years ago
WangRunji 5ddd5ece8d rename, simplify
6 years ago
Jiajie Chen abd93e49e3 Implement write_at for virtio_blk driver
6 years ago
Jiajie Chen c7b34a7f72 Use enable_irq explicitly in ixgbe driver
6 years ago
WangRunji cc6a069586 fix split absolute path
6 years ago
Jiajie Chen f09290442c Add pkttop.sh, bump user and drivers version
6 years ago
Jiajie Chen 6725ca10ab Fix IXGBE driver with drop and update user with working userland networking
6 years ago
WangRunji b9a7888290 update fs. impl sys_sync, sys_rmdir. fix sys_unlink.
6 years ago
Jiajie Chen 56f8f128ba Fix ixgbe driver
6 years ago
Jiajie Chen e3b7efbc94 Move ixgbe to isomorphic_drivers, and format driver codes
6 years ago
Jiajie Chen c6be460228 Fix PCI driver detaching
6 years ago
Jiajie Chen a0d9a8b2de Detach driver from the device in sys_map_pci_driver
6 years ago
Jiajie Chen 960ef2e1f8 Implement PCI driver detach and merge NetDriver trait into Driver
6 years ago
Jiajie Chen cf3b183311 Use jumbo frame in ixgbe
6 years ago
Jiajie Chen fffc330f47 Fix u540 serial print and fix sys_accept
6 years ago