Commit Graph

100 Commits

Author SHA1 Message Date
Izaya 5f56c74e6f cleanup RPC library, make it possible to detect the client hostname when running RPC requests 2023-11-12 23:31:09 +10:00
Izaya 35f3c6f89e implement the dirstat extension in exportfs, greatly improving perf for OpenOS clients 2023-10-08 11:41:44 +10:00
Izaya 91d9ce33c8 remove a debug log that spammed syslog 2023-10-01 13:41:34 +10:00
Izaya 88bce6cd96 add fs_ prefix to exported filesystems to match OpenOS version, for cross-compatibility 2023-09-20 00:01:44 +10:00
Izaya 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 2023-09-20 00:01:21 +10:00
Izaya efdb01328f I don't know why it was looking at package.loaded but it isn't now. 2023-08-07 13:25:57 +10:00
Izaya 82decfabf9 pkgman updates to simplify distribution with different kernels 2023-08-05 16:22:59 +10:00
Izaya ae41cc48dd fix tabs 2023-08-05 15:15:03 +10:00
Izaya 429c9e2aa7 fix support for booting from rtfs on tape 2023-08-05 10:06:05 +10:00
Izaya 2e021ff6d5 remove old rc.load implementation 2023-08-04 20:29:09 +10:00
Izaya a33476cf00 fix edge case where io.open(whatever):read() returns nil 2023-08-04 20:24:18 +10:00
Izaya 2edbb42aa4 have pkgman create the directories it needs rather than fail for cryptic reasons 2023-08-01 20:48:19 +10:00
Izaya ae634bc52e turns out this was already packaged. whoops. 2023-08-01 18:26:14 +10:00
Izaya 86149d7e85 steal gamax92's vcomponent library, which apparently works without modification 2023-07-31 08:14:21 +10:00
Izaya 87f8bd2149 shell-related cleanup and fixes. 2023-07-30 15:04:41 +10:00
Izaya b88134b70e force position of cursor before drawing lines in ced vi. might be slower, but stops line wrapping breaking things. 2023-07-30 15:03:58 +10:00
Izaya 395ade429a assorted filesystem-related improvements 2023-07-28 21:34:56 +10:00
Izaya 6d96109217 misc accounting features 2023-07-04 18:25:11 +10:00
Izaya eb95f9715e virtual terminal support with vtansi and getty, for machines with VRAM available 2023-06-07 00:16:56 +10:00
Izaya 2df878f3e8 standalone executable support. again. 2023-06-07 00:16:26 +10:00
Izaya 6f1b673bec made liblz16 happier on OpenOS when decompressing smaller files 2021-05-26 17:46:17 +10:00
Izaya 2707ecc155 added significantly larger file support to libmtar, as well as versioning support 2021-05-26 17:07:10 +10:00
Izaya 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 2021-05-26 16:15:24 +10:00
Izaya c5f304380e one more try 2020-08-21 10:38:18 +10:00
Izaya 0aaf4acd52 apply the right separator for concat 2020-08-21 10:37:19 +10:00
Izaya d15a841316 made ed.open use the full path for the file 2020-08-21 10:35:48 +10:00
Izaya d12ec38016 made vi not choke when opening a new file, as well as actually preserve the file name 2020-08-21 10:28:51 +10:00
Izaya 8865768576 made libmtar cope with lower memory systems at the expense of speed 2020-07-13 00:58:19 +10:00
Izaya d40ce731ef made rc enforce the new service semantics 2020-06-29 15:31:32 +10:00
Izaya 5e9baee9fa stole some code from AmandaC to handle an undocumented condition with 404 errors returned by the internet card 2020-06-25 10:29:22 +10:00
Izaya 4a5d9bcee2 better type annotation for genHeader 2020-06-25 09:39:31 +10:00
Izaya f0fb5ff776 removed unarchive from the mtar library, wasn't meant to be in there anyway 2020-06-25 09:33:22 +10:00
Izaya 22bd6982d0 made cursor movement and newlines work properly when they hit screen borders 2020-06-21 21:31:19 +10:00
Izaya 8bb123f198 added a component documentation searcher 2020-06-21 19:16:50 +10:00
Izaya e3069f94a3 make unionfs a more ... optional dependency of netutil 2020-06-11 16:18:32 +10:00
Izaya f95124996c moved all readline analogs into the buffer module 2020-06-11 12:56:07 +10:00
Izaya 4e64a55169 cleaner default source list 2020-06-08 10:36:36 +10:00
Izaya 8ae4d7b57c made rc load and search pkgfs if a service isn't found 2020-06-07 23:35:24 +10:00
Izaya b82bb2a853 move libraries out of main dist and into PsychOSPackages 2020-06-07 23:24:04 +10:00
Izaya 92084e8c90 remove vcomponent and vtunnel because they are now included in the PsychOSPackages repo 2020-06-07 22:44:46 +10:00
Izaya 21f40b3f3c make pkgman remove system packages 2020-06-07 22:43:19 +10:00
Izaya 9983acb267 clean up pkgman.upgrade 2020-06-06 20:24:15 +10:00
Izaya 6a39fe1743 made rc search for services in the pkgfs 2020-06-06 19:50:28 +10:00
Izaya 89ab49faf6 made pkgman cleanly remove packages before updating them 2020-06-06 19:48:21 +10:00
Izaya f86f7d54ad add pkgfs.component.exists and do automounting of archives 2020-06-06 19:45:40 +10:00
Izaya 4e3df481cc attempt to force the internet card to work (ha\!) 2020-06-06 19:44:21 +10:00
Izaya 360bb88ac3 added the pkgman package manager library 2020-06-06 14:58:15 +10:00
Izaya 8b4d0e4eb8 fixed file downloading with the HTTP(S) proxies in the download library 2020-06-06 14:42:30 +10:00
Izaya edbe787ea6 added AmandaC's download library, with some modifications - including HTTP(S) support 2020-06-06 14:24:54 +10:00
Izaya 999d8e0387 rewrote the whole index thing and made it possible to remove packages from the pkgfs index 2020-06-06 13:35:59 +10:00