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
/
builtins.c
Age
Commit message (
Expand
)
Author
2022-09-04
user/shell: use perror
dzwdz
2022-09-03
user/whitelist: when a command isn't given, default to a shell
dzwdz
2022-09-03
user: implement a basic mkdir
dzwdz
2022-08-28
user/libc: unlink()
dzwdz
2022-08-20
user/ethdump: turn into a file server
dzwdz
2022-08-19
user/libc: fextflags, add nonbuffering mode for fread
dzwdz
2022-08-14
user/hexdump: cli arguments, large file support, collapsing
dzwdz
2022-08-11
vfs: support for removing files
dzwdz
2022-08-08
user/libc: cwd
dzwdz
2022-08-08
user: union filesystems
dzwdz
2022-08-07
user/shell: make `whitelist` work in a more sensible way
dzwdz
2022-08-05
add _syscall_getsize
dzwdz
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
2022-07-31
user/shell: use an array of function pointers for the builtins
dzwdz
2022-07-30
user: stderr
dzwdz
2022-07-27
user: cleanup init and the shell's code
dzwdz