summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* user-util: rework how we validate user namesv239-42Lennart Poettering2020-11-0214-232/+287
* user-util: switch order of checks in valid_user_group_name_or_id_full()Lennart Poettering2020-11-021-2/+2
* shared/user-util: allow usernames with dots in specific fieldsZbigniew Jędrzejewski-Szmek2020-11-027-21/+21
* user-util: Allow names starting with a digitBalint Reczey2020-11-022-5/+19
* shared/user-util: emit a warning on names with dotsZbigniew Jędrzejewski-Szmek2020-11-021-7/+20
* shared/user-util: add compat forms of user name checking functionsDavid Tardon2020-11-023-22/+117
* tests: beef up integer parsing testsLennart Poettering2020-11-022-0/+98
* parse-util: also parse integers prefixed with 0b and 0oLennart Poettering2020-11-021-5/+51
* strv: add new macro STARTSWITH_SET()Lennart Poettering2020-11-022-0/+27
* user-util: be stricter in parse_uid()Lennart Poettering2020-11-022-4/+32
* parse-util: rewrite parse_mode() on top of safe_atou_full()Lennart Poettering2020-11-021-15/+13
* parse-util: make return parameter optional in safe_atou16_full()Lennart Poettering2020-11-021-1/+3
* parse-util: allow '-0' as alternative to '0' and '+0'Lennart Poettering2020-11-021-4/+4
* parse-util: allow tweaking how to parse integersLennart Poettering2020-11-022-13/+58
* basic/parse-util: add safe_atoux64()Zbigniew Jędrzejewski-Szmek2020-11-023-3/+52
* parse-util: sometimes it is useful to check if a string is a valid integer, b...Lennart Poettering2020-11-021-14/+20
* basic/user-util: always use base 10 for user/group numbersZbigniew Jędrzejewski-Szmek2020-11-023-3/+17
* core: add support for setting CPUAffinity= to special "numa" valueMichal Sekletár2020-11-0210-13/+166
* dbus-execute: make transfer of CPUAffinity endian safe (#12711)Michal Sekletar2020-11-021-1/+4
* mount-setup: fix segfault in mount_cgroup_controllers when using gcc9 compilerWen Yang2020-11-021-11/+13
* core: remove support for API bus "started outside our own logic"Alan Jenkins2020-11-021-5/+0
* socket: New option 'FlushPending' (boolean) to flush socket before entering l...Renaud Métrich2020-11-027-1/+32
* man: document the new systemctl --show-transaction optionLennart Poettering2020-11-021-0/+14
* test: add some basic testing that "systemctl start -T" does somethingLennart Poettering2020-11-021-0/+7
* systemctl: add new --show-transaction switchLennart Poettering2020-11-021-55/+128
* systemctl: split out extra args generation into helper function of its ownLennart Poettering2020-11-021-15/+21
* systemctl: clean up start_unit_one() error handlingLennart Poettering2020-11-021-17/+15
* systemctl: Only wait when there's something to wait for.Filipe Brandenburger2020-11-021-1/+1
* systemctl: reindent tableLennart Poettering2020-11-021-15/+15
* systemctl: replace switch statement by table of structuresLennart Poettering2020-11-021-47/+21
* core: add new API for enqueing a job with returning the transaction dataLennart Poettering2020-11-0219-73/+244
* sd-bus: break the loop in bus_ensure_running() if the bus is not connectingZbigniew Jędrzejewski-Szmek2020-11-021-2/+3
* units: drop reference to sushell man pageLennart Poettering2020-11-021-1/+0
* units: fix systemd.special man page reference in system-update-cleanup.serviceMichael Biebl2020-11-021-1/+1
* vconsole-setup: downgrade log message when setting font fails on dummy consoleFranck Bui2020-11-021-4/+14
* seccomp: rework how the S[UG]ID filter is installedZbigniew Jędrzejewski-Szmek2020-11-021-106/+138
* basic/virt: try the /proc/1/sched hack also for PID1Zbigniew Jędrzejewski-Szmek2020-11-021-5/+11
* build: use simple project version in pkgconfig filesJan Synacek2020-11-025-4/+6
* logind: don't print warning when user@.service template is maskedMichal Sekletar2020-11-021-1/+2
* cgroup: freezer action must be NOP when cgroup v2 freezer is not availablev239-41Michal Sekletár2020-10-071-0/+3
* core: make sure to restore the control command id, toov239-40Lennart Poettering2020-08-271-2/+3
* man: document new "boot-complete.target" unitLennart Poettering2020-08-261-0/+23
* units: add generic boot-complete.targetLennart Poettering2020-08-262-0/+15
* device: don't emit PropetiesChanged needlesslyv239-39Michal Sekletár2020-08-061-3/+0
* device: make sure we emit PropertiesChanged signal once we set sysfsMichal Sekletár2020-08-061-0/+2
* tests: sleep a bit and give kernel time to perform the action after manual fr...v239-38v239-37v239-36Michal Sekletár2020-06-261-0/+4
* fix mis-mergeDavid Tardon2020-06-261-1/+3
* test: add test for cgroup v2 freezer supportMichal Sekletár2020-06-234-1/+348
* core: fix the return value in order to make sure we don't dipatch method retu...Michal Sekletár2020-06-231-1/+1
* core/cgroup: fix return value of unit_cgorup_freezer_action()Michal Sekletar2020-06-231-1/+1