62 Commits (2fbee483b2f2539c50325284937b49b76ed3db83)

Author SHA1 Message Date
  XeonSquared b82bb2a853 move libraries out of main dist and into PsychOSPackages 4 years ago
  XeonSquared 92084e8c90 remove vcomponent and vtunnel because they are now included in the PsychOSPackages repo 4 years ago
  XeonSquared 21f40b3f3c make pkgman remove system packages 4 years ago
  XeonSquared 9983acb267 clean up pkgman.upgrade 4 years ago
  XeonSquared 6a39fe1743 made rc search for services in the pkgfs 4 years ago
  XeonSquared 89ab49faf6 made pkgman cleanly remove packages before updating them 4 years ago
  XeonSquared f86f7d54ad add pkgfs.component.exists and do automounting of archives 4 years ago
  XeonSquared 4e3df481cc attempt to force the internet card to work (ha\!) 4 years ago
  XeonSquared 360bb88ac3 added the pkgman package manager library 4 years ago
  XeonSquared 8b4d0e4eb8 fixed file downloading with the HTTP(S) proxies in the download library 4 years ago
  XeonSquared edbe787ea6 added AmandaC's download library, with some modifications - including HTTP(S) support 4 years ago
  XeonSquared 999d8e0387 rewrote the whole index thing and made it possible to remove packages from the pkgfs index 4 years ago
  XeonSquared f132c2349f made pkgfs auto-mount when loaded 4 years ago
  XeonSquared 97e559f26f added type annotations and function documentation to liblz16 and pkgfs 4 years ago
  XeonSquared fb0c740b39 add liblz16 and lzss for use with pkgfs, and eventually mtar probably 4 years ago
  XeonSquared 21d71b29ba detect absolute/relative paths in pkgfs 4 years ago
  XeonSquared ffc6c8915a pkgfs now stores absolute paths to archive files, oops 4 years ago
  XeonSquared 0f1b324cc4 initial pkgfs work, seems functional 4 years ago
  XeonSquared 29cdcb1809 added the preproc library, meaning PsychOS is nominally self-hosting 4 years ago
  XeonSquared b89ff14d5c added type annotations and descriptions for functions where appropriate 4 years ago
  XeonSquared 7ddece288b added doc() support for pre-compiled API documentation, wrote a generator for it, and included that in the build script 4 years ago
  XeonSquared a917016a66 fix type annotation in event.ignore 4 years ago
  XeonSquared d47a0748bd added type annotations to documentation for various libraries 4 years ago
  XeonSquared d59cc53340 updated netutil to use the documentation library's type signature system 4 years ago
  XeonSquared cae7c916ae made the shell include the documentation library automatically 4 years ago
  XeonSquared b465aebbdb added a library for retrieving documentation 4 years ago
  Ocawesome101 a74d9b4485 Add support for \27[8m (equiv. to nonstandard \27[100m) 4 years ago
  XeonSquared e5dd91e167 updated termsrv to basically work with the new rc system, added nc to netutil 4 years ago
  XeonSquared ec5d938a64 added a quit function to the shell environment, for obvious purposes 4 years ago
  XeonSquared 194564b959 Added an actually workable editor for once. Skye's gonna be mad, it's like vim. 4 years ago
  XeonSquared 0dd13b74f1 fixed <ESC>[n;nH scrolling the display 4 years ago
  XeonSquared fc127f8d3e moved the VT100 driver out of the kernel and into its own library 4 years ago
  XeonSquared 9eec6bf193 mount() now asks for the right addresses 4 years ago
  XeonSquared cfe3e78d64 importfs and exportfs improvements 4 years ago
  XeonSquared dbb7080ca2 made rpc.call less flimsy hopefully 4 years ago
  XeonSquared 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 4 years ago
  XeonSquared 928a1db13c colours in the shell! 4 years ago
  XeonSquared 1c252126e8 improved the rc lib, assuming the start function returns a pid 4 years ago
  XeonSquared 1f97e90066 made the shell actually able to print tables containing functions 4 years ago
  XeonSquared 0de3d01191 exposed the rc configuration to the world 4 years ago
  XeonSquared e20c9546ea replacing the init system with something more OpenOS rc inspired 4 years ago
  XeonSquared 4606620583 write documentation for netutil 4 years ago
  XeonSquared 90afc8d18d made netutil.ping actually return useful values 4 years ago
  XeonSquared 0712210768 better shell printing support 4 years ago
  XeonSquared 7974ff9702 made the shell able to handle table values 4 years ago
  XeonSquared 39ea9c1a18 made import work, added unimport, aliased rm to fs.remove 4 years ago
  XeonSquared 4d0ce1e06d made ping actually live in the right namespace whoops 4 years ago
  XeonSquared 0ac4923568 added a free function to shutil 4 years ago
  XeonSquared 8920c074c4 we 2.0a2 now 4 years ago
  XeonSquared 4ef792a06d added an initial vtunnel implementation 4 years ago