summaryrefslogtreecommitdiff
path: root/src/user/app/init/driver/ps2.c
AgeCommit message (Collapse)Author
2022-12-25user/lib: reorganize a few header filesdzwdz
2022-09-20shared: rename ufs_request to better fit its role in userlanddzwdz
The old name could have suggested that it held a response to a request received by fs_wait. The new name is unfortunately very similar to the `struct vfs_request` already used internally in the kernel, but it's better at conveying that it contains a filesystem request yet to be handled. vfs_request - virtual filesystem request (a bad name in hindsight) ufs_request - user filesystem request
2022-08-28user/lua: prepare libc headersdzwdz
2022-08-23shared/ring: rename ring_size to ring_used, add ring_availdzwdz
2022-08-19syscall/fs_wait: return a handle for each requestdzwdz
2022-08-07driver/ps2: prepare for mouse supportdzwdz
2022-07-26user/libc: exit()dzwdz
What an interesting commit.
2022-07-26user: move the POSIX-y stuff to the proper header filesdzwdz
2022-07-26shared: move some headers from shared/ to camellia/dzwdz
2022-07-26tools: add tools/sort_includes.rbdzwdz
2022-07-24user: change the directory structure to prepare for multiple binariesdzwdz