summaryrefslogtreecommitdiffstats
path: root/src/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* macro: add macro for checking if integer is power of 2Lennart Poettering2022-08-051-0/+56
* mountpoint-util: make fd_is_mountpoint() work reasonably with AT_EMPTYPATHLennart Poettering2022-08-021-0/+17
* tree-wide: fix typoYu Watanabe2022-08-011-1/+1
* Merge pull request #24080 from rdtscp/feature/machinectl/copy-force-flagDaan De Meyer2022-07-281-0/+69
|\
| * copy: Respect COPY_REPLACE flag for copy_treeAlexander Wilson2022-07-271-0/+69
* | tests: add a simple test that checks what fexecve_or_execve doesZbigniew Jędrzejewski-Szmek2022-07-232-0/+42
|/
* json: use fpclassify() or its helper functionsYu Watanabe2022-07-211-6/+12
* math-util: introduce iszero_safe() and fp_equal()Yu Watanabe2022-07-212-0/+115
* test: use fabs() as the argument is doubleYu Watanabe2022-07-211-6/+6
* pid1: add mechanism for conditionalizing units/network/netdev/link based on c...Lennart Poettering2022-07-151-0/+59
* manager: add taint flag "support-ended"Zbigniew Jędrzejewski-Szmek2022-07-101-0/+14
* time-util: fix buffer-over-runYu Watanabe2022-07-081-0/+5
* Merge pull request #23855 from keszybz/drop-list-is-emptyLennart Poettering2022-07-051-164/+164
|\
| * test-list: rename field to indicate that it's a listZbigniew Jędrzejewski-Szmek2022-07-021-163/+163
| * basic/list: drop LIST_IS_EMPTYZbigniew Jędrzejewski-Szmek2022-07-021-1/+1
* | tree-wide: link to docs.kernel.org for kernel documentationnl67202022-07-041-1/+1
* | Merge pull request #23088 from yuwata/udev-event-blockerZbigniew Jędrzejewski-Szmek2022-07-021-0/+13
|\ \
| * | udev: make newer event also blocked by DEVPATH_OLDYu Watanabe2022-05-041-0/+13
* | | test-lib*-sym: print symbols names in addition to addressesZbigniew Jędrzejewski-Szmek2022-06-301-8/+13
* | | Turn mempool_enabled() into a weak symbolZbigniew Jędrzejewski-Szmek2022-06-291-0/+7
* | | Merge pull request #23849 from mbiebl/more-httpsYu Watanabe2022-06-281-1/+1
|\ \ \ | |_|/ |/| |
| * | Use https for freedesktop.orgMichael Biebl2022-06-281-1/+1
* | | seccomp: add PARISC (HPPA support)Sam James2022-06-281-0/+2
|/ /
* | test-sd-hwdb: adjust the test to actually do anythingZbigniew Jędrzejewski-Szmek2022-06-271-1/+1
* | Revert "networkd: NetLabel integration"Yu Watanabe2022-06-221-31/+0
* | Revert NFTSet featureYu Watanabe2022-06-222-72/+0
* | Add sys/file.h for LOCK_Pavel Zhukov2022-06-211-0/+1
* | set: introduce set_put_strndup()Yu Watanabe2022-06-171-0/+30
* | dns-domain: make each label nul-terminatedYu Watanabe2022-06-101-0/+1
* | shared/condition: accept size suffixes for ConditionMemoryZbigniew Jędrzejewski-Szmek2022-06-101-0/+21
* | test: account for ADDR_NO_RANDOMIZE if it's setFrantisek Sumsal2022-06-091-4/+12
* | Merge pull request #23658 from keszybz/gcc-warnings-2Luca Boccassi2022-06-094-27/+28
|\ \
| * | test-udev-util: do not pass NULL to printf, style fixesZbigniew Jędrzejewski-Szmek2022-06-091-8/+8
| * | test-process-util: do not pass NULL to printf, simplify testsZbigniew Jędrzejewski-Szmek2022-06-091-6/+7
| * | test-dns-domain: a few more "NULL in printf %s"sZbigniew Jędrzejewski-Szmek2022-06-091-10/+10
| * | test-fstab-util: one more "NULL in printf %s"Zbigniew Jędrzejewski-Szmek2022-06-091-3/+3
* | | Merge pull request #23654 from keszybz/gcc-warningsZbigniew Jędrzejewski-Szmek2022-06-092-3/+3
|\ \ \ | |/ / |/| |
| * | test-load-fragment: don't print NULLsZbigniew Jędrzejewski-Szmek2022-06-091-2/+2
| * | test-mountpoint-util: fix NULL arg to %sZbigniew Jędrzejewski-Szmek2022-06-091-1/+1
* | | Merge pull request #23616 from keszybz/in-addr-to-string-formattingYu Watanabe2022-06-094-16/+43
|\ \ \
| * | | various: use CONST_MAX for array allocationZbigniew Jędrzejewski-Szmek2022-06-061-2/+2
| * | | basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-062-11/+16
| * | | basic/in-addr-util: drop check for prefix length in formatting functionZbigniew Jędrzejewski-Szmek2022-06-062-1/+24
| * | | basic/in-addr-util: add IN_ADDR_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-062-5/+4
* | | | network: firewall integration with NFT setsTopi Miettinen2022-06-082-0/+72
* | | | Merge pull request #23645 from DaanDeMeyer/journalctl-static-destructorDaan De Meyer2022-06-071-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | shared: Rename pcre2-dlopen.h/c to pcre2-util.h/cDaan De Meyer2022-06-061-1/+1
| |/ /
* / / networkd: NetLabel integrationTopi Miettinen2022-06-061-0/+31
|/ /
* | Merge pull request #23596 from keszybz/bpf-messages-moreZbigniew Jędrzejewski-Szmek2022-06-023-11/+2
|\ \
| * | test-socket-bind: fix commentZbigniew Jędrzejewski-Szmek2022-06-021-2/+2