655 Commits

Author SHA1 Message Date
Fabing Li
327a6b5e30 Export /proc/self-thread 2024-12-15 16:52:24 +08:00
Fabing Li
532dac8fe3 Export /proc/[pid]/task and /proc/[pid]/task/[tid] 2024-12-15 16:52:24 +08:00
jiangjianfeng
58cf8ea681 Set keepalive and tcp_nodelay on underlying sockets 2024-12-15 16:50:43 +08:00
Roman Korostinskiy
3bbdc68d39 Fix linter errors 2024-12-15 16:37:40 +08:00
Roman Korostinskiy
13229cc037 Implement totalram and freeram computation for sysinfo 2024-12-15 16:37:40 +08:00
Roman Korostinskiy
73b94acf2b Fix linter errors 2024-12-15 16:37:40 +08:00
Roman Korostinskiy
4f653acfa3 Implementation of uptime for sysinfo 2024-12-15 16:37:40 +08:00
Roman Korostinskiy
b4ebd6e87f Make stub for sysinfo syscall 2024-12-15 16:37:40 +08:00
Ruihan Li
53b873f647 Add get_mut methods for locks 2024-12-15 16:36:54 +08:00
Shaowei Song
4cb85f0adb Fix dependency issue between components logger and virtio 2024-12-13 10:36:45 +08:00
Ruihan Li
8bbbde4ccb Use Ordering::Relaxed for is_nonblocking 2024-12-12 20:50:12 +08:00
Ruihan Li
1207161afe Protect socket states with PreemptDisabled 2024-12-12 20:50:12 +08:00
Ruihan Li
39a5e88baf Protect used_ports with LocalIrqDisabled 2024-12-12 20:50:12 +08:00
Ruihan Li
1716f4f324 Use Pollee as the socket observer 2024-12-12 20:50:12 +08:00
Ruihan Li
fa76afb3a9 Make Ext a trait 2024-12-12 20:50:12 +08:00
Fabing Li
fc45592a28 Fix rlimits_test 2024-12-12 16:19:01 +08:00
Ruihan Li
969ac97144 Make atomic mode panics have clear messages 2024-12-11 20:27:29 +08:00
Hsy-Intel
1b6901f0f8 Bump tdx-guest crate version to 0.1.8 2024-12-11 19:36:51 +08:00
js2xxx
265eacf831 Temporarily disable scheduling class support 2024-12-11 19:30:27 +08:00
Marsman1996
2ec907875c Replace debug_assert with warn for SendRecvFlags 2024-12-11 16:53:03 +08:00
Ruihan Li
36fc1d3757 Move FS things to PosixThread 2024-12-05 13:44:09 +08:00
Ruihan Li
fe7e4884c9 Clarify what CLONE_THREAD depends on 2024-12-05 13:44:09 +08:00
Ruihan Li
28edc57dd0 Fix the nested bottom half 2024-12-05 13:42:12 +08:00
Chen Chengjun
0cb2ea562e Inject the logger for Asterinas 2024-12-04 13:24:06 +08:00
Chen Chengjun
b17cbb2408 Finish bootstrap once finishing the initialization of OSTD 2024-12-04 13:24:06 +08:00
徐启航
878f3f3760 Scheduling class support 2024-12-04 09:36:41 +08:00
Ruihan Li
a260411a2a Implement WriteIrqDisabled 2024-12-03 12:07:24 +08:00
anbo225
9608a57cb0 Make sys_setuid and sys_setgid behave consistently with Linux 2024-12-02 16:43:25 +08:00
Marsman1996
d44737360f Remove assert in check_segment_align 2024-12-02 16:40:47 +08:00
jiangjianfeng
80cd1b69f7 Fix lint error in cargo-component 2024-12-02 16:32:34 +08:00
Shaowei Song
ecad132ec9 Refactor the block layer by introducing BioSegmentPool 2024-12-02 13:25:20 +08:00
Shaowei Song
d37da228ab Improve flexibility of DmaStreamSlice 2024-12-02 13:25:20 +08:00
Shaowei Song
29ebfa3934 Remove BlocksHoleDesc in ext2 for efficiency and fairness 2024-12-02 13:25:20 +08:00
Marsman1996
6d3bb5a9d0 Fix compile error caused by updated Step::steps_between in Rust 2024-12-01 18:56:28 +08:00
Qingsong Chen
5e35704e38 Support eagerly FPU state save/restore
Co-authored-by: Shaowei Song <songshaowei.ssw@antgroup.com>
2024-11-29 21:53:14 +08:00
Ruize Tang
1b65ae6255 Fix deadlock in line_discipline.rs 2024-11-29 16:31:44 +08:00
Qingsong Chen
f762eb8913 Remove the lazy_static dependency 2024-11-28 15:28:30 +08:00
Ruize Tang
6c4f56723c Fix futex lost wakeup 2024-11-27 10:27:22 +08:00
Ruize Tang
05ff441577 Clear DF flag during signal handling to conform to x86-64 calling convention 2024-11-26 10:50:58 +08:00
Qingsong Chen
81898362b6 Add virtio legacy interface 2024-11-21 19:10:06 +08:00
jiangjianfeng
495c93c2ad Refactor Rwlock to take type parameter 2024-11-21 15:46:10 +08:00
Jianfeng Jiang
c8c9b9753e Make all network benchmark run with tap backend and vhost on 2024-11-20 20:24:03 +08:00
Ruihan Li
ec2c6ab7a3 Make Pollee semi-stateless 2024-11-20 16:39:18 +08:00
Ruihan Li
1c1da8ea06 Don't poll ifaces if not necessary 2024-11-20 16:39:18 +08:00
Ruihan Li
fab61f5f66 Make Pollee stateless 2024-11-20 16:39:18 +08:00
Ruihan Li
5450d0bd71 Remove dead (un)register_observer methods 2024-11-20 16:39:18 +08:00
Marsman1996
1fac737646 Fix not write back error in (U)Random::read 2024-11-20 08:31:55 +08:00
Wang Siyuan
42b3541dcb Fix releasing lock during the creation of VmMapping 2024-11-20 08:21:37 +08:00
Ruihan Li
b3f8d21c3d Refine comments about the lock usage 2024-11-19 18:01:33 +08:00
Ruihan Li
85e1f0973b Shorten type names 2024-11-19 18:01:33 +08:00