202 次程式碼提交 (2ce2692aeee6c964642cc9ba3424a175890a0bfd)
 

作者 SHA1 備註 提交日期
  XeonSquared 2ce2692aee updated the README to represent the current state of the system 4 年之前
  XeonSquared fb0c740b39 add liblz16 and lzss for use with pkgfs, and eventually mtar probably 4 年之前
  XeonSquared 21d71b29ba detect absolute/relative paths in pkgfs 4 年之前
  XeonSquared ffc6c8915a pkgfs now stores absolute paths to archive files, oops 4 年之前
  XeonSquared 0f1b324cc4 initial pkgfs work, seems functional 4 年之前
  XeonSquared 58c9a5492e added a fallback _OSVERSION string 4 年之前
  XeonSquared bc5f24f1e6 bumped the version number because we selfhosting now 4 年之前
  XeonSquared 29cdcb1809 added the preproc library, meaning PsychOS is nominally self-hosting 4 年之前
  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 4 年之前
  Amanda Cameron 5213835970 clipboard: Make the clipboard service work under the new service sys 4 年之前
  Izaya 124b39c96d Merge pull request 'Fix document generation on Windows (using Git Bash)' (#3) from Skye/OC-PsychOS2:git-windows-bash-fixes into master 4 年之前
  Skye M 56af6d1ade Fix document generation on Windows (using Git Bash) 4 年之前
  XeonSquared b89ff14d5c added type annotations and descriptions for functions where appropriate 4 年之前
  XeonSquared 7ddece288b added doc() support for pre-compiled API documentation, wrote a generator for it, and included that in the build script 4 年之前
  XeonSquared cf373668a9 added a title for PDF generation 4 年之前
  XeonSquared b3cfeb13ec remove replaced kernel modules 4 年之前
  XeonSquared b4ee8ed8a6 point build.sh to the right finddesc 4 年之前
  XeonSquared 4f3bac551e updated finddesc to use the new doc library, allowing type annotations and building a directory of documentation 4 年之前
  XeonSquared a917016a66 fix type annotation in event.ignore 4 年之前
  XeonSquared d47a0748bd added type annotations to documentation for various libraries 4 年之前
  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 4 年之前
  Skye M e09650276a Improve markdown output from finddesc.lua 4 年之前
  Skye M daa2975fd6 Fix the build process so that it works on the Bash shell for Git on Windows 4 年之前
  XeonSquared d59cc53340 updated netutil to use the documentation library's type signature system 4 年之前
  XeonSquared cae7c916ae made the shell include the documentation library automatically 4 年之前
  XeonSquared b465aebbdb added a library for retrieving documentation 4 年之前
  Izaya fd9e4ad88a Merge pull request 'Add support for \27[8m (equiv. to nonstandard \27[100m)' (#1) from Ocawesome101/OC-PsychOS2:master into master 4 年之前
  Ocawesome101 a74d9b4485 Add support for \27[8m (equiv. to nonstandard \27[100m) 4 年之前
  XeonSquared e5dd91e167 updated termsrv to basically work with the new rc system, added nc to netutil 4 年之前
  XeonSquared ec5d938a64 added a quit function to the shell environment, for obvious purposes 4 年之前
  XeonSquared 194564b959 Added an actually workable editor for once. Skye's gonna be mad, it's like vim. 4 年之前
  XeonSquared 0dd13b74f1 fixed <ESC>[n;nH scrolling the display 4 年之前
  XeonSquared fc127f8d3e moved the VT100 driver out of the kernel and into its own library 4 年之前
  XeonSquared 2327dc9c18 added the ability to reload libraries to the loadfile module 4 年之前
  XeonSquared 0cdd70e917 added the ability for software to change the computer.pullSignal timeout 4 年之前
  XeonSquared 23173506b9 fixed a typo preventing [2J from working 4 年之前
  XeonSquared a9b3c6adf3 there is now a non-standard control code for the terminal to toggle line mode and local echo for the terminal 4 年之前
  XeonSquared 459fd95992 made nvt handle the cursor going off the edge of the screen 4 年之前
  XeonSquared 583b300720 removed dprint statements from nvt 4 年之前
  XeonSquared f5db94e03c made init not spew irritating syslog messages 4 年之前
  XeonSquared bf66fa15e1 fixed tabs in nvt 4 年之前
  XeonSquared f68605ffea added a better replacement VT100 emulator 4 年之前
  XeonSquared 5d2d09fbcf more control code support for the terminal emulator 4 年之前
  XeonSquared 67de47ebd4 screenblank works with the new rc system now, rejoyce 4 年之前
  XeonSquared 9eec6bf193 mount() now asks for the right addresses 4 年之前
  XeonSquared cfe3e78d64 importfs and exportfs improvements 4 年之前
  XeonSquared 6c2ef1580b made fsmanager work with the new rc system 4 年之前
  XeonSquared dbb7080ca2 made rpc.call less flimsy hopefully 4 年之前
  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 年之前
  XeonSquared 8b29e472f8 fix some fs informational problems 4 年之前