summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-inaccessiblepaths-sys.service (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-23docs: fix a few typosDmitry V. Levin5-5/+5
2023-01-23boot: Use objcopy with arm64Callum Farmer1-2/+11
2023-01-23core: ensure init.scope is realized after drop-ins have been loadedLuca Boccassi5-1/+15
2023-01-23build: add some coloring to --version outputLennart Poettering2-1/+46
2023-01-23machinectl: remove unnecessary initializationMike Yuan1-1/+1
2023-01-23machinectl: also enable machines.target when enabling machinesMike Yuan1-0/+6
2023-01-23repart: Add note about UIDs/GIDs of copied files and directoriesDaan De Meyer1-0/+6
2023-01-23Revert "repart: Ensure files end up owned by root in generated filesystems"Daan De Meyer3-95/+47
2023-01-23meson: Use python module for detectionJan Janssen1-7/+3
2023-01-23Revert "repart: Make sure all files in the image are owned by root"Daan De Meyer1-17/+9
2023-01-23meson: Move bootctl sources defintion to its own fileJan Janssen2-18/+24
2023-01-23test: fix TEST-73-LOCALE on DebianMichael Biebl1-3/+1
2023-01-23locale: also save XKB settings to vconsole.confYu Watanabe5-18/+98
2023-01-23locale: make errors in writing files not criticalYu Watanabe1-8/+4
2023-01-23locale: merge vconsole_convert_to_x11_and_emit() with method_set_vc_keyboard()Yu Watanabe1-67/+58
2023-01-23locale: split out XKB settings to X11ContextYu Watanabe4-140/+262
2023-01-23locale: rename context_free_vconsole() -> context_clear_vconsole()Yu Watanabe1-16/+16
2023-01-23locale: do not use alloca() for strings which can be potentially arbitraryYu Watanabe1-6/+13
2023-01-23locale: several coding style fixletsYu Watanabe3-55/+80
2023-01-22Resolves #26142 - Fix list of supported personalitiesSteve Ramage1-3/+9
2023-01-22hwdb: Prevent activation of airplane mode on HP ENVY x360DaPigGuy1-0/+2
2023-01-22shared/install: rework an assert to appease gcc-13Zbigniew Jędrzejewski-Szmek1-1/+2
2023-01-22shared/install: rework InstallChange to always have .path setZbigniew Jędrzejewski-Szmek1-2/+6
2023-01-22man/sd_notify: fix indentation in sample programsZbigniew Jędrzejewski-Szmek1-11/+14
2023-01-22man: minor correctionsZbigniew Jędrzejewski-Szmek2-2/+2
2023-01-21sd-path: export env. generators pathsDavid Tardon4-65/+101
2023-01-21systemctl,test: -EBADF instead of -EBADFDYu Watanabe2-2/+2
2023-01-21logs-show: add a splash of colour to verbose outputLennart Poettering1-17/+32
2023-01-21logs-show: minor modernizationsLennart Poettering1-21/+27
2023-01-21sd-journal: validate monotonic timestamp before returning itLennart Poettering1-3/+6
2023-01-21string-util: add common implementation of function that converts sized charac...Lennart Poettering9-56/+129
2023-01-21test-load-fragment: shorten code a bitYu Watanabe1-4/+2
2023-01-21test-load-fragment: fix memleakYu Watanabe1-0/+2
2023-01-21hwdb: Add touchpad toggle mapping for System76 Pangolin 1213r0ck1-1/+5
2023-01-21logs-show: move strlen() handling into update_json_data() so that we can use ...Lennart Poettering1-6/+11
2023-01-20timesyncd: make sure to update mtime of clock file on each bootLennart Poettering1-0/+51
2023-01-20timesyncd: modernize load_clock_timestamp() a bitLennart Poettering1-29/+26
2023-01-20timesyncd: write structured log messages whenever we bump the clock based on ...Lennart Poettering3-8/+27
2023-01-20journal: use compound initializors at one more placeLennart Poettering1-6/+8
2023-01-20journal: modernize match_make_string()Lennart Poettering1-17/+8
2023-01-20journalctl: don't convert between strv/Set for each log lineLennart Poettering3-17/+9
2023-01-20logs-show: use json_variant_unref_many() where appropriateLennart Poettering1-5/+1
2023-01-20bootctl: remove space that should not be thereLennart Poettering1-1/+1
2023-01-20bootctl: split out boot loader spec + boot loader interface commands in --hel...Lennart Poettering2-20/+33
2023-01-20bootctl: realign column in --help textLennart Poettering1-17/+17
2023-01-20bootctl: change section title for kernel image commandsLennart Poettering2-3/+3
2023-01-20bootctl: drop full stop at end of --help textsLennart Poettering1-2/+2
2023-01-20hostnamectl: show firmware date with date only, without timeLennart Poettering1-1/+1
2023-01-20format-table: add cell type for showing date only timestampsLennart Poettering2-1/+9
2023-01-20time-util: add timestamp output style that shows dates only, no timesLennart Poettering3-17/+47