summaryrefslogtreecommitdiffstats
path: root/src/basic (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17188 from keszybz/envvars-posixLennart Poettering2020-10-141-10/+14
|\
| * basic/env-util: (mostly) follow POSIX for what variable names are allowedZbigniew Jędrzejewski-Szmek2020-10-121-10/+14
* | Merge pull request #17338 from poettering/close-rangeLennart Poettering2020-10-143-6/+142
|\ \
| * | fd-util: port close_all_fds() to close_range()Lennart Poettering2020-10-141-0/+90
| * | missing: add close_range() wrapperLennart Poettering2020-10-141-0/+46
| * | alloc-util: avoid allocating zero size memory blocksLennart Poettering2020-10-141-6/+6
* | | Merge pull request #17267 from yuwata/hashmap_put_strdupZbigniew Jędrzejewski-Szmek2020-10-145-12/+30
|\ \ \
| * | | util: introduce two trivial hash_opsYu Watanabe2020-10-132-0/+15
| * | | hashmap: introduce {hashmap,set}_put_strdup_full()Yu Watanabe2020-10-133-12/+15
| |/ /
* / / sd-dhcp-client: make sd_dhcp_client_set_request_option() not return -EEXISTYu Watanabe2020-10-141-0/+3
|/ /
* | basic/selinux: work around mallinfo deprecationZbigniew Jędrzejewski-Szmek2020-10-122-8/+26
* | Merge pull request #17273 from mrc0mmand/coccinelle-check-for-bad-errnoLennart Poettering2020-10-123-8/+3
|\ \ | |/ |/|
| * tree-wide: drop if braces around single line expressions as wellFrantisek Sumsal2020-10-091-2/+1
| * tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-092-6/+2
* | missing_syscall: fixup syscall numbers for x32 vs. amd64mirabilos2020-10-091-11/+17
|/
* ratelimit: add ratelimit_configured() helperLennart Poettering2020-10-092-1/+5
* missing-syscall: fix copypastaLennart Poettering2020-10-081-1/+1
* basic/missing_syscall: fix syscall numbers for mips*Michael Biebl2020-10-081-2/+26
* Merge pull request #17279 from poettering/systemctl-split-upLennart Poettering2020-10-081-0/+1
|\
| * basic: include stddef.h since we use NULL in headerLennart Poettering2020-10-071-0/+1
* | basic: import linux/ipv6_route.hYu Watanabe2020-10-072-0/+65
* | meson: add missing filesYu Watanabe2020-10-071-0/+2
|/
* basic/virt: Detect PowerVM hypervisorMichal Suchanek2020-10-062-0/+7
* virt: reference correct file path in log messageLennart Poettering2020-10-051-1/+1
* Merge pull request #17230 from mrc0mmand/coccinelle_fixesZbigniew Jędrzejewski-Szmek2020-10-051-1/+1
|\
| * tree-wide: coccinelle fixesFrantisek Sumsal2020-10-041-1/+1
* | man: fix typosSamanta Navarro2020-10-031-1/+1
|/
* Merge pull request #17172 from keszybz/read-login-defsLennart Poettering2020-10-024-26/+46
|\
| * basic/fileio: add chase_symlinks_and_fopen_unlocked()Zbigniew Jędrzejewski-Szmek2020-10-013-1/+45
| * Move {uid,gid}_is_*() from basic to sharedZbigniew Jędrzejewski-Szmek2020-09-251-25/+1
* | Merge pull request #17214 from poettering/log-generator-fixFranck Bui2020-10-012-21/+32
|\ \
| * | log: normalize log target condition checkLennart Poettering2020-09-301-20/+31
| * | log: update commentLennart Poettering2020-09-301-1/+1
* | | Merge pull request #17154 from keszybz/crypttab-commasLennart Poettering2020-10-012-5/+20
|\ \ \ | |/ / |/| |
| * | basic/strv: allow escaping the separator in strv_join()Zbigniew Jędrzejewski-Szmek2020-09-252-5/+20
| |/
* | Merge pull request #17199 from poettering/log-tidZbigniew Jędrzejewski-Szmek2020-09-302-2/+43
|\ \
| * | log: include TID= field in structred log outputLennart Poettering2020-09-291-0/+2
| * | log: optionally display thread ID in log output to ttyLennart Poettering2020-09-292-2/+41
* | | path-lookup: Correct order of XDG_CONFIG_HOME and XDG_CONFIG_DIRSPass Automated Testing Suite2020-09-291-2/+2
|/ /
* | fs-util: add new futimens_opath() helperLennart Poettering2020-09-282-0/+21
* | selinux: add apis to set labels/fix labels per fd instead of pathLennart Poettering2020-09-282-15/+55
|/
* Merge pull request #17145 from poettering/kill-chmod-and-chown-unsafeZbigniew Jędrzejewski-Szmek2020-09-242-47/+0
|\
| * fs-util: drop chmod_and_chown_unsafe() which is unused nowLennart Poettering2020-09-232-47/+0
* | Merge pull request #17143 from keszybz/late-exec-resolution-altLennart Poettering2020-09-244-30/+37
|\ \
| * | basic/path-util: enhance find_executable() for the fixed path caseZbigniew Jędrzejewski-Szmek2020-09-182-5/+10
| * | basic/path-util: inline two trivial functionsZbigniew Jędrzejewski-Szmek2020-09-182-10/+10
| * | Rename find_binary to find_executableZbigniew Jędrzejewski-Szmek2020-09-182-14/+8
| * | Add CLOSE_AND_REPLACE helperZbigniew Jędrzejewski-Szmek2020-09-182-4/+12
| |/
* | random-util: Add an environment variable to disable RDRAND.Kyle Huey2020-09-241-0/+10
* | fs-util: check for /proc mounted in access_fd()Lennart Poettering2020-09-231-5/+14