summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | core: use the new quoting helperZbigniew Jędrzejewski-Szmek2021-07-091-51/+13
| * | basic/escape: add helper for quoting command linesZbigniew Jędrzejewski-Szmek2021-07-093-0/+46
| * | test-escape: add usual debug headersZbigniew Jędrzejewski-Szmek2021-07-071-0/+11
* | | docs: improve wording when mentioning the acronym "ESP"nl67202021-07-092-2/+2
| |/ |/|
* | Merge pull request #20166 from poettering/fsync-moreYu Watanabe2021-07-092-12/+73
|\ \
| * | fs-util: teach syncfs_path() handle with empty path argumentLennart Poettering2021-07-081-2/+6
| * | fs-util: add fsync_path_and_parent_at()Lennart Poettering2021-07-082-0/+17
| * | fs-util: add API for fsync()ing parent dir of pathLennart Poettering2021-07-082-0/+25
| * | fs-util: make sure fsync_directory_of_file() does something useful on O_PATH fdsLennart Poettering2021-07-081-10/+25
* | | Merge pull request #20168 from poettering/signal-util-tweakYu Watanabe2021-07-094-18/+80
|\ \ \
| * | | copy: port over to pop_pending_signal()Lennart Poettering2021-07-081-18/+3
| * | | signal-util: add helper pop_pending_signal()Lennart Poettering2021-07-083-0/+77
| |/ /
* | | Merge pull request #20167 from poettering/format-table-tweaksYu Watanabe2021-07-092-6/+75
|\ \ \
| * | | format-table: teach table_hide_column_from_display() to accept multiple argum...Lennart Poettering2021-07-082-6/+22
| * | | format-table: add cell type for outputting 64bit values in hexLennart Poettering2021-07-082-0/+17
| * | | format-table: add cell type for "mode_t" valuesLennart Poettering2021-07-082-0/+36
| |/ /
* | | dirent-util: no need to bother with fstatat() for "." and ".." to figure out ...Lennart Poettering2021-07-091-0/+5
* | | blockdev-util: add fd-based APIs for getting backing block device for fileLennart Poettering2021-07-082-4/+18
* | | path-util: make path_compare() accept NULLLennart Poettering2021-07-081-2/+4
* | | logind: allow binding different operation to reboot key long pressesYegor Alexeyev2021-07-087-25/+183
* | | conf-files: rename return parameters ret_xyzLennart Poettering2021-07-081-19/+26
* | | Merge pull request #20163 from poettering/repart-root-fixLennart Poettering2021-07-081-53/+3
|\ \ \
| * | | repart: don't prefix /sysroot/ twiceLennart Poettering2021-07-081-53/+3
| |/ /
* | | Merge pull request #19995 from poettering/cred-toolLennart Poettering2021-07-0827-215/+2286
|\ \ \
| * | | pid1: add support for encrypted credentialsLennart Poettering2021-07-086-90/+252
| * | | creds: add a new tool for listing/showing/encrypting/decrypting credentialsLennart Poettering2021-07-081-0/+812
| * | | creds-util: add infra for encrypting/decrypting credentialsLennart Poettering2021-07-082-0/+907
| * | | util: move src/basic/creds-util.[ch] → src/shared/Lennart Poettering2021-07-084-2/+2
| * | | hexdecoct: optionally, line break base64 encoded dataLennart Poettering2021-07-083-4/+82
| * | | fileio: optionally allow interpreting file size as limitLennart Poettering2021-07-083-17/+56
| * | | chattr-util: generalize chattr manipulation for files with secrets from journ...Lennart Poettering2021-07-084-21/+44
| * | | fs-util: add fd-based flavour of path_is_encrypted()Lennart Poettering2021-07-082-0/+17
| * | | blockdev-util: add fd-based flavour of get_block_device()Lennart Poettering2021-07-082-7/+16
| * | | sd-id128: make sure sd_id128_get_machine_app_specific() logic also works with...Lennart Poettering2021-07-082-4/+28
| |/ /
* | | repart: when we can't fit the partitions in, report needed disk size current ...Lennart Poettering2021-07-081-9/+23
* | | Mount encrypted swap partitions via gpt-autoHugo Osvaldo Barrera2021-07-082-9/+18
|/ /
* | hostnamed: correct variable with errno in fallback_chassisJan Palus2021-07-081-4/+4
|/
* process-util: explicitly handle processes lacking parents in get_process_ppid()Lennart Poettering2021-07-073-26/+72
* basic/time-util: fix errno nameZbigniew Jędrzejewski-Szmek2021-07-071-1/+1
* wait-online: fix typoYu Watanabe2021-07-071-1/+1
* oomd: don't collect candidate stats on every intervalAnita Zhang2021-07-071-7/+0
* tmpfiles: fix borked assertZbigniew Jędrzejewski-Szmek2021-07-061-4/+4
* Merge pull request #20092 from fbuihuu/tag-xgi-z7z9-graphic-chip-as-master-of...Zbigniew Jędrzejewski-Szmek2021-07-061-8/+5
|\
| * login: use a hwdb entry for tagging Parallels' fb devices with 'master-of-sea...Franck Bui2021-07-051-5/+0
| * login: use a hwdb entry for tagging HyperV's fb devices with 'master-of-seat'...Franck Bui2021-07-051-3/+0
| * login: XGI Z7/Z9 (XG20 core) graphic chip requires master-of-seat to be setFranck Bui2021-07-051-0/+5
* | Merge pull request #20108 from yuwata/network-fix-ndisc-and-dhcp6-issue-20050Zbigniew Jędrzejewski-Szmek2021-07-033-8/+12
|\ \
| * | network: fix overflow issue in address lifetime calculationYu Watanabe2021-07-021-2/+4
| * | network: drop old dhcp6 addresses or routes after new ones are configuredYu Watanabe2021-07-021-2/+2
| * | network: drop old ndisc configurations after new ones are configuredYu Watanabe2021-07-021-3/+4