|
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 |
|
|
1ffec30452
|
added some programs to manage permissions from the shell
|
2017-10-07 05:54:51 +00:00 |
|
|
ae083f57d9
|
the nobody UID is no longer allowed to read or write files
|
2017-10-07 05:54:51 +00:00 |
|
|
4e3b65ad38
|
canwrite(p) actually works now
|
2017-10-07 05:54:51 +00:00 |
|
|
dcb37236af
|
convinced the io.open stuff to work properly
|
2017-10-07 05:54:51 +00:00 |
|
|
cab958f677
|
moved checks to more generic canread() and canwrite() functions
|
2017-10-07 05:54:51 +00:00 |
|
|
ed7032c274
|
added the get/setattr functions to the API docs
|
2017-10-07 05:54:51 +00:00 |
|
|
d6b9b1db3a
|
exposed parseacl as part of _G
|
2017-10-07 05:54:51 +00:00 |
|
|
83ed6019cd
|
made setattr() convert values to strings
|
2017-10-07 05:54:51 +00:00 |
|
|
4b89084432
|
can only r/w attributes if you have r/w permissions in the attributes
|
2017-10-07 05:54:51 +00:00 |
|