Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-28 | Everywhere: Use default execpromises argument for Core::System::pledge | Brian Gianforcaro | |
2021-11-23 | truncate: Add a basic set of pledge promises | Andreas Kling | |
2021-11-23 | truncate: Port to LibMain and use LibCore syscall wrappers :^) | Andreas Kling | |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro | |
SPDX License Identifiers are a more compact / standardized way of representing file license information. See: https://spdx.dev/resources/use/#identifiers This was done with the `ambr` search and replace tool. ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt * | |||
2021-04-11 | LibC: Move S_* defines into <fcntl.h> | Gunnar Beutner | |
According to the Single UNIX Specification, Version 2 that's where those macros should be defined. This fixes the libiconv port. This also fixes some (but not all) build errors for the diffutils and nano ports. | |||
2021-03-17 | truncate: Make 64 bit clean | Jean-Baptiste Boric | |
2021-01-12 | Userland: Move command-line utilities to Userland/Utilities/ | Andreas Kling | |