1327 Commits (887a207c8be2835e2afc7db71c9e4969b6cf2af0)
 

Author SHA1 Message Date
Harry Chen 887a207c8b Run cargo fmt
6 years ago
Harry Chen 5b53e86c41 Merge remote-tracking branch 'origin/dev' into mipsel
6 years ago
Jiajie Chen e3595dd0f5 Implement sys_copy_file_range and use it for sendfile
6 years ago
chyyuu ccc7eea114 add ioctl request id: FIONBIO (no real action, just return Ok(0)). p.s. for rustc
6 years ago
chyyuu d9d21a3db1 fix bug: sys_futex should not check timeout parameter for musl libc 1.1.22
6 years ago
chyyuu 252449a198 Merge branch 'dev' of github.com:rcore-os/rCore into dev
6 years ago
chyyuu 2fa3338b4f add unimplemented syscall SYS_MEMNARRIER from musl-1.1.22 with pthread OPs
6 years ago
chyyuu 537eecaf5e fix bug: the values of CloneFlags
6 years ago
Jiajie Chen 2e599b0bab Fix Rocket Chip serial interrupt
6 years ago
Yuhao Zhou 77ba66a0a3 Update page table.
6 years ago
Yuhao Zhou cc5bb8a81f Fix alignment issue in TrapFrame.
6 years ago
equation314 2fb09109bb Fix wrong display in console driver
6 years ago
equation314 03a8b3e449 aarch64: disable FP/SIMD registers again, update crates
6 years ago
Harry Chen c59cbe0dbc Fix stack alignment problem for MIPS N32 ABI, and fix alignment problem in CharAttribute
6 years ago
Harry Chen 378daa6c9b Fix bugs in Console, repr(C) is TOO EVILgit add src/!
6 years ago
Jiajie Chen 2f2cbb81ac Embed rocket chip dtb in code
6 years ago
Yuhao Zhou 59c1746491 Update default shell.
6 years ago
Yuhao Zhou 87d4027221 Align MemorySet with 64bytes.
6 years ago
equation314 bfe03b8ea0 aarch64: fix vm clone fault in fork
6 years ago
Jiajie Chen 35079e4193 Bump buddy system allocator
6 years ago
Jiajie Chen 056c2c5a36 Fix thinpad shell
6 years ago
Jiajie Chen af5c6ee237 Fix compilation on thinpad
6 years ago
Jiajie Chen 073108e0f8 Fix compilation on mipsel
6 years ago
Jiajie Chen b2777032c8 Merge remote-tracking branch 'origin/mipsel' into dev
6 years ago
Harry Chen e94fe1564e Init console on ThinPad, seems not wworking properly
6 years ago
WangRunji d10e17eb06 fix rv64 stack pointer alignment
6 years ago
WangRunji 3af0cf7e16 fix warnings
6 years ago
WangRunji b2de8dc9e6 fix page table racing on multi-thread
6 years ago
WangRunji da58486be5 refactor syscall: move all context and functions to struct Syscall
6 years ago
WangRunji 08d10522ff impl sys_set_tid_address. ignore invalid 'clear_child_tid' on exit
6 years ago
WangRunji 98a99e33c6 fix '/proc/self/fd' panic
6 years ago
Jiajie Chen f1971c489a Fix riscv32 testing
6 years ago
Jiajie Chen 7331404fc7 Fix /proc/self/fd not found panic
6 years ago
Jiajie Chen 6d14fbf3db Fix typo in ioctl
6 years ago
Chen 2a4747abaa
Merge pull request #46 from Jackey-Huo/dev
6 years ago
Jackey-Huo c63831870d remove the fxxk words....
6 years ago
Jackey-Huo f25faef01c Merge branch 'dev' of github.com:rcore-os/rCore into dev
6 years ago
chyyuu 19200e40d0 impl pseudo INode '/proc/self/fd/FD_NUM' for rustc app
6 years ago
Jackey-Huo 6ec65b3c1d Merge branch 'dev' of github.com:rcore-os/rCore into dev
6 years ago
Jiajie Chen 28aaae53b9 Refactor ioctl numbers and add FIOCLEX
6 years ago
Jackey-Huo e91718648e add htif read function for rocket-chip
6 years ago
WangRunji 6883127d5a update fs. add BlockCache
6 years ago
Jackey-Huo e594a4af32 stage debug code for output
6 years ago
Jiajie Chen feae733bb9 Implement poll for pipes
6 years ago
Jiajie Chen 64b383b69c Save path even in release mode
6 years ago
Jiajie Chen ad2f02388c Fix compilation on mipsel
6 years ago
Jiajie Chen 81fde731d0 Save and log file paths on sys_open and sys_close
6 years ago
WangRunji 6c988c4bfd note potential lost wakeup problem in Condvar. fix some use case.
6 years ago
Jiajie Chen 8651f09b31 Automatically enlarge heap when kernel heap is about to run out
6 years ago
WangRunji 54de0d8ae7 remove once crate. fix bitvec crate commit id.
6 years ago