Commit Graph

218 Commits

Author SHA1 Message Date
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 45c70cbaa6 made require search the pkgfs if available 2020-06-06 19:49:26 +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 c1fcfd652e fserv now sends the correct status messages for HTTP(S) proxying 2020-06-06 14:42:58 +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 3266c66fc4 updated fserv to fit the new (and next) service system 2020-06-06 12:55:02 +10:00
Izaya 3fed8a5985 fixed fs.copy
oops
2020-06-06 12:54:10 +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 2ce2692aee updated the README to represent the current state of the system 2020-06-05 23:06:37 +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 58c9a5492e added a fallback _OSVERSION string 2020-06-03 12:38:04 +10:00
Izaya bc5f24f1e6 bumped the version number because we selfhosting now 2020-06-03 09:56:41 +10:00
Izaya 29cdcb1809 added the preproc library, meaning PsychOS is nominally self-hosting 2020-06-03 09:55:22 +10:00
Izaya 7dda36fd1d Merge pull request 'clipboard: Make the clipboard service work under the new service sys' (#4) from Amanda/OC-PsychOS2:fix-clipboard-editor-cleanup into master
Looks good.
2020-05-27 02:21:05 +10:00
Amanda Cameron 5213835970 clipboard: Make the clipboard service work under the new service sys
This also adds a [.editorconfig](https://editorconfig.org/) and adds
apidoc.md to the gitignore.
2020-05-21 15:02:46 -04:00
Izaya 124b39c96d Merge pull request 'Fix document generation on Windows (using Git Bash)' (#3) from Skye/OC-PsychOS2:git-windows-bash-fixes into master
Windows is infinitely cursed.

Greatly appreciated.
2020-05-14 14:11:23 +10:00
Skye M 56af6d1ade Fix document generation on Windows (using Git Bash)
* Made finddesc.lua execute commands using `sh -c 'command'`, which ensures that Unix-like shell is used instead of cmd.exe
* Made finddesc.lua avoid a situation where it would end up with a double '/' in `outpath`
* Redirect output of deleting the document to null to avoid pointless "No such file or directory" errors.
2020-05-12 16:29:44 +01: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 cf373668a9 added a title for PDF generation 2020-05-12 16:11:51 +10:00
Izaya b3cfeb13ec remove replaced kernel modules 2020-05-12 12:08:01 +10:00
Izaya b4ee8ed8a6 point build.sh to the right finddesc 2020-05-12 12:04:47 +10:00
Izaya 4f3bac551e updated finddesc to use the new doc library, allowing type annotations and building a directory of documentation 2020-05-12 12:01:44 +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 405ee6408d Merge pull request 'Fix the build process so that it works on the Bash shell for Git on Windows and fix markdown output' (#2) from Skye/OC-PsychOS2:git-windows-bash-fixes into master
Doesn't seem to break anything, though I wish Microsoft would fix their filesystems.

Markdown changes are a nice touch, though they'll be replaced soon.

Might think about using #!/usr/bin/env for Lua at some point.
2020-05-12 10:55:37 +10:00
Skye M e09650276a Improve markdown output from finddesc.lua
* It didn't add spaces after the ## or #, which made them not work as headings in some renderers, so I fixed this.
* I then made it add newlines to make it look nicer without being rendered.
2020-05-12 01:49:51 +01:00
Skye M daa2975fd6 Fix the build process so that it works on the Bash shell for Git on Windows
1. Made the Lua thing used be an optional variable, so it works for different Lua versions and locations

2. Made it work better with windows filesystems being weird with trailing dots.
2020-05-11 20:09:41 +01: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
Izaya fd9e4ad88a Merge pull request 'Add support for \27[8m (equiv. to nonstandard \27[100m)' (#1) from Ocawesome101/OC-PsychOS2:master into master 2020-04-26 11:57:38 +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 2327dc9c18 added the ability to reload libraries to the loadfile module 2020-04-12 01:59:20 +10:00