summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* home: Prompt for shell in homectl firstbootDaan De Meyer2024-10-021-0/+39
* home: Prompt for auxiliary groups in homectl firstbootDaan De Meyer2024-10-021-0/+132
* Move show_menu() to terminal-util.hDaan De Meyer2024-10-023-46/+48
* Merge pull request #34616 from DaanDeMeyer/mkosiDaan De Meyer2024-10-022-1/+5
|\
| * mkosi: Stop installing bpftraceDaan De Meyer2024-10-021-1/+0
| * mkosi: Pass ASAN_OPTIONS to subimagesDaan De Meyer2024-10-021-0/+1
| * mkosi: Don't sync if the packaging specs repo is dirtyDaan De Meyer2024-10-021-0/+4
|/
* tree-wide: Fix Wformat warningsDaan De Meyer2024-10-023-3/+3
* Merge pull request #34546 from ikruglov/ikruglov/refactor-GetMachineAddressesDaan De Meyer2024-10-025-215/+256
|\
| * machine: generalise logic GetOSRelease to later use it in varlink interfaceIvan Kruglov2024-10-013-75/+111
| * machine: generalise logic GetMachineAddresses to later use it in varlink inte...Ivan Kruglov2024-10-015-140/+145
* | tree-wide: always do dlopen() with RTLD_NOW + RTLD_NODELETELennart Poettering2024-10-028-11/+10
* | Merge pull request #34612 from poettering/hwdb-micmutify-subsetLennart Poettering2024-10-023-22/+1518
|\ \
| * | hwbd: use newer KEY_PICKUP_PHONE, KEY_HANGUP_PHONE, KEY_SELECTIVE_SCREENSHOT,...Lennart Poettering2024-10-011-10/+10
| * | hwdb: use KEY_ROTATE_DISPLAY for various cases of display rotation keysLennart Poettering2024-10-011-7/+7
| * | hwdb: there's KEY_BRIGHTNESS_AUTO these days, hence hook it up where a FIXME ...Lennart Poettering2024-10-011-4/+4
| * | hwdb: make key map match comment for one laptopLennart Poettering2024-10-011-1/+1
| * | linux: import input.h and friendsLennart Poettering2024-10-012-0/+1496
* | | build(deps): bump systemd/mkosidependabot[bot]2024-10-011-1/+1
* | | bpf: fix cross build failure on DebianHelmut Grohne2024-10-011-8/+15
|/ /
* | Revert "Preset user units on first boot as well"Lennart Poettering2024-10-012-13/+6
* | update TODOLennart Poettering2024-10-011-0/+4
* | Update sd_bus_message_append_array.xmlMarcel Hellwig2024-10-011-1/+1
* | build(deps): bump actions/checkout from 4.1.7 to 4.2.0dependabot[bot]2024-10-0112-12/+12
* | build(deps): bump github/codeql-action from 3.25.15 to 3.26.10dependabot[bot]2024-10-012-4/+4
* | build(deps): bump meson from 1.5.1 to 1.5.2 in /.github/workflowsdependabot[bot]2024-10-011-3/+3
* | Add %posttrans versions of the systemd %postun scriptletsDaan De Meyer2024-10-011-0/+32
* | systemd-integritysetup: accept integrity-algorithm=xxhash64Daniel Dawson2024-10-013-3/+3
* | Merge pull request #34582 from DaanDeMeyer/repartDaan De Meyer2024-10-011-0/+55
|\ \
| * | repart: Apply denylist to individual files as wellDaan De Meyer2024-09-301-0/+47
| * | repart: Shortcut copy if source or target starts with exclude pathDaan De Meyer2024-09-301-0/+8
* | | json: add json_dispatch_const_user_group_name()Lennart Poettering2024-10-017-48/+70
* | | Merge pull request #34534 from keszybz/man-exitrdMike Yuan2024-09-303-19/+24
|\ \ \
| * | | man: say that SYSEXT_SCOPE=initrd also applies to exitrdsZbigniew Jędrzejewski-Szmek2024-09-231-4/+4
| * | | man: reword some sentences with umbiguous subjectsZbigniew Jędrzejewski-Szmek2024-09-232-6/+6
| * | | man: slightly enhance docs about "exitrd" and remove TODO entry for itZbigniew Jędrzejewski-Szmek2024-09-233-9/+14
* | | | Merge pull request #34583 from DaanDeMeyer/ukifyDaan De Meyer2024-09-301-19/+16
|\ \ \ \
| * | | | ukify: Remove special casing for .linux sectionDaan De Meyer2024-09-301-21/+11
| * | | | ukify: Use SizeOfImage from linux image as virtual size of .linux sectionDaan De Meyer2024-09-301-2/+12
| * | | | ukify: Drop unused size() methodDaan De Meyer2024-09-301-3/+0
| | |/ / | |/| |
* | | | update TODOLennart Poettering2024-09-301-1/+20
* | | | Merge pull request #34564 from YHNdnzj/systemctl-status-job-idMike Yuan2024-09-304-15/+20
|\ \ \ \
| * | | | systemctl: also show job id in status outputMike Yuan2024-09-261-0/+6
| * | | | shared/bus-map-properties: move bus_map_job_id() from wait-for-unitsMike Yuan2024-09-263-15/+14
* | | | | Merge pull request #34508 from intelfx/work/fix-io-reportingMike Yuan2024-09-304-10/+18
|\ \ \ \ \
| * | | | | core/cgroup: cache IO accounting data when pruning a cgroupIvan Shapovalov2024-09-231-3/+15
| * | | | | core/cgroup: drop `allow_cache` parameter in `unit_get_io_accounting()`Ivan Shapovalov2024-09-214-7/+3
* | | | | | tpm2-util: show loaded libraries in 'systemd-analyze has-tpm2'Yu Watanabe2024-09-303-22/+68
* | | | | | logind-dbus: really cancel scheduled shutdownDavid Tardon2024-09-301-3/+3
* | | | | | Merge pull request #34572 from keszybz/fix-printing-of-RootImageOptionsZbigniew Jędrzejewski-Szmek2024-09-283-7/+35
|\ \ \ \ \ \