Commit graph

180 commits

Author SHA1 Message Date
Lisa Milne
7071a63dfa convert format of programs to always have main(argc,argv) 2023-12-19 14:36:09 +10:00
Lisa Milne
fe972ddd11 a bunch of little fixes 2023-12-18 21:44:02 +10:00
Lisa Milne
733ee75dd2 shell pathfill 2023-12-18 20:46:56 +10:00
Lisa Milne
9ad4b23a6c version bump and documentation update 2023-12-18 18:44:31 +10:00
Lisa Milne
63e63a88ce do not auto-login to guest if another non-root account exists with a password 2023-12-18 18:00:14 +10:00
Lisa Milne
2983f4a1dd add chown command 2023-12-18 17:55:57 +10:00
Lisa Milne
09579c26c5 add passwd command 2023-12-18 14:44:06 +10:00
Lisa Milne
6c5dff88ce check for user account during login 2023-12-18 12:39:08 +10:00
Lisa Milne
0aa936525a add a command to accept or reject cookies 2023-12-18 12:25:40 +10:00
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