Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-08 | syscall/fs_respond: get the file id from the buf argument | dzwdz | |
Previously, file ids could only be positive integers, so their range was 31 bits - not enough to represent the entire memory. Now, pointers can be safely used as file ids. | |||
2022-07-07 | shared: add a flags argument to _syscall_fs_respond | dzwdz | |
2022-07-05 | init/ps2: support inserting special characters with ctrl, tty style | dzwdz | |
2022-07-01 | init/fs: move the kernel stuff to /kdev/ | dzwdz | |
2022-06-29 | init/fs: tmpfs driver with support for creating new files | dzwdz | |
2022-06-29 | kernel/vfs: add the OPEN_CREATE flag | dzwdz | |
2022-05-29 | init/ps2: fix double key capture | dzwdz | |
2022-05-21 | init/ps2: use a ring buffer for the backlog | dzwdz | |
2022-04-12 | shared: fix some minor warnings | dzwdz | |
2022-04-07 | init: two concurrent shells - serial & vga/ps2 | dzwdz | |
2022-03-31 | init: primitive ps2 driver | dzwdz | |
2022-03-31 | init: move ansiterm to `driver/` | dzwdz | |