summaryrefslogtreecommitdiffstats
path: root/.github (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-01sysusers: look at login.defs when setting the default range to allocate usersZbigniew Jędrzejewski-Szmek18-25/+143
2020-10-01test-sysusers: fix how paths are calculatedZbigniew Jędrzejewski-Szmek1-8/+8
2020-10-01test-sysusers: sort examplesZbigniew Jędrzejewski-Szmek1-4/+4
2020-10-01test/TEST-21-SYSUSERS: turn into a unit testZbigniew Jędrzejewski-Szmek61-134/+148
2020-10-01basic/fileio: add chase_symlinks_and_fopen_unlocked()Zbigniew Jędrzejewski-Szmek3-1/+45
2020-10-01shared/uid-range: reduce scope of iterator variablesZbigniew Jędrzejewski-Szmek1-11/+5
2020-10-01Also parse the minimum uid/gid valuesZbigniew Jędrzejewski-Szmek6-35/+58
2020-10-01Look at /etc/login.defs for the system_max_[ug]id valuesZbigniew Jędrzejewski-Szmek7-14/+175
2020-09-25coredump: use uid_is_system() when appropriateZbigniew Jędrzejewski-Szmek1-1/+1
2020-09-25Move {uid,gid}_is_*() from basic to sharedZbigniew Jędrzejewski-Szmek7-25/+30
2020-09-24hwdb: add Medion Akoya E2221T MD60691 (#17147)germanztz1-0/+5
2020-09-24Translated using Weblate (Chinese (Simplified))Charles Lee1-29/+13
2020-09-24random-util: Add an environment variable to disable RDRAND.Kyle Huey2-0/+13
2020-09-23update TODOLennart Poettering1-4/+0
2020-09-23tree-wide: port remaining umount() calls to umount_verbose()Lennart Poettering1-4/+4
2020-09-23tree-wide: switch remaining mount() invocations over to mount_nofollow_verbose()Lennart Poettering6-116/+127
2020-09-23mount-util: rework umount_verbose() to take log level and flags argLennart Poettering10-20/+33
2020-09-23mount-util: switch most mount_verbose() code over to not follow symlinksLennart Poettering14-103/+140
2020-09-23mount-util: make sure get_mount_flags() ever follows symlinksLennart Poettering1-3/+11
2020-09-23mount-util: add helpers for mount() without following symlinksLennart Poettering2-0/+53
2020-09-23shutdown: also fsync() DM devices before going downLennart Poettering1-15/+20
2020-09-23shutdown: also fsync() MD devices when going downLennart Poettering1-0/+3
2020-09-23shutdown: don't compare pointers with 0Lennart Poettering1-2/+2
2020-09-23shutdown: fsync() before detaching loopback devicesLennart Poettering1-1/+8
2020-09-23fs-util: check for /proc mounted in access_fd()Lennart Poettering1-5/+14
2020-09-23fs-util: use strna() on returned strings of fd_get_path() if we don't check i...Lennart Poettering1-2/+2
2020-09-23basic: update fd_get_path() to use proc_mounted() helperLennart Poettering2-7/+5
2020-09-23fs-util: drop chmod_and_chown_unsafe() which is unused nowLennart Poettering3-92/+0
2020-09-23sysusers: modernize file backup logic a bitLennart Poettering1-24/+21
2020-09-23update TODOLennart Poettering1-16/+7
2020-09-23run: let systemd resolve the path with RootDirectory=/RootImage=Zbigniew Jędrzejewski-Szmek2-6/+12
2020-09-23core: don't try to load units from non-absolute pathsZbigniew Jędrzejewski-Szmek1-3/+2
2020-09-23catalog: add missing @ to German catalog fileLennart Poettering1-1/+1
2020-09-23sd-radv: fix indentationLennart Poettering1-10/+10
2020-09-23machine: fix error code propagation in two casesLennart Poettering1-2/+2
2020-09-23man: sd_bus_message_new: fix typoRoy Chen (陳彥廷)1-1/+1
2020-09-23sd-path: include 'search' in search pathnamesRonan Pigott1-4/+4
2020-09-23zsh: add systemd-path completionsRonan Pigott2-0/+9
2020-09-22shared/conf-parser: drop redundant cast to booleanZbigniew Jędrzejewski-Szmek1-1/+1
2020-09-22logind: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek1-16/+6
2020-09-22sd-{login,netlink,network}: use TAKE_FD() in more placesZbigniew Jędrzejewski-Szmek3-21/+7
2020-09-22test-bus-chat: add missing return value in checkZbigniew Jędrzejewski-Szmek1-1/+1
2020-09-22various: remove assignments of unread variablesZbigniew Jędrzejewski-Szmek3-3/+1
2020-09-22activate: reduce scope of iterator variableZbigniew Jędrzejewski-Szmek1-7/+4
2020-09-22core/namespace: drop bitfield annotations from boolean fieldsZbigniew Jędrzejewski-Szmek1-13/+13
2020-09-22ptyfwd: use ERRNO_IS_DISCONNECT() when checking for disconnection on foreign fdsLennart Poettering1-2/+3
2020-09-22tree-wide: use ERRNO_IS_PRIVILEGE() whereever appropriateLennart Poettering5-13/+15
2020-09-22dissect-image: do not refuse verity GPT without /usr partitionLuca Boccassi1-1/+1
2020-09-22dissect-image: use correct path variable when reading verity signaturesLuca Boccassi1-2/+2
2020-09-22Try stopping MD RAID devices in shutdown tooHubert Kario3-10/+146