summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* kernel-install: check all entry candidates first, then check existence of $pr...Yu Watanabe2023-03-171-8/+8
* Revert "kernel-install: also try to find $BOOT by partition GUID"Yu Watanabe2023-03-171-20/+0
* Merge pull request #26849 from DaanDeMeyer/fwd-colorsDaan De Meyer2023-03-172-3/+23
|\
| * journald-console: Add colors when forwarding to consoleDaan De Meyer2023-03-161-2/+6
| * terminal-util: Don't assume terminal is dumb if connected to /dev/nullDaan De Meyer2023-03-161-1/+17
* | Merge pull request #26783 from yuwata/loop-ref-follow-upDaan De Meyer2023-03-171-6/+8
|\ \
| * | udev: mention that the kernel silently truncates lo_file_name if too longYu Watanabe2023-03-141-6/+8
* | | test: add a testcase that dir_fd_is_root() is not confused by bind mountYu Watanabe2023-03-171-0/+33
* | | udevadm-verify: add a short summaryYu Watanabe2023-03-161-2/+18
| |/ |/|
* | sd-journal: fix segfaultYu Watanabe2023-03-161-0/+2
* | Merge pull request #26835 from poettering/userdb-modernizationsLuca Boccassi2023-03-163-76/+45
|\ \
| * | userdbd: make static const what we can make soLennart Poettering2023-03-151-1/+1
| * | userdbd: rework to use sd_event_add_child() instead of manual SIGCHLDLennart Poettering2023-03-151-50/+32
| * | userdbd: make use of FORK_CLOSE_ALL_FDS + FORK_REOPEN_LOG where we canLennart Poettering2023-03-151-11/+6
| * | userdbd: modernize signal handlingLennart Poettering2023-03-153-16/+8
* | | updated usage of SD_BUS_METHOD_WITH_NAMES macros to SD_BUS_METHOD_WIT… (#26...OMOJOLA JOSHUA2023-03-151-27/+15
* | | Merge pull request #26771 from YHNdnzj/machinectl-editYu Watanabe2023-03-161-4/+166
|\ \ \
| * | | machinectl: add verb edit and cat to operate on .nspawn filesMike Yuan2023-03-151-4/+166
* | | | manager: fix scope for environment generatorsLudwig Nussel2023-03-161-1/+1
* | | | Merge pull request #26831 from YHNdnzj/edit-util-followupYu Watanabe2023-03-161-3/+3
|\ \ \ \
| * | | | edit-util: log unexpected errors if we fail to remove the parent dirMike Yuan2023-03-151-2/+2
| * | | | edit-util: use path_equalMike Yuan2023-03-151-1/+1
| |/ / /
* | | | udev-rules: check for conflicting and duplicate expressionsDmitry V. Levin2023-03-161-2/+78
| |/ / |/| |
* | | Merge pull request #26784 from DaanDeMeyer/chase-fixDaan De Meyer2023-03-1514-138/+209
|\ \ \
| * | | chase-symlinks: Add more assertionsDaan De Meyer2023-03-151-18/+13
| * | | chase-symlinks: Rework open() functions and some chase flagsDaan De Meyer2023-03-153-70/+105
| * | | chase-symlinks: Remove unused ret_fd argumentsDaan De Meyer2023-03-1411-23/+16
| * | | chase-symlinks: Fix memory leakDaan De Meyer2023-03-141-1/+3
| * | | fs-util: Add xopenat()Daan De Meyer2023-03-143-27/+73
* | | | fs-util: Drop unlink_noerrno()Daan De Meyer2023-03-156-36/+12
* | | | Merge pull request #26820 from DaanDeMeyer/dir-fd-is-rootDaan De Meyer2023-03-155-5/+82
|\ \ \ \ | |_|/ / |/| | |
| * | | fd-util: Add dir_fd_is_root()Daan De Meyer2023-03-153-0/+66
| * | | mountpoint-util: Add path_get_mnt_id_at()Daan De Meyer2023-03-152-5/+16
| |/ /
* | | Merge pull request #26825 from keszybz/log-message-fixLuca Boccassi2023-03-152-7/+4
|\ \ \
| * | | core: fix "(null)" in outputZbigniew Jędrzejewski-Szmek2023-03-151-1/+1
| * | | core: reduce scope of variableZbigniew Jędrzejewski-Szmek2023-03-151-6/+3
* | | | Merge pull request #26800 from t-8ch/memfd_createLennart Poettering2023-03-156-9/+44
|\ \ \ \
| * | | | treewide: memfd_create: use exec flagsThomas Weißschuh2023-03-154-9/+18
| * | | | memfd-util: add wrapper for memfd_createThomas Weißschuh2023-03-152-0/+18
| * | | | missing: add memfd exec flagsThomas Weißschuh2023-03-151-0/+8
* | | | | Merge pull request #26794 from bluca/log_extra_fieldsLennart Poettering2023-03-154-9/+104
|\ \ \ \ \
| * | | | | core: append LogExtraFields= values to log_unit* messagesLuca Boccassi2023-03-141-3/+20
| * | | | | log: add iov helpers for log_contextLuca Boccassi2023-03-143-6/+84
* | | | | | core: make the memory pressure cgroup path writable when ProtectControlGroups...Luca Boccassi2023-03-151-3/+23
| |/ / / / |/| | | |
* | | | | stub: Remove overlapping PE section warningJan Janssen2023-03-151-8/+0
* | | | | Merge pull request #26815 from keszybz/cgls-no-xattrs-by-defaultLuca Boccassi2023-03-152-61/+66
|\ \ \ \ \
| * | | | | cgls: add -x and -c optionsZbigniew Jędrzejewski-Szmek2023-03-141-16/+20
| * | | | | cgls: stop showing cgroup ids and xattrs by defaultZbigniew Jędrzejewski-Szmek2023-03-141-1/+1
| * | | | | cgtop: drop counterproductive bitfieldsZbigniew Jędrzejewski-Szmek2023-03-141-4/+4
| * | | | | cgtop: split out the main loop into a separate functionZbigniew Jędrzejewski-Szmek2023-03-141-40/+41
| | |/ / / | |/| | |