Commit graph

171 commits

Author SHA1 Message Date
Lisa Milne
a6cfae3762 fix bugs with scripts not restoring properly 2023-12-18 12:02:07 +10:00
Lisa Milne
e478a13f61 persistant filesystem part 3 2023-12-18 11:48:18 +10:00
Lisa Milne
2d8214a6c8 persistant filesystem part 2 2023-12-18 10:55:19 +10:00
Lisa Milne
e852f31781 start of persistant filesystem 2023-12-17 23:16:06 +10:00
Lisa Milne
79db978349 fix bug with ctrl+d leaving the tty in an unknown state 2023-12-17 17:40:27 +10:00
Lisa Milne
e3a86643d2 add a proper login manager 2023-12-17 17:20:10 +10:00
Lisa Milne
7ceb503fee add the start of shell history saving 2023-12-17 14:57:15 +10:00
Lisa Milne
98bedb8ca0 user command to add and delete users 2023-12-17 14:11:07 +10:00
Lisa Milne
b3965d720c organise the libraries a bit 2023-12-17 09:49:21 +10:00
Lisa Milne
ad4815d672 cookie notice, and some about/intro changes 2023-12-17 09:42:18 +10:00
Lisa Milne
99a58594d3 su to root 2023-12-16 22:31:45 +10:00
Lisa Milne
b14fc8e13b add ability to add and edit users and groups 2023-12-16 18:24:26 +10:00
Lisa Milne
a7f5087c7c add support for setuid/setguid on executable files 2023-12-16 14:30:29 +10:00
Lisa Milne
46af70187d create /root as part of the default filesystem 2023-12-16 13:18:37 +10:00
Lisa Milne
af1942daa1 convert file permissions to using bitwise integer values 2023-12-16 13:13:04 +10:00
Lisa Milne
f333734f97 remove local file loader panel after loading 2023-12-15 22:09:59 +10:00
Lisa Milne
cc67caaf7c oops 2023-12-15 20:43:03 +10:00
Lisa Milne
00c6b9c8e7 documentation update and version bump 2023-12-15 20:39:42 +10:00
Lisa Milne
279fc3c8aa add command for loading files from the local device 2023-12-15 19:53:50 +10:00
Lisa Milne
c52058dacb a few fixes and improvements to shell script parsing 2023-12-15 16:58:34 +10:00
Lisa Milne
c56fe770b9 conditional expressions in shell and scripts 2023-12-15 14:56:19 +10:00
Lisa Milne
23f2408b0e test command 2023-12-15 13:43:30 +10:00
Lisa Milne
9da752f308 add true and false shell builtins 2023-12-15 11:54:48 +10:00
Lisa Milne
e27dc7bddf fix bug when redirecting stdout to /dev/null 2023-12-15 01:23:32 +10:00
Lisa Milne
9ec6e0e26a shell piping and io redirects 2023-12-15 00:44:44 +10:00
Lisa Milne
55b557be42 version bump and docs update 2023-12-14 19:01:56 +10:00
Lisa Milne
e719b8686a some improvements to shell scripting 2023-12-14 18:59:15 +10:00
Lisa Milne
162d63f4e1 it is now possible to run shell scripts 2023-12-14 17:46:08 +10:00
Lisa Milne
376d425330 improved shell script parser 2023-12-14 17:19:07 +10:00
Lisa Milne
409470d0bc add sleep() and sleep command 2023-12-14 16:10:00 +10:00
Lisa Milne
13113b59d5 add strip command (lol) 2023-12-14 15:55:37 +10:00
Lisa Milne
0ac73e2a5a add tail command 2023-12-14 15:45:53 +10:00
Lisa Milne
8a6e6bb619 add head function 2023-12-14 15:20:33 +10:00
Lisa Milne
c618fb3ac1 fix less chopping off the top line 2023-12-14 15:02:20 +10:00
Lisa Milne
75efa40f2a bios version bump, and documentation update 2023-12-14 14:18:46 +10:00
Lisa Milne
975406a803 add hardware cursor, and improve vi some more 2023-12-14 12:53:46 +10:00
Lisa Milne
32927521b0 some fixes to vi 2023-12-14 08:57:13 +10:00
Lisa Milne
cf42631655 fix a bug in a 3-line program 2023-12-13 21:21:27 +10:00
Lisa Milne
2ac44120eb version bump 2023-12-13 19:45:52 +10:00
Lisa Milne
be72d029b5 documentation update 2023-12-13 19:18:50 +10:00
Lisa Milne
e842848027 also, missing newlines in vi 2023-12-13 17:42:30 +10:00
Lisa Milne
b460a00c6d more curses, and get vi working again 2023-12-13 17:39:48 +10:00
Lisa Milne
140aff20a5 fix libcurses, get less working again 2023-12-13 16:22:07 +10:00
Lisa Milne
93a4885563 local file system loading working again 2023-12-13 15:45:56 +10:00
Lisa Milne
8dad3466d0 add a whole lot of missing newline characters, and fix file download a bit 2023-12-13 14:23:53 +10:00
Lisa Milne
b6d539ec7f shell tabfill and history back in place, ability to set tty into raw mode added 2023-12-13 13:42:57 +10:00
Lisa Milne
015af5b3ba get tty device files working properly 2023-12-12 21:37:08 +10:00
Lisa Milne
41353aab1a backspace on the tty 2023-12-12 21:16:25 +10:00
Lisa Milne
abf9dbad6c various fixes to get the shell working better with a tty 2023-12-12 20:50:42 +10:00
Lisa Milne
d8604b3e3b so many shell bugs - builtins freeze the shell 2023-12-12 20:09:17 +10:00