Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mkdir-label: Add mkdir_parents_safe_label() | Daan De Meyer | 2023-01-28 | 1 | -0/+3 |
| | |||||
* | mkdir: Add mkdirat_parents() | Daan De Meyer | 2022-11-09 | 1 | -1/+4 |
| | |||||
* | mkdir: Add mkdirat_safe() | Daan De Meyer | 2022-11-09 | 1 | -1/+4 |
| | |||||
* | shared: clean up mkdir.h/label.h situation | Lennart Poettering | 2021-11-16 | 1 | -0/+17 |
Previously the mkdir_label() family of calls was implemented in src/shared/mkdir-label.c but its functions partly declared ins src/shared/label.h and partly in src/basic/mkdir.h (!!). That's weird (and wrong). Let's clean this up, and add a proper mkdir-label.h matching the .c file. |