summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/dhcp6-option.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-18core: don't assert when serializing malformed stateFrantisek Sumsal4-16/+28
2023-10-18test: add a fuzzer for exec_{serialize,deserialize}_invocation()Frantisek Sumsal4-0/+372
2023-10-18test: use Type=exec for the test unitFrantisek Sumsal1-1/+2
2023-10-18manager: move idle_pipe allocation to manager.c and make it atomicLennart Poettering3-13/+36
2023-10-18update TODOLennart Poettering1-7/+7
2023-10-18test-cgroup: make test case a bit more robust towards previous aborted runsLennart Poettering1-0/+4
2023-10-18killall: port killing spree loop over to PidRefLennart Poettering2-46/+47
2023-10-18test: port tests over to new /proc/ enumeration APILennart Poettering2-25/+24
2023-10-18process-util: add API for enumerating processes in /proc/ and pinning them vi...Lennart Poettering2-0/+73
2023-10-18process-util: add pidref_is_unwaited() and make pid_is_unwaited() return errorsLennart Poettering10-15/+34
2023-10-18process-util: add pidref_is_my_child()Lennart Poettering4-3/+29
2023-10-18process-util: change pid_is_alive() to not eat up errors, and add pidref_is_a...Lennart Poettering6-26/+52
2023-10-18process-util: add pidref_get_uid() and rename get_process_uid() → pidref_ge...Lennart Poettering6-6/+28
2023-10-18core: port unit/process kill logic to pidrefLennart Poettering5-33/+44
2023-10-18pidref: add new pidref_is_self() helperLennart Poettering5-4/+13
2023-10-18process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...Lennart Poettering28-60/+81
2023-10-18dbus-unit: make sure GetProcesses() D-Bus call internally uses pidfdLennart Poettering1-15/+21
2023-10-18process-util: add pidref_is_kernel_thread()Lennart Poettering10-10/+28
2023-10-18process-util: add pidref_get_cmdline()Lennart Poettering10-89/+136
2023-10-18cgroup-show: use size_t for array sizesLennart Poettering2-6/+6
2023-10-18pidref: we never have to verify PID 1Lennart Poettering1-0/+3
2023-10-18cgroup-util: make cg_pidref_get_path() PidRef parameter constLennart Poettering2-2/+2
2023-10-18pidref: make signal sending calls take const PidRefLennart Poettering2-6/+6
2023-10-18fd-util: use close_many() where appropriateLennart Poettering1-2/+1
2023-10-18fd-util: add new helper close_many_unset()Lennart Poettering3-2/+9
2023-10-18execute: use close_many_and_free() moreLennart Poettering1-3/+4
2023-10-18serialize: add serialize_fd_many() helperLennart Poettering5-139/+99
2023-10-18serialize: change order of deserialize_strv() parametersLennart Poettering4-21/+21
2023-10-18serialize: modernize deserialize_{usec|dual_timestamp}() a bitLennart Poettering2-6/+9
2023-10-18serialize: add new helper deserialize_fd()Lennart Poettering9-264/+156
2023-10-18pidref: make pidref_verify() parameter constLennart Poettering2-2/+2
2023-10-18cgroup-util: rename all return parameters in cgroup-util to ret_xyzLennart Poettering2-82/+83
2023-10-18tree-wide: fix typoYu Watanabe3-6/+6
2023-10-18network: include SSID in ipv6 stable prefix address generationRonan Pigott2-0/+10
2023-10-18repart: avoid use of uninitialized TPM2B_PUBLIC dataDaniel P. Berrangé1-1/+1
2023-10-18cgroup: turn device cgroup controller "rwm" strings into proper flagsLennart Poettering11-138/+179
2023-10-17meson: add build option for install path of main config filesFranck Bui15-17/+25
2023-10-17sd-boot: add way to disable the 100ms delay when timeout=0Emil Velikov7-28/+73
2023-10-17bootctl, sd-boot: cross document the menu-hidden/force ABIEmil Velikov2-3/+14
2023-10-17docs/BOOT_LOADER_INTERFACE: mention that menu-* options are stringsEmil Velikov1-1/+2
2023-10-17test: don't restart journal-upload on an expected failFrantisek Sumsal1-0/+6
2023-10-17tree-wide: port various parsers over to read_stripped_line()Lennart Poettering26-194/+127
2023-10-17fileio: add read_stripped_line() as trivial read_line() + strstrip() comboLennart Poettering2-0/+32
2023-10-17docs/FILE_DESCRIPTOR_STORE: NotifyAccess=cgroup -> allMike Yuan1-1/+1
2023-10-17core/mount: allow disabling stop propagation from backing deviceMike Yuan2-15/+32
2023-10-17rules: add mtd/by-name symlinksMatthias Schiffer2-0/+13
2023-10-17meson: Fix unused format parameter warningJan Janssen1-1/+1
2023-10-16nspawn: check if we can set CoredumpReceive= before doing soNick Rosbrook1-2/+28
2023-10-16test: make sure that the default naming scheme name maps back to itselfZbigniew Jędrzejewski-Szmek3-10/+14
2023-10-16shared/netif-naming-scheme: align tablesZbigniew Jędrzejewski-Szmek1-10/+10