summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | fs-util: use strna() on returned strings of fd_get_path() if we don't check i...Lennart Poettering2020-09-231-2/+2
* | basic: update fd_get_path() to use proc_mounted() helperLennart Poettering2020-09-232-7/+5
|/
* util: update kernel headers (v5.9-rc5)Yu Watanabe2020-09-1713-49/+484
* util: wireguard is merged into upstream kernelYu Watanabe2020-09-171-5/+1
* in-addr-util: introduce in4_addr_is_local_multicast()Yu Watanabe2020-09-172-0/+7
* in-addr-util: introduce in6_addr_is_link_local_all_nodes()Yu Watanabe2020-09-172-0/+11
* exec: Add kill action to system call filtersTopi Miettinen2020-09-152-1/+8
* socket-util: reset length argument for second getsockopt call in fd_[gs]et_rc...Christian Göttsche2020-09-151-0/+2
* Merge pull request #17055 from keszybz/two-coverity-fixesYu Watanabe2020-09-151-1/+1
|\
| * basic/copy: vodify unlinkat() callZbigniew Jędrzejewski-Szmek2020-09-141-1/+1
* | Merge pull request #17049 from mrc0mmand/code-and-spell-checkLennart Poettering2020-09-142-4/+2
|\ \ | |/ |/|
| * basic: drop a redundant if statementFrantisek Sumsal2020-09-141-3/+1
| * tree-wide: fix typos found by codespellFrantisek Sumsal2020-09-141-1/+1
* | Merge pull request #17031 from poettering/path-start-limitZbigniew Jędrzejewski-Szmek2020-09-141-2/+2
|\ \
| * | unit-def: drop pointless 0 initialization of first enum valueLennart Poettering2020-09-141-2/+2
| |/
* | env-file: bring our decoding of double-quoted strings in env files in line wi...Lennart Poettering2020-09-141-3/+7
|/
* hashmap: make sure to initialize shared hash key atomicallyLennart Poettering2020-09-121-6/+7
* tree-wide: add helper for IPv4/IPv6 sockoptsLennart Poettering2020-09-114-6/+173
* Merge pull request #16933 from poettering/copy-hardlinksZbigniew Jędrzejewski-Szmek2020-09-103-13/+241
|\
| * tree-wide: copy hardlinks wherever we deal with possibly large OS-style treesLennart Poettering2020-09-091-1/+4
| * copy: optionally, reproduce hardlinks from source in destinationLennart Poettering2020-09-092-12/+237
* | Merge pull request #16947 from keszybz/socket-parsing-reworkLennart Poettering2020-09-102-24/+38
|\ \
| * | Minor simplification in sockaddr_un_set_path()Zbigniew Jędrzejewski-Szmek2020-09-101-3/+1
| * | shared: don't unconditionally set SOCK_STREAM as type in socket_address_parse()Zbigniew Jędrzejewski-Szmek2020-09-101-5/+5
| * | basic: show interface scope in sockaddr_pretty()Zbigniew Jędrzejewski-Szmek2020-09-101-4/+8
| * | basic: convert ifname_valid_full() to take flags and allow numeric interfacesZbigniew Jędrzejewski-Szmek2020-09-102-12/+24
| |/
* | fs-util,tmpfiles: fix error handling of fchmod_opath()Lennart Poettering2020-09-101-6/+11
|/