summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* nspawn: assorted coding style fixesLennart Poettering23 hours2-5/+3
* tree-wide: switch various uses of mkdtemp() over to mkdtemp_malloc()Lennart Poettering23 hours3-53/+38
* fundamental-macro: conditionalize several gcc warning pragmasYu Watanabe37 hours2-2/+18
* nss-systemd: work around -Werror=zero-as-null-pointer-constant issue with PTH...Lennart Poettering38 hours2-0/+8
* fundamental: unify gcc warning pragmas at one placeLennart Poettering38 hours4-23/+17
* process-util: slightly update comment in freeze()Lennart Poettering46 hours1-1/+2
* process-util: port pid_from_same_root_fs() to pidref, and port three places o...Lennart Poettering46 hours6-50/+123
* test-process-util: don't run rest of test suite in forked off childLennart Poettering46 hours1-1/+1
* process-util: introduce new FORK_FREEZE flag for safe_fork()Lennart Poettering46 hours4-32/+14
* pidref: various shortcuts to pidref_equal()Lennart Poettering46 hours1-0/+10
* tree-wide: drop support for kernels without pidfd_open() and pidfd_send_signa...Lennart Poettering46 hours7-166/+74
|\
| * process-util: depend on CLONE_PIDFDMike Yuan6 days1-43/+34
| * tree-wide: drop support for kernels without pidfd_open() and pidfd_send_signal()Mike Yuan6 days6-83/+35
| * sd-event: assign pid to event source at last also in sd_event_add_child_pidfd()Mike Yuan6 days1-5/+5
| * missing_syscall: require a bunch of syscalls below baselineMike Yuan6 days1-35/+0
* | namespace-util: don't reset UID/GIDs in namespace_enter() unless we enter a u...Lennart Poettering46 hours1-2/+4
* | shared/bus-util: add missing `set.h` includeJan Macku47 hours1-0/+1
* | meson: enable -Wzero-as-null-pointer-constant (#36028)Lennart Poettering2 days34-49/+62
|\ \
| * | meson: enable -Wzero-as-null-pointer-constantMike Yuan2 days31-29/+72
| * | tree-wide: remove unnecessary gcc >= 7 version checkMike Yuan2 days16-33/+3
* | | pid1: add GracefulOptions= setting to .mount units (#36023)Lennart Poettering2 days7-8/+129
|\ \ \ | |/ / |/| |
| * | pid1: add GracefulOptions= setting to .mount unitsLennart Poettering3 days7-8/+129
* | | log: check isempty for object_field and extra_fieldhanjinpeng2 days1-2/+2
* | | pty_open_peer() follow-up (#36027)Lennart Poettering3 days5-92/+7
|\ \ \ | |/ / |/| |
| * | terminal-util: drop unused open_terminal_in_namespace()Mike Yuan3 days4-71/+0
| * | run: with TIOCGPTPEER there's no longer need to acquire pty peer through IPCMike Yuan3 days1-20/+6
| * | run: correct log level for pty_open_peer() errorMike Yuan3 days1-1/+1
* | | pam-systemd: introduce "user-light" session type, and make "background-light"...Lennart Poettering3 days8-33/+216
|\ \ \
| * | | logind: improve log message we generate when a user logs inLennart Poettering3 days1-1/+7
| * | | run0: allow explicit control of service manager activation for run0 sessionsLennart Poettering3 days3-0/+56
| * | | run: fire sd_notify("READY=1") when in service mode and the unit is properly ...Lennart Poettering3 days1-16/+79
| * | | logind: introduce "user-light" session classLennart Poettering3 days5-14/+70
| * | | logind: introduce macro for the last session class condition checkLennart Poettering3 days2-1/+4
| * | | pam-systemd: downgrade log message we handle gracefully to LOG_WARNING as per...Lennart Poettering3 days1-2/+1
| |/ /
* | | random-util: fix compilation errorYu Watanabe3 days1-1/+1
* | | userdb: optionally parse numeric UIDs/GIDs where a username is expectedLennart Poettering3 days3-10/+18
* | | analyze: fix assignment of object_fieldYu Watanabe3 days1-4/+5
* | | curl-util: use curl_getdate instead of implementing http specjane4003 days1-18/+9
|/ /
* | logind: register PAM sessions via Varlink instead of D-Bus (#35264)Lennart Poettering3 days12-86/+783
|\ \
| * | pam-systemd: talk to logind via varlinkLennart Poettering3 days1-84/+234
| * | logind: add basic Varlink APILennart Poettering3 days11-2/+549
* | | efivars: deal with uncommitted efi variableswrvsrx3 days1-0/+16
* | | machine: introduce io.systemd.MachineImage.SetPoolLimit (#35953)Lennart Poettering3 days7-7/+90
|\ \ \
| * | | machine: introduce io.systemd.MachineImage.SetPoolLimitIvan Kruglov3 days4-3/+64
| * | | machine: use image_set_pool_limit() in dbusIvan Kruglov3 days1-4/+2
| * | | shared: image_set_pool_limit()Ivan Kruglov3 days2-0/+24
| |/ /
* | | nspawn: trivial scope reductionLennart Poettering3 days1-1/+2
* | | ptyfwd: fix wrong userdata passed to PTY forwardingYu Watanabe3 days1-1/+1
* | | string-util: make strjoin() just a special case of strextend() (#36011)Lennart Poettering3 days3-38/+27
|\ \ \
| * | | string-util: add a mechanism for strextend_with_separator() for specifying "i...Lennart Poettering3 days2-0/+17