Commit Graph

137 Commits (ch7-signal-pipe)
 

Author SHA1 Message Date
Yu Chen 44710585ce add usr apps: pipe_shell and getchars for PIPE demo
3 years ago
Yu Chen ad28f5f627 update signal impl and apps
3 years ago
liusm18 a6b278fe10 Fix coding style & add one more test
3 years ago
liusm18 ae1a50673d Remove sigret.S
3 years ago
liusm18 7a97faee6c Add signal user lib
3 years ago
liusm18 1d7b8141f0 Add sigret and finish signal handling
3 years ago
liusm18 fae8641f36 Add sigaction struct and sys_call
3 years ago
liusm18 598d8d4538 Add sigprocmask
3 years ago
liusm18 c8542d6107 Modify signal.rs and sys_kill to support more signals
3 years ago
csuastt 639643bc5f
Merge pull request #1 from rcore-os/ch7
3 years ago
Yifan Wu 3edce0932f Bump Rust to nightly-2022-04-11 && support debugging in release mode
3 years ago
Yu Chen 50db31e463 update README
3 years ago
Yu Chen 10fe9b8ffe add CI for build-doc
3 years ago
Yifan Wu 7408b1a7b2 Add boards/ && cargo clippy
3 years ago
Yifan Wu 91710ba1a5 Cargo fmt
3 years ago
Yifan Wu 9df03206f9 Add infloop&until_timeout
3 years ago
Yifan Wu d1233cbb69 Support SIGABRT when the application panics.
3 years ago
Yifan Wu 1f55fbe4a2 Add some tests from ch2 && support SIGSEGV&SIGILL
3 years ago
Yifan Wu 4a169450f8 Fix cat
3 years ago
Yifan Wu 0d189e9ad7 Cargo fmt
3 years ago
Yifan Wu 2f5cff7e21 cargo clippy
3 years ago
Yifan Wu ad85266da1 Remove unmeaningful messages of initproc/user_shell
3 years ago
Yifan Wu 87e61ef7e9 Drop fd_table when a process exits; user_shell supports pipes
3 years ago
Yifan Wu 2ec8a4d28b Bump Rust to nightly-2022-01-19
3 years ago
Yifan Wu 675fe88fea Maximum concurrent processes from 40/35->30.
3 years ago
Yifan Wu 53855b9997 Update .gitignore
3 years ago
Yifan Wu d01b99d3f9 Remove os/src/loader.rs && Update testcases cat and huge_write
4 years ago
Yifan Wu 4822f6253a Add easy-fs-fuse/.gitignore
4 years ago
Yifan Wu a97e29fdb1 Now PageTable::unmap calls PageTable::find_pte instead of PageTable::find_pte_create.
4 years ago
Yifan Wu 39c9c80d35 Kernel cannot dump now.
4 years ago
Yifan Wu 11cdc5f2e6 Bump to rust nightly-2022-01-01, feature global_asm,asm->stable
4 years ago
Yifan Wu b001d3c98e Bump to Rust nightly 2021-12-15
4 years ago
Yifan Wu c0d41dccf6 Update os/Makefile, rm ... -f -> rm -f ...
4 years ago
Yu Chen 913ea57a94 update .gitignore, README.md, dev-env-info.md
4 years ago
Yifan Wu 940e88a002 Now construction of PA/VA only uses 56/39 bits.
4 years ago
Yifan Wu bb98f7f88c rust->nightly-2021-10-15,cargo-binutils->0.3.3
4 years ago
Yifan Wu 7eda37a407 user base from 0x0->0x10000; user image size from 128MiB->16MiB
4 years ago
Yifan Wu 638eb8666a Update rustc && rustsbi-k210
4 years ago
Yifan Wu bf69560f9b Update rustsbi; huge_write writes 1MiB
4 years ago
Yu Chen e68f261ed6 update to rustc 1.56.0-nightly (08095fc1f 2021-07-26)
4 years ago
Yifan Wu 315e61da1a Rm spin::Mutex except for easy-fs & add new test huge_write & flush cache to disk after a write transaction
4 years ago
Yifan Wu 01098eb113 Fixed a bug that the efs lock was not be held correctly
4 years ago
Yifan Wu ff69985d79 Downgrade cargo-binutils to 0.2.0
4 years ago
Yifan Wu 2e76499676 Bump rustsbi to 0.2.0-alpha.1[81d53d8]
4 years ago
Yifan Wu a09429b32c Link small sections in linker
4 years ago
Yifan Wu d57a160b32 Do not fetch tools when running on qemu.
4 years ago
Yifan Wu 195816ce2c Fix qemu mmio range
4 years ago
Yifan Wu 230e4442d0 Remove unused code.
4 years ago
Yifan Wu a589179adc Remove DirentBytes
4 years ago
Yifan Wu 3e47a0dbee Remove unused code.
4 years ago