summaryrefslogtreecommitdiffstats
path: root/src/shared/ptyfwd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-18ptyfwd: coding style fixYu Watanabe2-8/+8
2024-12-18mkosi: Fix tools image package nameMichal Koutný1-1/+1
2024-12-18core: drop unnecessary header inclusionYu Watanabe1-1/+0
2024-12-18TEST-07-PID1: fix typoYu Watanabe1-2/+2
2024-12-17test: skip TEST-69-SHUTDOWN on ubuntu tooNick Rosbrook1-1/+1
2024-12-17journald: get rid of get_process_capeff(), use pidref_get_capability() insteadLennart Poettering7-42/+9
2024-12-17capability-util: introduce capability_is_set() helperLennart Poettering1-5/+9
2024-12-17capability-util: generalize helper to acquire local capsLennart Poettering4-30/+104
2024-12-17update TODOLennart Poettering1-3/+0
2024-12-17doc: document new baseline requires memfd_create()Lennart Poettering1-1/+1
2024-12-17fuzz-journal-remote: use memfd_new_and_seal() where appropriateLennart Poettering3-54/+1
2024-12-17pid1: drop check that ensures /run/ has plenty space before reexec/reloadLennart Poettering4-95/+0
2024-12-17memfd-util: trivial modernizationsLennart Poettering2-16/+16
2024-12-17serialize: add explicit calls for finishing serializationLennart Poettering8-21/+59
2024-12-17memfd-util: introduce memfd_new_full() helperLennart Poettering7-9/+19
2024-12-17memfd-util: explain what memfd_create_wrapper() is for in a commentLennart Poettering1-0/+5
2024-12-17memfd-util: use TASK_COMM_LEN at one more placeLennart Poettering1-1/+1
2024-12-17sd-journal: drop memfd fallbackLennart Poettering1-25/+8
2024-12-17serialize: drop memfd fallback when serializingLennart Poettering1-13/+4
2024-12-17memfd-util: short memfd_clone_fd()Lennart Poettering1-7/+1
2024-12-17memfd-util: simplify memfd_new_and_seal()Lennart Poettering1-7/+1
2024-12-17tree-wide: drop acquire_data_fd_full() helperLennart Poettering14-289/+65
2024-12-17pam_systemd: introduce pam_get_data_many() helper and make use of itLennart Poettering3-22/+42
2024-12-17pam_systemd: fix error code confusion when prepping D-Bus messageLennart Poettering1-75/+67
2024-12-17pam_systemd: split pam_sm_open_session() into more digestable blocksLennart Poettering1-197/+223
2024-12-17pam_systemd: split out setting of shell env vars from credentials and move it...Lennart Poettering1-13/+25
2024-12-17pam_systemd: drop "uid" field from SessionContextLennart Poettering1-3/+5
2024-12-17pam_systemd: drop "pid" field from SessionContextLennart Poettering1-3/+1
2024-12-17pam_systemd: normalize parsing of XDG_VTNRLennart Poettering1-7/+23
2024-12-17tree-wide: remove support for kernels lacking ambient capsLennart Poettering18-134/+70
2024-12-17boot: do not build test-hwids-section.c if ukify is disabledAntonio Alvarez Feijoo1-8/+12
2024-12-17machine: tests for io.systemd.Machine.{MapFrom, MapTo} methodsIvan Kruglov1-5/+15
2024-12-17machine: introduce io.systemd.Machine.{MapFrom, MapTo} methodsIvan Kruglov4-1/+204
2024-12-17discover-image: modernize image discovery around O_PATHLennart Poettering1-62/+98
2024-12-17discover-image: make sure quota logic works on O_PATH fdsLennart Poettering1-1/+6
2024-12-17btrfs-util: make sure btrfs_subvol_get_info_fd() works on O_PATH fdsLennart Poettering1-0/+6
2024-12-17chattr-util: move O_PATH conversion from read_attr_at() to read_attr_fd()Lennart Poettering1-5/+8
2024-12-17update TODOLennart Poettering1-0/+2
2024-12-17systemctl-edit: ignore ENOENT from unit_is_masked()Yu Watanabe2-2/+13
2024-12-16meson: allow to customize the access mode for tty/pts devicesYu Watanabe8-7/+27
2024-12-16networkd: show wireguard private key read error numberLennart Poettering1-1/+1
2024-12-16mkosi: temporarily disable panic_on_warnLuca Boccassi1-1/+2
2024-12-16test: Add test-chid-matchanonymix0077-4/+159
2024-12-16boot: introduce smbios_raw_info_get_cached() to cache populated SMBIOS raw infoYu Watanabe3-6/+18
2024-12-16boot: Add chid.c to libefitestanonymix0073-2/+18
2024-12-16boot: Deduplicate efi.h and efi-fundamental.hanonymix0072-39/+9
2024-12-16hwdb: fix key toggle touchpad for VAIO VJFH52 (#35645)Lucas Adriano Salles1-0/+5
2024-12-16core: make ProtectHostname= optionally take a hostnameYu Watanabe11-27/+208
2024-12-16core/exec-invoke: fix ProtectHostname= value in log messageYu Watanabe1-12/+7
2024-12-16udev: add option to trigger parent devices despite filtersFederico Giovanardi8-20/+94