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
/
bootstrap
/
main.c
Age
Commit message (
Expand
)
Author
2023-06-17
libc: expand psdata into a proper struct, include executable base
dzwdz
2023-02-23
build: don't -Isrc/ in user code
dzwdz
2023-02-23
fix: misc warnings
dzwdz
2023-01-25
style: typedef structs, shorter namespaces
dzwdz
2023-01-25
user: process titles, /bin/ps
dzwdz
2023-01-06
kernel: basic procfs
dzwdz
2022-12-25
user/lib: reorganize a few header files
dzwdz
2022-08-30
set up the stack in user/bootstrap instead of the kernel
dzwdz
2022-08-28
user/lua: prepare libc headers
dzwdz
2022-08-13
user/bootstrap: remove some dummy symbols
dzwdz
2022-08-13
user: plan9-style /bin/ union
dzwdz
2022-08-01
user/fs: fs_whitelist injects directory entries
dzwdz
2022-07-31
user: replace the MOUNT macro with MOUNT_AT
dzwdz
2022-07-27
user/libc: execve() supports passing argv now
dzwdz
2022-07-26
user/shell: automatically execute binaries in /bin/
dzwdz
2022-07-26
user/libc: a _start that automatically selfrelocates PIEs
dzwdz
2022-07-26
shared: move some headers from shared/ to camellia/
dzwdz
2022-07-26
move user_bootstrap to user/bootstrap for consistency's sake
dzwdz