|
40574c60f0
|
nvme: dma cache flush, better performance (played with timer)
|
2025-02-09 16:52:36 +02:00 |
|
|
5edb26a757
|
debug: better kernel ring logger
|
2025-02-09 14:30:39 +02:00 |
|
|
a08fe6ab1b
|
fat32: implement FAT32 (read) driver
|
2025-02-07 23:18:03 +02:00 |
|
|
7358852f67
|
block: make block subsystem use DmaBuffer/DmaSlice
|
2025-02-07 01:34:36 +02:00 |
|
|
e812453a97
|
dev: use DmaBuffer instead of PageBox where needed
|
2025-02-06 21:05:53 +02:00 |
|
|
8cbde8389f
|
dev: pass DeviceInitContext into Device::init()
|
2025-02-06 12:24:03 +02:00 |
|
|
7348232aa9
|
pci/dt: rework pci interrupts, add gicv2m and dt msi controllers
|
2025-02-05 21:45:48 +02:00 |
|
|
87c7614fd8
|
xhci: rework xhci driver, now works on real hw
|
2025-02-04 22:55:04 +02:00 |
|
|
d687051c48
|
usb: implement usb-msc-bbb class driver, basic scsi commands
|
2025-02-04 22:51:33 +02:00 |
|
|
791a936b7f
|
debug: change logging format
|
2025-02-04 22:51:27 +02:00 |
|
|
9e48530e62
|
pci: add lspci-like utility
|
2025-01-31 18:03:08 +02:00 |
|
|
5d27bd6033
|
mm: PageBox::into_physical_raw/from_physical_raw
|
2025-01-21 17:05:38 +02:00 |
|
|
16f580e7af
|
rv64: smp secondary hart startup
|
2025-01-20 17:04:17 +02:00 |
|
|
8ba37c9762
|
rv64: boot into usermode
|
2025-01-20 00:54:26 +02:00 |
|
|
20fa34c945
|
rv64: platform init, task switching
|
2025-01-19 15:16:26 +02:00 |
|
|
86eb2d3252
|
rv64: boot into upper half
|
2025-01-17 02:25:49 +02:00 |
|
|
009f545cb3
|
net: remove MessageChannel, replace with local sockets
|
2025-01-16 18:06:00 +02:00 |
|
|
9fa940f011
|
abi: change set/get_thread/process_option()
|
2025-01-12 14:42:52 +02:00 |
|
|
26d8b9b3bd
|
abi: rework device_request/filesystem_control
|
2025-01-11 14:08:10 +02:00 |
|
|
2e3af98822
|
abi: file options, remove NonBlocking socket option
|
2025-01-10 15:40:58 +02:00 |
|
|
6ad8024ca0
|
maint: fix broken tests
|
2025-01-09 20:34:13 +02:00 |
|
|
ab71cac6fa
|
abi: rework socket option ABI
|
2025-01-09 19:35:58 +02:00 |
|
|
a4e441d236
|
net: move to berkeley-style sockets
|
2025-01-08 18:02:22 +02:00 |
|
|
f1256e262b
|
abi: merge remove() and remove_directory()
|
2025-01-06 20:19:32 +02:00 |
|
|
86f4a3f214
|
abi: update abi docs
|
2025-01-06 18:33:35 +02:00 |
|
|
34a5f4f0d8
|
abi: rework process options
|
2025-01-06 15:28:53 +02:00 |
|
|
97e11c3bee
|
abi: fix bug in checked_sub_duration(), add tests
|
2025-01-05 14:23:29 +02:00 |
|
|
dc76c5b7a8
|
abi: implement time functions
|
2025-01-05 12:25:22 +02:00 |
|
|
89f4965460
|
shell: better readline, rsh: allow builtin pubkey
|
2025-01-03 19:06:16 +02:00 |
|
|
f36436ee07
|
shell: better parser, kernel: better fd inheritance in spawn
|
2025-01-03 15:28:05 +02:00 |
|
|
3aec9ce556
|
vfs: improve _find() path handling
|
2025-01-03 11:37:43 +02:00 |
|
|
f1f7b753d8
|
vfs: replace assertion with a check
|
2025-01-02 21:30:16 +02:00 |
|
|
595504b371
|
vfs: check mountpoint before instantiating a new filesystem
|
2025-01-02 21:29:02 +02:00 |
|
|
df0a48ca42
|
vfs: symlink creation
|
2025-01-02 20:05:22 +02:00 |
|
|
11f731bf0f
|
ext2: free deleted inodes/blocks
|
2025-01-02 16:18:35 +02:00 |
|
|
d597197ca2
|
vfs: implement filename validation
|
2025-01-01 21:17:08 +02:00 |
|
|
3aea206cad
|
ext2: cache sb as a regular block, avoid incoherency
|
2024-12-31 12:10:30 +02:00 |
|
|
fd9ea77adb
|
ext2: use the same access method for icache as for bcache
|
2024-12-31 11:23:33 +02:00 |
|
|
5f2c99f5c7
|
ext2: non-empty directory check when unlinking
|
2024-12-29 23:51:30 +02:00 |
|
|
69c672bfca
|
ext2: metadata update
|
2024-12-29 19:43:08 +02:00 |
|
|
8c96a009ad
|
fs: implement rename()
|
2024-12-29 15:34:59 +02:00 |
|
|
1d58b77241
|
tty: fix ring getting stuck with stale wakers registered
|
2024-12-29 13:04:51 +02:00 |
|
|
46854c0f81
|
x86_64: fix L2 RAM mapping issue + incorrect CR3 write
|
2024-12-28 12:32:14 +02:00 |
|
|
76f1872764
|
vfs: add ctime/mtime/atime
|
2024-12-22 15:22:40 +02:00 |
|
|
4acb148d0e
|
vfs: add is_terminal()
|
2024-12-21 00:28:28 +02:00 |
|
|
8dbbc07ff6
|
vfs: open() for pty halves
|
2024-12-21 00:04:31 +02:00 |
|
|
9b07dd7c6b
|
vfs: implement hard links
|
2024-12-21 00:00:00 +02:00 |
|
|
ba00c97c66
|
vfs: force all symlinks to be path-based, chdir/getcwd
|
2024-12-20 23:00:43 +02:00 |
|
|
49b918e2ac
|
cfg: allow passing cmdline options to the kernel
|
2024-12-17 19:12:39 +02:00 |
|
|
cb5814a5ce
|
fs: rework sysfs
|
2024-12-17 16:42:21 +02:00 |
|