1304 Commits (b2777032c83d9e0600a1846e1d7dc7931e9e500d)
 

Author SHA1 Message Date
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
Jackey-Huo 2d047c67be Merge branch 'dev' of github.com:rcore-os/rCore into dev
6 years ago
Jiajie Chen 2f6f8ef9bc Add syscall timing using rdtsc
6 years ago
WangRunji ba74f93ab8 x86_64: shrink kernel heap size and remove 'enlarge_heap'
6 years ago
WangRunji bc1bad3060 optimize sys_exec: only read ELF header
6 years ago
WangRunji c885ea6d77 impl pseudo INode '/proc/self/exe'
6 years ago
Jiajie Chen bd158e4e74 Do not panic when exec file is invalid
6 years ago
WangRunji 60cdea81d9 fix check user ptr across VMAs
6 years ago
WangRunji a25c8132fe delay mapping file
6 years ago
Harry Chen 582268ec21 Enable framebuffer support for thinpad
6 years ago
WangRunji 88e1055eed refactor fork MemorySet, introduce clone_map to MemoryHandler
6 years ago
Yuhao Zhou 2140ec6bef Add thinpad settings.
6 years ago
WangRunji 8024401bd2 simplify x86_64 consts. keep MemoryArea order by start address
6 years ago
Yuhao Zhou b45d75c168 Align base address in init_heap().
6 years ago
Yuhao Zhou cbad1f2ceb Update simple_uart
6 years ago
Jiajie Chen ae4badb3cd Force python3.7 for make addr2line
6 years ago
Jiajie Chen e5894b652c Format code
6 years ago
WangRunji 72efa797e5 x86_64: enable interrupt during syscall. set TSS.sp0 through gs.
6 years ago
WangRunji 5bc6395b23 fix sys_exec
6 years ago
WangRunji 27f5c7b2e4 detach thread to auto recycle tid. fix #25
6 years ago
Harry Chen ff0fa24897 Move kernel to the beginning of physical memory to save space
6 years ago
Jiajie Chen fc60d2cea2 Do not poll unrelated files in sys_select
6 years ago
Harry Chen a744131663 Fix compilation error for thinpad
6 years ago
WangRunji 58271c7c8a convert user ptr to reference on check
6 years ago