133 Commits (75ba0859cff973cf63d38d24e267c03924435c5a)

Author SHA1 Message Date
Harry Chen 88bda7c4a0 Use Linux syscall number for mips N32 ABI, update user app
6 years ago
WangRunji 11c5609171 refactor PCI mod using pci crate
6 years ago
Jiajie Chen cbba658e22 Implement ATA IDENTIFY DEVICE via AHCI interface
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 b836b11792 reformat code using `cargo fmt`
6 years ago
Jiajie Chen fe88f4f77f Fix sys_readv not updating file offset
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 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 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
WangRunji cc6a069586 fix split absolute path
6 years ago
WangRunji b9a7888290 update fs. impl sys_sync, sys_rmdir. fix sys_unlink.
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 fffc330f47 Fix u540 serial print and fix sys_accept
6 years ago
Jiajie Chen 7fd9130024 Add missing changeset in last commit
6 years ago
Jiajie Chen 5d601c3ea4 Move socket to global, move and merge functions to net/structs.rs
6 years ago
Jiajie Chen edbf07f914 Add #[deny(warnings)] to syscall dispatch. See 17e644e54e for discussion
6 years ago
Jiajie Chen 62d60d16e5 Fix sys_getcwd: return pointer to cwd
6 years ago
WangRunji 17e644e54e unimportant changes
6 years ago
equation314 480bf0d14c fix struct stat layout on non-x86 archs
6 years ago
equation314 eca05a1685 add non-x86 syscall ids
6 years ago
Jiajie Chen 23b4c39ec7 Enlarge tcp send/recv buf for sys_accept() sockets
6 years ago
Jiajie Chen 755f820c41 Enable interrupt throttling, use spin before wait in sys_read and fix sys_bind, sys_poll for udp
6 years ago
WangRunji c6c76147d6 impl custom syscall: sys_get_paddr
6 years ago
Jiajie Chen 236c403f36 Enable ixgbe ip receive checksum
6 years ago
WangRunji a3edd38046 fix VGA color on x86_64
6 years ago
WangRunji 0f339fcbf8 fix compile on riscv
6 years ago
Jiajie Chen 0977814d34 Fix ixgbe and e1000 drivers by adding IFCS bit
6 years ago
Jiajie Chen e7657356a2 Implement sys_map_pci_device call for mapping BAR into user space
6 years ago
Jiajie Chen 8860f1e4a3 Implement mapping from riscv to x86_64 syscall numbering
6 years ago
Jiajie Chen a4c1d1231b Use rust user shell instead of kernel shell and fix sys_exec
6 years ago
Jiajie Chen a6bb042bd9 Support zero timeout in sys_select. Improve e1000 driver speed
6 years ago