summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAgeFilesLines
...
* | | | mountpoint-util: check /proc is mounted on failureYu Watanabe2023-04-191-2/+4
* | | | chase: prefix with the root directory only when it is not "/"Yu Watanabe2023-04-191-8/+16
* | | | chase: drop repeated call of empty_to_root()Yu Watanabe2023-04-191-13/+12
* | | | chase: update outdated comment about result pathYu Watanabe2023-04-191-6/+20
* | | | chase: make the result absolute when a symlink is absoluteYu Watanabe2023-04-191-0/+5
* | | | chase: make chaseat() provides absolute path also when dir_fd points to the r...Yu Watanabe2023-04-191-2/+3
|/ / /
* | | process-util: be more careful with pidfd_get_pid() special casesLennart Poettering2023-04-171-1/+15
* | | user-util:remove duplicate includesjcg2023-04-171-1/+0
* | | virt: Further improve detection of EC2 metal instancesBenjamin Herrenschmidt2023-04-171-2/+4
* | | process-util: make safe_fork() unset $NOTIFY_SOCKETYu Watanabe2023-04-172-0/+9
* | | Merge pull request #27253 from yuwata/cmsg-find-and-copy-dataYu Watanabe2023-04-162-2/+25
|\ \ \
| * | | socket-util: introduce CMSG_FIND_AND_COPY_DATA()Yu Watanabe2023-04-162-0/+23
| * | | tree-wide: replace __alignof__() with alignof()Yu Watanabe2023-04-141-1/+1
| * | | socket-util: add one missing parenYu Watanabe2023-04-141-1/+1
* | | | Merge pull request #27269 from poettering/statx-dont-syncLuca Boccassi2023-04-141-8/+17
|\ \ \ \
| * | | | mountpoint-util: use memcmp_nn() where appropriateLennart Poettering2023-04-141-3/+3
| * | | | mountpoint-util: fix hosed overflow checkLennart Poettering2023-04-141-1/+3
| * | | | mountpoint-util: pass AT_STATX_DONT_SYNC to statx() when looking for mnt_id/m...Lennart Poettering2023-04-141-4/+11
| |/ / /
* | | | string-util: add strstrafter()Lennart Poettering2023-04-142-2/+14
* | | | chase: CHASE_MKDIR_0755 requires CHASE_NONEXISTENT and/or CHASE_PARENTYu Watanabe2023-04-142-2/+9
* | | | chase: use FLAGS_SET() macroYu Watanabe2023-04-141-17/+17
|/ / /
* | | Merge pull request #27254 from poettering/cmsg-align-checkYu Watanabe2023-04-142-1/+8
|\ \ \
| * | | tree-wide: port more code over to CMSG_TYPED_DATA()Lennart Poettering2023-04-131-1/+1
| * | | socket-util: tighten aignment check for CMSG_TYPED_DATA()Lennart Poettering2023-04-131-0/+7
* | | | Merge pull request #27244 from bluca/uphold_retryLuca Boccassi2023-04-132-0/+11
|\ \ \ \
| * | | | Uphold/StopWhenUnneeded/BindsTo: add retry timer on rate limitLuca Boccassi2023-04-122-0/+11
* | | | | systemd-cryptenroll: add string aliases for tpm2 PCRsOMOJOLA JOSHUA DAMILOLA2023-04-131-0/+1
| |/ / / |/| | |
* | | | service: add ability to pin fd storeLennart Poettering2023-04-132-0/+2
|/ / /
* | | user-util: Add default_root_shell_at()Daan De Meyer2023-04-112-4/+16
* | | os-util: introduce several _at() variants of os-release parsersYu Watanabe2023-04-112-14/+120
* | | os-util: make $SYSTEMD_OS_RELEASE prefixed with the root directoryYu Watanabe2023-04-111-1/+1
* | | os-util: merge parse_{extension,os}_release()Yu Watanabe2023-04-112-28/+14
* | | os-util: invert order of arguments in extension release parserYu Watanabe2023-04-111-1/+1
* | | os-util: shorten temporal variable namesYu Watanabe2023-04-111-40/+28
* | | os-util: log one more error causeYu Watanabe2023-04-111-2/+3
* | | os-util: do not use 'r' for storing loop statusYu Watanabe2023-04-111-8/+6
* | | os-util: return earlier when unsupported image class is specifiedYu Watanabe2023-04-111-0/+3
* | | os-util: return earlier when extension release file is foundYu Watanabe2023-04-111-64/+65
* | | os-util: split-out open_os_release() from open_extension_release()Yu Watanabe2023-04-112-92/+102
* | | os-util: fix fd leak on failureYu Watanabe2023-04-111-1/+2
* | | os-util: make open_extension_release() return O_PATH fdYu Watanabe2023-04-111-12/+2
* | | os-util: drop fopen_extension_release()Yu Watanabe2023-04-112-35/+6
* | | compress: replace compress_blob() with compress_blob_explicit()Yu Watanabe2023-04-112-13/+7
* | | chase: drop redundant call of delete_trailing_chars()Yu Watanabe2023-04-111-8/+6
* | | Merge pull request #27199 from yuwata/find-espYu Watanabe2023-04-112-0/+29
|\ \ \
| * | | path-util: introduce path_prefix_root_cwd()Yu Watanabe2023-04-112-0/+29
* | | | Merge pull request #27202 from yuwata/os-release-tiny-cleanupsYu Watanabe2023-04-112-22/+18
|\ \ \ \
| * | | | os-util: drop redundant declaration of load_os_release_pairs()Yu Watanabe2023-04-112-16/+3
| * | | | os-util: use _IMAGE_CLASS_INVALIDYu Watanabe2023-04-112-6/+4
| * | | | os-util: move declaration of string table lookup for image classYu Watanabe2023-04-112-0/+11
| |/ / /