|
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 |
|
|
ff56e4f2f2
|
wrote a better copper implementation, the new copper daemon, or ncd for short.
|
2017-10-07 03:53:14 +00:00 |
|
|
a90114bac1
|
fixed a stupid issue with the minimal config
|
2017-09-15 19:30:54 +10:00 |
|
|
f2fb71d030
|
made user stuff less spammy.
|
2017-09-15 16:07:18 +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 |
|
|
9cec183470
|
made the sandboxing actually work, 100/100 clever.
|
2017-09-14 14:09:16 +10:00 |
|
|
5caeb70592
|
Merge branch 'master' of github.com:XeonSquared/PsychOS
|
2017-09-14 00:03:10 +10:00 |
|
|
69628df044
|
made genkernel.sh mkdir out if it doesn't exist
|
2017-09-13 14:28:33 +10:00 |
|
|
4557dc3ad4
|
made luash actually listen to sI being assigned
|
2017-09-13 13:45:24 +10:00 |
|
|
781ac82904
|
same as the last one except luash has better sandboxing now
|
2017-09-13 13:37:26 +10:00 |
|
|
9bbaf67696
|
made sha a require-style lib
|
2017-09-13 13:36:56 +10:00 |
|
|
da62de5514
|
added libwrap to genkernel() for wrapping require style libs
|
2017-09-13 13:15:38 +10:00 |
|
|
c76bc60a20
|
some cleaning up
|
2017-09-13 13:06:17 +10:00 |
|
|
cce84dc5c5
|
convert luash to a fwrappable program
|
2017-09-13 12:52:03 +10:00 |
|