Commit Graph

28 Commits

Author SHA1 Message Date
d736491628 added msh, the most minimal shell I could implement decently (just a lua prompt), added it to the minimal config, aliased lush to shell in the other versions 2017-10-08 01:30:37 +11:00
0e3d368896 changed the user system to allow more flexible configuration 2017-10-08 00:24:42 +11:00
bbead5d252 moved the execute part of lush into shutil 2017-10-08 00:24:01 +11:00
3a3e83691a made lush prefer functions/builtins rather than files where possible 2017-10-07 23:34:18 +11:00
0bb3921781 wrote a new version of luash, lush, which is just nicer to use. 2017-10-07 23:33:00 +11:00
af787e31e7 made luash set the session ID correctly 2017-10-07 05:54:51 +00:00
d63163df70 added remove and dir functionality to pkg 2017-10-07 05:54:51 +00:00
9def569a2a made nbsrv log rather than print everything 2017-10-07 05:54:51 +00:00
334f3a4d50 fixed a bunch of stuff with all the update/package related programs, added pkg, etc. 2017-10-07 05:54:51 +00:00
599f685b8c wrote an updater script 2017-10-07 05:54:51 +00:00
1ffec30452 added some programs to manage permissions from the shell 2017-10-07 05:54:51 +00:00
868e0eee74 moved most of the shutil functions into programs in exec/ to reduce kernel size. 2017-09-15 14:42:10 +10:00
61bf854539 made the login setup saner. 2017-09-14 16:21:32 +10:00
4477b2769c added some programs for using the user system 2017-09-14 15:15:08 +10:00
6a822d6779 added a proper user system, modified userspace utils to use it, etc etc. 2017-09-14 15:12:00 +10:00
9cec183470 made the sandboxing actually work, 100/100 clever. 2017-09-14 14:09:16 +10:00
4557dc3ad4 made luash actually listen to sI being assigned 2017-09-13 13:45:24 +10:00
9bbaf67696 made sha a require-style lib 2017-09-13 13:36:56 +10:00
cce84dc5c5 convert luash to a fwrappable program 2017-09-13 12:52:03 +10:00
21a9c66d8d made stuff use computer.uptime because it always returns seconds 2017-09-10 15:23:46 +10:00
f0a175762b made nsh default to port 23 properly. 2017-09-10 03:14:46 +10:00
1fffceb549 moved wget to exec/ and turned it into a standalone program. 2017-09-10 03:06:40 +10:00
3ded060771 nsh improvements, now supports closing of sessions 2017-09-05 19:09:07 +10:00
e82af803ab made nbsrv print errors \o/ 2017-09-04 02:04:41 +10:00
7e42870c71 added nsh for remote login and stuff. 2017-09-01 09:07:07 +10:00
bfe7e0276c added a network boot server compatible with PixICE. 2017-08-31 22:42:56 +10:00
6763791189 fixed a bug with append hopefully 2017-08-27 04:22:24 +10:00
1834eadb29 made skex2 use the previous include-external-files feature so you can run it outside the kernel. 2017-08-27 03:52:09 +10:00