Commit Graph

244 Commits

Author SHA1 Message Date
ecb0ae6b46 some work on a new tty driver, fastty, still pretty buggy but it works well enough for now 2017-10-11 14:20:50 +11:00
8192e62ebd added some key combos to the install guide 2017-10-09 04:58:32 +11:00
38f6982e39 wget can now be cancelled using ctrl-alt-c 2017-10-09 04:29:47 +11:00
e7f13d8767 added a note about using http instead of https 2017-10-09 03:32:23 +11:00
cdc655179a note about installing to /tmp 2017-10-08 14:51:16 +11:00
5ef48aeb64 more permission checks 2017-10-08 14:50:03 +11:00
0341a38a5b skipped a step 2017-10-08 14:40:05 +11:00
e27b9d08ee this is why I don't write documentation 2017-10-08 13:34:27 +11:00
6ef7b422a1 I suck at formatting 2017-10-08 13:32:43 +11:00
57a23dca35 more formatting 2017-10-08 13:31:46 +11:00
699a88bc42 fixed some formatting 2017-10-08 13:29:55 +11:00
72159fa124 added an installation guide 2017-10-08 13:28:12 +11:00
9f3d5ab19a made minimal default to lush again, because lazy 2017-10-08 13:28:01 +11:00
10ebeaefa9 updated documentation on building and cleaned up the configs 2017-10-08 12:09:13 +11:00
325e540905 removed header.lua which breaks stuff 2017-10-08 08:25:33 +11:00
275c50c10d wrote lmk, an more general lua build system 2017-10-08 08:22:35 +11:00
83e26739a5 alias os.execute to run() 2017-10-08 08:10:31 +11:00
d242c38fcb fixed a link 2017-10-08 07:04:25 +11:00
3e15ffa6ed updated the API docs and added some links 2017-10-08 07:02:47 +11:00
110c3e5886 made a way better login system, you can now exit the shell after logging in and you don't need to reboot the machine 2017-10-08 01:35:51 +11:00
c5307a7433 lush no longer forks or calls login, has a configurable prompt 2017-10-08 01:35:18 +11:00
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
83a84ea117 made passwordless login work 2017-10-08 00:30:26 +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
b9916c2b13 added a more flexible screen setup system and stuff 2017-10-07 07:16:22 +11:00
0682c50879 Rebasing and stuff 2017-10-07 05:55:35 +00:00
bbe9d4ac51 added a bunch of escape codes to vt52.lua. 2017-10-07 05:54:51 +00:00
d58605431e possible fix for multi screen single GPU stuff 2017-10-07 05:54:51 +00:00
d320de1866 strip.lua no longer removes newlines after comments 2017-10-07 05:54:51 +00:00
af787e31e7 made luash set the session ID correctly 2017-10-07 05:54:51 +00:00
ada544d266 os.getuid() no longer fails outside of a process 2017-10-07 05:54:51 +00:00
67363dcf92 made vt52 support actually setting the session ID 2017-10-07 05:54:51 +00:00
76837876d6 made the VT52 driver theoretically capable of supporting multiple displays with one GPU. theoretically. 2017-10-07 05:54:51 +00:00
e9227ce08a sebios2 can load from internet cards now 2017-10-07 05:54:51 +00:00
e1f8f6697e cp may work properly on large files now, previous method was a horrid hack 2017-10-07 05:54:51 +00:00
a6e6bb5f6b made the automount feature a bit less obnoxious (fs00 -> uuid:sub(1,3) 2017-10-07 05:54:51 +00:00
92a8066890 made forked programs output their end result to the log 2017-10-07 05:54:51 +00:00
690101d41c made autorun not crash the system. kinda important 2017-10-07 05:54:51 +00:00
c9f64c00c7 added autorun to all the configs, added aliases for shutil to the minimal kernel 2017-10-07 05:54:51 +00:00
d63163df70 added remove and dir functionality to pkg 2017-10-07 05:54:51 +00:00
31309f3d2d moved the run-related functions into the fs library 2017-10-07 05:54:51 +00:00
9def569a2a made nbsrv log rather than print everything 2017-10-07 05:54:51 +00:00
776dca5f27 added pkg to the everything kernel 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
faac6621a5 made fs.cp fail if either handle fails to open. ??? 2017-10-07 05:54:51 +00:00
599f685b8c wrote an updater script 2017-10-07 05:54:51 +00:00
cc7df2a95d added less severe failure conditions to shutil, luash should crash less now. 2017-10-07 05:54:51 +00:00