Commit Graph

305 Commits

Author SHA1 Message Date
Izaya dbb7080ca2 made rpc.call less flimsy hopefully 2020-03-26 17:33:18 +11:00
Izaya f33ce1e1e0 added default services to rc, made rc.stop cope if there is no stop function in a daemon, and rc.enable actually enables things now 2020-03-26 17:32:54 +11:00
Izaya 8b29e472f8 fix some fs informational problems 2020-03-26 17:25:36 +11:00
Izaya 928a1db13c colours in the shell! 2020-03-26 14:41:06 +11:00
Izaya eccc80ad16 added tab support to the terminal emulator 2020-03-25 07:08:17 +11:00
Izaya fab605ff21 greatly improved the terminal emulator, with colours (<ESC>[...m) and status support 2020-03-24 17:45:29 +11:00
Izaya 0993182839 removed default-init as it is redundant 2020-03-24 16:29:13 +11:00
Izaya 1c252126e8 improved the rc lib, assuming the start function returns a pid 2020-03-24 16:27:51 +11:00
Izaya 1f97e90066 made the shell actually able to print tables containing functions 2020-03-24 16:26:48 +11:00
Izaya 7b8c532141 made getty record the basepid properly 2020-03-24 16:25:06 +11:00
Izaya 77c69f651b changed the build script to cope with the new init system 2020-03-20 13:16:22 +11:00
Izaya 0de3d01191 exposed the rc configuration to the world 2020-03-20 13:15:54 +11:00
Izaya 2fe738591d default rc configuration 2020-03-20 13:15:20 +11:00
Izaya e20c9546ea replacing the init system with something more OpenOS rc inspired 2020-03-20 13:15:02 +11:00
Izaya 66ea129b7a commented some io library functions 2020-03-20 13:01:50 +11:00
Izaya 3c1e2d31ae replaced the minitel implementation with the OpenOS version, mostly 2020-03-20 13:01:19 +11:00
Izaya 4606620583 write documentation for netutil 2020-03-18 14:06:40 +11:00
Izaya 90afc8d18d made netutil.ping actually return useful values 2020-03-18 14:03:45 +11:00
Izaya 0712210768 better shell printing support 2020-03-18 14:03:23 +11:00
Izaya 36b1b4dfe0 made build.sh clean up after itself better 2020-03-18 14:02:58 +11:00
Izaya 05208810d3 buffer cleanup 2020-03-18 14:02:37 +11:00
Izaya 7974ff9702 made the shell able to handle table values 2020-03-18 12:26:29 +11:00
Izaya 39ea9c1a18 made import work, added unimport, aliased rm to fs.remove 2020-03-18 11:55:12 +11:00
Izaya 4d0ce1e06d made ping actually live in the right namespace whoops 2020-03-18 11:54:35 +11:00
Izaya 0ac4923568 added a free function to shutil 2020-03-18 01:57:05 +11:00
Izaya d90ce84cdb made init actually work, whoops 2020-03-18 01:31:44 +11:00
Izaya 8920c074c4 we 2.0a2 now 2020-03-18 01:11:53 +11:00
Izaya 201aa20c5a added the plan9k buffer library because it's cleaner than the old io library 2020-03-16 17:30:22 +11:00
Izaya ab604c84f7 made unarchive yield 2020-01-11 09:32:46 +11:00
Izaya 15a6151748 added a ping util for testing network connectivity 2019-12-26 17:26:43 +11:00
Izaya ba0320fcdc added an alias cp for the fs.copy function 2019-12-26 17:23:45 +11:00
Izaya 054f58609b added auto-rewind and an no-rewind node for tape-devfs 2019-12-22 01:35:55 +11:00
Izaya 0d01b03ddc cleaned up vtunnel, should actually work now 2019-12-21 18:36:02 +11:00
Izaya cf0cf32642 configured the scheduler to be more ... responsive. 2019-12-21 18:35:10 +11:00
Izaya c7213d4cbe updated a function comment to be more ... accurate 2019-12-21 18:34:48 +11:00
Izaya 4ef792a06d added an initial vtunnel implementation 2019-12-20 17:48:47 +11:00
Izaya 68130b80a6 made the shell look at libraries in _G.libs as well as just _G 2019-12-20 17:48:25 +11:00
Izaya 200b99eb0c moved tape-iofs to tape-devfs, made it handle tape drive addition/removal over time 2019-12-20 15:22:18 +11:00
Izaya 3c8ec4cabc fixed some stupid require() behavior 2019-12-20 01:51:27 +11:00
Izaya 42938cf125 added gamax92's vcomponent lib, required next to zero changes 2019-12-19 16:16:09 +11:00
Izaya 6ad21c7832 made require pull from a shared library pool 2019-12-19 16:14:48 +11:00
Izaya 1cb85bd5e8 updated nc and termsrv 2019-12-16 17:09:56 +11:00
Izaya b408cfe27b made the shell return sane values 2019-12-16 16:43:32 +11:00
Izaya dcf0cb75ae made spawnfile queue an event on a process ending, changed the shell to use it 2019-12-16 14:37:29 +11:00
Izaya 8404946eba removed chatbox-dprint from the default modules 2019-12-16 14:35:26 +11:00
Izaya 560cd4e0c7 made serialization have an extra param for display 2019-12-16 14:35:11 +11:00
Izaya b370a90618 commented some scheduler functions 2019-12-16 14:30:27 +11:00
Izaya f80a58ce1d removed a debug print statement from unionfs 2019-12-02 12:28:19 +11:00
Izaya 2e10fb23b4 added programs to export and import filesystems over the network 2019-11-26 21:35:06 +11:00
Izaya f9c8000080 added an mtrpc library 2019-11-26 21:34:40 +11:00