Commit Graph

224 Commits

Author SHA1 Message Date
Izaya e5dd91e167 updated termsrv to basically work with the new rc system, added nc to netutil 2020-04-15 13:33:27 +10:00
Izaya ec5d938a64 added a quit function to the shell environment, for obvious purposes 2020-04-13 04:09:44 +10:00
Izaya 194564b959 Added an actually workable editor for once. Skye's gonna be mad, it's like vim. 2020-04-12 03:49:44 +10:00
Izaya 0dd13b74f1 fixed <ESC>[n;nH scrolling the display 2020-04-12 03:49:14 +10:00
Izaya fc127f8d3e moved the VT100 driver out of the kernel and into its own library 2020-04-12 01:59:56 +10:00
Izaya 2327dc9c18 added the ability to reload libraries to the loadfile module 2020-04-12 01:59:20 +10:00
Izaya 0cdd70e917 added the ability for software to change the computer.pullSignal timeout 2020-04-11 12:10:58 +10:00
Izaya 23173506b9 fixed a typo preventing [2J from working 2020-04-11 09:01:13 +10:00
Izaya a9b3c6adf3 there is now a non-standard control code for the terminal to toggle line mode and local echo for the terminal 2020-04-11 08:52:18 +10:00
Izaya 459fd95992 made nvt handle the cursor going off the edge of the screen 2020-04-11 05:54:53 +10:00
Izaya 583b300720 removed dprint statements from nvt 2020-04-09 15:50:39 +10:00
Izaya f5db94e03c made init not spew irritating syslog messages 2020-04-09 15:50:10 +10:00
Izaya bf66fa15e1 fixed tabs in nvt 2020-04-09 15:49:42 +10:00
Izaya f68605ffea added a better replacement VT100 emulator 2020-04-09 15:44:23 +10:00
Izaya 5d2d09fbcf more control code support for the terminal emulator 2020-04-09 13:48:34 +10:00
Izaya 67de47ebd4 screenblank works with the new rc system now, rejoyce 2020-03-26 17:43:22 +11:00
Izaya 9eec6bf193 mount() now asks for the right addresses 2020-03-26 17:41:25 +11:00
Izaya cfe3e78d64 importfs and exportfs improvements 2020-03-26 17:37:14 +11:00
Izaya 6c2ef1580b made fsmanager work with the new rc system 2020-03-26 17:35:14 +11:00
Izaya dbb7080ca2 made rpc.call less flimsy hopefully 2020-03-26 17:33:18 +11:00
Izaya f33ce1e1e0 added default services to rc, made rc.stop cope if there is no stop function in a daemon, and rc.enable actually enables things now 2020-03-26 17:32:54 +11:00
Izaya 8b29e472f8 fix some fs informational problems 2020-03-26 17:25:36 +11:00
Izaya 928a1db13c colours in the shell! 2020-03-26 14:41:06 +11:00
Izaya eccc80ad16 added tab support to the terminal emulator 2020-03-25 07:08:17 +11:00
Izaya fab605ff21 greatly improved the terminal emulator, with colours (<ESC>[...m) and status support 2020-03-24 17:45:29 +11:00
Izaya 0993182839 removed default-init as it is redundant 2020-03-24 16:29:13 +11:00
Izaya 1c252126e8 improved the rc lib, assuming the start function returns a pid 2020-03-24 16:27:51 +11:00
Izaya 1f97e90066 made the shell actually able to print tables containing functions 2020-03-24 16:26:48 +11:00
Izaya 7b8c532141 made getty record the basepid properly 2020-03-24 16:25:06 +11:00
Izaya 77c69f651b changed the build script to cope with the new init system 2020-03-20 13:16:22 +11:00
Izaya 0de3d01191 exposed the rc configuration to the world 2020-03-20 13:15:54 +11:00
Izaya 2fe738591d default rc configuration 2020-03-20 13:15:20 +11:00
Izaya e20c9546ea replacing the init system with something more OpenOS rc inspired 2020-03-20 13:15:02 +11:00
Izaya 66ea129b7a commented some io library functions 2020-03-20 13:01:50 +11:00
Izaya 3c1e2d31ae replaced the minitel implementation with the OpenOS version, mostly 2020-03-20 13:01:19 +11:00
Izaya 4606620583 write documentation for netutil 2020-03-18 14:06:40 +11:00
Izaya 90afc8d18d made netutil.ping actually return useful values 2020-03-18 14:03:45 +11:00
Izaya 0712210768 better shell printing support 2020-03-18 14:03:23 +11:00
Izaya 36b1b4dfe0 made build.sh clean up after itself better 2020-03-18 14:02:58 +11:00
Izaya 05208810d3 buffer cleanup 2020-03-18 14:02:37 +11:00
Izaya 7974ff9702 made the shell able to handle table values 2020-03-18 12:26:29 +11:00
Izaya 39ea9c1a18 made import work, added unimport, aliased rm to fs.remove 2020-03-18 11:55:12 +11:00
Izaya 4d0ce1e06d made ping actually live in the right namespace whoops 2020-03-18 11:54:35 +11:00
Izaya 0ac4923568 added a free function to shutil 2020-03-18 01:57:05 +11:00
Izaya d90ce84cdb made init actually work, whoops 2020-03-18 01:31:44 +11:00
Izaya 8920c074c4 we 2.0a2 now 2020-03-18 01:11:53 +11:00
Izaya 201aa20c5a added the plan9k buffer library because it's cleaner than the old io library 2020-03-16 17:30:22 +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