summaryrefslogtreecommitdiff
path: root/src/user/app/tests/kernel
AgeCommit message (Expand)Author
2022-10-08tests: some tests for when a process has no free handlesdzwdz
2022-10-02syscall/open: add the full suite of READ/WRITE flagsdzwdz
2022-09-20shared: rename ufs_request to better fit its role in userlanddzwdz
2022-09-04user/tests: make all tests automaticdzwdz
2022-08-28user/lua: prepare libc headersdzwdz
2022-08-28shared/path_simplify: return an unsigned valuedzwdz
2022-08-20user/libc: don't access the old stack from the new thread at alldzwdz
2022-08-19syscall/fs_wait: return a handle for each requestdzwdz
2022-08-19syscall/fork: allow sharing handles between threadsdzwdz
2022-08-18syscall/fork: FORK_SHAREMEM for primitive "threads"dzwdz
2022-08-11shared/header: don't mix kinds of declarations between headersdzwdz
2022-08-05move the mount_resolve test to userland, remove the kernel selftestsdzwdz
2022-08-05move path_simplify to shared code, move its tests to userlanddzwdz
2022-08-04user/tests: split the tests by parts of codebasedzwdz