52 Commits (201aa20c5af6cb0095c60359560eb9a3ee3ae248)

Autor SHA1 Nachricht Datum
  XeonSquared 201aa20c5a added the plan9k buffer library because it's cleaner than the old io library vor 4 Jahren
  XeonSquared cf0cf32642 configured the scheduler to be more ... responsive. vor 4 Jahren
  XeonSquared c7213d4cbe updated a function comment to be more ... accurate vor 4 Jahren
  XeonSquared 3c8ec4cabc fixed some stupid require() behavior vor 4 Jahren
  XeonSquared 6ad21c7832 made require pull from a shared library pool vor 4 Jahren
  XeonSquared dcf0cb75ae made spawnfile queue an event on a process ending, changed the shell to use it vor 4 Jahren
  XeonSquared 8404946eba removed chatbox-dprint from the default modules vor 4 Jahren
  XeonSquared b370a90618 commented some scheduler functions vor 4 Jahren
  XeonSquared 1f66ef4f1c fobject:read() now supports reading until a specific character vor 4 Jahren
  XeonSquared a219b5603e added the ability to unmount filesystems, removed fs mounting stuff on its own vor 4 Jahren
  XeonSquared 1bd18f45b3 made os.taskInfo() default to the current process vor 4 Jahren
  XeonSquared ac98d09b93 made loadfile less chatty vor 4 Jahren
  XeonSquared 150541d91b made :read()ing from a terminal not leave the trailing \n vor 4 Jahren
  XeonSquared 6b5677b870 made dprint go through syslog in all cases vor 4 Jahren
  XeonSquared 5f8e4efe33 made the devfs module provide saner respones to some queries vor 4 Jahren
  XeonSquared 98e3581e6e made os.taskInfo() not choke on being outside a process vor 4 Jahren
  XeonSquared 23680afd75 document new functions, remove dprints vor 4 Jahren
  XeonSquared 69eae00ec1 added fs.mounts(), fs.address(path) and fs.type(path) to provide more information about mounted filesystems vor 4 Jahren
  XeonSquared b2d1379127 galaxy brain FS upgrades vor 4 Jahren
  XeonSquared 00a0889842 made os.chdir play nicer with the filesystem vor 4 Jahren
  XeonSquared 4e276c9ccd made the vt100 emulator not choke on most complicated inputs vor 4 Jahren
  XeonSquared ff321804ee moved cd out of the shell and into the os library as os.chdir vor 4 Jahren
  XeonSquared c3347fa188 made build.sh generate documentation, updated vt-task docs vor 4 Jahren
  XeonSquared 578a9e966f fixed vt100 to actually use strings for control vor 4 Jahren
  XeonSquared 408e9600b7 made the kernel actually work again vor 4 Jahren
  XeonSquared 9022bfce78 accidentally delet'd the wrong file vor 4 Jahren
  XeonSquared aaccc053d3 cursed vor 4 Jahren
  XeonSquared 824c443629 fuck this shit vor 4 Jahren
  XeonSquared e351683a88 made dispmanager not crash when presented with no data dir vor 4 Jahren
  XeonSquared 6c45180119 wrote a more flexible terminal creation system vor 4 Jahren
  XeonSquared 8e3ee7bcb2 never mind no reading files line by line in fs.read vor 5 Jahren
  XeonSquared 63cb1ceea4 modified the docs to show iofs supports seek vor 5 Jahren
  XeonSquared 8a880406bc added the ability to seek and read files line by line vor 5 Jahren
  XeonSquared 3f214d3ebc this is an intervention vor 5 Jahren
  XeonSquared 604532eb6c replaced the dummy fd with one that logs to a file vor 5 Jahren
  XeonSquared 638092b4cc made os.spawn dump errors to stdout vor 5 Jahren
  XeonSquared 6b62292dd1 fixed the backspacing past the start bug mostly vor 5 Jahren
  XeonSquared 64e4229c42 rewrote io.open because it was bad vor 5 Jahren
  XeonSquared bbacdc6dbd moved the creation of a sink fd into createterms vor 5 Jahren
  XeonSquared 517d579bb9 made io create a default sink fd vor 5 Jahren
  XeonSquared 695ac926ed fix some bugs with io.lua, expose io.newfd() vor 5 Jahren
  XeonSquared 0928241895 removed the whole mod-service thing vor 5 Jahren
  XeonSquared 9ee9b5d6a2 added a module only to create fds from GPU+Screen+Keyboard combos vor 5 Jahren
  XeonSquared 863f343646 made spawnprompt set the terminal correctly vor 5 Jahren
  XeonSquared 2ddf1f1ca2 redid the io system almost entirely, including more commenting vor 5 Jahren
  XeonSquared d9cc184f84 commented loadfile-related functions, added require() vor 5 Jahren
  XeonSquared 2c772b2987 commented the use of vt100emu vor 5 Jahren
  XeonSquared f6a405d886 added comments to applicable functions vor 5 Jahren
  XeonSquared 1ba6cd3ade made init cope if there is no init.txt vor 5 Jahren
  XeonSquared d71dec7b8d added a proper environment variable system rather than just sticking stuff in the process' table vor 5 Jahren