Commit Graph

150 Commits

Author SHA1 Message Date
Izaya ff56e4f2f2 wrote a better copper implementation, the new copper daemon, or ncd for short. 2017-10-07 03:53:14 +00:00
Izaya a90114bac1 fixed a stupid issue with the minimal config 2017-09-15 19:30:54 +10:00
Izaya f2fb71d030 made user stuff less spammy. 2017-09-15 16:07:18 +10:00
Izaya 868e0eee74 moved most of the shutil functions into programs in exec/ to reduce kernel size. 2017-09-15 14:42:10 +10:00
Izaya c7d044c810 updated the API documentation to reflect the changes to the OS user stuff. 2017-09-14 16:21:56 +10:00
Izaya 61bf854539 made the login setup saner. 2017-09-14 16:21:32 +10:00
Izaya 64d3958451 made readut self-contained. 2017-09-14 16:21:09 +10:00
Izaya 4477b2769c added some programs for using the user system 2017-09-14 15:15:08 +10:00
Izaya 7b38b1286f actually removed userlib now \o/ 2017-09-14 15:12:41 +10:00
Izaya 6a822d6779 added a proper user system, modified userspace utils to use it, etc etc. 2017-09-14 15:12:00 +10:00
Izaya 9cec183470 made the sandboxing actually work, 100/100 clever. 2017-09-14 14:09:16 +10:00
Izaya 5caeb70592 Merge branch 'master' of github.com:XeonSquared/PsychOS 2017-09-14 00:03:10 +10:00
Izaya 69628df044 made genkernel.sh mkdir out if it doesn't exist 2017-09-13 14:28:33 +10:00
Izaya 4557dc3ad4 made luash actually listen to sI being assigned 2017-09-13 13:45:24 +10:00
Izaya 781ac82904 same as the last one except luash has better sandboxing now 2017-09-13 13:37:26 +10:00
Izaya 9bbaf67696 made sha a require-style lib 2017-09-13 13:36:56 +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 f1f1d21ab6 wrote documentation on the filesystem layout 2017-09-13 12:36:24 +10:00
Izaya 5557cd4d41 made autorun comply with my FHS 2017-09-13 12:19:12 +10:00
Izaya db6cfd9fc5 some cleaning up. 2017-09-13 12:17:26 +10:00
Izaya 438b185412 made a configs/ dir for kernel configurations, and ./genkernel.sh generate all of them. 2017-09-13 12:08:11 +10:00
Izaya 7ee15582a1 Merge branch 'master' of github.com:XeonSquared/PsychOS 2017-09-12 17:50:44 +10:00
Izaya c3acea92d0 made the copper packet IDs only use printable characters 2017-09-12 17:50:32 +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 f0a175762b made nsh default to port 23 properly. 2017-09-10 03:14: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 0d6c5f6d56 added a documentation index 2017-09-06 18:52:57 +10:00
Izaya 7e98001172 made building.md suck less. 2017-09-06 18:47:08 +10:00
Izaya 5996ce4cbf updated the API documentation to reflect the current version. 2017-09-06 18:35:18 +10:00
Izaya 7517afe85e removed the tape utility API from the default build. 2017-09-06 18:34:49 +10:00
Izaya d13da15d94 added all the fancy stuff to build.cfg 2017-09-05 19:44:05 +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