Age | Commit message (Expand) | Author |
---|---|---|
2021-09-20 | create a few specialized panic()s | dzwdz |
2021-09-19 | remove the unused static_strcmp macro | dzwdz |
2021-09-08 | style: simplify the `kmalloc(sizeof(...` calls | dzwdz |
2021-09-05 | move most of the memory stuff to kernel/mem/ | dzwdz |
2021-08-27 | make vfs_mount_resolve pass all the tests | dzwdz |
2021-08-27 | basic vfs_mount_resolve tests | dzwdz |
2021-08-24 | replace () with (void) in function definitions | dzwdz |
2021-08-09 | rename `log_` to `tty_`, `tty_` to `vga_` | dzwdz |
2021-08-09 | a sloppy implementation of path_simplify() | dzwdz |
2021-08-08 | path_simplify now returns int, has better tests | dzwdz |
2021-08-04 | partial path_simplify implementation | dzwdz |
2021-08-04 | rename TEST_IF to TEST_COND | dzwdz |
2021-08-03 | remove the dummy kernel test | dzwdz |
2021-08-03 | fix inconsistent semicolons | dzwdz |
2021-08-03 | kernel: implement static_strcmp() | dzwdz |
2021-08-03 | kernel: implement memcmp | dzwdz |
2021-08-03 | a bad testing framework | dzwdz |