Commit Graph

19 Commits

Author SHA1 Message Date
a5fe64b253 Pass implicit PID into syscalls 2025-10-18 12:10:59 +02:00
7445689010 ulib Time utilities, expose time() syscall 2025-10-16 14:15:27 +02:00
e917e81e78 Expose fs_delete() via ulib 2025-10-15 20:10:56 +02:00
fa6c194163 Break devctl() up into smaller syscalls 2025-10-14 21:35:10 +02:00
406434fed0 Break ioctl() up into smaller syscalls 2025-10-14 20:05:41 +02:00
c34a253d11 Split processctl() syscall into multiple smaller ones 2025-10-14 16:37:36 +02:00
ddb31ac5f5 ulib Move to new pipe syscalls 2025-10-14 08:12:26 +02:00
c895c5db3e fs Add mount subcommand 2025-10-14 00:40:17 +02:00
fc97d56eb5 ulib Implement rand() 2025-10-11 21:54:23 +02:00
3b1bb9d531 WIP 2 2025-09-27 15:16:26 +02:00
1b5701a659 schedrelease() syscall for more efficient spinning 2025-09-19 23:38:08 +02:00
dc3d80d707 Handle process arguments 2025-09-10 23:25:03 +02:00
2f9f4d9397 Userspace dlmalloc port, supporting syscalls mman_map()/mman_unmap() 2025-09-10 21:52:01 +02:00
91c493c818 processctl() PCTL_SPAWN cmd, scheduler embryo state, redirected pipes 2025-09-10 01:11:22 +02:00
4ade9ad1a0 Move all syscalls into one file 2025-09-09 18:18:55 +02:00
cd0e262e56 Simple IPC with pipes 2025-09-06 11:47:01 +02:00
fb5e88a175 Simple file IO with the ioctl syscall 2025-09-05 19:56:27 +02:00
708c53c64d Move to new processctl syscall, share common kernel and ulib headers 2025-09-05 15:44:57 +02:00
90266f044b C userspace programs 2025-09-04 23:20:30 +02:00