Commit graph

192 commits

Author SHA1 Message Date
Lisa Milne
90a6e9e405 version bump and documentation update 2025-09-02 20:26:42 +10:00
Lisa Milne
0cc4c192d2 cc should set executable perms on output 2025-09-02 19:38:13 +10:00
Lisa Milne
aac0fd25af get vi cursor working right 2025-09-02 19:29:19 +10:00
Lisa Milne
662f4b736a will vi ever work right? 2025-09-01 16:09:26 +10:00
Lisa Milne
219d7455dd cc part 1 2025-08-30 23:28:20 +10:00
Lisa Milne
62d8fedc38 setup for loading "binaries" from plain text 2025-08-30 21:28:55 +10:00
Lisa Milne
717cf09ba2 add tab support to tty 2025-08-30 16:57:03 +10:00
Lisa Milne
5da5e60b44 make libterm use the actuall ctty id 2025-08-30 11:48:57 +10:00
Lisa Milne
4e36e1749f fix ls not listing symlinked directories properly 2025-08-30 10:39:43 +10:00
Lisa Milne
368a5cddfb remove more unnecessary objects from shell 2023-12-21 10:05:14 +10:00
Lisa Milne
8fee484f23 remove unnecessary objects from shell 2023-12-20 20:30:06 +10:00
Lisa Milne
a93576a832 some tweaks to exec and process manager 2023-12-19 22:39:05 +10:00
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