Commit Graph

76 Commits

Author SHA1 Message Date
Izaya 45c70cbaa6 made require search the pkgfs if available 2020-06-06 19:49:26 +10:00
Izaya 3fed8a5985 fixed fs.copy
oops
2020-06-06 12:54:10 +10:00
Izaya 58c9a5492e added a fallback _OSVERSION string 2020-06-03 12:38:04 +10:00
Izaya b89ff14d5c added type annotations and descriptions for functions where appropriate 2020-05-12 17:55:05 +10:00
Izaya b3cfeb13ec remove replaced kernel modules 2020-05-12 12:08:01 +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 8b29e472f8 fix some fs informational problems 2020-03-26 17:25:36 +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 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 05208810d3 buffer cleanup 2020-03-18 14:02:37 +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 cf0cf32642 configured the scheduler to be more ... responsive. 2019-12-21 18:35:10 +11:00
Izaya c7213d4cbe updated a function comment to be more ... accurate 2019-12-21 18:34:48 +11:00
Izaya 3c8ec4cabc fixed some stupid require() behavior 2019-12-20 01:51:27 +11:00
Izaya 6ad21c7832 made require pull from a shared library pool 2019-12-19 16:14:48 +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 8404946eba removed chatbox-dprint from the default modules 2019-12-16 14:35:26 +11:00
Izaya b370a90618 commented some scheduler functions 2019-12-16 14:30:27 +11:00
Izaya 1f66ef4f1c fobject:read() now supports reading until a specific character 2019-11-19 21:38:08 +11:00
Izaya a219b5603e added the ability to unmount filesystems, removed fs mounting stuff on its own 2019-11-09 15:56:25 +11:00
Izaya 1bd18f45b3 made os.taskInfo() default to the current process 2019-11-09 13:52:39 +11:00
Izaya ac98d09b93 made loadfile less chatty 2019-11-09 13:46:51 +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 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 578a9e966f fixed vt100 to actually use strings for control 2019-11-04 11:45:47 +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