|
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 |
|
|
8458bf5fc7
|
made fs attribute loading spam the log less.
|
2017-10-07 05:54:51 +00:00 |
|
|
10f7a53cdd
|
added some basic fs attribute support, stored in memory.
|
2017-10-07 05:54:51 +00:00 |
|
|
bd6ff99818
|
added a bunch of escape codes to vt52.lua.
|
2017-10-07 05:14:30 +00:00 |
|
|
ff56e4f2f2
|
wrote a better copper implementation, the new copper daemon, or ncd for short.
|
2017-10-07 03:53:14 +00:00 |
|
|
cd30afb56a
|
possible fix for multi screen single GPU stuff
|
2017-10-07 06:10:57 +11:00 |
|
|
bec129c2fc
|
strip.lua no longer removes newlines after comments
|
2017-09-26 13:59:08 +10:00 |
|
|
124de18ed2
|
made luash set the session ID correctly
|
2017-09-26 13:57:00 +10:00 |
|
|
8778b140a1
|
os.getuid() no longer fails outside of a process
|
2017-09-26 13:56:44 +10:00 |
|
|
92eaeb4c46
|
made vt52 support actually setting the session ID
|
2017-09-26 13:56:15 +10:00 |
|
|
337e9d7c9f
|
made the VT52 driver theoretically capable of supporting multiple displays with one GPU. theoretically.
|
2017-09-24 02:19:51 +10:00 |
|
|
e2b315e5b3
|
sebios2 can load from internet cards now
|
2017-09-23 23:25:04 +10:00 |
|
|
3774580806
|
cp may work properly on large files now, previous method was a horrid hack
|
2017-09-23 19:16:34 +10:00 |
|