|
f19dfc7873
|
Add the throughput for file_io
|
2024-05-17 15:26:17 +08:00 |
|
|
ea25157790
|
Support mmap shared anonymous memory
|
2024-05-16 19:13:32 +08:00 |
|
|
bc1bf4cb53
|
Add the file_io microbenchmark
|
2024-05-16 13:15:09 +08:00 |
|
|
078f9a8891
|
Add syscall eventfd and eventfd2
|
2024-05-15 21:52:17 +08:00 |
|
|
fa4ba08862
|
Move mongoose library to regression
|
2024-05-08 11:02:28 +08:00 |
|
|
2b67dee1fc
|
Add syscall epoll_pwait
|
2024-05-06 14:17:58 +08:00 |
|
|
2616335755
|
Refine the ext2 case in regression test
|
2024-04-26 14:36:46 +08:00 |
|
|
698e748150
|
Set socket errors after connecting
|
2024-04-25 18:40:08 +08:00 |
|
|
27c5c27fd0
|
Implement non-blocking connect
|
2024-04-25 18:40:08 +08:00 |
|
|
9211061181
|
Add proper IO events for unbound sockets
|
2024-04-25 18:40:08 +08:00 |
|
|
8628543067
|
Implement (un)register_observer for TCP/UDP
|
2024-04-25 18:40:08 +08:00 |
|
|
0ecb919e73
|
Add getpid to measure the performance of system calls
|
2024-04-24 15:14:55 +08:00 |
|
|
92a9f5616e
|
Fix error codes in bind , listen , and accept
|
2024-04-12 14:39:54 +08:00 |
|
|
346887ace5
|
Fix error codes in UDP sendto and recvfrom
|
2024-04-12 14:39:54 +08:00 |
|
|
00cfdf86c8
|
Fix error codes in TCP sendto and recvfrom
|
2024-04-12 14:39:54 +08:00 |
|
|
51080c1925
|
Fix error codes in get{sock,peer}name
|
2024-04-12 14:39:54 +08:00 |
|
|
b53980da25
|
Add a framework for regression tests
|
2024-04-12 14:39:54 +08:00 |
|
|
a60a8ad3e1
|
Support big file for Ext2
|
2024-04-10 13:44:12 +08:00 |
|
|
63be797c2d
|
Check if we truly pass the tests in auto test
|
2024-04-09 16:59:21 +08:00 |
|
|
6335387104
|
Move mongoose source files to build/
|
2024-04-02 17:58:03 +08:00 |
|
|
c8ec4bb8ba
|
Add mongoose-based http example
|
2024-03-27 11:06:17 +08:00 |
|
|
a2e9b0aaae
|
Make background polling thread sleep
|
2024-03-25 18:32:11 +08:00 |
|
|
dd64f58e55
|
Add test for chroot
Signed-off-by: plucky <m202372036@hust.edu.cn>
|
2024-03-25 16:34:35 +08:00 |
|
|
fad1e42e56
|
Remove WNOHANG from regression test
|
2024-03-21 17:03:36 +08:00 |
|
|
650c7dfbad
|
Add exFAT file system
|
2024-03-19 16:26:55 +08:00 |
|
|
dede22843a
|
Resolve compiler warnings for regression tests
|
2024-03-18 11:20:46 +08:00 |
|
|
42881bcdaa
|
Format code manually for regression tests
|
2024-03-18 11:20:46 +08:00 |
|
|
82de200d03
|
Format code automatically for regression tests
|
2024-03-18 11:20:46 +08:00 |
|
|
4eff679eac
|
Fix dependencies of initramfs
|
2024-03-15 12:52:56 +08:00 |
|
|
c15eb2299b
|
Refine compilation of regression tests
|
2024-03-15 12:52:56 +08:00 |
|
|
26d17704bf
|
Put .PHONY notations near targets
|
2024-03-15 12:52:56 +08:00 |
|
|
07e8cfe2e7
|
Polish the list of the system call test suites
|
2024-03-14 18:40:34 +08:00 |
|
|
3f402d2d88
|
Add syscall alarm
|
2024-03-14 17:26:23 +08:00 |
|
|
729c6ecd0c
|
Add support for chown syscall
|
2024-02-22 12:11:21 +08:00 |
|
|
8d456ebe8f
|
Refine the build process with VDSO
|
2024-02-05 12:47:00 +08:00 |
|
|
195c6a0739
|
Add support for truncate syscall
|
2024-02-02 16:59:34 +08:00 |
|
|
0920a084e4
|
License Makefile, shell scripts, assembly source code, Dockerfile
|
2024-01-18 08:22:58 +08:00 |
|
|
faaa4438d6
|
License rust and c source files
|
2024-01-18 08:22:58 +08:00 |
|
|
2eaf2e1290
|
Add sockoption test
|
2024-01-11 22:10:29 +08:00 |
|
|
ddca4fb2fc
|
Enable some fs system call test cases
|
2023-12-28 04:54:48 +08:00 |
|
|
9473889c6b
|
Add Ext2 fs and basic bio layer
|
2023-12-28 04:54:48 +08:00 |
|
|
7b7e3c4b7a
|
Rename the path of dependent crates
|
2023-12-26 11:49:24 +08:00 |
|
|
632b1937c5
|
Rename docker image as asterinas/asterinas
|
2023-12-26 11:49:24 +08:00 |
|
|
99f6765ced
|
Rename jinux to asterinas in documentation and code
|
2023-12-26 11:49:24 +08:00 |
|
|
ff7e18b114
|
Clean up and enable more network tests
|
2023-12-25 11:39:57 +08:00 |
|
|
e6f3a6a8a4
|
Update docker image and add the benchmarks
|
2023-12-20 18:06:33 +08:00 |
|
|
d24775001f
|
Running regression test in ci
|
2023-12-20 14:18:07 +08:00 |
|
|
2ad9735eab
|
Support VDSO in Jinux
|
2023-12-06 19:31:19 +08:00 |
|
|
a91a35ebce
|
Support alternate signal stack
|
2023-12-06 12:54:03 +08:00 |
|
|
2a0446265e
|
Add passwd&group files and enable gvisor uidgid test
|
2023-12-06 11:01:54 +08:00 |
|