Commit Graph

44 Commits

Author SHA1 Message Date
Izaya 29cdcb1809 added the preproc library, meaning PsychOS is nominally self-hosting 2020-06-03 09:55:22 +10:00
Izaya b89ff14d5c added type annotations and descriptions for functions where appropriate 2020-05-12 17:55:05 +10:00
Izaya 7ddece288b added doc() support for pre-compiled API documentation, wrote a generator for it, and included that in the build script 2020-05-12 16:59:17 +10:00
Izaya a917016a66 fix type annotation in event.ignore 2020-05-12 11:44:05 +10:00
Izaya d47a0748bd added type annotations to documentation for various libraries 2020-05-12 10:57:13 +10:00
Izaya d59cc53340 updated netutil to use the documentation library's type signature system 2020-05-11 01:00:13 +10:00
Izaya cae7c916ae made the shell include the documentation library automatically 2020-05-11 00:59:50 +10:00
Izaya b465aebbdb added a library for retrieving documentation 2020-05-11 00:59:05 +10:00
Ocawesome101 a74d9b4485 Add support for \27[8m (equiv. to nonstandard \27[100m) 2020-04-26 08:01:53 +10:00
Izaya e5dd91e167 updated termsrv to basically work with the new rc system, added nc to netutil 2020-04-15 13:33:27 +10:00
Izaya ec5d938a64 added a quit function to the shell environment, for obvious purposes 2020-04-13 04:09:44 +10:00
Izaya 194564b959 Added an actually workable editor for once. Skye's gonna be mad, it's like vim. 2020-04-12 03:49:44 +10:00
Izaya 0dd13b74f1 fixed <ESC>[n;nH scrolling the display 2020-04-12 03:49:14 +10:00
Izaya fc127f8d3e moved the VT100 driver out of the kernel and into its own library 2020-04-12 01:59:56 +10:00
Izaya 9eec6bf193 mount() now asks for the right addresses 2020-03-26 17:41:25 +11:00
Izaya cfe3e78d64 importfs and exportfs improvements 2020-03-26 17:37:14 +11:00
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 928a1db13c colours in the shell! 2020-03-26 14:41:06 +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 0de3d01191 exposed the rc configuration to the world 2020-03-20 13:15:54 +11:00
Izaya e20c9546ea replacing the init system with something more OpenOS rc inspired 2020-03-20 13:15:02 +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 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 8920c074c4 we 2.0a2 now 2020-03-18 01:11:53 +11:00
Izaya 4ef792a06d added an initial vtunnel implementation 2019-12-20 17:48:47 +11:00
Izaya 42938cf125 added gamax92's vcomponent lib, required next to zero changes 2019-12-19 16:16:09 +11:00
Izaya 560cd4e0c7 made serialization have an extra param for display 2019-12-16 14:35:11 +11:00
Izaya f80a58ce1d removed a debug print statement from unionfs 2019-12-02 12:28:19 +11:00
Izaya f9c8000080 added an mtrpc library 2019-11-26 21:34:40 +11:00
Izaya 9dd7ec1889 convinced the event library to handle non-string filters 2019-11-26 18:50:36 +11:00
Izaya c78bb7b32c made unionfs read correctly 2019-11-20 21:08:31 +11:00
Izaya 9dd5f5d4ad added an initial unionfs lib 2019-11-19 21:47:41 +11:00
Izaya 180a5a9a78 made event.lua work with the new restrictions on the scheduler and such 2019-11-09 16:09:23 +11:00
Izaya 37df78ffed corrected spelling in the serialization lib oops 2019-11-09 16:00:49 +11:00
Izaya 3f214d3ebc this is an intervention 2019-07-14 20:52:56 +10:00
Izaya 735a8f5ee2 forgot to include this, required for minitel 2019-01-12 20:48:03 +11:00
Izaya 50c7a3841c added a minitel stack, using the same code as the OpenOS version 2019-01-08 18:10:22 +11:00