summaryrefslogtreecommitdiff
path: root/userland/minibox/utilities/include.h
AgeCommit message (Collapse)Author
2024-12-09lock: Add lock utilityAnton Kling
2024-12-02minibox: Add true, falseAnton Kling
2024-07-03rdate: Add a very basic implementation rdateAnton Kling
Also adds sha1sum.c file which I forgot in a previous commit
2024-06-30minibox: Add sha1sumAnton Kling
2024-03-26Increase support for signalsAnton Kling
2023-11-17Minibox: Add a somewhat improved shellAnton Kling
This shell actually lexes and produces a AST which makes it easier to add features and will makes it more difficult to introduce bugs. So basically it is just better code.
2023-10-22Move everything into a new repo.Anton Kling