|
34e66a51d9
|
Reimplement print in std
|
2023-11-23 09:15:37 +08:00 |
|
|
01e485b96e
|
Support virtio console device
|
2023-11-23 09:15:37 +08:00 |
|
|
45a6b2f46c
|
Implement should_panic for ktest and clear the codebase
|
2023-11-09 13:22:34 +08:00 |
|
|
bb0560530f
|
Enable usermode unit test for specific crates
|
2023-11-09 13:22:34 +08:00 |
|
|
b8818bb740
|
Add ktest framework
|
2023-11-09 13:22:34 +08:00 |
|
|
d7cc52c615
|
Update the version of pod
|
2023-11-09 03:38:37 +08:00 |
|
|
4c72f5b7fa
|
Add VmSegment and rewrite the vm allocation code with VmAllocOptions
|
2023-11-08 06:31:21 +08:00 |
|
|
040f5a53ae
|
Fix panic when listen backlog is one
|
2023-11-03 08:52:39 +08:00 |
|
|
f6c230f756
|
Fix endless loops when send buffer is full
|
2023-11-03 08:51:37 +08:00 |
|
|
f789aa357f
|
Fix SafePtr
|
2023-10-30 09:39:23 +08:00 |
|
|
eeac55e2e5
|
Refactor console
|
2023-10-30 09:39:23 +08:00 |
|
|
9c52f7aee7
|
Fix the incorrect nlinks decrease in ramfs
|
2023-10-23 07:48:26 +08:00 |
|
|
97c2f5065e
|
Fix the memory ordering in subject
|
2023-10-17 00:23:37 -05:00 |
|
|
98bf3d4845
|
Remove Vnode to let the fs use PageCache for itself
|
2023-10-16 18:12:48 -05:00 |
|
|
cdc2b960dc
|
Switch to EFI boot and use official release for QEMU and GDB
|
2023-10-12 14:38:36 -05:00 |
|
|
d0c84e0b6f
|
Add protected mode sub-crate for Linux boot setup
|
2023-10-12 14:38:36 -05:00 |
|
|
6ff4601482
|
Fix: raw mode tty can echo and send signal
|
2023-10-12 14:35:39 -05:00 |
|
|
342bbdc0c4
|
Fix panic problem in tty driver
|
2023-10-10 16:52:40 -05:00 |
|
|
0d6f6f001c
|
Refactor the implementation
|
2023-10-10 16:52:40 -05:00 |
|
|
50761a5cc5
|
Support wait_interruptible for Poller
|
2023-10-10 16:52:40 -05:00 |
|
|
d2aa06cbe2
|
Support wait_interruptible with SigQueueObserver
|
2023-10-10 16:52:40 -05:00 |
|
|
ec857e5205
|
Add timeout parameter for poller.wait
|
2023-10-10 16:52:40 -05:00 |
|
|
bd6a4d34ff
|
Support timeout for WaitQueue
|
2023-10-10 16:52:40 -05:00 |
|
|
d28f0db419
|
Refactor tty driver using the work queue
|
2023-10-09 18:08:15 -05:00 |
|
|
7419f6b56b
|
Add the bottom half mechanism of workqueue
|
2023-10-09 18:08:15 -05:00 |
|
|
e2b4302620
|
Add basic preemptive scheduling
|
2023-10-09 18:08:15 -05:00 |
|
|
baeaa9b4d3
|
Rename fork_vmar to fork_from
|
2023-09-28 11:53:53 +08:00 |
|
|
12fc074f56
|
Add tdx-guest crate
|
2023-09-28 03:47:55 +08:00 |
|
|
f540345bfd
|
Use builder pattern to refactor the process module
|
2023-09-15 06:45:41 +08:00 |
|
|
9ca64c281e
|
Fix clippy and compiler warings
|
2023-09-05 18:42:06 +08:00 |
|
|
038c19b693
|
Refactor the pty implementation
|
2023-09-05 06:24:54 +08:00 |
|
|
40056f0692
|
Enable gvisor pty test
|
2023-09-05 06:24:54 +08:00 |
|
|
f802ff40c5
|
Implement pseudo terminal
|
2023-09-05 06:24:54 +08:00 |
|
|
25c4f0f2bc
|
Fix incorrent exit status
|
2023-09-03 19:03:22 +08:00 |
|
|
dbc1e79e56
|
Clear vmar later to allow execve return error
|
2023-09-03 19:03:22 +08:00 |
|
|
4fef4d9b79
|
Poll iface when dropping socket
|
2023-09-03 18:20:30 +08:00 |
|
|
7d5e67e368
|
Refactor Virtio
|
2023-09-03 13:36:05 +08:00 |
|
|
b3799ff9c7
|
Remove InFramePtr
|
2023-09-03 13:36:05 +08:00 |
|
|
6d101c5b6d
|
Use Mutex and RwLock in jinux-frame for jinux-std
|
2023-09-02 17:06:39 +08:00 |
|
|
8aef80f978
|
Return correct error type if executing a file that is not executable
|
2023-08-17 18:09:28 +08:00 |
|
|
3f15bcaf5d
|
Refactor unix stream socket implementation
|
2023-08-15 20:54:10 +08:00 |
|
|
93429ae2c9
|
Write addrlen to user when writing socket addr
|
2023-08-15 20:54:10 +08:00 |
|
|
87c50384f9
|
Add syscall socketpair
|
2023-08-15 20:54:10 +08:00 |
|
|
4aeedd16d9
|
Add unix stream socket
|
2023-08-15 20:54:10 +08:00 |
|
|
ddb7be9296
|
Refactor current net codes
|
2023-08-15 20:54:10 +08:00 |
|
|
caaa147b99
|
Fix using unsafe functions in unix_epoch
|
2023-08-14 14:33:26 +08:00 |
|
|
d1c0090d3a
|
Refactor to remove redundant indent
|
2023-08-09 21:11:47 +08:00 |
|
|
af58912631
|
Fix short read in block read
|
2023-08-09 21:11:47 +08:00 |
|
|
36281eb1eb
|
Allow setting callback for push char
|
2023-08-09 21:11:47 +08:00 |
|
|
a088acd0ec
|
Foreground process group should be none if the process group exits
|
2023-08-09 21:11:47 +08:00 |
|