98 Commits (98a99e33c614138cc0a8bf1216b313e930f36c93)

Author SHA1 Message Date
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
WangRunji b836b11792 reformat code using `cargo fmt`
6 years ago
Jiajie Chen fe88f4f77f Fix sys_readv not updating file offset
6 years ago
Jiajie Chen 7ee69db575 Silence sys_access and sys_chdir because rust sh use these now
6 years ago
Jiajie Chen 285ffc7618 Move absolute/relative path resolution to rcore-fs, implement dummy sys_fchown, sys_fchownat and sys_symlinkat
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 547baa9ecd Implement symlink following
6 years ago
Jiajie Chen 0272aa1070 Implement sys_readlink and improve sys_mremap
6 years ago
Jiajie Chen b2585eb3bd Fix last commit
6 years ago
Jiajie Chen 4e0c18914f Implement sys_sendfile
6 years ago
WangRunji 638a2215b2 impl eager mmap file
6 years ago
WangRunji 5ddd5ece8d rename, simplify
6 years ago
WangRunji cc6a069586 fix split absolute path
6 years ago
WangRunji b9a7888290 update fs. impl sys_sync, sys_rmdir. fix sys_unlink.
6 years ago