Age | Commit message (Expand) | Author |
2022-04-21 | kernel: recursive kill() | dzwdz |
2022-04-21 | kernel: `shutdown()`; temporarily print process states on shutdown | dzwdz |
2022-04-16 | kernel/vfs: store the queue in `vfs_request` itself | dzwdz |
2022-04-16 | kernel/vfs: refactor `vfs_request_accept` into `vfs_backend_accept` | dzwdz |
2022-04-16 | kernel/vfs: be more strict about the state of `vfs_backend.handler` | dzwdz |
2022-04-15 | kernel/vfs: don't hang on orphaned vfs calls | dzwdz |
2022-04-15 | kernel/vfs: don't hang waiting for a vfs backend after it exit()s | dzwdz |
2022-04-14 | kernel/proc: only change state through `process_transition` | dzwdz |
2022-04-14 | kernel: store a pointer to the callback function in .waits4irq | dzwdz |
2022-04-14 | kernel/root: don't panic on writes to `/ps2` | dzwdz |
2022-04-14 | kernel: port init's `printf` implementation | dzwdz |
2022-04-14 | kernel: slightly clean up `vfs/request.c` | dzwdz |
2022-04-14 | kernel: basic page allocator, `process_free` | dzwdz |
2022-04-12 | kernel/proc: implement `process_next` for simple process iteration | dzwdz |
2022-04-12 | shared: fix some minor warnings | dzwdz |
2022-04-12 | kernel: make all sizes unsigned, sort out the sign mess | dzwdz |
2022-04-11 | kernel: implement `cpu_pause()` in assembly, remove `irq_interrupt_flag()` | dzwdz |
2022-04-11 | kernel/arch: only allow IRQs in the idle process | dzwdz |
2022-04-11 | kernel: shutdown when init quits | dzwdz |
2022-04-11 | kernel/rootvfs: don't overread from ps2/serial | dzwdz |
2022-04-10 | kernel/driver: modify the ps2/serial drivers to use ring_t | dzwdz |
2022-04-10 | shared: implement a basic ring buffer | dzwdz |
2022-04-10 | kernel/i386: rewrite the serial driver to wait for IRQ | dzwdz |
2022-04-10 | init/fs: handle delegated reads in a subprocess | dzwdz |
2022-04-10 | kernel: idle process | dzwdz |
2022-04-10 | kernel: process_find_multiple | dzwdz |
2022-04-09 | kernel: prevent switching processes in syscall handlers | dzwdz |
2022-04-09 | kernel/vfs: prevent the vfs functions from switching processes | dzwdz |
2022-04-09 | kernel: `vfs_request_accept` now doesn't switch processes | dzwdz |
2022-04-07 | kernel/vfs: fix panic when using an user fs which hadn't yet wait()ed | dzwdz |
2022-04-07 | kernel/vfs: implement a vfs request queue | dzwdz |
2022-04-07 | kernel: remove the `/tty` device | dzwdz |
2022-04-07 | kernel: add a /com1 device | dzwdz |
2022-04-05 | kernel/ps2: don't discard entire buffer on partial reads | dzwdz |
2022-03-30 | kernel: remove the keyboard driver, add a `/ps2` device | dzwdz |
2022-03-27 | init: userland tty emulator ; also workaround a fork() bug | dzwdz |
2022-03-27 | shared/syscalls: change some pointer types to void* | dzwdz |
2022-03-27 | kernel/vfs: partial ATA drive support | dzwdz |
2022-03-27 | style: remove the semicolons after cases in ISR | dzwdz |
2022-03-27 | kernel/tty: poll only on IRQs, don't burn cycles | dzwdz |
2022-03-27 | kernel/i386: implement the ps/2 keymap as an array | dzwdz |
2022-03-27 | kernel/vfs: `/vga` node | dzwdz |
2022-03-26 | kernel: IRQs; PS/2 keyboard support | dzwdz |
2022-03-06 | kernel: print newlines after every boot stage | dzwdz |
2022-03-06 | shared: add strcmp() testcases, fix invalid implementation | dzwdz |
2021-11-20 | kernel: fs_wait returns a success val; the op type is put in the struct | dzwdz |
2021-11-16 | kernel/vfs: add a capacity field to fs_wait_response | dzwdz |
2021-11-14 | kernel/vfs: slightly tidy up the root driver | dzwdz |
2021-11-14 | shared: use a single implementation of mem* functions everywhere | dzwdz |
2021-11-14 | kernel/vfs: allow reading the root directory | dzwdz |