summaryrefslogtreecommitdiffstats
path: root/src/boot/bootctl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-13Revert "mkosi: pin CentOS9 kernel to working version"Frantisek Sumsal4-22/+2
2023-09-12po: Translated using Weblate (Russian)Sergey A1-27/+57
2023-09-11serialize: don#t allocate 1M on the stack just like thatLennart Poettering1-9/+27
2023-09-11logind: add PrepareForShutdownWithMetadata signalLuca Boccassi4-18/+68
2023-09-11core: dump jobs list on sigrtmin+18 with 0x500Luca Boccassi5-0/+44
2023-09-10core: use structured initialization in exec_context_initLuca Boccassi1-20/+25
2023-09-09mkosi: Conditionally use tools treeDaan De Meyer4-4/+15
2023-09-09mkosi: Only build system preset by defaultDaan De Meyer4-6/+14
2023-09-09mkosi: Move to Fedora 39Daan De Meyer1-1/+1
2023-09-09mkosi: Update to latestDaan De Meyer1-1/+1
2023-09-09mkosi: Make sure custom installkernel scripts are not usedDaan De Meyer1-0/+5
2023-09-09update TODOLennart Poettering1-5/+16
2023-09-09machined: port over to PidRef tooLennart Poettering5-39/+62
2023-09-09logind: also port session leader tracking over to PidRefLennart Poettering7-30/+52
2023-09-09core: don't manually destroy timer when we can't spawn a childLennart Poettering2-16/+8
2023-09-09core: also port swap units to PidRefLennart Poettering3-28/+39
2023-09-09core: also port mount units to PidRefLennart Poettering3-28/+41
2023-09-09core: convert Socket logic to PidRef tooLennart Poettering2-30/+56
2023-09-09core: reference main/control pid of .service units via PidRefLennart Poettering3-97/+117
2023-09-09pidref: add structure that can reference a pid via both pidfd and pid_tLennart Poettering3-0/+175
2023-09-09mkosi: Allow configuring whether to do secure boot and pcrs from CLIDaan De Meyer1-2/+2
2023-09-09dbus: Document org.freedesktop.systemd1.Service.MemoryAvailable propertyMichal Koutný1-4/+5
2023-09-09zsh: busctl: fix flags parsing for propertiesRonan Pigott1-2/+2
2023-09-08Revert "tree-wide: Mount file descriptors via /proc/<pid>/fd"Lennart Poettering8-32/+16
2023-09-08serialize: add common deserialize_read_line() helper and use it everywhereLennart Poettering5-30/+48
2023-09-08TODO: switch the default wall implementation to sd-loginMike Yuan1-0/+4
2023-09-08shared/wall: fall back to logind if utmpx database doesn't existMike Yuan1-9/+25
2023-09-08shared/wall: several cleanupsMike Yuan2-49/+73
2023-09-08utmp-wtmp: remove unneeded includeMike Yuan1-5/+0
2023-09-08cgroup: Estimate MemoryAvailable= when DefaultMemoryAccounting=noMichal Koutný1-8/+6
2023-09-08cgroup: Refactor MemoryAvailable= evaluationMichal Koutný1-45/+16
2023-09-08cgroup: Fix MemoryAvailable= by considering physical memoryMichal Koutný2-5/+8
2023-09-08conf-parser: parse main config first only if not symlinked to/as drop-inMike Yuan1-0/+30
2023-09-08repart,bootspec: use set_ensure_consumeMike Yuan2-5/+4
2023-09-08ukify/man: Look for a config file in systemd folders if not specifiedAlvin Alvarado2-3/+28
2023-09-08core: introduce unit_defaults_init() common initialization helperLennart Poettering3-46/+43
2023-09-08manager: add manager_set_unit_defaults() call that sets all unit defaults in ...Lennart Poettering5-54/+93
2023-09-08manager: move various fields that declare unit defaults into a new structure ...Lennart Poettering16-308/+311
2023-09-08network/sr-iov: move common parts to link_set_sr_iov_ifindices()Yu Watanabe1-38/+30
2023-09-08network/sr-iov: ignore -EINVAL in reading dev_port sysfs attributeYu Watanabe1-0/+6
2023-09-08test-network: add testcase for [DHCPServer] ServerAddress= with null addressYu Watanabe2-0/+37
2023-09-08man: update [DHCPServer] ServerAddress=Yu Watanabe1-5/+36
2023-09-08network: allow to set null address for [DHCPServer] ServerAddress=Yu Watanabe1-2/+2
2023-09-08network: find DHCP server address only on loading .network fileYu Watanabe5-82/+83
2023-09-08network: call network_adjust_dhcp_server() from network_drop_invalid_addresses()Yu Watanabe3-5/+3
2023-09-08mkosi: Drop arch workaroundDaan De Meyer1-9/+0
2023-09-08conf-parser: introduce ordered_hashmap_by_section_find_unused_line()Yu Watanabe2-5/+17
2023-09-08conf-parser: check overflow in hashmap_find_free_section_line()Yu Watanabe3-8/+26
2023-09-08conf-parser: modernize config_section_new()Yu Watanabe2-4/+7
2023-09-08hashmap: introduce HASHMAP_BASE_FOREACH() and friendYu Watanabe1-0/+10