apio bcdcfc4b45 Kernel: Add a pstat() system call
Not part of C or POSIX, but since there is no procfs right now, I thought it would be nice to have an interface to query process information.
It works like this: you pass the process ID and a pointer to a struct pstat (can be null).
If the process ID is -1, the kernel picks the process with the highest PID.
Then, if the pointer to a pstat struct is not null, the kernel fills it in with the process's information, and returns the process's PID.
2022-10-22 14:26:29 +02:00
..
2022-09-25 21:43:28 +02:00
2022-10-22 10:28:02 +02:00
2022-09-05 16:13:51 +02:00
2022-10-06 17:13:34 +02:00
2022-10-16 18:23:33 +02:00
2022-10-20 18:49:33 +02:00
2022-10-19 19:42:05 +02:00
2022-10-16 18:23:33 +02:00
2022-09-14 18:54:40 +02:00
2022-10-21 21:51:03 +02:00
2022-10-22 14:26:29 +02:00
2022-10-21 21:26:19 +02:00
2022-10-15 17:30:34 +02:00
2022-10-14 19:04:56 +02:00
2022-09-05 16:13:51 +02:00
2022-09-23 16:41:43 +02:00