- 6ece87b resolved: tweak cmsg calculation by Lennart Poettering · 4 years, 6 months ago v239-43
- 905a97c core: add new PassPacketInfo= socket unit property by Lennart Poettering · 4 years, 6 months ago
- 9668172 socket-util: add generic socket_pass_pktinfo() helper by Lennart Poettering · 4 years, 6 months ago
- 8cff80d introduce setsockopt_int() helper by Lennart Poettering · 6 years ago
- db2816e shared/install: fix preset operations for non-service instantiated units by Zbigniew Jędrzejewski-Szmek · 4 years, 3 months ago
- 55df2fd docs: Add syntax for templated units to systemd.preset man page by Joerg Behrmann · 4 years, 9 months ago
- 7444c6e test: fix a memleak by Yu Watanabe · 6 years ago
- eacb511 install: small refactor to combine two function calls into one function by Ruixin Bao · 6 years ago
- 4c41ad9 install: allow instantiated units to be enabled via presets by Ruixin Bao · 6 years ago
- 5813180 tree-wide: port various bits over to locale_is_installed() by Lennart Poettering · 4 years, 7 months ago
- 3d08c79 test: add test case for locale_is_installed() by Lennart Poettering · 4 years, 7 months ago
- f0d9e0c locale-util: add new helper locale_is_installed() by Lennart Poettering · 4 years, 7 months ago
- b14c82d log: Prefer logging to CLI unless JOURNAL_STREAM is set by Daan De Meyer · 4 years, 5 months ago
- 5e74048 remove references of non-existent man pages by David Tardon · 4 years ago
- 573229e fix typo in ProtectSystem= option by David Tardon · 4 years, 1 month ago
- bb6114a udev/net_id: don't generate slot based names if multiple devices might claim the same slot by Michal Sekletár · 4 years, 1 month ago
- 462420b udev/net_id: parse _SUN ACPI index as a signed integer by Michal Sekletár · 4 years, 1 month ago
- af528dc man: describe naming schemes in a new man page by Zbigniew Jędrzejewski-Szmek · 6 years ago
- 8c26375 meson: make net.naming-scheme= default configurable by Zbigniew Jędrzejewski-Szmek · 6 years ago
- 08ac9f7 udev: introduce udev net_id "naming schemes" by Michal Sekletár · 4 years, 1 month ago
- 11a9ea8 man: mention System Administrator's Guide in systemctl manpage by Lukas Nykryn · 10 years ago
- 33b851f user-util: rework how we validate user names by Lennart Poettering · 4 years, 8 months ago v239-42
- 7569168 user-util: switch order of checks in valid_user_group_name_or_id_full() by Lennart Poettering · 4 years, 8 months ago
- 40dff18 shared/user-util: allow usernames with dots in specific fields by Zbigniew Jędrzejewski-Szmek · 5 years ago
- f06434c user-util: Allow names starting with a digit by Balint Reczey · 4 years, 8 months ago
- fa1fa19 shared/user-util: emit a warning on names with dots by Zbigniew Jędrzejewski-Szmek · 5 years ago
- 1e4ec1b shared/user-util: add compat forms of user name checking functions by David Tardon · 4 years, 1 month ago
- 457eada tests: beef up integer parsing tests by Lennart Poettering · 4 years, 6 months ago
- e67e29d parse-util: also parse integers prefixed with 0b and 0o by Lennart Poettering · 4 years, 6 months ago
- 50b103a strv: add new macro STARTSWITH_SET() by Lennart Poettering · 6 years ago
- 87c22d3 user-util: be stricter in parse_uid() by Lennart Poettering · 4 years, 6 months ago
- 147a369 parse-util: rewrite parse_mode() on top of safe_atou_full() by Lennart Poettering · 4 years, 6 months ago
- 91ed5ed parse-util: make return parameter optional in safe_atou16_full() by Lennart Poettering · 4 years, 6 months ago
- 1c8e507 parse-util: allow '-0' as alternative to '0' and '+0' by Lennart Poettering · 4 years, 6 months ago
- 1d11e79 parse-util: allow tweaking how to parse integers by Lennart Poettering · 4 years, 6 months ago
- bd47a98 basic/parse-util: add safe_atoux64() by Zbigniew Jędrzejewski-Szmek · 4 years, 8 months ago
- 2fd9a21 parse-util: sometimes it is useful to check if a string is a valid integer, but not actually parse it by Lennart Poettering · 5 years ago
- 57d2e6e basic/user-util: always use base 10 for user/group numbers by Zbigniew Jędrzejewski-Szmek · 4 years, 6 months ago
- 1a822db core: add support for setting CPUAffinity= to special "numa" value by Michal Sekletár · 4 years, 9 months ago
- 1730f7b dbus-execute: make transfer of CPUAffinity endian safe (#12711) by Michal Sekletar · 5 years ago
- 1c8d1c3 mount-setup: fix segfault in mount_cgroup_controllers when using gcc9 compiler by Wen Yang · 4 years, 5 months ago
- 9c0ed82 core: remove support for API bus "started outside our own logic" by Alan Jenkins · 6 years ago
- 262544a socket: New option 'FlushPending' (boolean) to flush socket before entering listening state by Renaud Métrich · 4 years, 3 months ago
- 588e3e8 man: document the new systemctl --show-transaction option by Lennart Poettering · 6 years ago
- f31afbf test: add some basic testing that "systemctl start -T" does something by Lennart Poettering · 6 years ago
- cacf7a6 systemctl: add new --show-transaction switch by Lennart Poettering · 6 years ago
- cfb1242 systemctl: split out extra args generation into helper function of its own by Lennart Poettering · 6 years ago
- 7569756 systemctl: clean up start_unit_one() error handling by Lennart Poettering · 6 years ago
- 91c83bd systemctl: Only wait when there's something to wait for. by Filipe Brandenburger · 6 years ago
- 26d2d89 systemctl: reindent table by Lennart Poettering · 6 years ago
- 8b34041 systemctl: replace switch statement by table of structures by Lennart Poettering · 6 years ago
- 7155c01 core: add new API for enqueing a job with returning the transaction data by Lennart Poettering · 6 years ago
- 6a50c73 sd-bus: break the loop in bus_ensure_running() if the bus is not connecting by Zbigniew Jędrzejewski-Szmek · 4 years, 1 month ago
- 5aa59d1 units: drop reference to sushell man page by Lennart Poettering · 6 years ago
- 46fa8ff units: fix systemd.special man page reference in system-update-cleanup.service by Michael Biebl · 6 years ago
- 8607490 vconsole-setup: downgrade log message when setting font fails on dummy console by Franck Bui · 4 years, 4 months ago
- 8cc497e seccomp: rework how the S[UG]ID filter is installed by Zbigniew Jędrzejewski-Szmek · 6 years ago
- 2f584bd basic/virt: try the /proc/1/sched hack also for PID1 by Zbigniew Jędrzejewski-Szmek · 6 years ago
- a6d76bf build: use simple project version in pkgconfig files by Jan Synacek · 4 years, 3 months ago
- 65e9632 logind: don't print warning when user@.service template is masked by Michal Sekletar · 6 years ago
- 45d093a cgroup: freezer action must be NOP when cgroup v2 freezer is not available by Michal Sekletár · 4 years, 3 months ago v239-41
- 37f2576 core: make sure to restore the control command id, too by Lennart Poettering · 4 years, 7 months ago v239-40
- 8ad8917 man: document new "boot-complete.target" unit by Lennart Poettering · 6 years ago
- dd573e5 units: add generic boot-complete.target by Lennart Poettering · 6 years ago
- a4cefc9 device: don't emit PropetiesChanged needlessly by Michal Sekletár · 4 years, 8 months ago v239-39
- 91dddaa device: make sure we emit PropertiesChanged signal once we set sysfs by Michal Sekletár · 4 years, 8 months ago
- 9028873 tests: sleep a bit and give kernel time to perform the action after manual freeze/thaw by Michal Sekletár · 4 years, 6 months ago v239-36 v239-37 v239-38
- 8e1cc94 fix mis-merge by David Tardon · 4 years, 5 months ago
- 7629590 test: add test for cgroup v2 freezer support by Michal Sekletár · 4 years, 8 months ago
- 4da9dfa core: fix the return value in order to make sure we don't dipatch method return too early by Michal Sekletár · 4 years, 6 months ago
- abf2fb6 core/cgroup: fix return value of unit_cgorup_freezer_action() by Michal Sekletar · 4 years, 7 months ago
- 046ea98 core: introduce support for cgroup freezer by Michal Sekletár · 4 years, 7 months ago
- 48ab0db shared: add NULL callback check in one more place by Zbigniew Jędrzejewski-Szmek · 4 years, 7 months ago
- e607286 shared: Don't try calling NULL callback in bus_wait_for_units_clear by Balint Reczey · 4 years, 7 months ago
- 63b5df7 shared: fix assert call by Zbigniew Jędrzejewski-Szmek · 5 years ago
- 5e422a9 shared: add generic logic for waiting for a unit to enter some state by Lennart Poettering · 6 years ago
- 5aefc15 basic/cgroup-util: introduce cg_get_keyed_attribute_full() by Michal Sekletár · 4 years, 7 months ago
- 7301b17 selinux: do preprocessor check only in selinux-access.c by Michal Sekletár · 4 years, 8 months ago
- 4134661 core: don't consider SERVICE_SKIP_CONDITION for abnormal or failure restarts by Anita Zhang · 4 years, 6 months ago
- 0065f2b meson: allow setting the version string during configuration by Jan Synacek · 4 years, 9 months ago v239-33 v239-34 v239-35
- 4e7a3af cgroup: Mark memory protections as explicitly set in transient units by Chris Down · 5 years ago
- 9c04746 cgroup: Respect DefaultMemoryMin when setting memory.min by Chris Down · 5 years ago
- 49c9900 cgroup: Check ancestor memory min for unified memory config by Chris Down · 5 years ago
- ef4157d cgroup: Test that it's possible to set memory protection to 0 again by Chris Down · 6 years ago
- 614b43f cgroup: Support 0-value for memory protection directives by Chris Down · 6 years ago
- dbdba4f cgroup: Readd some plumbing for DefaultMemoryMin by Chris Down · 6 years ago
- 556375a cgroup: Polish hierarchically aware protection docs a bit by Chris Down · 6 years ago
- 69dbbc2 unit: Add DefaultMemoryMin by Chris Down · 6 years ago
- a016ef4 cgroup: Create UNIT_DEFINE_ANCESTOR_MEMORY_LOOKUP by Chris Down · 6 years ago
- f45cb6d cgroup: Implement default propagation of MemoryLow with DefaultMemoryLow by Chris Down · 6 years ago
- e73aa70 test: remove support for suffix in get_testdata_dir() by Filipe Brandenburger · 6 years ago
- d8024b3 core: introduce cgroup_add_device_allow() by Yu Watanabe · 6 years ago
- 04f2170 core: add MemoryMin by Tejun Heo · 6 years ago
- ccdb888 sd-bus: skip sending formatted UIDs via SASL by David Rheinsberg · 6 years ago
- badb16c sd-bus: fix SASL reply to empty AUTH by David Rheinsberg · 6 years ago
- d524f9f sd-bus: avoid magic number in SASL length calculation by David Rheinsberg · 6 years ago
- 9d58db2 core: downgrade CPUQuotaPeriodSec= clamping logs to debug by Filipe Brandenburger · 6 years ago
- 11df255 core: add CPUQuotaPeriodSec= by Filipe Brandenburger · 6 years ago
- f7b462b cgroup: use structured initialization by Lennart Poettering · 6 years ago
- 9692477a time-util: Introduce parse_sec_def_infinity by Filipe Brandenburger · 6 years ago