Commit Graph

  • 1c647c76fe fix timeout accounting in the scheduler master Izaya 2023-11-12 23:31:56 +1000
  • 5f56c74e6f cleanup RPC library, make it possible to detect the client hostname when running RPC requests Izaya 2023-11-12 23:31:09 +1000
  • 0aa574ea7a early work on OpenOS bootstrapping Izaya 2023-10-13 11:52:01 +1000
  • c52a0ee2ac start of an install document Izaya 2023-10-08 12:17:17 +1000
  • fe8107bf7f sort the fs.mounts table Izaya 2023-10-08 11:42:49 +1000
  • 35f3c6f89e implement the dirstat extension in exportfs, greatly improving perf for OpenOS clients Izaya 2023-10-08 11:41:44 +1000
  • 638322c157 skip mounting any already mounted filesystems Izaya 2023-10-07 11:35:15 +1000
  • 91d9ce33c8 remove a debug log that spammed syslog Izaya 2023-10-01 13:41:34 +1000
  • 0935d15864 update rtfsboot module to pull in the correct library paths Izaya 2023-10-01 13:41:01 +1000
  • 39e9b1765d immediately unsave the cursor position, as a neat trick Izaya 2023-09-29 15:35:29 +1000
  • f83b8c999c fix lines longer than the screen causing weird scrolling artifacts, and avoid superfluous history entries Izaya 2023-09-29 10:15:25 +1000
  • 88bce6cd96 add fs_ prefix to exported filesystems to match OpenOS version, for cross-compatibility Izaya 2023-09-20 00:01:44 +1000
  • a7708b9e47 address RPC loop issues as described in https://github.com/ShadowKatStudios/OC-Minitel/pull/40 plus implement ACLs like the OpenOS version of the RPC library Izaya 2023-09-20 00:01:21 +1000
  • 026f2524e6 this one works, I tested it Izaya 2023-08-07 13:26:42 +1000
  • e20123b527 clean up print tabbing Izaya 2023-08-07 13:26:20 +1000
  • efdb01328f I don't know why it was looking at package.loaded but it isn't now. Izaya 2023-08-07 13:25:57 +1000
  • a05e19b545 I'm stupid sometimes Izaya 2023-08-07 12:56:59 +1000
  • 00d4472f91 make fsmanager's mount function externally accessible Izaya 2023-08-07 12:54:25 +1000
  • 82decfabf9 pkgman updates to simplify distribution with different kernels Izaya 2023-08-05 16:22:59 +1000
  • ae41cc48dd fix tabs Izaya 2023-08-05 15:15:03 +1000
  • 429c9e2aa7 fix support for booting from rtfs on tape Izaya 2023-08-05 10:06:05 +1000
  • ff7ec50a94 add some simple minification filters to preproc, which can shrink the kernel significantly Izaya 2023-08-04 20:32:42 +1000
  • ad99c438b3 I keep forgetting that's there >.> Izaya 2023-08-04 20:31:22 +1000
  • 2e021ff6d5 remove old rc.load implementation Izaya 2023-08-04 20:29:09 +1000
  • e9e824b42d remove unused include Izaya 2023-08-04 20:28:53 +1000
  • c0f8b9b900 attempt to load pkgfs if there's a package archive directory Izaya 2023-08-04 20:28:26 +1000
  • a33476cf00 fix edge case where io.open(whatever):read() returns nil Izaya 2023-08-04 20:24:18 +1000
  • c2bbd7d2ca update to match latest diskpart Izaya 2023-08-03 12:15:03 +1000
  • 2edbb42aa4 have pkgman create the directories it needs rather than fail for cryptic reasons Izaya 2023-08-01 20:48:19 +1000
  • 7849fca4a0 stamp the kernel variant onto the version string Izaya 2023-08-01 20:44:14 +1000
  • ae634bc52e turns out this was already packaged. whoops. Izaya 2023-08-01 18:26:14 +1000
  • 904fdce527 moved fserv to its own package Izaya 2023-08-01 18:21:08 +1000
  • e85b948f4d add module for booting from rtfs volumes Izaya 2023-08-01 18:02:14 +1000
  • 30db695c4e oops forgot this one Izaya 2023-08-01 18:01:22 +1000
  • ef2c01b1d4 refactor build system to allow pulling libraries from packages, assuming directories are set up correctly Izaya 2023-08-01 17:58:27 +1000
  • eb98acc232 and another one. oops. Izaya 2023-08-01 15:58:16 +1000
  • 3d6017f87e clean up some less than ideal commits Izaya 2023-08-01 15:55:16 +1000
  • 86149d7e85 steal gamax92's vcomponent library, which apparently works without modification Izaya 2023-07-31 08:14:21 +1000
  • 36a73b892a implement component.get for convenience Izaya 2023-07-31 08:11:24 +1000
  • 7fa61e115e cleanup and sanity checks Izaya 2023-07-30 17:35:00 +1000
  • 87f8bd2149 shell-related cleanup and fixes. Izaya 2023-07-30 15:04:41 +1000
  • b88134b70e force position of cursor before drawing lines in ced vi. might be slower, but stops line wrapping breaking things. Izaya 2023-07-30 15:03:58 +1000
  • 265681c61c left a debug syslog in there. oops. Izaya 2023-07-28 22:04:43 +1000
  • 395ade429a assorted filesystem-related improvements Izaya 2023-07-28 21:34:56 +1000
  • 6d96109217 misc accounting features Izaya 2023-07-04 18:25:11 +1000
  • f311063a42 cleanup my mess Izaya 2023-06-07 00:19:09 +1000
  • eb95f9715e virtual terminal support with vtansi and getty, for machines with VRAM available Izaya 2023-06-07 00:16:56 +1000
  • 2df878f3e8 standalone executable support. again. Izaya 2023-06-07 00:16:26 +1000
  • a533748d55 ^C now terminates line mode input with an error Izaya 2023-06-07 00:12:50 +1000
  • ddc2445104 actually handle append file modes Izaya 2023-06-07 00:12:15 +1000
  • 1ef6d5db96 updated fsmanager to new service semantics Izaya 2021-06-22 16:39:10 +1000
  • 6f1b673bec made liblz16 happier on OpenOS when decompressing smaller files Izaya 2021-05-26 17:46:17 +1000
  • 2707ecc155 added significantly larger file support to libmtar, as well as versioning support Izaya 2021-05-26 17:07:10 +1000
  • 8e84eb0c67 switched to using string.(un)pack in libmtar and liblz16, meaning it works on both big and little endian machines, and should be smaller and faster Izaya 2021-05-26 16:15:24 +1000
  • c5f304380e one more try Izaya 2020-08-21 10:38:18 +1000
  • 0aaf4acd52 apply the right separator for concat Izaya 2020-08-21 10:37:19 +1000
  • d15a841316 made ed.open use the full path for the file Izaya 2020-08-21 10:35:25 +1000
  • d12ec38016 made vi not choke when opening a new file, as well as actually preserve the file name Izaya 2020-08-21 10:28:51 +1000
  • 0db31a2e27 added some more keyboard shortcuts to io.read linemode Izaya 2020-08-21 10:18:43 +1000
  • 8865768576 made libmtar cope with lower memory systems at the expense of speed Izaya 2020-07-13 00:58:19 +1000
  • 5db20adefd more standard package stuff, plus package.alias Izaya 2020-07-01 14:31:00 +1000
  • d40ce731ef made rc enforce the new service semantics Izaya 2020-06-29 15:31:32 +1000
  • 417856ebd6 modify the two services people actually use to work with the new service semantics Izaya 2020-06-29 15:31:12 +1000
  • 216e0a15c6 removed os.spawnfile because nothing used it and it doesn't align with the system's design Izaya 2020-06-29 15:26:27 +1000
  • 5938f75f4c added a process_finished event and added syslog error reporting Izaya 2020-06-29 15:25:58 +1000
  • be3d3c207f rewrote require() to support package.path and submodules Izaya 2020-06-25 17:19:50 +1000
  • 522d456433 add basic submodule support to require Izaya 2020-06-25 16:29:12 +1000
  • 5e9baee9fa stole some code from AmandaC to handle an undocumented condition with 404 errors returned by the internet card Izaya 2020-06-25 10:29:22 +1000
  • 4a5d9bcee2 better type annotation for genHeader Izaya 2020-06-25 09:39:31 +1000
  • f0fb5ff776 removed unarchive from the mtar library, wasn't meant to be in there anyway Izaya 2020-06-25 09:33:22 +1000
  • 22bd6982d0 made cursor movement and newlines work properly when they hit screen borders Izaya 2020-06-21 21:31:19 +1000
  • 8bb123f198 added a component documentation searcher Izaya 2020-06-21 19:16:50 +1000
  • 3f82d96b8e buffer history now: can't go out of bounds, can go to an empty line once you go past the most recent Izaya 2020-06-21 18:26:10 +1000
  • 0421034ff7 added history support to buffer:read() in terminal mode, do provide feedback Izaya 2020-06-20 17:24:10 +1000
  • e3069f94a3 make unionfs a more ... optional dependency of netutil Izaya 2020-06-11 16:18:32 +1000
  • f9749ac181 more draw call optimisation Izaya 2020-06-11 14:03:54 +1000
  • 642eb9adf1 reduced redraw to two draw calls, four colour calls, and one get call: draw line, get character, invert colours for cell Izaya 2020-06-11 13:34:59 +1000
  • b4db6c7226 remove debugging syslog calls from buffer library, reduce draw calls for readline Izaya 2020-06-11 13:20:49 +1000
  • f95124996c moved all readline analogs into the buffer module Izaya 2020-06-11 12:56:07 +1000
  • 1cc220d38e made io.input open buffers with mode t, for use with readline coming soonTM Izaya 2020-06-11 12:55:19 +1000
  • 87596c8834 add os.getTimeout() function to ask how long the scheduler waits between running processes Izaya 2020-06-11 12:46:00 +1000
  • 4e64a55169 cleaner default source list Izaya 2020-06-08 10:36:36 +1000
  • 322cb837bb add main repo as default Izaya 2020-06-08 10:33:57 +1000
  • 8ae4d7b57c made rc load and search pkgfs if a service isn't found Izaya 2020-06-07 23:35:24 +1000
  • 2fbee483b2 move actual preproc lib into folder rather than symlinking to the version in lib/, a better solution will be considered later Izaya 2020-06-07 23:29:26 +1000
  • b82bb2a853 move libraries out of main dist and into PsychOSPackages Izaya 2020-06-07 23:24:04 +1000
  • 92084e8c90 remove vcomponent and vtunnel because they are now included in the PsychOSPackages repo Izaya 2020-06-07 22:44:46 +1000
  • 21f40b3f3c make pkgman remove system packages Izaya 2020-06-07 22:43:19 +1000
  • 9983acb267 clean up pkgman.upgrade Izaya 2020-06-06 20:24:15 +1000
  • 6a39fe1743 made rc search for services in the pkgfs Izaya 2020-06-06 19:50:28 +1000
  • 45c70cbaa6 made require search the pkgfs if available Izaya 2020-06-06 19:49:26 +1000
  • 89ab49faf6 made pkgman cleanly remove packages before updating them Izaya 2020-06-06 19:48:21 +1000
  • f86f7d54ad add pkgfs.component.exists and do automounting of archives Izaya 2020-06-06 19:45:40 +1000
  • 4e3df481cc attempt to force the internet card to work (ha\!) Izaya 2020-06-06 19:44:21 +1000
  • 360bb88ac3 added the pkgman package manager library Izaya 2020-06-06 14:58:15 +1000
  • c1fcfd652e fserv now sends the correct status messages for HTTP(S) proxying Izaya 2020-06-06 14:42:58 +1000
  • 8b4d0e4eb8 fixed file downloading with the HTTP(S) proxies in the download library Izaya 2020-06-06 14:42:30 +1000
  • edbe787ea6 added AmandaC's download library, with some modifications - including HTTP(S) support Izaya 2020-06-06 14:24:54 +1000
  • 999d8e0387 rewrote the whole index thing and made it possible to remove packages from the pkgfs index Izaya 2020-06-06 13:35:59 +1000
  • 3266c66fc4 updated fserv to fit the new (and next) service system Izaya 2020-06-06 12:55:02 +1000