Commit Graph

90 Commits

Author SHA1 Message Date
Izaya a219b5603e added the ability to unmount filesystems, removed fs mounting stuff on its own 2019-11-09 15:56:25 +11:00
Izaya a97e3c93ee made init not kill itself on startup 2019-11-09 14:59:53 +11:00
Izaya ec699518b5 made df wrap numbers better 2019-11-09 14:59:34 +11:00
Izaya faca451c57 added some filesystem-related utils 2019-11-09 14:54:01 +11:00
Izaya aed9278433 made getty actually start relevant services and re-start on failure 2019-11-09 14:23:47 +11:00
Izaya 6ad6880a6d rewrote init.lua to be a real init daemon 2019-11-09 14:23:18 +11:00
Izaya 1bd18f45b3 made os.taskInfo() default to the current process 2019-11-09 13:52:39 +11:00
Izaya d23a25613d made ps display the pid correctly 2019-11-09 13:48:50 +11:00
Izaya ac98d09b93 made loadfile less chatty 2019-11-09 13:46:51 +11:00
Izaya a335ff5c87 made ed not choke when you append an empty file 2019-11-09 13:46:31 +11:00
Izaya e9aac95dd7 added a mkdir alias for fs.makeDirectory in the shell 2019-11-09 13:17:21 +11:00
Izaya 150541d91b made :read()ing from a terminal not leave the trailing \n 2019-11-09 13:16:51 +11:00
Izaya 6b5677b870 made dprint go through syslog in all cases 2019-11-09 13:16:17 +11:00
Izaya 5f8e4efe33 made the devfs module provide saner respones to some queries 2019-11-09 13:15:50 +11:00
Izaya 98e3581e6e made os.taskInfo() not choke on being outside a process 2019-11-09 13:14:58 +11:00
Izaya 23680afd75 document new functions, remove dprints 2019-11-09 13:10:15 +11:00
Izaya 69eae00ec1 added fs.mounts(), fs.address(path) and fs.type(path) to provide more information about mounted filesystems 2019-11-08 21:01:01 +11:00
Izaya b2d1379127 galaxy brain FS upgrades 2019-11-08 12:42:49 +11:00
Izaya 00a0889842 made os.chdir play nicer with the filesystem 2019-11-06 20:30:26 +11:00
Izaya 4e276c9ccd made the vt100 emulator not choke on most complicated inputs 2019-11-06 14:37:12 +11:00
Izaya 1c416be625 made the version thingo print a line this is important 2019-11-06 14:31:28 +11:00
Izaya ff321804ee moved cd out of the shell and into the os library as os.chdir 2019-11-06 14:28:40 +11:00
Izaya c3347fa188 made build.sh generate documentation, updated vt-task docs 2019-11-06 14:08:42 +11:00
Izaya a428a36c5d made build.sh add an _OSVERSION string 2019-11-06 14:01:10 +11:00
Izaya 69666130da made luapreproc executable 2019-11-05 14:07:28 +11:00
Izaya 9358f60401 updated the build instructions, script and gitignore 2019-11-05 14:06:19 +11:00
Izaya d455ac6f63 I'm using custom luapreproc so ??? 2019-11-05 13:53:32 +11:00
Izaya 578a9e966f fixed vt100 to actually use strings for control 2019-11-04 11:45:47 +11:00
Izaya 0ced41b897 updated some executables to actually work with the kernel changes 2019-11-04 08:55:39 +11:00
Izaya 346c6bcf29 proper sane terminal allocation now 2019-11-04 08:55:04 +11:00
Izaya 408e9600b7 made the kernel actually work again 2019-11-04 08:54:30 +11:00
Izaya 9022bfce78 accidentally delet'd the wrong file 2019-10-28 00:35:32 +11:00
Izaya aaccc053d3 cursed 2019-10-27 23:34:02 +11:00
Izaya 824c443629 fuck this shit 2019-10-27 02:40:25 +11:00
Izaya 2e3907abd3 made ct.p and ct.P point to the correct functions 2019-08-13 15:31:10 +10:00
Izaya 36a3912c84 made ed clipboard-aware 2019-08-07 21:09:21 +10:00
Izaya 2c9bb81fe9 added a clipboard daemon, changed default services 2019-08-07 21:07:37 +10:00
Izaya fbef63f9b0 made fserv able to serve http(s) 2019-08-02 15:57:13 +10:00
Izaya bc1f7d7c6c added a simple wget program for internet cards 2019-08-02 15:56:55 +10:00
Izaya 0aba709fb1 added a filesyste manager program, for auto (un)mounting of filesystems 2019-08-01 22:41:43 +10:00
Izaya e351683a88 made dispmanager not crash when presented with no data dir 2019-08-01 22:40:37 +10:00
Izaya 03341e6af7 made the more intelligent routing actually work 2019-08-01 22:38:57 +10:00
Izaya 5cabb476de removed some legacy stuff 2019-07-28 19:57:26 +10:00
Izaya aa570fcc4e replaced the editor with skex2 because it's infinitely better and works on PsychOS2 now 2019-07-28 19:53:25 +10:00
Izaya be8ba0a40b made the shell not return pcall's true if it is true 2019-07-28 19:52:32 +10:00
Izaya 7347c93988 made external executables return despite being in a different process. yay for IPC? 2019-07-28 19:46:43 +10:00
Izaya 6c45180119 wrote a more flexible terminal creation system 2019-07-28 19:09:12 +10:00
Izaya 12df3de7df added a cd() builtin to the shell, for changing working directory 2019-07-28 13:03:04 +10:00
Izaya ead102f131 made the shell spawn executed files as their own process and wait for them to complete 2019-07-28 12:45:38 +10:00
Izaya b8d3df6bee more general gitignore filters 2019-07-23 14:14:14 +10:00