20 Commits

Author SHA1 Message Date
6bb4f38edc feature: Stdin/Stdout/Stderr structs 2021-11-16 14:34:14 +02:00
1f204e1d4c refactor: better syscall result handling 2021-11-13 15:44:55 +02:00
a695232926 feature: add FileDescriptor type 2021-11-13 12:58:51 +02:00
0f48379e1a refactor: better ABI for SignalDestination passing 2021-11-12 19:44:10 +02:00
c584e1182f Merge branch 'master' into feat/signal 2021-11-11 22:54:41 +02:00
41ffd0ddb7 refactor: rename syscall to libsys 2021-11-11 20:45:54 +02:00
cd560e79ef refactor: merge error and libcommon into syscall 2021-11-11 20:43:48 +02:00
afc6ccc8dd feature: basic signal handling 2021-11-11 13:46:36 +02:00
e1c7ebc8e1 feature: read ioctl for ttys 2021-11-09 16:35:31 +02:00
41706c5676 misc: format sources 2021-11-05 14:06:38 +02:00
8de432b726 refactor: add clippy to init/libusr 2021-11-05 13:50:00 +02:00
b340b00338 feature: O_ACCESS now works, O_CLOEXEC 2021-11-05 13:45:22 +02:00
0d2ea0f11f feature: AT_EMPTY_PATH 2021-11-05 13:01:02 +02:00
ee5daf32b9 refactor: improve system call ABI 2021-11-04 14:14:31 +02:00
166fc19b7a feature(fs): O_CREAT option 2021-11-03 17:35:51 +02:00
53a432bc05 feature: add Stat struct and fstatat() 2021-11-03 16:15:22 +02:00
2845e4fc8c feat: dedicated module for syscall ABI 2021-11-02 16:14:53 +02:00
753841e1a0 feat: proof-of-concept tty chardev 2021-11-02 15:36:34 +02:00
59c30c32b4 misc: format sources 2021-10-26 13:38:29 +03:00
67d49f8f0e feat: syscall stub 2021-10-21 12:16:24 +03:00