summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | log: Add knob to disable kmsg ratelimitingDaan De Meyer2023-04-201-1/+21
* | | | dissect: let's check for crypto_LUKS before fstype allowlist checkLennart Poettering2023-04-201-5/+6
* | | | ratelimit: handle counter overflows somewhat sanelyLennart Poettering2023-04-201-9/+11
* | | | dissect-image: issue BLKFLSBUF before probing an fs at block device offset != 0Lennart Poettering2023-04-201-0/+15
* | | | networkd: fallback to chaddr for static lease lookup when not foundRobert Meijers2023-04-201-1/+37
* | | | core/device: rewrite how device unit is removed from Manager.devices_by_sysfsYu Watanabe2023-04-201-7/+14
* | | | list: fix double evaluationYu Watanabe2023-04-201-3/+6
* | | | Merge pull request #27299 from yuwata/chase-absoluteDaan De Meyer2023-04-2010-109/+185
|\ \ \ \
| * | | | chase: replace path_prefix_root_cwd() with chaseat_prefix_root()Yu Watanabe2023-04-198-72/+74
| * | | | fd-util: skip to check mount ID if kernel is too old and /proc is not mountedYu Watanabe2023-04-191-7/+15
| * | | | mountpoint-util: check /proc is mounted on failureYu Watanabe2023-04-191-2/+4
| * | | | chase: prefix with the root directory only when it is not "/"Yu Watanabe2023-04-191-8/+16
| * | | | chase: drop repeated call of empty_to_root()Yu Watanabe2023-04-191-13/+12
| * | | | chase: update outdated comment about result pathYu Watanabe2023-04-191-6/+20
| * | | | chase: make the result absolute when a symlink is absoluteYu Watanabe2023-04-192-1/+15
| * | | | chase: make chaseat() provides absolute path also when dir_fd points to the r...Yu Watanabe2023-04-192-2/+31
| |/ / /
* | | | core: add one missing assertion for release_resource_queueYu Watanabe2023-04-191-0/+1
* | | | dissect-image: fix log level in dissect_log_errorQuintin Hill2023-04-201-15/+15
|/ / /
* | | Merge pull request #27323 from keszybz/gpt-auto-generator-warning-cleanupMike Yuan2023-04-194-8/+11
|\ \ \
| * | | gpt-auto-generator: "translate" errno codes into proper messagesZbigniew Jędrzejewski-Szmek2023-04-183-7/+10
| * | | fstab-generator: add missing phrase in commentZbigniew Jędrzejewski-Szmek2023-04-181-1/+1
| |/ /
* | | kmod-setup: bypass heavy virtio-rng check if we are not running in a VM anywayLennart Poettering2023-04-181-0/+4
* | | kmod-setup: use STARTSWITH_SET() where appropriateLennart Poettering2023-04-181-4/+2
|/ /
* | Revert "getty-generator: Use device hotplug to instantiate virtualizer consoles"Lennart Poettering2023-04-181-17/+13
* | Merge pull request #27256 from medhefgo/boot-rdtscLennart Poettering2023-04-181-28/+57
|\ \
| * | boot: Use CPUID to detect TSC frequencyJan Janssen2023-04-131-1/+30
| * | boot: Rework timer frquency readingJan Janssen2023-04-131-18/+31
| * | boot: Use compiler intrinsic for TSCJan Janssen2023-04-131-15/+2
* | | gpt-auto: do not fail when no suitable partitions foundYu Watanabe2023-04-181-1/+2
* | | getty-generator: Use device hotplug to instantiate virtualizer consolesDaan De Meyer2023-04-181-13/+17
* | | lsm-util: move detection of support of LSMs into a new lsm-util.[ch] helperLennart Poettering2023-04-184-37/+40
* | | bpf-firewall: give a name to maps usedDominique Martinet2023-04-183-5/+26
* | | process-util: be more careful with pidfd_get_pid() special casesLennart Poettering2023-04-171-1/+15
* | | fsck: use execv_p_ and execl_p_Florian Klink2023-04-173-30/+5
* | | creds: make available to all ExecStartPre= and ExecStart= processesLuca Boccassi2023-04-171-1/+2
* | | user-util:remove duplicate includesjcg2023-04-171-1/+0
* | | virt: Further improve detection of EC2 metal instancesBenjamin Herrenschmidt2023-04-171-2/+4
* | | Merge pull request #27298 from mrc0mmand/test-async-tweaksLuca Boccassi2023-04-161-8/+7
|\ \ \
| * | | test: modernize test-async a bitFrantisek Sumsal2023-04-161-8/+7
* | | | process-util: make safe_fork() unset $NOTIFY_SOCKETYu Watanabe2023-04-175-4/+9
|/ / /
* | | exec-util: make execute_strv() optionally take root directoryYu Watanabe2023-04-162-3/+6
* | | Merge pull request #27283 from mrc0mmand/assorted-test-tweaksYu Watanabe2023-04-167-1/+211
|\ \ \
| * | | test: add a couple of tests with invalid UTF-8 charactersFrantisek Sumsal2023-04-161-1/+19
| * | | test: add a simple test for getenv_path_list()Frantisek Sumsal2023-04-161-0/+35
| * | | test: add a simple test for secure-bits stuffFrantisek Sumsal2023-04-162-0/+85
| * | | shared: add a missing includeFrantisek Sumsal2023-04-161-0/+2
| * | | test: add tests for uuid/uint64 specifiersFrantisek Sumsal2023-04-161-0/+27
| * | | test: add a test case for table_dup_cell()Frantisek Sumsal2023-04-151-0/+43
* | | | Merge pull request #27253 from yuwata/cmsg-find-and-copy-dataYu Watanabe2023-04-1613-47/+59
|\ \ \ \
| * | | | tree-wide: also use CMSG_TYPED_DATA() on writing message headerYu Watanabe2023-04-163-4/+4