Commit Graph

85 Commits

Author SHA1 Message Date
d7153bf0b6 pctl display bad subcommand 2025-09-19 18:24:48 +02:00
ad56890ee9 Adopt pipe handle inheritance 2025-09-19 18:12:36 +02:00
2d7ceb4b43 Make subprocess inherit parent's pipe handles 2025-09-18 23:31:16 +02:00
4c17f26915 add PCTL_DELETE for removing pipes 2025-09-18 22:43:24 +02:00
024a5b2e21 ps2kb intr fix missed key presses by sending early EOI 2025-09-18 11:45:56 +02:00
9e9d2c5190 pctl format output as a table 2025-09-18 11:22:09 +02:00
e5e707eb54 tb running cmds in interactive mode 2025-09-18 00:57:24 +02:00
b3894f1600 Return an error code when a pipe is already present in a slot 2025-09-18 00:54:53 +02:00
b0e543177b PS2KB driver fix right shift key 2025-09-18 00:48:31 +02:00
ba1c0eedbd tb implement command logging 2025-09-17 22:07:58 +02:00
ac1cc172f7 ulib parse boolean arguments 2025-09-17 22:07:42 +02:00
6a8af7727e PCTL ignore build artifacts 2025-09-17 21:49:04 +02:00
91e65bb35a Resolve hisenbugs regarding GCC and -Os 2025-09-17 21:48:16 +02:00
0a5523f234 WIP 2025-09-15 22:35:15 +02:00
ce63020b34 ulib dlmalloc, more eco friendly sbrk() 2025-09-15 00:33:46 +02:00
40ccb7d476 TB print hello world 2025-09-14 23:31:14 +02:00
062e98d714 Fix poor VMM locking leading to subtle race conditions 2025-09-14 23:11:24 +02:00
69e23a9ca3 ioctl() IOCTL_STAT command 2025-09-14 19:30:20 +02:00
26ff717b50 Fix dlmalloc horror bug - mman_map overwrites application code 2025-09-14 19:07:00 +02:00
e6891b39cc Parsing commandline arguments 2025-09-13 15:43:31 +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
c4c26e0e19 Fix ps2 keyboard handling 2025-09-09 21:43:05 +02:00
3b42abc027 Temporary mountpoint (temp) 2025-09-09 19:38:39 +02:00
71be9c5fb3 Use uprintf instead of debugprint 2025-09-09 18:21:55 +02:00
4ade9ad1a0 Move all syscalls into one file 2025-09-09 18:18:55 +02:00
ac195acd2f Rework the ioctl() syscall, clean up arguments 2025-09-09 18:12:33 +02:00
1029db6342 Rename event pipes to broadcast pipes 2025-09-09 17:52:19 +02:00
ab224eda8e Add special event pipes, rework ps2kb process 2025-09-08 22:12:50 +02:00
94dd38d010 Set bitmap block size to page size 2025-09-07 22:56:00 +02:00
a9ac962051 Move dlmalloc outside of kernel tree 2025-09-07 22:48:05 +02:00
e71361dcca Nice userspace wrappers for ps2kb driver 2025-09-07 22:24:34 +02:00
659f98910d Terminal lock 2025-09-07 22:23:41 +02:00
80a788617e Serial comm kernel process 2025-09-07 21:44:46 +02:00
9644ad0b4e Handle ps2 keyboard via special process 2025-09-07 20:53:36 +02:00
4f3053bc8e Handle ps2 keyboard, no APIC for now 2025-09-07 14:25:23 +02:00
0cbf308d95 Implement a kernel process 2025-09-06 17:13:52 +02:00
b04ebd9c71 Add ANSI escape sequences library to ulib 2025-09-06 14:55:09 +02:00
97bfa178d1 Printf in userspace 2025-09-06 12:14:54 +02:00
cd0e262e56 Simple IPC with pipes 2025-09-06 11:47:01 +02:00
643d692259 Remove PID_SELF_MAGIC constant 2025-09-06 09:50:04 +02:00
3b18f56376 Fix holding spinlocks for too long 2025-09-06 09:35:31 +02:00
b89882e1cf VFS object auto cleanup 2025-09-06 09:31:05 +02:00
c31c00e8cd Nice wrappers around ioctl() syscall 2025-09-05 23:00:57 +02:00
d399922de6 rm libulib.a 2025-09-05 21:12:13 +02:00
fb5e88a175 Simple file IO with the ioctl syscall 2025-09-05 19:56:27 +02:00
f42c4b7e44 Rework shared headers 2025-09-05 17:08:40 +02:00
708c53c64d Move to new processctl syscall, share common kernel and ulib headers 2025-09-05 15:44:57 +02:00
ca92a0e6a8 Remove VFS object reference counting 2025-09-05 15:10:25 +02:00