|
3c1e2d31ae
|
replaced the minitel implementation with the OpenOS version, mostly
|
2020-03-20 13:01:19 +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 |
|
|
36b1b4dfe0
|
made build.sh clean up after itself better
|
2020-03-18 14:02:58 +11:00 |
|
|
05208810d3
|
buffer cleanup
|
2020-03-18 14:02:37 +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 |
|
|
d90ce84cdb
|
made init actually work, whoops
|
2020-03-18 01:31:44 +11:00 |
|
|
8920c074c4
|
we 2.0a2 now
|
2020-03-18 01:11:53 +11:00 |
|
|
201aa20c5a
|
added the plan9k buffer library because it's cleaner than the old io library
|
2020-03-16 17:30:22 +11:00 |
|
|
ab604c84f7
|
made unarchive yield
|
2020-01-11 09:32:46 +11:00 |
|
|
15a6151748
|
added a ping util for testing network connectivity
|
2019-12-26 17:26:43 +11:00 |
|
|
ba0320fcdc
|
added an alias cp for the fs.copy function
|
2019-12-26 17:23:45 +11:00 |
|
|
054f58609b
|
added auto-rewind and an no-rewind node for tape-devfs
|
2019-12-22 01:35:55 +11:00 |
|
|
0d01b03ddc
|
cleaned up vtunnel, should actually work now
|
2019-12-21 18:36:02 +11:00 |
|
|
cf0cf32642
|
configured the scheduler to be more ... responsive.
|
2019-12-21 18:35:10 +11:00 |
|
|
c7213d4cbe
|
updated a function comment to be more ... accurate
|
2019-12-21 18:34:48 +11:00 |
|
|
4ef792a06d
|
added an initial vtunnel implementation
|
2019-12-20 17:48:47 +11:00 |
|
|
68130b80a6
|
made the shell look at libraries in _G.libs as well as just _G
|
2019-12-20 17:48:25 +11:00 |
|
|
200b99eb0c
|
moved tape-iofs to tape-devfs, made it handle tape drive addition/removal over time
|
2019-12-20 15:22:18 +11:00 |
|
|
3c8ec4cabc
|
fixed some stupid require() behavior
|
2019-12-20 01:51:27 +11:00 |
|
|
42938cf125
|
added gamax92's vcomponent lib, required next to zero changes
|
2019-12-19 16:16:09 +11:00 |
|
|
6ad21c7832
|
made require pull from a shared library pool
|
2019-12-19 16:14:48 +11:00 |
|
|
1cb85bd5e8
|
updated nc and termsrv
|
2019-12-16 17:09:56 +11:00 |
|
|
b408cfe27b
|
made the shell return sane values
|
2019-12-16 16:43:32 +11:00 |
|
|
dcf0cb75ae
|
made spawnfile queue an event on a process ending, changed the shell to use it
|
2019-12-16 14:37:29 +11:00 |
|
|
8404946eba
|
removed chatbox-dprint from the default modules
|
2019-12-16 14:35:26 +11:00 |
|
|
560cd4e0c7
|
made serialization have an extra param for display
|
2019-12-16 14:35:11 +11:00 |
|
|
b370a90618
|
commented some scheduler functions
|
2019-12-16 14:30:27 +11:00 |
|
|
f80a58ce1d
|
removed a debug print statement from unionfs
|
2019-12-02 12:28:19 +11:00 |
|
|
2e10fb23b4
|
added programs to export and import filesystems over the network
|
2019-11-26 21:35:06 +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 |
|
|
ce6e405934
|
the shell now prints tables that are returned as a serialized value
|
2019-11-26 18:47:20 +11:00 |
|
|
c78bb7b32c
|
made unionfs read correctly
|
2019-11-20 21:08:31 +11:00 |
|
|
6dfb34bb72
|
added minitel to the default init, updated the package script
|
2019-11-20 08:30:38 +11:00 |
|
|
9dd5f5d4ad
|
added an initial unionfs lib
|
2019-11-19 21:47:41 +11:00 |
|
|
0dbd1d5f8c
|
significantly improved the shell; actually forks for processes now, shows the hostname, replaces an = at the start with return ...
|
2019-11-19 21:46:51 +11:00 |
|
|
b3aa15b580
|
init now sets the hostname, if possible
|
2019-11-19 21:38:22 +11:00 |
|
|
1f66ef4f1c
|
fobject:read() now supports reading until a specific character
|
2019-11-19 21:38:08 +11:00 |
|
|
bba92a74f9
|
made build.sh put the init config in the right place
|
2019-11-19 21:37:13 +11:00 |
|
|
b66e8f93a7
|
made free floor all numbers
|
2019-11-19 17:19:02 +11:00 |
|
|
787163c606
|
made ed actually have the right commands for stuff oops
|
2019-11-09 17:56:44 +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 |
|
|
80eea7142d
|
made init less syslog-spammy
|
2019-11-09 16:00:46 +11:00 |
|
|
256e05233a
|
updated fsmanager and included it in the default init
|
2019-11-09 15:56:43 +11:00 |
|