Commit Graph

38 Commits

Author SHA1 Message Date
cae7c916ae made the shell include the documentation library automatically 2020-05-11 00:59:50 +10:00
b465aebbdb added a library for retrieving documentation 2020-05-11 00:59:05 +10:00
a74d9b4485 Add support for \27[8m (equiv. to nonstandard \27[100m) 2020-04-26 08:01:53 +10:00
e5dd91e167 updated termsrv to basically work with the new rc system, added nc to netutil 2020-04-15 13:33:27 +10:00
ec5d938a64 added a quit function to the shell environment, for obvious purposes 2020-04-13 04:09:44 +10:00
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
0dd13b74f1 fixed <ESC>[n;nH scrolling the display 2020-04-12 03:49:14 +10:00
fc127f8d3e moved the VT100 driver out of the kernel and into its own library 2020-04-12 01:59:56 +10:00
9eec6bf193 mount() now asks for the right addresses 2020-03-26 17:41:25 +11:00
cfe3e78d64 importfs and exportfs improvements 2020-03-26 17:37:14 +11:00
dbb7080ca2 made rpc.call less flimsy hopefully 2020-03-26 17:33:18 +11:00
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
928a1db13c colours in the shell! 2020-03-26 14:41:06 +11:00
1c252126e8 improved the rc lib, assuming the start function returns a pid 2020-03-24 16:27:51 +11:00
1f97e90066 made the shell actually able to print tables containing functions 2020-03-24 16:26:48 +11:00
0de3d01191 exposed the rc configuration to the world 2020-03-20 13:15:54 +11:00
e20c9546ea replacing the init system with something more OpenOS rc inspired 2020-03-20 13:15:02 +11:00
4606620583 write documentation for netutil 2020-03-18 14:06:40 +11:00
90afc8d18d made netutil.ping actually return useful values 2020-03-18 14:03:45 +11:00
0712210768 better shell printing support 2020-03-18 14:03:23 +11:00
7974ff9702 made the shell able to handle table values 2020-03-18 12:26:29 +11:00
39ea9c1a18 made import work, added unimport, aliased rm to fs.remove 2020-03-18 11:55:12 +11:00
4d0ce1e06d made ping actually live in the right namespace whoops 2020-03-18 11:54:35 +11:00
0ac4923568 added a free function to shutil 2020-03-18 01:57:05 +11:00
8920c074c4 we 2.0a2 now 2020-03-18 01:11:53 +11:00
4ef792a06d added an initial vtunnel implementation 2019-12-20 17:48:47 +11:00
42938cf125 added gamax92's vcomponent lib, required next to zero changes 2019-12-19 16:16:09 +11:00
560cd4e0c7 made serialization have an extra param for display 2019-12-16 14:35:11 +11:00
f80a58ce1d removed a debug print statement from unionfs 2019-12-02 12:28:19 +11:00
f9c8000080 added an mtrpc library 2019-11-26 21:34:40 +11:00
9dd7ec1889 convinced the event library to handle non-string filters 2019-11-26 18:50:36 +11:00
c78bb7b32c made unionfs read correctly 2019-11-20 21:08:31 +11:00
9dd5f5d4ad added an initial unionfs lib 2019-11-19 21:47:41 +11:00
180a5a9a78 made event.lua work with the new restrictions on the scheduler and such 2019-11-09 16:09:23 +11:00
37df78ffed corrected spelling in the serialization lib oops 2019-11-09 16:00:49 +11:00
3f214d3ebc this is an intervention 2019-07-14 20:52:56 +10:00
735a8f5ee2 forgot to include this, required for minitel 2019-01-12 20:48:03 +11:00
50c7a3841c added a minitel stack, using the same code as the OpenOS version 2019-01-08 18:10:22 +11:00