35f3c6f89eimplement the dirstat extension in exportfs, greatly improving perf for OpenOS clientsXeonSquared2023-10-08 11:41:44 +1000
638322c157skip mounting any already mounted filesystemsXeonSquared2023-10-07 11:35:15 +1000
91d9ce33c8remove a debug log that spammed syslogXeonSquared2023-10-01 13:41:34 +1000
0935d15864update rtfsboot module to pull in the correct library pathsXeonSquared2023-10-01 13:41:01 +1000
39e9b1765dimmediately unsave the cursor position, as a neat trickXeonSquared2023-09-29 15:35:29 +1000
f83b8c999cfix lines longer than the screen causing weird scrolling artifacts, and avoid superfluous history entriesXeonSquared2023-09-29 10:15:25 +1000
88bce6cd96add fs_ prefix to exported filesystems to match OpenOS version, for cross-compatibilityXeonSquared2023-09-20 00:01:44 +1000
ef2c01b1d4refactor build system to allow pulling libraries from packages, assuming directories are set up correctlyXeonSquared2023-08-01 17:58:27 +1000
b88134b70eforce position of cursor before drawing lines in ced vi. might be slower, but stops line wrapping breaking things.XeonSquared2023-07-30 15:03:58 +1000
1ef6d5db96updated fsmanager to new service semanticsXeonSquared2021-06-22 16:39:10 +1000
6f1b673becmade liblz16 happier on OpenOS when decompressing smaller filesXeonSquared2021-05-26 17:46:17 +1000
2707ecc155added significantly larger file support to libmtar, as well as versioning supportXeonSquared2021-05-26 17:07:10 +1000
8e84eb0c67switched to using string.(un)pack in libmtar and liblz16, meaning it works on both big and little endian machines, and should be smaller and fasterXeonSquared2021-05-26 16:15:24 +1000
d15a841316made ed.open use the full path for the fileXeonSquared2020-08-21 10:35:25 +1000
d12ec38016made vi not choke when opening a new file, as well as actually preserve the file nameXeonSquared2020-08-21 10:28:51 +1000
0db31a2e27added some more keyboard shortcuts to io.read linemodeXeonSquared2020-08-21 10:18:43 +1000
8865768576made libmtar cope with lower memory systems at the expense of speedXeonSquared2020-07-13 00:58:19 +1000
5db20adefdmore standard package stuff, plus package.aliasXeonSquared2020-07-01 14:31:00 +1000
d40ce731efmade rc enforce the new service semanticsXeonSquared2020-06-29 15:31:32 +1000
417856ebd6modify the two services people actually use to work with the new service semanticsXeonSquared2020-06-29 15:31:12 +1000
216e0a15c6removed os.spawnfile because nothing used it and it doesn't align with the system's designXeonSquared2020-06-29 15:26:27 +1000
5938f75f4cadded a process_finished event and added syslog error reportingXeonSquared2020-06-29 15:25:58 +1000
be3d3c207frewrote require() to support package.path and submodulesXeonSquared2020-06-25 17:19:50 +1000
522d456433add basic submodule support to requireXeonSquared2020-06-25 16:29:12 +1000
5e9baee9fastole some code from AmandaC to handle an undocumented condition with 404 errors returned by the internet cardXeonSquared2020-06-25 10:29:22 +1000
642eb9adf1reduced redraw to two draw calls, four colour calls, and one get call: draw line, get character, invert colours for cellXeonSquared2020-06-11 13:34:59 +1000
b4db6c7226remove debugging syslog calls from buffer library, reduce draw calls for readlineXeonSquared2020-06-11 13:20:49 +1000
f95124996cmoved all readline analogs into the buffer moduleXeonSquared2020-06-11 12:56:07 +1000
1cc220d38emade io.input open buffers with mode t, for use with readline coming soonTMXeonSquared2020-06-11 12:55:19 +1000
87596c8834add os.getTimeout() function to ask how long the scheduler waits between running processesXeonSquared2020-06-11 12:46:00 +1000
8ae4d7b57cmade rc load and search pkgfs if a service isn't foundXeonSquared2020-06-07 23:35:24 +1000
2fbee483b2move actual preproc lib into folder rather than symlinking to the version in lib/, a better solution will be considered laterXeonSquared2020-06-07 23:29:26 +1000
b82bb2a853move libraries out of main dist and into PsychOSPackagesXeonSquared2020-06-07 23:24:04 +1000
92084e8c90remove vcomponent and vtunnel because they are now included in the PsychOSPackages repoXeonSquared2020-06-07 22:44:46 +1000