Commit Graph

44 Commits

Author SHA1 Message Date
Izaya 8920c074c4 we 2.0a2 now 2020-03-18 01:11:53 +11:00
Izaya ab604c84f7 made unarchive yield 2020-01-11 09:32:46 +11:00
Izaya 15a6151748 added a ping util for testing network connectivity 2019-12-26 17:26:43 +11:00
Izaya ba0320fcdc added an alias cp for the fs.copy function 2019-12-26 17:23:45 +11:00
Izaya 68130b80a6 made the shell look at libraries in _G.libs as well as just _G 2019-12-20 17:48:25 +11:00
Izaya 1cb85bd5e8 updated nc and termsrv 2019-12-16 17:09:56 +11:00
Izaya b408cfe27b made the shell return sane values 2019-12-16 16:43:32 +11:00
Izaya dcf0cb75ae made spawnfile queue an event on a process ending, changed the shell to use it 2019-12-16 14:37:29 +11:00
Izaya 2e10fb23b4 added programs to export and import filesystems over the network 2019-11-26 21:35:06 +11:00
Izaya ce6e405934 the shell now prints tables that are returned as a serialized value 2019-11-26 18:47:20 +11:00
Izaya 0dbd1d5f8c significantly improved the shell; actually forks for processes now, shows the hostname, replaces an = at the start with return ... 2019-11-19 21:46:51 +11:00
Izaya b3aa15b580 init now sets the hostname, if possible 2019-11-19 21:38:22 +11:00
Izaya b66e8f93a7 made free floor all numbers 2019-11-19 17:19:02 +11:00
Izaya 787163c606 made ed actually have the right commands for stuff oops 2019-11-09 17:56:44 +11:00
Izaya 80eea7142d made init less syslog-spammy 2019-11-09 16:00:46 +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 6ad6880a6d rewrote init.lua to be a real init daemon 2019-11-09 14:23:18 +11:00
Izaya d23a25613d made ps display the pid correctly 2019-11-09 13:48:50 +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 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 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 aaccc053d3 cursed 2019-10-27 23:34:02 +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 bc1f7d7c6c added a simple wget program for internet cards 2019-08-02 15:56:55 +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 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 dc03ad94bc added an FRequest client and server 2019-07-23 14:11:40 +10:00
Izaya eaef339fe9 added an unarchiving program, changed mkarchive behavior slightly 2019-07-22 13:47:21 +10:00
Izaya f674efaa28 added an archiving program 2019-07-22 09:42:37 +10:00
Izaya 3f214d3ebc this is an intervention 2019-07-14 20:52:56 +10:00
Izaya a29fc154a0 added a terminal server and bad netcat clone 2019-01-09 16:23:30 +11:00
Izaya 2b69f81111 added shell utility programs 2019-01-08 18:09:04 +11:00
Izaya 8b35bfe3a6 made the shell cleaner, and tell the current $PWD 2019-01-08 18:04:18 +11:00
Izaya c27b20bc59 made ps() use the t environment variable rather than task param 2019-01-08 17:59:45 +11:00
Izaya 2f48091a07 fuck knows 2018-11-03 03:05:41 +11:00