summaryrefslogtreecommitdiffstats
path: root/src/basic/terminal-util.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-19terminal-util: turn off echo on stdin, not stdoutLennart Poettering1-2/+2
2024-07-19terminal-util: don't process the same data twice when reading back bg color infoLennart Poettering1-24/+43
2024-07-19terminal-util: return correct error in chvt()Lennart Poettering1-1/+1
2024-07-19terminal-util: refuse a few more unexpected open flags in open_terminal()Lennart Poettering1-1/+1
2024-07-19terminal-util: trivial white space fixLennart Poettering1-1/+1
2024-07-19env-util: suppress unnecessary setenv() in setenvf()Lennart Poettering1-0/+5
2024-07-19vmspawn: make "-n" just workLennart Poettering1-2/+2
2024-07-19man: Mention Type=oneshot timeout directiveLucas Werkmeister1-2/+2
2024-07-18hwdb: add backslash and touchpad toggle mapping for Aquarius Cmp NS483Vasiliy Kovalev1-0/+9
2024-07-18hwdb: fix accelerometer mount matrix for Aquarius Cmp NS483Vasiliy Kovalev1-0/+2
2024-07-18polkit: fix typo in enum nameLuca Boccassi1-1/+1
2024-07-18l10n: fix credits for the French translationLéane GRASSER1-2/+1
2024-07-18polkit: map POLKIT_ALWAYS_QUERY to new polkit flagLuca Boccassi2-12/+10
2024-07-18ptyfwd: reset color after two tty reset sequences, tooLennart Poettering1-1/+19
2024-07-18test_ukify: add instructionsZbigniew Jędrzejewski-Szmek1-0/+9
2024-07-18test_ukify: use sha384 in the signing testsZbigniew Jędrzejewski-Szmek1-6/+6
2024-07-18test_ukify: do not use files from /bootZbigniew Jędrzejewski-Szmek1-19/+9
2024-07-18mkosi: update debian commit referenceLuca Boccassi1-1/+1
2024-07-18mkosi: Fix indentationDaan De Meyer1-2/+2
2024-07-18mkosi: Fix typoDaan De Meyer1-7/+6
2024-07-18mkosi: Drop util-linux from centos/fedora packagesDaan De Meyer1-1/+0
2024-07-18mkosi: Drop udev from Packages= listDaan De Meyer1-1/+0
2024-07-18mkosi: Fix formattingDaan De Meyer1-23/+24
2024-07-18mkosi: Build CentOS Stream 10 images by defaultDaan De Meyer1-1/+1
2024-07-18update TODOLennart Poettering1-0/+17
2024-07-18mkosi: Streamline running the integration tests without building systemdDaan De Meyer5-16/+49
2024-07-18mkosi: Skip sync script if NO_BUILD is enabledDaan De Meyer1-1/+1
2024-07-17sd-device: remove debug log message when dirs are missingLennart Poettering1-21/+13
2024-07-17main: show different welcome msg in initrd than on the hostLennart Poettering1-9/+19
2024-07-17varlink-util: minor tweakLennart Poettering1-4/+3
2024-07-17table: Fix JSON name mangling breaking changesAdrian Vovk3-0/+14
2024-07-17table: Improve mangling of JSON field namesAdrian Vovk3-7/+61
2024-07-17table: Add TABLE_SET_JSON_FIELD_NAMEAdrian Vovk3-5/+34
2024-07-17mkosi: Remove enforcing=0 from default kernel command lineDaan De Meyer2-2/+1
2024-07-17mkosi: Stop setting apparmor=0Daan De Meyer1-1/+0
2024-07-17sleep,home: always initialize UnitFreezer if usedMike Yuan4-35/+18
2024-07-17sleep: also log about errno when getenv_bool failsMike Yuan1-1/+1
2024-07-17sleep: explicitly list valid sleep operations in switchMike Yuan1-1/+4
2024-07-17core/dbus-unit: add an explicit bus error when unit is frozen by parentMike Yuan4-3/+5
2024-07-17core/unit: introduce unit_freezer_complete, correctly report end stateMike Yuan3-23/+12
2024-07-17core/unit: introduce unit_set_freezer_state, make logging consistentMike Yuan3-6/+19
2024-07-17core/cgroup: skip freezer action wholly if current == objectiveMike Yuan1-7/+12
2024-07-17core/cgroup: replace hardcoded state set with freezer_state_finish()Mike Yuan1-4/+5
2024-07-17core/unit: rename a few more vars for unit_next_freezer_state()Mike Yuan2-15/+15
2024-07-17id128: add 'var-partition-uuid' verbLuca Boccassi5-8/+45
2024-07-17core/unit: use switch for unit_next_freezer_stateMike Yuan1-9/+20
2024-07-17core/unit: rename freezer "target" to "objective"Mike Yuan3-21/+21
2024-07-17core/slice: simplify slice_freezer_action a bitMike Yuan1-10/+7
2024-07-17core: make unit_can_freeze take const Unit*Mike Yuan3-8/+8
2024-07-17core,unit-def: use our usual way of asserting enumsMike Yuan5-8/+10