Commit Graph

25 Commits

Author SHA1 Message Date
871c9cf439 Remove fbdev, add term_getsizes() syscall to get terminal width+height 2025-11-15 00:57:53 +01:00
ecee481b33 Reimplement the terminal user access via separate syscalls 2025-11-15 00:38:54 +01:00
c2364fbd48 Add MBus syscalls 2025-11-11 23:44:43 +01:00
e0162e9e0b Add dev_delhandle() syscall to delete a device handle from process resources 2025-11-08 16:24:04 +01:00
88ac5cf877 New syscalls vfsavailmounts() and vfsmountstat() to get info about current VFS mountpoints 2025-11-04 00:24:58 +01:00
9612e7961e No networking for now 2025-11-02 18:31:51 +01:00
0f93aa2a81 Implement schedsleep() syscall to sleep a process for a given time 2025-11-02 16:46:37 +01:00
d947192475 Make socket port binding a separate step with ipc_netsockbindport() syscall 2025-10-29 22:33:41 +01:00
4417141216 Implement ipc_netsockdelete() syscall and automatic dangling socket cleanup 2025-10-29 21:21:35 +01:00
815c2239fe Porting PicoTCP WIP 2025-10-29 14:29:06 +01:00
702f0ddf87 Add time() syscall 2025-10-16 14:15:05 +02:00
ac6ebce112 Add fs_delete() syscall 2025-10-15 20:10:26 +02:00
1f7f81016e Remove SYS_IOCTL from sysdefs/syscall.h 2025-10-14 21:35:35 +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
9108299c31 Migrate off the big ipcpipe() syscall 2025-10-14 08:12:04 +02:00
25cb309105 Implement an ATA driver, Add vfsmount/vfsunmount syscalls 2025-10-14 00:39:59 +02:00
ee93463c64 Add rand() syscall 2025-10-11 21:54:06 +02:00
3c1c63e970 share Make headers assembler friendly 2025-10-03 22:31:22 +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
2f9f4d9397 Userspace dlmalloc port, supporting syscalls mman_map()/mman_unmap() 2025-09-10 21:52:01 +02:00
cd0e262e56 Simple IPC with pipes 2025-09-06 11:47:01 +02:00
f42c4b7e44 Rework shared headers 2025-09-05 17:08:40 +02:00