291 Commits (e20123b527c4c078ffafd3752e945356c18e6a0a)
 

Author SHA1 Message Date
  XeonSquared 256e05233a updated fsmanager and included it in the default init 4 years ago
  XeonSquared a219b5603e added the ability to unmount filesystems, removed fs mounting stuff on its own 4 years ago
  XeonSquared a97e3c93ee made init not kill itself on startup 4 years ago
  XeonSquared ec699518b5 made df wrap numbers better 4 years ago
  XeonSquared faca451c57 added some filesystem-related utils 4 years ago
  XeonSquared aed9278433 made getty actually start relevant services and re-start on failure 4 years ago
  XeonSquared 6ad6880a6d rewrote init.lua to be a real init daemon 4 years ago
  XeonSquared 1bd18f45b3 made os.taskInfo() default to the current process 4 years ago
  XeonSquared d23a25613d made ps display the pid correctly 4 years ago
  XeonSquared ac98d09b93 made loadfile less chatty 4 years ago
  XeonSquared a335ff5c87 made ed not choke when you append an empty file 4 years ago
  XeonSquared e9aac95dd7 added a mkdir alias for fs.makeDirectory in the shell 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 1c416be625 made the version thingo print a line this is important 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 a428a36c5d made build.sh add an _OSVERSION string 4 years ago
  XeonSquared 69666130da made luapreproc executable 4 years ago
  XeonSquared 9358f60401 updated the build instructions, script and gitignore 4 years ago
  XeonSquared d455ac6f63 I'm using custom luapreproc so ??? 4 years ago
  XeonSquared 578a9e966f fixed vt100 to actually use strings for control 4 years ago
  XeonSquared 0ced41b897 updated some executables to actually work with the kernel changes 4 years ago
  XeonSquared 346c6bcf29 proper sane terminal allocation now 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 2e3907abd3 made ct.p and ct.P point to the correct functions 4 years ago
  XeonSquared 36a3912c84 made ed clipboard-aware 4 years ago
  XeonSquared 2c9bb81fe9 added a clipboard daemon, changed default services 4 years ago
  XeonSquared fbef63f9b0 made fserv able to serve http(s) 4 years ago
  XeonSquared bc1f7d7c6c added a simple wget program for internet cards 4 years ago
  XeonSquared 0aba709fb1 added a filesyste manager program, for auto (un)mounting of filesystems 4 years ago
  XeonSquared e351683a88 made dispmanager not crash when presented with no data dir 4 years ago
  XeonSquared 03341e6af7 made the more intelligent routing actually work 4 years ago
  XeonSquared 5cabb476de removed some legacy stuff 4 years ago
  XeonSquared aa570fcc4e replaced the editor with skex2 because it's infinitely better and works on PsychOS2 now 4 years ago
  XeonSquared be8ba0a40b made the shell not return pcall's true if it is true 4 years ago
  XeonSquared 7347c93988 made external executables return despite being in a different process. yay for IPC? 4 years ago
  XeonSquared 6c45180119 wrote a more flexible terminal creation system 4 years ago
  XeonSquared 12df3de7df added a cd() builtin to the shell, for changing working directory 4 years ago
  XeonSquared ead102f131 made the shell spawn executed files as their own process and wait for them to complete 4 years ago