summaryrefslogtreecommitdiff
path: root/Userland/Utilities/truncate.cpp
AgeCommit message (Collapse)Author
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23truncate: Add a basic set of pledge promisesAndreas Kling
2021-11-23truncate: Port to LibMain and use LibCore syscall wrappers :^)Andreas Kling
2021-04-22Everything: 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-11LibC: 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-17truncate: Make 64 bit cleanJean-Baptiste Boric
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling