Commit Graph

64 Commits

Author SHA1 Message Date
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
Izaya f132c2349f made pkgfs auto-mount when loaded 2020-06-06 12:50:50 +10:00
Izaya 97e559f26f added type annotations and function documentation to liblz16 and pkgfs 2020-06-05 23:07:06 +10:00
Izaya fb0c740b39 add liblz16 and lzss for use with pkgfs, and eventually mtar probably 2020-06-05 22:54:51 +10:00
Izaya 21d71b29ba detect absolute/relative paths in pkgfs 2020-06-05 22:45:31 +10:00
Izaya ffc6c8915a pkgfs now stores absolute paths to archive files, oops 2020-06-05 12:33:03 +10:00
Izaya 0f1b324cc4 initial pkgfs work, seems functional 2020-06-05 12:10:48 +10:00
Izaya 29cdcb1809 added the preproc library, meaning PsychOS is nominally self-hosting 2020-06-03 09:55:22 +10:00
Izaya b89ff14d5c added type annotations and descriptions for functions where appropriate 2020-05-12 17:55:05 +10:00
Izaya 7ddece288b added doc() support for pre-compiled API documentation, wrote a generator for it, and included that in the build script 2020-05-12 16:59:17 +10:00
Izaya a917016a66 fix type annotation in event.ignore 2020-05-12 11:44:05 +10:00
Izaya d47a0748bd added type annotations to documentation for various libraries 2020-05-12 10:57:13 +10:00
Izaya d59cc53340 updated netutil to use the documentation library's type signature system 2020-05-11 01:00:13 +10:00
Izaya cae7c916ae made the shell include the documentation library automatically 2020-05-11 00:59:50 +10:00
Izaya b465aebbdb added a library for retrieving documentation 2020-05-11 00:59:05 +10:00
Ocawesome101 a74d9b4485 Add support for \27[8m (equiv. to nonstandard \27[100m) 2020-04-26 08:01:53 +10:00
Izaya e5dd91e167 updated termsrv to basically work with the new rc system, added nc to netutil 2020-04-15 13:33:27 +10:00
Izaya ec5d938a64 added a quit function to the shell environment, for obvious purposes 2020-04-13 04:09:44 +10:00
Izaya 194564b959 Added an actually workable editor for once. Skye's gonna be mad, it's like vim. 2020-04-12 03:49:44 +10:00
Izaya 0dd13b74f1 fixed <ESC>[n;nH scrolling the display 2020-04-12 03:49:14 +10:00
Izaya fc127f8d3e moved the VT100 driver out of the kernel and into its own library 2020-04-12 01:59:56 +10:00
Izaya 9eec6bf193 mount() now asks for the right addresses 2020-03-26 17:41:25 +11:00
Izaya cfe3e78d64 importfs and exportfs improvements 2020-03-26 17:37:14 +11:00
Izaya dbb7080ca2 made rpc.call less flimsy hopefully 2020-03-26 17:33:18 +11:00
Izaya f33ce1e1e0 added default services to rc, made rc.stop cope if there is no stop function in a daemon, and rc.enable actually enables things now 2020-03-26 17:32:54 +11:00
Izaya 928a1db13c colours in the shell! 2020-03-26 14:41:06 +11:00
Izaya 1c252126e8 improved the rc lib, assuming the start function returns a pid 2020-03-24 16:27:51 +11:00
Izaya 1f97e90066 made the shell actually able to print tables containing functions 2020-03-24 16:26:48 +11:00
Izaya 0de3d01191 exposed the rc configuration to the world 2020-03-20 13:15:54 +11:00
Izaya e20c9546ea replacing the init system with something more OpenOS rc inspired 2020-03-20 13:15:02 +11:00
Izaya 4606620583 write documentation for netutil 2020-03-18 14:06:40 +11:00
Izaya 90afc8d18d made netutil.ping actually return useful values 2020-03-18 14:03:45 +11:00
Izaya 0712210768 better shell printing support 2020-03-18 14:03:23 +11:00
Izaya 7974ff9702 made the shell able to handle table values 2020-03-18 12:26:29 +11:00
Izaya 39ea9c1a18 made import work, added unimport, aliased rm to fs.remove 2020-03-18 11:55:12 +11:00
Izaya 4d0ce1e06d made ping actually live in the right namespace whoops 2020-03-18 11:54:35 +11:00
Izaya 0ac4923568 added a free function to shutil 2020-03-18 01:57:05 +11:00