summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Revert "mount: check right before invoking /bin/umount if it makes sense"Yu Watanabe2023-08-143-42/+2
* | | | meson: Use rsync to copy test data directoriesDaan De Meyer2023-08-171-3/+12
* | | | bus-polkit: don't propagate error from polkitDavid Tardon2023-08-171-7/+10
* | | | systemd-stub: ignore EFI shell unauthenticated kernel command line if we are ...Emanuele Giuseppe Esposito2023-08-171-2/+3
| |/ / |/| |
* | | Merge pull request #28862 from DaanDeMeyer/swapLuca Boccassi2023-08-163-5/+21
|\ \ \
| * | | mkosi: Add a swap partitionDaan De Meyer2023-08-161-0/+6
| * | | repart: Default to swap format for swap partitionsDaan De Meyer2023-08-162-5/+15
* | | | documentation: add man page data for confextMaanya Goenka2023-08-161-4/+8
* | | | Merge pull request #28758 from keszybz/negative-errno-macroLuca Boccassi2023-08-1657-619/+615
|\ \ \ \
| * | | | manager: fix error handling after failure to set up childZbigniew Jędrzejewski-Szmek2023-08-161-8/+13
| * | | | shared/barrier: remove parensZbigniew Jędrzejewski-Szmek2023-08-161-2/+2
| * | | | nspawn,shared: make ERRNO_IS_SECCOMP_FATAL an inline func with _NEG_ variantZbigniew Jędrzejewski-Szmek2023-08-164-108/+128
| * | | | shared/kbd-util: simplify error handling in keymap_exists()Zbigniew Jędrzejewski-Szmek2023-08-161-11/+7
| * | | | various: use _NEG_ macros to reduce indentationZbigniew Jędrzejewski-Szmek2023-08-1623-256/+189
| * | | | libsystemd-network: use _NEG_ macros to reduce indentationZbigniew Jędrzejewski-Szmek2023-08-166-52/+34
| * | | | libsystemd: use _NEG_ macros, adjust some commentsZbigniew Jędrzejewski-Szmek2023-08-165-68/+47
| * | | | manager: use _NEG_ macros to reduce indentation, reword comments, drop parensZbigniew Jędrzejewski-Szmek2023-08-161-18/+15
| * | | | errno-util: allow ERRNO_IS_* to accept types wider than intZbigniew Jędrzejewski-Szmek2023-08-162-12/+28
| * | | | sd-id128: introduce ERRNO_IS_NEG_MACHINE_ID_UNSETZbigniew Jędrzejewski-Szmek2023-08-164-15/+14
| * | | | shared/cgroup-show: do not format path twiceZbigniew Jędrzejewski-Szmek2023-08-161-4/+6
| * | | | tree-wide: use cocinnelle to apply _NEG_ macrosZbigniew Jędrzejewski-Szmek2023-08-1613-23/+66
| * | | | basic/errno-util: add wrappers which only accept negative errnoZbigniew Jędrzejewski-Szmek2023-08-162-56/+80
* | | | | journalctl: minor follow-up for --lines=Mike Yuan2023-08-161-2/+2
* | | | | core: stage /run/host/os-release with a symlink to avoid possible race conditionLuca Boccassi2023-08-165-31/+49
| |/ / / |/| | |
* | | | Merge pull request #28859 from poettering/btrfs-subvol-fixDaan De Meyer2023-08-161-6/+13
|\ \ \ \
| * | | | btrfs: use ERRNO_IS_NOT_SUPPORTED() where appropriateLennart Poettering2023-08-161-1/+1
| * | | | btrfs: drop O_PATH from dir_fd passed to btrfs_subvol_make() if neededLennart Poettering2023-08-161-5/+12
|/ / / /
* | | | journalctl: support --lines=+N for showing the oldest N entriesMike Yuan2023-08-162-42/+66
* | | | Merge pull request #28854 from keszybz/mailmap-and-license-infoLuca Boccassi2023-08-163-22/+31
|\ \ \ \
| * | | | Mark all base64 files as generatedZbigniew Jędrzejewski-Szmek2023-08-161-0/+1
| * | | | bsod: fix license tagZbigniew Jędrzejewski-Szmek2023-08-161-1/+1
| * | | | mailmap: "reduce contributor count by 13"Zbigniew Jędrzejewski-Szmek2023-08-161-21/+29
| |/ / /
* / / / hwdb: update autosuspend rulesLuca Boccassi2023-08-161-122/+183
|/ / /
* | | update TODOLennart Poettering2023-08-161-0/+3
* | | update TODOLennart Poettering2023-08-161-3/+3
* | | update TODOLennart Poettering2023-08-161-0/+3
* | | Merge pull request #28733 from goenkam/maanya/systemd-scopedLuca Boccassi2023-08-165-13/+77
|\ \ \
| * | | test: add test for confext service-scoped supportMaanya Goenka2023-08-152-1/+19
| * | | allow ExtensionImages= and ExtensionDirectories= settings to support confext ...Maanya Goenka2023-08-152-12/+56
| * | | add an @ option for confextMaanya Goenka2023-08-151-0/+2
* | | | tools: update-hwdb-autosuspend.sh: Point at HEAD, not master branchBrian Norris2023-08-161-1/+1
|/ / /
* | | Merge pull request #28839 from DaanDeMeyer/repart-followupsLuca Boccassi2023-08-152-8/+8
|\ \ \
| * | | repart: Massage the minimize for XFS a bitDaan De Meyer2023-08-151-1/+2
| * | | mkfs-util: Don't set MKE2FS_DEVICE_PHYS_SECTSIZEDaan De Meyer2023-08-151-6/+5
| * | | repart: Put function call closer to its error handlingDaan De Meyer2023-08-151-1/+1
* | | | repart: Add verity configuration section and optionsMichael A Cassaniti2023-08-154-40/+165
* | | | Merge pull request #28838 from DaanDeMeyer/repart-subvolumeDaan De Meyer2023-08-153-9/+9
|\ \ \ \
| * | | | mkosi: Update to v15.1 releaseDaan De Meyer2023-08-151-1/+1
| * | | | mkosi: Create a few subvolumes in the root partitionDaan De Meyer2023-08-151-0/+2
| * | | | repart: Rework read-only logicDaan De Meyer2023-08-151-3/+1