summaryrefslogtreecommitdiffstats
path: root/src/shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21171 from DaanDeMeyer/tty-dimensionsLennart Poettering2021-11-061-1/+3
|\
| * exec: Add TTYRows and TTYColumns properties to set TTY dimensionsDaan De Meyer2021-11-051-1/+3
* | user-record: show CIFS extra mount options, in output tooLennart Poettering2021-11-061-0/+3
* | user-record: fix display of access modeLennart Poettering2021-11-051-1/+1
* | user-record: show fs/luks/gpt UUIDs as proper UUIDsLennart Poettering2021-11-051-3/+3
|/
* Merge pull request #20138 from keszybz/coding-style-variable-declsLuca Boccassi2021-11-053-18/+14
|\
| * Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-033-18/+14
* | loop-util: reopen device node if we shortcut loop device creationLennart Poettering2021-11-051-4/+9
* | Merge pull request #21229 from keszybz/improve-m-hintLuca Boccassi2021-11-043-17/+21
|\ \
| * | tree-wide: do not print hint about -M if -M is already usedZbigniew Jędrzejewski-Szmek2021-11-043-6/+9
| * | busctl: do not print hint about -M if -M is already usedZbigniew Jędrzejewski-Szmek2021-11-042-4/+6
| * | shared/bus-util: make bus_log_*_error() functions functionsZbigniew Jędrzejewski-Szmek2021-11-042-16/+15
| |/
* | tree-wide: always use TAKE_FD() when calling rearrange_stdio()Lennart Poettering2021-11-041-1/+1
* | tree-wide: port various places to use TAKE_PID()Lennart Poettering2021-11-033-7/+3
|/
* Merge pull request #21172 from poettering/fix-systemctl-cgroup-treeLennart Poettering2021-10-291-2/+4
|\
| * systemctl: make dbus PID cgroup tree output look more like systemd-cglsLennart Poettering2021-10-281-2/+4
* | Merge pull request #20321 from bluca/state_dir_symlinkLennart Poettering2021-10-281-4/+120
|\ \ | |/ |/|
| * core: add [State|Runtime|Cache|Logs]Directory symlink as second parameterLuca Boccassi2021-10-281-4/+120
* | udev: net_id: introduce predictable names for xen-netfrontBenjamin Herrenschmidt2021-10-282-0/+3
* | homework: allow specifying explicit additional mount options when using CIFS ...Lennart Poettering2021-10-272-0/+4
|/
* Revert "basic/fd-util: sort the 'except' array in place"Lennart Poettering2021-10-272-2/+2
* conf-parse: make config_parse_many() optionally save 'struct stat' for each fileYu Watanabe2021-10-272-26/+85
* json: do something remotely reasonable when we see NaN/infinityLennart Poettering2021-10-261-0/+6
* mount-util: move opening of /proc/self/mountinfo into bind_remount_one_with_m...Lennart Poettering2021-10-252-18/+14
* mount-util: port over bind_remount_recursive_with_mountinfo() to mount_setattr()Lennart Poettering2021-10-251-0/+24
* mount-util: use modern mount_setattr() syscall for bind_remount_one_with_moun...Lennart Poettering2021-10-251-0/+42
* namespace-util: introduce userns_acquire() as helper for allocating new unbou...Lennart Poettering2021-10-221-23/+4
* basic: move freeze() from shared/exec-util.h to basic/process-util.hLennart Poettering2021-10-222-25/+0
* varlink: disconnect varlink link in one more caseLennart Poettering2021-10-221-3/+4
* sd-boot: Be more precise about secure boot modesJan Janssen2021-10-221-1/+1
* Merge pull request #21051 from poettering/nspawn-no-syncYu Watanabe2021-10-202-0/+97
|\
| * nspawn: add --suppress-sync=yes mode for turning sync() and friends into NOPs...Lennart Poettering2021-10-202-0/+97
* | Merge pull request #21061 from poettering/direct-io-loopback-tweaksYu Watanabe2021-10-201-7/+15
|\ \
| * | loop-util: call loop_device_make_internal() at the right placeLennart Poettering2021-10-201-1/+1
| * | loop-util: add debug logging about O_RDWR vs. O_RDONLY + O_DIRECT modeLennart Poettering2021-10-201-0/+12
| * | loop-util: minor coding style updatesLennart Poettering2021-10-201-6/+2
| |/
* / Typos found by codespellDimitri Papadopoulos2021-10-201-1/+1
|/
* loop-util: work around cache invalidation bug in older kernelsLennart Poettering2021-10-191-0/+15
* loop-util: enable LO_FLAGS_DIRECT_IO by default on loopback devicesLennart Poettering2021-10-191-6/+116
* watchdog: fix fd validity checkLennart Poettering2021-10-181-1/+1
* watchdog: drop unnecessary variableLennart Poettering2021-10-181-3/+1
* watchdog: always prefer /dev/watchdog0 over /dev/watchdogLennart Poettering2021-10-181-1/+8
* watchdog: fix error code handlingLennart Poettering2021-10-181-1/+1
* alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-1410-18/+19
* tree-wide: port all calls to alloca() to alloca_safe()Lennart Poettering2021-10-142-2/+2
* cgroup: when checking for legacy controllers, ignore any we don't care aboutDan Streetman2021-10-141-0/+4
* Merge pull request #20787 from fbuihuu/watchdog-more-reworkLennart Poettering2021-10-131-60/+128
|\
| * watchdog: handle timeout programming errors more safelyFranck Bui2021-10-131-5/+17
| * watchdog: passing 0 to watchdog_setup now closes the watchdogFranck Bui2021-10-131-9/+20
| * watchdog: pass USEC_INFINITY to watchdog_setup() to reuse the programmed time...Franck Bui2021-10-131-17/+15