summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* dissect: don't declare unused variables on archs that have no GPT discoveryLennart Poettering2020-12-041-2/+12
* Merge pull request #17854 from poettering/dns-domain-ret-fixLennart Poettering2020-12-041-11/+16
|\
| * dns-domain: initialize return param on successLennart Poettering2020-12-041-10/+13
| * dns-domain: follow coding style, initialize ret params on successLennart Poettering2020-12-041-1/+3
* | tree-wide: make use of new DLSYM_ARG() macro everywhereLennart Poettering2020-12-044-34/+34
|/
* local-addresses: make returning accumulated list optionalLennart Poettering2020-12-031-10/+8
* random-util: open /dev/urandom implicitly in random_write_entropy() if neededLennart Poettering2020-12-031-6/+1
* Merge pull request #17836 from poettering/tpm2-conditionLennart Poettering2020-12-031-0/+17
|\
| * core: add ConditionSecurity=tpm2 supportLennart Poettering2020-12-031-0/+17
* | Merge pull request #17079 from keszybz/late-exec-resolutionLennart Poettering2020-12-032-1/+27
|\ \ | |/ |/|
| * meson: add option for fexecve useZbigniew Jędrzejewski-Szmek2020-11-061-0/+2
| * shared/exec-util: fall back to execve() also on permission errorsZbigniew Jędrzejewski-Szmek2020-11-061-2/+4
| * shared/exec-util: use our own execveat() wrapper instead of fexecve()Zbigniew Jędrzejewski-Szmek2020-11-061-3/+4
| * core/execute: fall back to execve() for scriptsZbigniew Jędrzejewski-Szmek2020-11-062-0/+22
| * core: use fexecve() to spawn childrenZbigniew Jędrzejewski-Szmek2020-11-061-1/+0
* | fw_add_masquerade: remove unused function argumentsFlorian Westphal2020-12-032-19/+7
* | fw_add_local_dnat: remove unused function argumentsFlorian Westphal2020-12-032-15/+5
* | ethtool: add two new link modesYu Watanabe2020-12-031-0/+2
* | shared/kernel: update kernel headersYu Watanabe2020-12-035-350/+2921
* | dns-domain: try IDN2003 rules if IDN2008 doesn't workLennart Poettering2020-12-031-0/+6
* | log-link: introduce log_interface_full_errno() macroYu Watanabe2020-12-021-3/+9
* | pager: stop disabling urlification under a pagerZbigniew Jędrzejewski-Szmek2020-12-021-5/+1
* | fileio: teach read_full_file_full() to read from offset/with maximum sizeLennart Poettering2020-12-011-1/+1
* | dissect-image: use simple version of read_full_file() where we canLennart Poettering2020-12-011-3/+3
* | mount-util: use mfree()Yu Watanabe2020-11-271-2/+2
* | Merge pull request #17474 from yuwata/network-drop-link-deserialization-logicYu Watanabe2020-11-271-0/+1
|\ \
| * | sysctl-util: truncate newline in read valueYu Watanabe2020-10-281-0/+1
* | | Merge pull request #17478 from yuwata/split-network-internalYu Watanabe2020-11-275-49/+637
|\ \ \
| * | | net-condition: introduce struct NetMatchYu Watanabe2020-10-292-59/+91
| * | | conf-parser: fix indentationYu Watanabe2020-10-291-49/+56
| * | | net-condition: move net_match_config() and related conf parsersYu Watanabe2020-10-293-0/+443
| * | | libsystemd-network: move config_parse_hwaddr() and config_parse_hwaddrs()Yu Watanabe2020-10-292-0/+106
* | | | shared/seccomp-util: address family filtering is broken on ppcZbigniew Jędrzejewski-Szmek2020-11-261-3/+3
* | | | tree-wide: sort specifiers and move common comments to specifier.hYu Watanabe2020-11-252-26/+36
* | | | specifiers: introduce common macros for generating specifier tablesLennart Poettering2020-11-252-14/+27
* | | | seccomp: also move munmap into @default syscall filter setYu Watanabe2020-11-241-1/+1
* | | | Merge pull request #17676 from yuwata/lgtm-fixesLennart Poettering2020-11-231-3/+0
|\ \ \ \
| * | | | ask-passwd: drop a condition which is always falseYu Watanabe2020-11-201-3/+0
* | | | | gpt: add RISC-V GPT partition typecode uuidDimitri John Ledkov2020-11-232-0/+30
* | | | | logs-show: use localtime_or_gmtime_r()Yu Watanabe2020-11-211-10/+12
|/ / / /
* | | | seccomp: move brk+mmap+mmap2 into @default syscall filter setLennart Poettering2020-11-191-3/+3
* | | | tree-wide: update "that that"Yu Watanabe2020-11-181-1/+1
* | | | Merge pull request #17597 from yuwata/fix-typoZbigniew Jędrzejewski-Szmek2020-11-172-2/+2
|\ \ \ \
| * | | | tree-wide: fix "a the" or "the a"Yu Watanabe2020-11-132-2/+2
* | | | | bpf: do not call log_oom() in library functionYu Watanabe2020-11-131-2/+1
|/ / / /
* | | | Merge pull request #17567 from keszybz/various-small-cleanupsYu Watanabe2020-11-121-5/+2
|\ \ \ \
| * | | | basic/env-util: add little helper to call setenv or unsetenvZbigniew Jędrzejewski-Szmek2020-11-101-5/+2
* | | | | Merge pull request #17497 from anitazha/randomizeonceLennart Poettering2020-11-101-1/+2
|\ \ \ \ \
| * | | | | timer: add new feature FixedRandomDelay=Kristijan Gjoshev2020-11-051-1/+2
* | | | | | ethtool: make ethtool_get_driver() return -ENODATA if ioctl succeeds but driv...Yu Watanabe2020-11-101-0/+3