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
/
shell.c
Age
Commit message (
Expand
)
Author
2023-06-10
kernel: implement getpid, getppid
dzwdz
2023-06-04
kernel: rework /proc/ and process IDs
dzwdz
2023-02-23
fix: printf related warnings
dzwdz
2023-01-25
style: typedef structs, shorter namespaces
dzwdz
2023-01-19
kernel: user interrupts
dzwdz
2023-01-06
kernel: basic procfs
dzwdz
2023-01-06
kernel: turn the NULLFS into an always present special handle
dzwdz
2022-12-27
sh: minor usability / aesthetic improvements
dzwdz
2022-12-25
user/lib: reorganize a few header files
dzwdz
2022-09-04
user/shell: use perror
dzwdz
2022-08-11
shared/header: don't mix kinds of declarations between headers
dzwdz
2022-08-08
user/libc: cwd
dzwdz
2022-08-08
user: separate tmpfs into its own executable, add `mount`
dzwdz
2022-08-07
user/shell: make `whitelist` work in a more sensible way
dzwdz
2022-08-07
user/shell: make `>>` work for executables
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