44 Commits (6dfb34bb724e0c6b7ba0239fbc528089bd29abd6)

Author SHA1 Message Date
  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 4 years ago
  XeonSquared 63cb1ceea4 modified the docs to show iofs supports seek 4 years ago
  XeonSquared 8a880406bc added the ability to seek and read files line by line 4 years ago
  XeonSquared 3f214d3ebc this is an intervention 4 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
  XeonSquared 863f343646 made spawnprompt set the terminal correctly 5 years ago
  XeonSquared 2ddf1f1ca2 redid the io system almost entirely, including more commenting 5 years ago
  XeonSquared d9cc184f84 commented loadfile-related functions, added require() 5 years ago
  XeonSquared 2c772b2987 commented the use of vt100emu 5 years ago
  XeonSquared f6a405d886 added comments to applicable functions 5 years ago
  XeonSquared 1ba6cd3ade made init cope if there is no init.txt 5 years ago
  XeonSquared d71dec7b8d added a proper environment variable system rather than just sticking stuff in the process' table 5 years ago
  XeonSquared 7615cf67dc made fs.lua support relative paths 5 years ago
  XeonSquared 2f48091a07 fuck knows 5 years ago