Commit Graph

101 Commits

Author SHA1 Message Date
Izaya 781ac82904 same as the last one except luash has better sandboxing now 2017-09-13 13:37:26 +10:00
Izaya da62de5514 added libwrap to genkernel() for wrapping require style libs 2017-09-13 13:15:38 +10:00
Izaya c76bc60a20 some cleaning up 2017-09-13 13:06:17 +10:00
Izaya cce84dc5c5 convert luash to a fwrappable program 2017-09-13 12:52:03 +10:00
Izaya 5557cd4d41 made autorun comply with my FHS 2017-09-13 12:19:12 +10:00
Izaya d2a0fa5910 made the copper repeat timeout configurable 2017-09-12 17:43:41 +10:00
Izaya 10615bfecb made logflush use the newer APIs and shit 2017-09-11 13:52:44 +10:00
Izaya 21a9c66d8d made stuff use computer.uptime because it always returns seconds 2017-09-10 15:23:46 +10:00
Izaya 1fffceb549 moved wget to exec/ and turned it into a standalone program. 2017-09-10 03:06:40 +10:00
Izaya 064064eb26 made wget less needy. 2017-09-09 22:57:48 +10:00
Izaya 3dff3ce99e added a wget function, because wtf not 2017-09-09 22:56:36 +10:00
Izaya 1406044789 made login() use userlib and automatically load users and stuff. shiny. 2017-09-09 21:26:29 +10:00
Izaya 48f3576581 fixed that issue with log() where it DOESN'T WORK 2017-09-09 21:23:26 +10:00
Izaya a7be3ada0d added some better copper configuration stuff. 2017-09-09 21:22:58 +10:00
Izaya 74c9030668 added a way to set the current user. security implications: 0, because I don't have any perms. 2017-09-09 21:20:26 +10:00
Izaya e745ae05e9 more logging improvements 2017-09-08 14:50:34 +10:00
Izaya fa15579f9f improved logging significantly 2017-09-07 22:09:48 +10:00
Izaya c83fd7a482 made luash not crash without login() 2017-09-07 13:12:48 +10:00
Izaya 56aca17c96 added a simple password protection system 2017-09-07 13:12:10 +10:00
Izaya af2ce42583 made sha256.lua work with ocemu 2017-09-07 13:11:32 +10:00
Izaya ecba456ef6 made sha256.lua behave on plain lua 2017-09-07 12:58:42 +10:00
Izaya b60a7161ab made fs-automount quiet, now uses log() 2017-09-05 19:43:46 +10:00
Izaya b5011de5ab don't start luash() automatically when headless 2017-09-05 19:43:23 +10:00
Izaya bfd5ea7cb4 improved motd stuff 2017-09-05 19:42:56 +10:00
Izaya fa3338589f made readline return false when ctrl-shift-c is pressed. 2017-09-05 19:08:51 +10:00
Izaya 98e9b95f54 made luash print the motd 2017-09-05 19:08:24 +10:00
Izaya 7dee940cf2 made spawn() return the pid of the spawned process 2017-09-05 19:07:13 +10:00
Izaya e8bd168ad8 LKR cache improvements. 2017-09-05 19:06:24 +10:00
Izaya 437f65e0dc made fs-automount cope with non-fs boot devices better 2017-09-04 20:43:26 +10:00
Izaya 1e3d4eddac fixed more stuff for #5, added logflushd 2017-09-04 20:13:31 +10:00
Izaya 24e5d76527 removed copper.0.lua because it's unneccesary 2017-09-04 02:52:46 +10:00
Izaya 8b7179edfe more fixes for #5 2017-09-04 02:37:43 +10:00
Izaya 9bc2b463ec made spawn() log errors 2017-09-04 02:36:05 +10:00
Izaya f289516c9d fixed cache clearing, some nil issues 2017-09-04 02:20:45 +10:00
Izaya 621cc397a2 made setup.lua spawn nshd on headless systems 2017-09-04 02:10:03 +10:00
Izaya a27e70ad0e made log() prefix a timestamp 2017-09-04 02:04:05 +10:00
Izaya a40d2dfc29 made copper actually add sent messages to the filter 2017-09-01 09:10:18 +10:00
Izaya 7e42870c71 added nsh for remote login and stuff. 2017-09-01 09:07:07 +10:00
Izaya 55310a6c2c made write() actually use the right session ID 2017-09-01 06:43:38 +10:00
Izaya 4956591894 added cp and mv to shutil 2017-08-31 12:45:59 +10:00
Izaya fca81639fa added fs.cp and fs.mv for copying amd moving files. 2017-08-31 12:31:54 +10:00
Izaya 8e7b96ae08 added the copper reliability layer, part of the copper daemon. 2017-08-30 21:07:41 +10:00
Izaya fef9b7d540 added copper's packet system, reliability layer still WIP. 2017-08-28 16:06:07 +10:00
Izaya 862f1dcd30 made ps() deal with when a task dies 2017-08-28 16:04:26 +10:00
Izaya 2c61a6150b fixed io closing files and stuff 2017-08-27 04:22:11 +10:00
Izaya 3c142e6e2a Merge branch 'master' of github.com:XeonSquared/PsychOS, because I never push my code >.> 2017-08-27 03:55:15 +10:00
Izaya 4e27aa166c added an autorun script. \o/ 2017-08-27 03:55:00 +10:00
Izaya 0b624a6245 added os.genenv, made the MultICE ev compat work properly. 2017-08-27 03:53:40 +10:00
Izaya 22839cd27c made run() generate an environment for stuff it runs 2017-08-27 03:52:54 +10:00
Izaya 1834eadb29 made skex2 use the previous include-external-files feature so you can run it outside the kernel. 2017-08-27 03:52:09 +10:00