Lisa Milne
|
ccbb4fa408
|
shell history and tabfill
|
2023-11-26 19:54:37 +10:00 |
|
Lisa Milne
|
82e39184f1
|
get less working again
|
2023-11-26 18:28:54 +10:00 |
|
Lisa Milne
|
0e4fcf70b2
|
version bump, documentation
|
2023-11-26 15:13:04 +10:00 |
|
Lisa Milne
|
abf74e32c0
|
add -a to ls (now that there are dot files)
|
2023-11-26 14:28:24 +10:00 |
|
Lisa Milne
|
39ebcdc049
|
wait, waitpid, waitall, and get the shell using them
|
2023-11-26 14:24:37 +10:00 |
|
Lisa Milne
|
7ac6f677be
|
start getting commands working again, and cleanup some old io workarounds
|
2023-11-26 12:18:48 +10:00 |
|
Lisa Milne
|
b34d9590cb
|
move shell to /bin/sh (and shell.js)
|
2023-11-25 20:43:51 +10:00 |
|
Lisa Milne
|
279d1afbc2
|
preparing for tty reading
|
2023-11-25 11:46:06 +10:00 |
|
Lisa Milne
|
3b9fe3fd6b
|
add uname() to stdlib, and add uname command
|
2023-11-24 16:08:39 +10:00 |
|
Lisa Milne
|
0d35fbf4a1
|
a bit of cleanup
|
2023-11-24 15:22:01 +10:00 |
|
Lisa Milne
|
843a644646
|
bump version string to 0.1-14
|
2023-11-23 21:55:36 +10:00 |
|
Lisa Milne
|
e49b180450
|
get env variables the "Right Way" - load them in from /etc/passwd and /etc/env on login
|
2023-11-23 21:54:14 +10:00 |
|
Lisa Milne
|
03bc7b2e66
|
get the shell exec working right
|
2023-11-22 17:34:47 +10:00 |
|
Lisa Milne
|
4baa505b4d
|
change the term tty create/destroy functions to something a bit more unixy
|
2023-11-22 10:37:08 +10:00 |
|
Lisa Milne
|
dec325f8b2
|
get fork() and exec() working
|
2023-11-21 19:08:33 +10:00 |
|
Lisa Milne
|
05d29e37cf
|
update readme
|
2023-11-21 14:20:28 +10:00 |
|
Lisa Milne
|
4803cf8e13
|
remove getFileType from stdlib
|
2023-11-21 14:05:09 +10:00 |
|
Lisa Milne
|
e8ef43130a
|
add page up/down and home/end support to less
|
2023-11-21 13:48:52 +10:00 |
|
Lisa Milne
|
af70e329da
|
readme updates
|
2023-11-21 12:48:26 +10:00 |
|
Lisa Milne
|
962c4204be
|
add a readme file, mostly for git
|
2023-11-21 12:03:20 +10:00 |
|
Lisa Milne
|
cbf30ffa40
|
setup for exec() and multi-process
|
2023-11-17 21:00:48 +10:00 |
|
Lisa Milne
|
d5bb8fd814
|
move big CLIte text to a variable instead of writing it twice
|
2023-11-16 07:58:59 +10:00 |
|
Lisa Milne
|
6128bc86db
|
move clite.state.input and clite.events to clite.term
|
2023-11-16 07:40:44 +10:00 |
|
Lisa Milne
|
856579064b
|
version bump
|
2023-11-16 06:29:37 +10:00 |
|
Lisa Milne
|
95dfb9b684
|
process manager pt2 and vfs remove()
|
2023-11-15 17:27:56 +10:00 |
|
Lisa Milne
|
f9326399c1
|
clean up reboot code a bit, add help to reboot command
|
2023-11-14 14:53:45 +10:00 |
|
Lisa Milne
|
d8570be0f2
|
reboot command and /dev/initctl allows rebooting - forces reload of all javascript
|
2023-11-14 14:31:07 +10:00 |
|
Lisa Milne
|
befc29b2c7
|
start setting up for runlevels via /dev/initctl
|
2023-11-14 06:59:18 +10:00 |
|
Lisa Milne
|
3dbefb93da
|
make file types human readable-ish, FT_TEXT rather than 1
|
2023-11-13 20:43:09 +10:00 |
|
Lisa Milne
|
80543aef12
|
commands should not access fd.node on file descriptors
|
2023-11-13 20:16:35 +10:00 |
|
Lisa Milne
|
a15f693f93
|
chmod()
|
2023-11-13 17:00:39 +10:00 |
|
Lisa Milne
|
65da9d8682
|
stat() and the start of chmod()
|
2023-11-13 09:54:23 +10:00 |
|
Lisa Milne
|
781b9d1acc
|
get export working with no arguments
|
2023-11-13 09:34:59 +10:00 |
|
Lisa Milne
|
df55e9f3ad
|
simplify which and type a bit
|
2023-11-12 21:22:48 +10:00 |
|
Lisa Milne
|
221599955a
|
should not be able to cd into a file
|
2023-11-12 20:23:13 +10:00 |
|
Lisa Milne
|
45b03465c3
|
make reading from and writing to devices work consistantly
|
2023-11-12 19:16:26 +10:00 |
|
Lisa Milne
|
f90a77c42a
|
process manager pt1
|
2023-11-11 22:06:50 +10:00 |
|
Lisa Milne
|
04a4b8ed87
|
getBuffer for future io redirects
|
2023-11-11 21:43:48 +10:00 |
|
Lisa Milne
|
48aad6beba
|
also support command substitution inside quotes in strToArgs
|
2023-11-11 18:22:36 +10:00 |
|
Lisa Milne
|
f70937e91f
|
add single quote support to strToArgs
|
2023-11-11 18:17:12 +10:00 |
|
Lisa Milne
|
2a91fce083
|
actually support command substitutions in strToArgs
|
2023-11-11 18:03:37 +10:00 |
|
Lisa Milne
|
5246630d6f
|
setup for command substitution in shell
|
2023-11-11 18:00:50 +10:00 |
|
Lisa Milne
|
71d513a65e
|
touch used on an unloaded remote file should load the file
|
2023-11-11 17:49:16 +10:00 |
|
Lisa Milne
|
26d3686e2b
|
ls should not load remote data
|
2023-11-11 17:45:31 +10:00 |
|
Lisa Milne
|
d0ebf7eaaf
|
do not htmlEncode data in commands
|
2023-11-11 17:36:29 +10:00 |
|
Lisa Milne
|
ba46d0685b
|
fix htmlEncode stripping the last character
|
2023-11-11 17:27:52 +10:00 |
|
Lisa Milne
|
9cff3a7c10
|
more playing with tty size pt2
|
2023-11-11 17:25:32 +10:00 |
|
Lisa Milne
|
ac0662b21c
|
more playing with tty size
|
2023-11-11 17:22:48 +10:00 |
|
Lisa Milne
|
ac2f7f813d
|
in htmLEncode, only replace space with on the last character in string
|
2023-11-11 16:57:18 +10:00 |
|
Lisa Milne
|
c543504387
|
remove test file
|
2023-11-10 21:37:48 +10:00 |
|