1338 Commits (9df9d01e686bd366a3f4f163f95d6709e3a430f3)
 

Author SHA1 Message Date
WangRunji 9df9d01e68 impl deadlock detection
6 years ago
WangRunji d28f54ce32 show tid on log
6 years ago
Jiajie Chen 2653069a43 Implement tx for router driver
6 years ago
Jiajie Chen 5932372750 Initial rcore router device support
6 years ago
Harry Chen ef9a038ef5 Update user
6 years ago
Harry Chen a7b9ec3736 Bump to latest user, try to fix CI errors
6 years ago
Harry Chen ca8eb86d48 Update README
6 years ago
Harry Chen 324b64c2ed Merge remote-tracking branch 'rcore/dev' into dev
6 years ago
Harry Chen 887a207c8b Run cargo fmt
6 years ago
Harry Chen 5b53e86c41 Merge remote-tracking branch 'origin/dev' into mipsel
6 years ago
WangRunji 75919dce41 x86_64: simplify IPI
6 years ago
Jiajie Chen 2adbc4dcd9 Format code and use rust/sh for rocket chip shell
6 years ago
gjz010 c88c0193d4 x86_64: impl IPI and remote flush tlb
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