Jiajie Chen
|
12a29297ba
|
Revert part of changes
|
2020-06-12 08:50:07 +08:00 |
|
function2-llx
|
c157890f33
|
run cargo fmt
|
2020-06-06 04:27:19 +08:00 |
|
function2-llx
|
3d83f84556
|
fix sigaltstack
|
2020-06-06 04:04:50 +08:00 |
|
function2-llx
|
0f2fae8590
|
pass utime
|
2020-06-06 02:39:45 +08:00 |
|
function2-llx
|
75967f12c0
|
user content
|
2020-06-05 21:52:57 +08:00 |
|
宋香君
|
4d30eeadb1
|
Merge branch 'master' of github.com:EatenBagpipe/rCore
|
2020-06-05 16:34:00 +08:00 |
|
宋香君
|
8cb2602416
|
update initialization for mxcsr register, enable KVM
|
2020-06-05 16:32:09 +08:00 |
|
function2-llx
|
60100e1e78
|
stable signal implementation framework
|
2020-06-05 15:59:04 +08:00 |
|
function2-llx
|
bee5a77e2b
|
fix bug
|
2020-06-04 19:15:06 +08:00 |
|
function2-llx
|
98d3f83a12
|
fix ctrl+C
|
2020-05-31 19:07:54 +08:00 |
|
function2-llx
|
4c1650d027
|
fix some bug; page fault when syscall in signal handler
|
2020-05-31 06:03:22 +08:00 |
|
function2-llx
|
da5a7993b4
|
implement ctrl+C
|
2020-05-30 23:12:25 +08:00 |
|
function2-llx
|
0d3c207cd2
|
tty
|
2020-05-30 04:23:04 +08:00 |
|
function2-llx
|
d70b920b1c
|
signal
|
2020-05-29 17:57:35 +08:00 |
|
function2-llx
|
3085f90222
|
update readme
|
2020-05-26 16:41:27 +08:00 |
|
宋香君
|
3b88ba6865
|
update README.md about libc-test
|
2020-05-25 08:47:25 +08:00 |
|
function2-llx
|
9a02550bcb
|
fix mxcsr; flock
|
2020-05-25 05:55:53 +08:00 |
|
宋香君
|
0cce66c876
|
add mxcsr register in x86_64
|
2020-05-25 01:48:54 +08:00 |
|
宋香君
|
33f956f9c8
|
Merge branch 'master' of github.com:EatenBagpipe/rCore
|
2020-05-24 14:49:06 +08:00 |
|
function2-llx
|
5242f21488
|
fix bug of condvar
|
2020-05-24 01:19:54 +08:00 |
|
function2-llx
|
b0a80d96ea
|
return error when seek on pipe
|
2020-05-23 03:49:17 +08:00 |
|
function2-llx
|
b49270a903
|
fix behavior of sys_exit about child_tid
|
2020-05-23 02:18:57 +08:00 |
|
function2-llx
|
ff54128273
|
Merge branch 'master' of github.com:rcore-os/rCore
|
2020-05-22 23:10:54 +08:00 |
|
function2-llx
|
3d5f3555fc
|
week13 report
|
2020-05-16 09:14:19 +08:00 |
|
宋香君
|
3d9d4b3cce
|
update Week13 report
|
2020-05-16 07:14:06 +08:00 |
|
Chen
|
425daba70e
|
Merge pull request #53 from CircuitCoder/master
|
2020-05-16 07:05:11 +08:00 |
|
function2-llx
|
5c7b637c97
|
shm
|
2020-05-16 07:04:42 +08:00 |
|
Liu Xiaoyi
|
0e25fd187d
|
Fixed QEMU serial interrupt not firing
|
2020-05-16 01:42:23 +08:00 |
|
function2-llx
|
6253d80e1d
|
fix bug of Condvar::notify: remove from queue when wake up
|
2020-05-15 21:11:52 +08:00 |
|
Chen
|
0be89418a1
|
Merge pull request #52 from CircuitCoder/master
|
2020-05-15 15:06:53 +08:00 |
|
Liu Xiaoyi
|
0d41db4991
|
Fixed noncontiguous frame allocated in DMA initialization
|
2020-05-15 14:59:03 +08:00 |
|
function2-llx
|
1c8d522ce6
|
libc-test result
|
2020-05-15 10:29:27 +08:00 |
|
function2-llx
|
6aae72c034
|
update user
|
2020-05-14 20:39:59 +08:00 |
|
function2-llx
|
14f418f663
|
add wait_timeout for condvar, support timeout in futex wait
|
2020-05-13 19:56:50 +08:00 |
|
Liu Xiaoyi
|
297480e8bd
|
Reverted modification of Cargo.toml
|
2020-05-13 15:20:37 +08:00 |
|
Liu Xiaoyi
|
838513e05c
|
Cargo.lock & format
|
2020-05-13 15:12:15 +08:00 |
|
Liu Xiaoyi
|
54504eb317
|
Fixed stack overflow caused by large struct initialization on stack
|
2020-05-13 05:00:25 +08:00 |
|
function2-llx
|
0c4d53f8d4
|
fix getdents64: set inode id and file type properly
|
2020-05-13 02:05:31 +08:00 |
|
function2-llx
|
17b55552d1
|
Merge branch 'master' of github.com:rcore-os/rCore
|
2020-05-12 22:07:07 +08:00 |
|
function2-llx
|
db6a8a9015
|
decrease offset when write fail in getdents64
|
2020-05-12 19:31:37 +08:00 |
|
Chen
|
f807c951d6
|
Merge pull request #50 from rcore-os/fix-nanosleep
|
2020-05-11 16:02:23 +08:00 |
|
Chen
|
cc93de1d25
|
Merge branch 'master' into fix-nanosleep
|
2020-05-11 12:35:33 +08:00 |
|
Chen
|
92df488bf5
|
Merge pull request #51 from rcore-os/halt-quit-qemu-zero
|
2020-05-11 12:35:24 +08:00 |
|
Jiajie Chen
|
14f74aaaeb
|
Let halt quit QEMU with zero exit code
|
2020-05-11 12:13:49 +08:00 |
|
Jiajie Chen
|
104c0c83e6
|
Fix 0ns case of nanosleep
|
2020-05-11 11:55:05 +08:00 |
|
function2-llx
|
64957a6d2e
|
use wrapping add to prevent panic
|
2020-05-09 11:07:28 +08:00 |
|
function2-llx
|
1aaa2aad20
|
implement some of semctl; run libc-test
|
2020-05-09 06:24:22 +08:00 |
|
function2-llx
|
b946f8606d
|
fix fork(dup)
|
2020-05-08 22:24:42 +08:00 |
|
function2-llx
|
e44bc7e6d2
|
Merge branch 'master' of github.com:rcore-os/rCore
|
2020-05-06 02:02:51 +08:00 |
|
Chen
|
0bd8e58a47
|
Merge pull request #49 from rcore-os/support-fcntl-dupfd
|
2020-04-27 13:02:55 +08:00 |
|