| .. |
|
arch
|
Unify the styles of the `arch` modules
|
2025-06-30 15:43:41 +08:00 |
|
device
|
Clarify the `DeviceId` encoding
|
2025-07-03 14:30:14 +08:00 |
|
driver
|
Refactor framebuffer
|
2025-04-29 19:48:45 +08:00 |
|
events
|
Fix clippy warnings in kernel crate
|
2025-06-06 18:22:09 +08:00 |
|
fs
|
Clarify the `DeviceId` encoding
|
2025-07-03 14:30:14 +08:00 |
|
ipc
|
Use `#[expect(lint)]`, not `#[allow(lint)]`
|
2025-02-08 15:10:04 +08:00 |
|
net
|
Enable syscall tests for UNIX sockets
|
2025-06-26 11:11:03 +08:00 |
|
process
|
Store `offset` in `MappedVmo` instead of `range`
|
2025-07-03 18:54:53 +08:00 |
|
sched
|
Fix integer overflow due to fair weight change
|
2025-07-02 11:00:34 +08:00 |
|
syscall
|
Clarify the `DeviceId` encoding
|
2025-07-03 14:30:14 +08:00 |
|
thread
|
Support WSTOPPED and WCONTINUED
|
2025-06-20 11:51:44 +08:00 |
|
time
|
Add fields in `/proc/*/stat` and `/proc/*/status`
|
2025-07-02 20:13:47 +08:00 |
|
util
|
Support SO_PEERCRED & SO_PEERGROUPS
|
2025-06-24 17:25:44 +08:00 |
|
vm
|
Store `offset` in `MappedVmo` instead of `range`
|
2025-07-03 18:54:53 +08:00 |
|
context.rs
|
Fix clippy warnings in kernel crate
|
2025-06-06 18:22:09 +08:00 |
|
cpu.rs
|
Introduce a syscall restart mechanism
|
2024-12-16 21:12:08 +08:00 |
|
error.rs
|
Enable read and write operations of the attribute to handle offset
|
2025-06-09 11:13:48 +08:00 |
|
kcmdline.rs
|
Use `#[expect(lint)]`, not `#[allow(lint)]`
|
2025-02-08 15:10:04 +08:00 |
|
lib.rs
|
Re-enable framebuffer
|
2025-07-03 17:47:56 +08:00 |
|
prelude.rs
|
Add mutable functionality to the process VMAR
|
2025-03-20 14:20:47 +08:00 |
|
vdso.rs
|
Modify VMO usages and fix the atomic-mode issue during handling page fault
|
2025-04-30 20:59:15 +08:00 |