summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* efi-loader: Add @ to valid charactersDaan De Meyer2024-10-091-1/+1
* boot: Introduce file_size and use it when we're working with file_offsetDaan De Meyer2024-10-093-8/+15
* boot: Rename pe section size to memory_sizeDaan De Meyer2024-10-094-27/+27
* ukify: Read .profile from path starting with @Daan De Meyer2024-10-091-0/+2
* ukify: Introduce resolve_at_path()Daan De Meyer2024-10-091-6/+13
* ukify: Fix off by one errorDaan De Meyer2024-10-091-1/+1
* Merge pull request #34641 from behrmann/ukifystyleYu Watanabe2024-10-093-456/+575
|\
| * ukify: Factor out sbat into constantsJörg Behrmann2024-10-091-10/+13
| * ukify: Ensure that find_tool always returns a tool or throws an errorJörg Behrmann2024-10-091-19/+5
| * ukify: Move summary option handling out of finalize_optionsJörg Behrmann2024-10-091-6/+4
| * ukify: Type-annotate ukifyJörg Behrmann2024-10-092-79/+138
| * ukify: Make it lint cleanJörg Behrmann2024-10-092-11/+21
| * ukify: Use OSError insteead of IOErrorJörg Behrmann2024-10-091-1/+1
| * ukify: Use non-deprecated import for SequenceJörg Behrmann2024-10-091-1/+1
| * ukify: Sort importsJörg Behrmann2024-10-091-4/+4
| * ukify: Import Path directlyJörg Behrmann2024-10-091-41/+41
| * ukify: Format with ruffJörg Behrmann2024-10-092-330/+393
* | Merge pull request #34636 from WilliButz/repart/verity-hash-max-data-sizeYu Watanabe2024-10-091-5/+106
|\ \
| * | repart: derive hash partition size from SizeMaxBytes= of data siblingWilliButz2024-10-091-5/+106
* | | Merge pull request #34691 from poettering/polkit-varlink-field-macroYu Watanabe2024-10-097-15/+22
|\ \ \
| * | | polkit: introduce common macro for generating polkit allowInteractiveAuth var...Lennart Poettering2024-10-097-15/+22
* | | | network/sysctl-monitor: change variable type to avoid preverifier denialMatteo Croce2024-10-091-1/+1
* | | | namespace: rename drop_unused_mounts() → sort_and_drop_unused_mounts()Lennart Poettering2024-10-091-3/+3
* | | | stub: Add support for .initrd addon filesTobias Fleig2024-10-092-6/+77
| |/ / |/| |
* | | Merge pull request #34679 from DaanDeMeyer/bus-logDaan De Meyer2024-10-0931-42/+65
|\ \ \
| * | | core: Log in more scenarios about which process initiated an operationDaan De Meyer2024-10-091-0/+12
| * | | core: Bump log level of reexecute request to noticeDaan De Meyer2024-10-091-4/+4
| * | | bus-util: Log more information when connecting to a bus socket failsDaan De Meyer2024-10-0930-38/+49
| | |/ | |/|
* | | Merge pull request #34656 from yuwata/private-usersLennart Poettering2024-10-095-14/+14
|\ \ \
| * | | core: drop implicit support of PrivateTmp=offYu Watanabe2024-10-095-6/+6
| * | | core: drop implicit support of PrivateUsers=offYu Watanabe2024-10-084-8/+8
* | | | Merge pull request #34651 from yuwata/polkit-transient-unitLennart Poettering2024-10-095-62/+95
|\ \ \ \
| * | | | core/dbus: pass transient unit name metadata to polkitRenjaya Raga Zenta2024-10-081-1/+8
| * | | | core/dbus: add assertionsYu Watanabe2024-10-081-0/+12
| * | | | core/dbus: introduce bus_verify_manage_units_async_impl()Yu Watanabe2024-10-082-21/+33
| * | | | core/dbus: move bus_verify_xyz() to dbus-util.cYu Watanabe2024-10-085-49/+51
| | |_|/ | |/| |
* | | | Merge pull request #34593 from Werkov/deprecate-aux-scopesLennart Poettering2024-10-091-1/+6
|\ \ \ \
| * | | | core/manager: Deprecate StartAuxiliaryScope() methodMichal Koutný2024-10-081-1/+6
* | | | | Merge pull request #34671 from yuwata/memoryLennart Poettering2024-10-094-26/+32
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | oomd: separate entries with comma for readabilityYu Watanabe2024-10-081-3/+3
| * | | | oomd: update system context when oomctl is invokedYu Watanabe2024-10-081-0/+7
| * | | | oomd: drop unused usec_nowYu Watanabe2024-10-081-5/+0
| * | | | systemctl: separate memory usage with commaYu Watanabe2024-10-081-17/+17
| * | | | core: suppress one debugging logYu Watanabe2024-10-081-1/+5
| | |/ / | |/| |
* / | | mount: optimize mountinfo traversal by decoupling device discoveryChen Guanqiao2024-10-081-1/+6
|/ / /
* | | Merge pull request #34675 from poettering/dupfd-queryLuca Boccassi2024-10-086-33/+105
|\ \ \
| * | | fd-util: use F_DUPFD_QUERY for same_fd()Lennart Poettering2024-10-083-11/+63
| * | | fd-util: introduce fd_validate() helperLennart Poettering2024-10-085-22/+42
* | | | Merge pull request #34674 from yuwata/reallocarrayLuca Boccassi2024-10-0820-245/+141
|\ \ \ \
| * | | | tree-wide: replace reallocarray() with GREEDY_REALLOC()Yu Watanabe2024-10-0818-177/+81