Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-07 | Userland: Run clang-format on everything. | Andreas Kling | |
2019-02-22 | Kernel: Pass process arguments directly on the stack. | Andreas Kling | |
Get rid of the convoluted get_arguments and get_environment syscalls. This patch also adds a simple /bin/env that just prints its environment. |