Commit Graph

  • b47fb83d73 made shutil's mem() act more like free Izaya 2017-08-03 17:53:36 +1000
  • 0db4fdee01 made tabs 8 chars wide Izaya 2017-08-03 17:52:10 +1000
  • b390e2764b added some nice stuff like ps(*f*) and mem() to shutil Izaya 2017-08-03 17:42:59 +1000
  • 224d2160ac added a timeout to net.recvstring Izaya 2017-08-03 12:24:54 +1000
  • d234a9e4bf removed the memory free part from luash Izaya 2017-08-03 12:24:06 +1000
  • f736810fc3 added a timeout to event.pull Izaya 2017-08-03 12:22:51 +1000
  • 08a94c879b added vt52.lua, a better terminal emulator Izaya 2017-08-03 11:44:20 +1000
  • 31e5c5a54b made fs-automount not crash the system when running under ocvm Izaya 2017-08-03 09:10:02 +1000
  • fcf9599abe changed some stuff in buffer.lua, work in progress. Izaya 2017-08-03 00:27:16 +1000
  • 26f017fd56 shifted SEBIOS numbers up one so it's easier to use Izaya 2017-08-03 00:19:44 +1000
  • 07a9a3db3b added the net-ext library. pretty bare-bones atm but it'll be useful later. note to self: write documentation. Izaya 2017-08-02 23:52:52 +1000
  • 581edc74a1 made the network driver use _G.net for configuration. Izaya 2017-08-02 23:51:30 +1000
  • 308c0acad5 made SEBIOS not crash when there's an empty tape drive present Izaya 2017-08-02 23:50:56 +1000
  • bd41474e31 fixed sha256.lua, included it in the kernel. Izaya 2017-08-02 18:00:03 +1000
  • 0eeb2a3a58 added sha256 from SecureOS Izaya 2017-08-02 17:35:35 +1000
  • ede81e3250 made fs-automount.lua mount labelled filesystems as their label. Izaya 2017-08-02 00:23:26 +1000
  • 962be29bea right, can't capture escape x_x Izaya 2017-08-02 00:22:35 +1000
  • b8d244056c added a way to increase the timer for sebios Izaya 2017-08-02 00:20:24 +1000
  • cd1036eeef added a boot menu to sebios.lua Izaya 2017-08-02 00:15:48 +1000
  • d873cc1288 add SKS Enhanced BIOS (SEBIOS) Izaya 2017-08-01 23:59:44 +1000
  • 593f6c40c0 a bunch of random bugfixes Izaya 2017-08-01 23:59:29 +1000
  • 6879c22e13 added skex2, a less terrible editor Izaya 2017-08-01 23:26:48 +1000
  • 50d47eba49 updated docs to reflect e39451b Izaya 2017-08-01 21:41:54 +1000
  • e39451bfac added skex, a kinda-terrible line editor Izaya 2017-08-01 21:39:34 +1000
  • ac12f3a940 added an alias io.read = readln Izaya 2017-08-01 21:39:10 +1000
  • a6323122ba fixed an issue with path resolution Izaya 2017-08-01 18:13:31 +1000
  • fcaf9dff75 added a cat() function to shutil Izaya 2017-08-01 16:56:33 +1000
  • 3d932ac480 made luash nicer to use Izaya 2017-08-01 16:38:43 +1000
  • 72e71c4c23 fixed a few stupid bugs with shutil and fs Izaya 2017-08-01 16:29:56 +1000
  • ba8a800940 moved cd() into a new library, shutil. Izaya 2017-08-01 15:49:39 +1000
  • ed2503e9a2 added an automounting program that runs at boot. Izaya 2017-08-01 15:45:57 +1000
  • 2aa6976c32 fixed path resolving and a few functions Izaya 2017-08-01 15:45:22 +1000
  • e94916e4ab Merge branch 'master' of github.com:XeonSquared/PsychOS Izaya 2017-08-01 14:42:36 +1000
  • f9e4b1b238 Uncomment component functions. Izaya 2017-08-01 14:42:12 +1000
  • 78233fcda5 Merge branch 'master' of github.com:XeonSquared/PsychOS Izaya 2017-08-01 14:36:48 +1000
  • bec97bb026 added fs utility functions Izaya 2017-08-01 14:36:38 +1000
  • 4165f49396 fixed cd() a little Izaya 2017-07-31 23:23:57 +1000
  • 26d76abfa7 fixed some formatting in the API docs Izaya 2017-07-31 23:23:42 +1000
  • 61ef95124a added vim swap files to .gitignore Izaya 2017-07-31 21:45:29 +1000
  • 0fe7982c45 made the build system capable of self-hosting Izaya 2017-07-31 13:04:44 +1000
  • 838ed0fcc2 updated the documentation to respect fs and io additions. Izaya 2017-07-31 12:25:20 +1000
  • fcbd9d656b added the new modules to genkernel Izaya 2017-07-31 12:10:59 +1000
  • 0e96f9818f made luash state the current dir Izaya 2017-07-31 12:10:45 +1000
  • 67789cccae also ported the MultICE io API Izaya 2017-07-31 12:10:24 +1000
  • d477d9a069 added a ported, minimal version of the fs API from MultICE Izaya 2017-07-31 12:10:07 +1000
  • 5300a21a37 added a component wrapper, for abstraction purposes. Izaya 2017-07-31 12:09:43 +1000
  • d23768f941 made user IDs strings Izaya 2017-07-31 12:09:09 +1000
  • 611190b0bf fixed buffer.lua, now actually works. Izaya 2017-07-31 09:40:02 +1000
  • a95611806d made the OS cope with killed tasks Izaya 2017-07-31 09:39:42 +1000
  • 5a6018ad5e a bit of cleaning Izaya 2017-07-31 09:26:58 +1000
  • 333cac223a added a BIOS to go with the bootable tape creator Izaya 2017-07-30 19:55:09 +1000
  • 805541551d Merge the existing stuff and the GH repo. Izaya 2017-07-30 19:13:10 +1000
  • 6160564247 added all the already working stuff Izaya 2017-07-30 19:12:10 +1000
  • ada0c5d905 Initial commit Izaya 2017-07-30 19:06:02 +1000