239 Commits (ba8f9370ba240b6f2ec9615c0687fa8d25be3116)

Author SHA1 Message Date
WangRunji c8262f936f fix paging for mips
6 years ago
WangRunji cd22273ef9 refactor to linear mapping for x86_64
6 years ago
Yuhao Zhou 87d4027221 Align MemorySet with 64bytes.
6 years ago
Jiajie Chen 8651f09b31 Automatically enlarge heap when kernel heap is about to run out
6 years ago
WangRunji 60cdea81d9 fix check user ptr across VMAs
6 years ago
WangRunji a25c8132fe delay mapping file
6 years ago
WangRunji 88e1055eed refactor fork MemorySet, introduce clone_map to MemoryHandler
6 years ago
WangRunji 8024401bd2 simplify x86_64 consts. keep MemoryArea order by start address
6 years ago
WangRunji 58271c7c8a convert user ptr to reference on check
6 years ago
Jiajie Chen cd2c78dd46 Add Rocket Chip platform in README
6 years ago
chyyuu 734e01cc46 fix bug: sys_mmap didn't zero clean the anonymous memory
6 years ago
WangRunji f29f5e4d35 fix memory area alignment #41
6 years ago
WangRunji b77a52dccb move bit-allocator and rcore-thread crate to remote
6 years ago
WangRunji c2a90e2ab1 update dependencies
6 years ago
WangRunji b836b11792 reformat code using `cargo fmt`
6 years ago
Jiajie Chen 10e883d56f Fix mmap clashing with temporary map addr. Add riscv toolchains in travis CI
6 years ago
Jiajie Chen e3fb47a03e Remove m-mode and k210 support.
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 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 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 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
WangRunji 5ddd5ece8d rename, simplify
6 years ago
WangRunji 7eaeb4711e fix thread crate example
6 years ago
WangRunji 442e1f4d0f merge bbl crate to kernel
6 years ago
WangRunji 17e644e54e unimportant changes
6 years ago
equation314 18626a2a19 Merge branch 'bootloader' into biscuit
6 years ago
WangRunji c6c76147d6 impl custom syscall: sys_get_paddr
6 years ago
WangRunji 40ac510ecd fix compile on riscv & aarch64
6 years ago
Jiajie Chen 8dc7c7bd3c Implement sys_reboot with isa-debug-exit and add test script using expect
6 years ago
WangRunji d64681a26b recover thread join
6 years ago
Jiajie Chen 8cb11b7aa8 Implement tid/pid/ppid separation
6 years ago
equation314 f3d47f4b02 aarch64: move crate bcm2837 to remote
6 years ago
equation314 68b967b48e aarch64: move crate `atags` into crate `bcm2837`
6 years ago
equation314 279f983786 aarch64: put the kernel in the top VA range
6 years ago
WangRunji 84c12ae6e1 rename functions. ignore readonly in mmap to avoid page fault.
6 years ago
Jiajie Chen 1645451749 Implement memory_set splitting for munmap, add sys_sysinfo
6 years ago
Jiajie Chen 69498ae909 Fix delay memory handler: set present=true before unmapping
6 years ago
WangRunji f7f740a021 remove TLS setup code. fix check writable memory
6 years ago
Jiajie Chen 84e07a6d83 Implement sys_mprotect and move attr setting from page_fault_handler to map in Delay
6 years ago
Jiajie Chen 6e7dc9e349 Minor fixes around thread pool, writev, fs and implement gettid
6 years ago
Jiajie Chen 8b9aecca1c Fix a potential racing in park() and unpark(), fix sys_poll for a running telnet
6 years ago
Jiajie Chen 42b02453a0 Implement basic version of sys_poll supporting stdin and socket, fix some deadlocks and introduce some others
6 years ago
Jiajie Chen 2683314c38 Allocate pages eagerly for Delay when forking. Implement sys_getsockname.
6 years ago
Jiajie Chen a51b9dbd90 Implement tls setup code(not working yet), tcp sys_bind and sys_connect
6 years ago
WangRunji 738554386b introduce VMError to simplify EFAULT error handling
6 years ago