|
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 |
|
|
a219b5603e
|
added the ability to unmount filesystems, removed fs mounting stuff on its own
|
2019-11-09 15:56:25 +11:00 |
|
|
a97e3c93ee
|
made init not kill itself on startup
|
2019-11-09 14:59:53 +11:00 |
|
|
ec699518b5
|
made df wrap numbers better
|
2019-11-09 14:59:34 +11:00 |
|
|
faca451c57
|
added some filesystem-related utils
|
2019-11-09 14:54:01 +11:00 |
|
|
aed9278433
|
made getty actually start relevant services and re-start on failure
|
2019-11-09 14:23:47 +11:00 |
|
|
6ad6880a6d
|
rewrote init.lua to be a real init daemon
|
2019-11-09 14:23:18 +11:00 |
|
|
1bd18f45b3
|
made os.taskInfo() default to the current process
|
2019-11-09 13:52:39 +11:00 |
|
|
d23a25613d
|
made ps display the pid correctly
|
2019-11-09 13:48:50 +11:00 |
|
|
ac98d09b93
|
made loadfile less chatty
|
2019-11-09 13:46:51 +11:00 |
|
|
a335ff5c87
|
made ed not choke when you append an empty file
|
2019-11-09 13:46:31 +11:00 |
|
|
e9aac95dd7
|
added a mkdir alias for fs.makeDirectory in the shell
|
2019-11-09 13:17:21 +11:00 |
|
|
150541d91b
|
made :read()ing from a terminal not leave the trailing \n
|
2019-11-09 13:16:51 +11:00 |
|
|
6b5677b870
|
made dprint go through syslog in all cases
|
2019-11-09 13:16:17 +11:00 |
|
|
5f8e4efe33
|
made the devfs module provide saner respones to some queries
|
2019-11-09 13:15:50 +11:00 |
|
|
98e3581e6e
|
made os.taskInfo() not choke on being outside a process
|
2019-11-09 13:14:58 +11:00 |
|
|
23680afd75
|
document new functions, remove dprints
|
2019-11-09 13:10:15 +11:00 |
|
|
69eae00ec1
|
added fs.mounts(), fs.address(path) and fs.type(path) to provide more information about mounted filesystems
|
2019-11-08 21:01:01 +11:00 |
|
|
b2d1379127
|
galaxy brain FS upgrades
|
2019-11-08 12:42:49 +11:00 |
|
|
00a0889842
|
made os.chdir play nicer with the filesystem
|
2019-11-06 20:30:26 +11:00 |
|
|
4e276c9ccd
|
made the vt100 emulator not choke on most complicated inputs
|
2019-11-06 14:37:12 +11:00 |
|
|
1c416be625
|
made the version thingo print a line this is important
|
2019-11-06 14:31:28 +11:00 |
|
|
ff321804ee
|
moved cd out of the shell and into the os library as os.chdir
|
2019-11-06 14:28:40 +11:00 |
|
|
c3347fa188
|
made build.sh generate documentation, updated vt-task docs
|
2019-11-06 14:08:42 +11:00 |
|
|
a428a36c5d
|
made build.sh add an _OSVERSION string
|
2019-11-06 14:01:10 +11:00 |
|
|
69666130da
|
made luapreproc executable
|
2019-11-05 14:07:28 +11:00 |
|
|
9358f60401
|
updated the build instructions, script and gitignore
|
2019-11-05 14:06:19 +11:00 |
|
|
d455ac6f63
|
I'm using custom luapreproc so ???
|
2019-11-05 13:53:32 +11:00 |
|