Commit Graph

240 Commits

Author SHA1 Message Date
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
b04d700f94 made the automount feature a bit less obnoxious (fs00 -> uuid:sub(1,3) 2017-09-23 19:13:25 +10:00
d60c10baa0 made forked programs output their end result to the log 2017-09-23 19:08:10 +10:00
99b4bc3b71 made autorun not crash the system. kinda important 2017-09-23 18:52:09 +10:00
0f08d6caa0 added autorun to all the configs, added aliases for shutil to the minimal kernel 2017-09-23 18:42:13 +10:00
55eb012e16 added remove and dir functionality to pkg 2017-09-23 18:22:15 +10:00
237b1c5e09 moved the run-related functions into the fs library 2017-09-23 18:19:01 +10:00
0918704357 made nbsrv log rather than print everything 2017-09-23 14:26:37 +10:00
519b63c627 added pkg to the everything kernel 2017-09-23 14:21:37 +10:00
ed8aca42e0 fixed a bunch of stuff with all the update/package related programs, added pkg, etc. 2017-09-23 11:24:37 +10:00
b271341b2b made fs.cp fail if either handle fails to open. ??? 2017-09-23 11:22:33 +10:00
a7a463c38d wrote an updater script 2017-09-23 09:52:31 +10:00
3cf9a5e42a added less severe failure conditions to shutil, luash should crash less now. 2017-09-18 07:51:48 +10:00
50d77f2904 added some programs to manage permissions from the shell 2017-09-15 19:57:11 +10:00
3c6ac7db1a the nobody UID is no longer allowed to read or write files 2017-09-15 19:56:35 +10:00
1e8c16e691 canwrite(p) actually works now 2017-09-15 19:52:56 +10:00
8f80df31ea Merge branch 'master' into fsdev 2017-09-15 19:47:55 +10:00
a90114bac1 fixed a stupid issue with the minimal config 2017-09-15 19:30:54 +10:00
580f975263 convinced the io.open stuff to work properly 2017-09-15 19:30:04 +10:00
3c84f6224b moved checks to more generic canread() and canwrite() functions 2017-09-15 17:40:34 +10:00
3138eb29b8 added the get/setattr functions to the API docs 2017-09-15 16:28:10 +10:00
f2fb71d030 made user stuff less spammy. 2017-09-15 16:07:18 +10:00
5fcc09e03c exposed parseacl as part of _G 2017-09-15 16:04:19 +10:00
67356aa589 made setattr() convert values to strings 2017-09-15 15:59:43 +10:00
366a420930 can only r/w attributes if you have r/w permissions in the attributes 2017-09-15 15:58:42 +10:00
016e4f2d58 made fs attribute loading spam the log less. 2017-09-15 15:40:08 +10:00
c1005e3ae6 added some basic fs attribute support, stored in memory. 2017-09-15 15:38:16 +10:00
868e0eee74 moved most of the shutil functions into programs in exec/ to reduce kernel size. 2017-09-15 14:42:10 +10:00
c7d044c810 updated the API documentation to reflect the changes to the OS user stuff. 2017-09-14 16:21:56 +10:00
61bf854539 made the login setup saner. 2017-09-14 16:21:32 +10:00
64d3958451 made readut self-contained. 2017-09-14 16:21:09 +10:00
4477b2769c added some programs for using the user system 2017-09-14 15:15:08 +10:00
7b38b1286f actually removed userlib now \o/ 2017-09-14 15:12:41 +10:00
6a822d6779 added a proper user system, modified userspace utils to use it, etc etc. 2017-09-14 15:12:00 +10:00