74 Commits (2ce2692aeee6c964642cc9ba3424a175890a0bfd)

Author SHA1 Message Date
  XeonSquared eccc80ad16 added tab support to the terminal emulator 4 years ago
  XeonSquared fab605ff21 greatly improved the terminal emulator, with colours (<ESC>[...m) and status support 4 years ago
  XeonSquared e20c9546ea replacing the init system with something more OpenOS rc inspired 4 years ago
  XeonSquared 66ea129b7a commented some io library functions 4 years ago
  XeonSquared 05208810d3 buffer cleanup 4 years ago
  XeonSquared d90ce84cdb made init actually work, whoops 4 years ago
  XeonSquared 8920c074c4 we 2.0a2 now 4 years ago
  XeonSquared 201aa20c5a added the plan9k buffer library because it's cleaner than the old io library 4 years ago
  XeonSquared cf0cf32642 configured the scheduler to be more ... responsive. 4 years ago
  XeonSquared c7213d4cbe updated a function comment to be more ... accurate 4 years ago
  XeonSquared 3c8ec4cabc fixed some stupid require() behavior 4 years ago
  XeonSquared 6ad21c7832 made require pull from a shared library pool 4 years ago
  XeonSquared dcf0cb75ae made spawnfile queue an event on a process ending, changed the shell to use it 4 years ago
  XeonSquared 8404946eba removed chatbox-dprint from the default modules 4 years ago
  XeonSquared b370a90618 commented some scheduler functions 4 years ago
  XeonSquared 1f66ef4f1c fobject:read() now supports reading until a specific character 4 years ago
  XeonSquared a219b5603e added the ability to unmount filesystems, removed fs mounting stuff on its own 4 years ago
  XeonSquared 1bd18f45b3 made os.taskInfo() default to the current process 4 years ago
  XeonSquared ac98d09b93 made loadfile less chatty 4 years ago
  XeonSquared 150541d91b made :read()ing from a terminal not leave the trailing \n 4 years ago
  XeonSquared 6b5677b870 made dprint go through syslog in all cases 4 years ago
  XeonSquared 5f8e4efe33 made the devfs module provide saner respones to some queries 4 years ago
  XeonSquared 98e3581e6e made os.taskInfo() not choke on being outside a process 4 years ago
  XeonSquared 23680afd75 document new functions, remove dprints 4 years ago
  XeonSquared 69eae00ec1 added fs.mounts(), fs.address(path) and fs.type(path) to provide more information about mounted filesystems 4 years ago
  XeonSquared b2d1379127 galaxy brain FS upgrades 4 years ago
  XeonSquared 00a0889842 made os.chdir play nicer with the filesystem 4 years ago
  XeonSquared 4e276c9ccd made the vt100 emulator not choke on most complicated inputs 4 years ago
  XeonSquared ff321804ee moved cd out of the shell and into the os library as os.chdir 4 years ago
  XeonSquared c3347fa188 made build.sh generate documentation, updated vt-task docs 4 years ago
  XeonSquared 578a9e966f fixed vt100 to actually use strings for control 4 years ago
  XeonSquared 408e9600b7 made the kernel actually work again 4 years ago
  XeonSquared 9022bfce78 accidentally delet'd the wrong file 4 years ago
  XeonSquared aaccc053d3 cursed 4 years ago
  XeonSquared 824c443629 fuck this shit 4 years ago
  XeonSquared e351683a88 made dispmanager not crash when presented with no data dir 4 years ago
  XeonSquared 6c45180119 wrote a more flexible terminal creation system 4 years ago
  XeonSquared 8e3ee7bcb2 never mind no reading files line by line in fs.read 5 years ago
  XeonSquared 63cb1ceea4 modified the docs to show iofs supports seek 5 years ago
  XeonSquared 8a880406bc added the ability to seek and read files line by line 5 years ago
  XeonSquared 3f214d3ebc this is an intervention 5 years ago
  XeonSquared 604532eb6c replaced the dummy fd with one that logs to a file 5 years ago
  XeonSquared 638092b4cc made os.spawn dump errors to stdout 5 years ago
  XeonSquared 6b62292dd1 fixed the backspacing past the start bug mostly 5 years ago
  XeonSquared 64e4229c42 rewrote io.open because it was bad 5 years ago
  XeonSquared bbacdc6dbd moved the creation of a sink fd into createterms 5 years ago
  XeonSquared 517d579bb9 made io create a default sink fd 5 years ago
  XeonSquared 695ac926ed fix some bugs with io.lua, expose io.newfd() 5 years ago
  XeonSquared 0928241895 removed the whole mod-service thing 5 years ago
  XeonSquared 9ee9b5d6a2 added a module only to create fds from GPU+Screen+Keyboard combos 5 years ago