|
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 |
|
|
e351683a88
|
made dispmanager not crash when presented with no data dir
|
2019-08-01 22:40:37 +10:00 |
|
|
6c45180119
|
wrote a more flexible terminal creation system
|
2019-07-28 19:09:12 +10:00 |
|
|
8e3ee7bcb2
|
never mind no reading files line by line in fs.read
|
2019-07-21 17:45:22 +10:00 |
|
|
63cb1ceea4
|
modified the docs to show iofs supports seek
|
2019-07-18 13:51:10 +10:00 |
|
|
8a880406bc
|
added the ability to seek and read files line by line
|
2019-07-18 13:49:34 +10:00 |
|
|
3f214d3ebc
|
this is an intervention
|
2019-07-14 20:52:56 +10:00 |
|
|
604532eb6c
|
replaced the dummy fd with one that logs to a file
|
2019-01-09 17:11:10 +11:00 |
|
|
638092b4cc
|
made os.spawn dump errors to stdout
|
2019-01-09 16:17:41 +11:00 |
|
|
6b62292dd1
|
fixed the backspacing past the start bug mostly
|
2019-01-09 16:16:53 +11:00 |
|
|
64e4229c42
|
rewrote io.open because it was bad
|
2019-01-09 16:15:31 +11:00 |
|
|
bbacdc6dbd
|
moved the creation of a sink fd into createterms
|
2019-01-09 15:56:19 +11:00 |
|
|
517d579bb9
|
made io create a default sink fd
|
2019-01-09 14:09:57 +11:00 |
|
|
695ac926ed
|
fix some bugs with io.lua, expose io.newfd()
|
2019-01-08 22:11:49 +11:00 |
|
|
0928241895
|
removed the whole mod-service thing
|
2019-01-08 18:15:22 +11:00 |
|
|
9ee9b5d6a2
|
added a module only to create fds from GPU+Screen+Keyboard combos
|
2019-01-08 18:08:25 +11:00 |
|
|
863f343646
|
made spawnprompt set the terminal correctly
|
2019-01-08 18:05:20 +11:00 |
|
|
2ddf1f1ca2
|
redid the io system almost entirely, including more commenting
|
2019-01-08 18:02:39 +11:00 |
|
|
d9cc184f84
|
commented loadfile-related functions, added require()
|
2019-01-08 18:01:07 +11:00 |
|
|
2c772b2987
|
commented the use of vt100emu
|
2019-01-08 18:00:36 +11:00 |
|
|
f6a405d886
|
added comments to applicable functions
|
2019-01-08 18:00:11 +11:00 |
|
|
1ba6cd3ade
|
made init cope if there is no init.txt
|
2019-01-08 17:59:01 +11:00 |
|
|
d71dec7b8d
|
added a proper environment variable system rather than just sticking stuff in the process' table
|
2019-01-02 16:41:39 +11:00 |
|
|
7615cf67dc
|
made fs.lua support relative paths
|
2019-01-02 16:40:55 +11:00 |
|
|
2f48091a07
|
fuck knows
|
2018-11-03 03:05:41 +11:00 |
|