summaryrefslogtreecommitdiff
path: root/src/kernel/tests
AgeCommit message (Expand)Author
2022-03-06shared: add strcmp() testcases, fix invalid implementationdzwdz
2021-11-14shared: use a single implementation of mem* functions everywheredzwdz
2021-11-03kernel/vfs: tidy up path_simplify, fix a bug and add regression testsdzwdz
2021-10-02rename kernel/arch/log.h to io.hdzwdz
2021-09-22free the mounts created in tests/vfs.cdzwdz
2021-09-21start using sparse's `-Wnon-pointer-null`dzwdz
2021-09-21start using sparse's `-Wdecl`dzwdz
2021-09-20create a few specialized panic()sdzwdz
2021-09-19remove the unused static_strcmp macrodzwdz
2021-09-08style: simplify the `kmalloc(sizeof(...` callsdzwdz
2021-09-05move most of the memory stuff to kernel/mem/dzwdz
2021-08-27make vfs_mount_resolve pass all the testsdzwdz
2021-08-27basic vfs_mount_resolve testsdzwdz
2021-08-24replace () with (void) in function definitionsdzwdz
2021-08-09rename `log_` to `tty_`, `tty_` to `vga_`dzwdz
2021-08-09a sloppy implementation of path_simplify()dzwdz
2021-08-08path_simplify now returns int, has better testsdzwdz
2021-08-04partial path_simplify implementationdzwdz
2021-08-04rename TEST_IF to TEST_CONDdzwdz
2021-08-03remove the dummy kernel testdzwdz
2021-08-03fix inconsistent semicolonsdzwdz
2021-08-03kernel: implement static_strcmp()dzwdz
2021-08-03kernel: implement memcmpdzwdz
2021-08-03a bad testing frameworkdzwdz