Age | Commit message (Expand) | Author |
---|---|---|
2022-10-19 | shared/printf: implement %p | dzwdz |
2022-08-27 | user/elfload: fix argv corruption when it's passed from the stack | dzwdz |
2022-08-03 | user/shell: make the builtins handle multiple args; misc fixes | dzwdz |
2022-08-03 | shared: clean up printf, %u support (amongst other things) | dzwdz |
2022-07-27 | user/libc: execve() supports passing argv now | dzwdz |
2022-07-26 | user/libc: a _start that automatically selfrelocates PIEs | dzwdz |
2022-07-26 | user/libc: exit() | dzwdz |
2022-07-26 | user: move the POSIX-y stuff to the proper header files | dzwdz |
2022-07-26 | shared: move some headers from shared/ to camellia/ | dzwdz |
2022-07-24 | user: put the testelf in a sensible location in the tree | dzwdz |