Sam Roxanne
|
50cfb2bbf2
|
s m o l
|
2020-06-02 19:09:37 -05:00 |
|
|
b89ff14d5c
|
added type annotations and descriptions for functions where appropriate
|
2020-05-12 17:55:05 +10:00 |
|
|
b3cfeb13ec
|
remove replaced kernel modules
|
2020-05-12 12:08:01 +10:00 |
|
|
fc127f8d3e
|
moved the VT100 driver out of the kernel and into its own library
|
2020-04-12 01:59:56 +10:00 |
|
|
2327dc9c18
|
added the ability to reload libraries to the loadfile module
|
2020-04-12 01:59:20 +10:00 |
|
|
0cdd70e917
|
added the ability for software to change the computer.pullSignal timeout
|
2020-04-11 12:10:58 +10:00 |
|
|
23173506b9
|
fixed a typo preventing [2J from working
|
2020-04-11 09:01:13 +10:00 |
|
|
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 |
|
|
459fd95992
|
made nvt handle the cursor going off the edge of the screen
|
2020-04-11 05:54:53 +10:00 |
|
|
583b300720
|
removed dprint statements from nvt
|
2020-04-09 15:50:39 +10:00 |
|
|
f5db94e03c
|
made init not spew irritating syslog messages
|
2020-04-09 15:50:10 +10:00 |
|
|
bf66fa15e1
|
fixed tabs in nvt
|
2020-04-09 15:49:42 +10:00 |
|
|
f68605ffea
|
added a better replacement VT100 emulator
|
2020-04-09 15:44:23 +10:00 |
|
|
5d2d09fbcf
|
more control code support for the terminal emulator
|
2020-04-09 13:48:34 +10:00 |
|
|
8b29e472f8
|
fix some fs informational problems
|
2020-03-26 17:25:36 +11:00 |
|
|
eccc80ad16
|
added tab support to the terminal emulator
|
2020-03-25 07:08:17 +11:00 |
|
|
fab605ff21
|
greatly improved the terminal emulator, with colours (<ESC>[...m) and status support
|
2020-03-24 17:45:29 +11:00 |
|
|
e20c9546ea
|
replacing the init system with something more OpenOS rc inspired
|
2020-03-20 13:15:02 +11:00 |
|
|
66ea129b7a
|
commented some io library functions
|
2020-03-20 13:01:50 +11:00 |
|
|
05208810d3
|
buffer cleanup
|
2020-03-18 14:02:37 +11:00 |
|
|
d90ce84cdb
|
made init actually work, whoops
|
2020-03-18 01:31:44 +11:00 |
|
|
8920c074c4
|
we 2.0a2 now
|
2020-03-18 01:11:53 +11:00 |
|
|
201aa20c5a
|
added the plan9k buffer library because it's cleaner than the old io library
|
2020-03-16 17:30:22 +11:00 |
|
|
cf0cf32642
|
configured the scheduler to be more ... responsive.
|
2019-12-21 18:35:10 +11:00 |
|
|
c7213d4cbe
|
updated a function comment to be more ... accurate
|
2019-12-21 18:34:48 +11:00 |
|
|
3c8ec4cabc
|
fixed some stupid require() behavior
|
2019-12-20 01:51:27 +11:00 |
|
|
6ad21c7832
|
made require pull from a shared library pool
|
2019-12-19 16:14:48 +11:00 |
|
|
dcf0cb75ae
|
made spawnfile queue an event on a process ending, changed the shell to use it
|
2019-12-16 14:37:29 +11:00 |
|
|
8404946eba
|
removed chatbox-dprint from the default modules
|
2019-12-16 14:35:26 +11:00 |
|
|
b370a90618
|
commented some scheduler functions
|
2019-12-16 14:30:27 +11:00 |
|
|
1f66ef4f1c
|
fobject:read() now supports reading until a specific character
|
2019-11-19 21:38:08 +11:00 |
|
|
a219b5603e
|
added the ability to unmount filesystems, removed fs mounting stuff on its own
|
2019-11-09 15:56:25 +11:00 |
|
|
1bd18f45b3
|
made os.taskInfo() default to the current process
|
2019-11-09 13:52:39 +11:00 |
|
|
ac98d09b93
|
made loadfile less chatty
|
2019-11-09 13:46:51 +11:00 |
|
|
150541d91b
|
made :read()ing from a terminal not leave the trailing \n
|
2019-11-09 13:16:51 +11:00 |
|
|
6b5677b870
|
made dprint go through syslog in all cases
|
2019-11-09 13:16:17 +11:00 |
|
|
5f8e4efe33
|
made the devfs module provide saner respones to some queries
|
2019-11-09 13:15:50 +11:00 |
|
|
98e3581e6e
|
made os.taskInfo() not choke on being outside a process
|
2019-11-09 13:14:58 +11:00 |
|
|
23680afd75
|
document new functions, remove dprints
|
2019-11-09 13:10:15 +11:00 |
|
|
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 |
|
|
b2d1379127
|
galaxy brain FS upgrades
|
2019-11-08 12:42:49 +11:00 |
|
|
00a0889842
|
made os.chdir play nicer with the filesystem
|
2019-11-06 20:30:26 +11:00 |
|
|
4e276c9ccd
|
made the vt100 emulator not choke on most complicated inputs
|
2019-11-06 14:37:12 +11:00 |
|
|
ff321804ee
|
moved cd out of the shell and into the os library as os.chdir
|
2019-11-06 14:28:40 +11:00 |
|
|
c3347fa188
|
made build.sh generate documentation, updated vt-task docs
|
2019-11-06 14:08:42 +11:00 |
|
|
578a9e966f
|
fixed vt100 to actually use strings for control
|
2019-11-04 11:45:47 +11:00 |
|
|
408e9600b7
|
made the kernel actually work again
|
2019-11-04 08:54:30 +11:00 |
|
|
9022bfce78
|
accidentally delet'd the wrong file
|
2019-10-28 00:35:32 +11:00 |
|
|
aaccc053d3
|
cursed
|
2019-10-27 23:34:02 +11:00 |
|
|
824c443629
|
fuck this shit
|
2019-10-27 02:40:25 +11:00 |
|