Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | data-fd-util: accept size == SIZE_MAX and translate that to strlen | Mike Yuan | 2024-03-12 | 1 | -1/+6 |
| | | | | Like what we already do at other places | ||||
* | data-fd-util: some modernization | Mike Yuan | 2024-03-12 | 1 | -3/+3 |
| | |||||
* | data-fd-util: Fixup header | Adrian Vovk | 2024-03-11 | 1 | -1/+1 |
| | | | | inttypes.h doesn't define size_t | ||||
* | fd-util: move ACQUIRE_NO_XYZ flags to the header the function using them is in | Lennart Poettering | 2023-03-09 | 1 | -1/+9 |
| | | | | Follow-up for: b25a930f0e2ebe77bc8b0f0acfac8a3b27ef1f0a | ||||
* | data-fd-util: add new memfd_clone_fd() helper | Lennart Poettering | 2022-12-08 | 1 | -0/+1 |
| | | | | This adds a new helper for cloning any file's contents (or block device contents) into a new memfd. | ||||
* | basic,shared: move a bunch of files to src/shared/ | Zbigniew Jędrzejewski-Szmek | 2021-06-24 | 1 | -0/+7 |
The goal is to move everything that requires selinux or smack away from src/basic/. This means that src/basic/label.[ch] must move, which implies btrfs-util.[ch], copy.[ch], and a bunch of other files which form a cluster of internal use. This is just moving text around, so there should be no functional difference. test-blockdev-util is new, because path_is_encrypted() is moved to blockdev-util.c, and so far we didn't have any tests for code there. |