index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
user
/
app
/
shell
Age
Commit message (
Collapse
)
Author
2022-08-04
do some simple TODOs, organize the rest; general code maintainance
dzwdz
2022-08-04
syscalls: add _syscall_sleep()
dzwdz
2022-08-03
user/shell: make the builtins handle multiple args; misc fixes
dzwdz
2022-08-03
user/libc: "!files"
dzwdz
similar to /dev/{stdin,stdout,stderr} on Linux, except handled by the libc instead of the kernel because that's the simplest way
2022-08-03
user/libc: isspace, strtol
dzwdz
2022-08-03
shared: clean up printf, %u support (amongst other things)
dzwdz
2022-08-01
user/shell: add a `time` builtin
dzwdz
2022-08-01
user/shell: add a whitelist builtin
dzwdz
2022-07-31
user/shell: use an array of function pointers for the builtins
dzwdz
2022-07-30
user: stderr
dzwdz
2022-07-28
user/shell: redirections
dzwdz
2022-07-27
user/libc: a shitty fgets()
dzwdz
2022-07-27
user/shell: basic shell script support
dzwdz
2022-07-27
user/shell: fix echo
dzwdz
2022-07-27
user/shell: actual parsing, multiple argument support
dzwdz
2022-07-27
user/libc: execve() supports passing argv now
dzwdz
2022-07-27
user: cleanup init and the shell's code
dzwdz
2022-07-26
user: break out the shell and tests into separate binaries
dzwdz