112 Commits (3b9e7e0216a5e0b49cd89e149a000cd276166172)

Author SHA1 Message Date
Jiajie Chen c5acdb67e6 Fix compilation for merge and update vga buffer address
6 years ago
Jiajie Chen 53bb55b971 Merge remote-tracking branch 'origin/dev' into dev
6 years ago
Jiajie Chen 51868e1616 Eliminate some warnings
6 years ago
Jiajie Chen d1d7fe44a7 Fix condvar race(maybe)
6 years ago
PanQL 9740983b2d
Merge branch 'mgba' into dev
6 years ago
PanQL f8c88baeea nonblock stdin for mgba keyboard support
6 years ago
Jiajie Chen 41da379593 Use new check_and_clone_cstr{,array}
6 years ago
PanQL 9e4a3f9662 create virtual vga file, now can draw fb on user state
6 years ago
WangRunji 6e5b3e2515 fix broken pipe status. rustc works now!
6 years ago
WangRunji ba8d08d733 fix Process dropping by making `proc.parent` a weak reference
6 years ago
Jiajie Chen e3595dd0f5 Implement sys_copy_file_range and use it for sendfile
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 98a99e33c6 fix '/proc/self/fd' panic
6 years ago
Jiajie Chen 7331404fc7 Fix /proc/self/fd not found panic
6 years ago
chyyuu 19200e40d0 impl pseudo INode '/proc/self/fd/FD_NUM' for rustc app
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 81fde731d0 Save and log file paths on sys_open and sys_close
6 years ago
WangRunji c885ea6d77 impl pseudo INode '/proc/self/exe'
6 years ago
Jiajie Chen e5894b652c Format code
6 years ago
Jiajie Chen fc60d2cea2 Do not poll unrelated files in sys_select
6 years ago
WangRunji 58271c7c8a convert user ptr to reference on check
6 years ago
WangRunji ab62d542fd allocate pid independently from tid. fix sys_fork return value.
6 years ago
chyyuu d8147bd955 fix bug:sys_sendfile: the return value: the length of written file
6 years ago
chyyuu bac9e77be1 fix bug: sys_sendfile: wrong length of written file
6 years ago
Jiajie Chen cf3fd0ec93 Fix ioctl numbers and sys_poll for mipsel
6 years ago
Jiajie Chen c9303466b4 Merge branch 'mipsel' into dev
6 years ago
WangRunji 8090e154c1 simplify sys_sendfile. check elf arch
6 years ago
Jiajie Chen 7ce2fca209 Fix ls -al for symlinks
6 years ago
Jiajie Chen 229c64cc7d Fix IoVec length type
6 years ago
WangRunji f74a3b8e8b by default: use busybox sh, disable log, build in release mode
6 years ago
Yuhao Zhou 3e7dd81dec Add lstat, fix timespec for musln32.
6 years ago
Jiajie Chen ff50a45396 Now ready to use busybox sh for user shell
6 years ago
Jiajie Chen 1bba33a05f Implement sys_ppoll over sys_poll
6 years ago
WangRunji f88cffb8ab fix bitvec version
6 years ago
Yuhao Zhou dc90cb5a8d Fix pgfault, fstat syscall convention. biscuit/ls works!
6 years ago
Yuhao Zhou 9075a172ad Fix iovec size for MIPSn32.
6 years ago
NagiNikaido de02024b77
Merge pull request #1 from rcore-os/dev
6 years ago
NagiNikaido c3813c4b38 BUGFIX: rewrited sys_chdir().
6 years ago
WangRunji 3556c758db impl more file system *at syscalls
6 years ago
Jiajie Chen 1f99f1270a Implement recvmsg syscall for netlink
6 years ago
WangRunji a712f37c65 update fs. support poll for INode.
6 years ago
Jiajie Chen b0c9087f0f Implement ioctl arp translation
6 years ago
Jiajie Chen 55df9ca892 Initial support for ioctl SIOCGARP
6 years ago
WangRunji c9a68634f5 simplify FdSet using bitvec crate
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