34 Commits

Author SHA1 Message Date
d14ca5ecdb Make x86_64 work (pre-syscalls) 2022-01-12 15:34:51 +02:00
fcbe412732 feature: simple sysfs 2021-12-09 09:02:28 +02:00
b97db3a0c4 feature: better login program 2021-12-02 13:02:45 +02:00
a577b2dcc4 refactor: fix clippy warnings 2021-11-30 20:34:17 +02:00
d0681eb589 refactor: replace u32 with Tid type 2021-11-30 18:35:10 +02:00
e965c25181 refactor: better Pid type 2021-11-30 18:07:39 +02:00
4ffbb8c115 refactor: fix warnings 2021-11-30 09:55:13 +02:00
3ed41501cb feature: cat and hexd 2021-11-28 12:24:17 +02:00
cd71ee25ab refactor: better user dir structure 2021-11-28 11:50:59 +02:00
a7a0c8bf2c feature: login program 2021-11-28 11:46:55 +02:00
61a92920c2 feature: trace! levels 2021-11-25 12:02:25 +02:00
47b67fa93c feature: passing args to execve() 2021-11-24 15:16:34 +02:00
564d10e1be feature: simple ls(1p) 2021-11-23 17:55:58 +02:00
a7d89158cb feature: Ctrl+C signal to foreground pgid 2021-11-23 14:16:37 +02:00
fabf4e8d3f refactor: fix non-doc warnings 2021-11-22 15:42:43 +02:00
7c809f3b11 feature: extended user pointer validation 2021-11-21 14:01:48 +02:00
bf1a215730 feature: better ABI for system call numbers 2021-11-21 12:26:11 +02:00
3121cc9ba9 feature: fuzzy 2021-11-21 11:44:33 +02:00
7c622a78f8 feature: thread::current() using tpidr_el0 2021-11-20 15:46:38 +02:00
6eac5287a2 feature: shell exec 2021-11-20 13:54:06 +02:00
87c13d3920 feature: thread join() with exit value 2021-11-19 16:38:38 +02:00
d582a9b58b feature: spawn for closures 2021-11-19 16:14:13 +02:00
adb95ac52e feature: add threads (WIP) 2021-11-17 13:05:51 +02:00
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
496f14d391 feature: simple select() 2021-11-12 16:00:13 +02:00
c584e1182f Merge branch 'master' into feat/signal 2021-11-11 22:54:41 +02:00
00c368c36b refactor: fix clippy warnings 2021-11-11 22:46:01 +02:00
afc6ccc8dd feature: basic signal handling 2021-11-11 13:46:36 +02:00
e516af6f3f feature(tty): (mostly) implement ICANON mode 2021-11-08 17:25:27 +02:00
9a15c1a1d3 feature: better tty interface 2021-11-05 16:26:47 +02:00
92b517bcd4 feature: waitpid system call 2021-11-05 15:24:10 +02:00