summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAgeFilesLines
* detect-virt: also detect "microsoft" as WSLZbigniew Jędrzejewski-Szmek2020-04-041-6/+7
* capability: don't skip ambient caps setup if we actually have something to setLennart Poettering2020-04-031-3/+5
* string-util: make clear that split() + FOREACH_WORD() should dieLennart Poettering2020-04-021-0/+2
* string-util: make sure we eat even half complete words in split()Lennart Poettering2020-04-021-3/+2
* string-util: some minor coding style updatesLennart Poettering2020-04-021-27/+40
* Merge pull request #15278 from vcaputo/more-trivial-cleanupsZbigniew Jędrzejewski-Szmek2020-04-015-12/+49
|\
| * *: use _cleanup_close_ with fdopen() where trivialVito Caputo2020-03-311-5/+3
| * *: convert amenable fdopendir() calls to take_fdopendir()Vito Caputo2020-03-312-4/+4
| * fileio: add take_fdopendir() variantVito Caputo2020-03-312-0/+13
| * *: convert amenable fdopen calls to take_fdopenVito Caputo2020-03-311-3/+1
| * fileio: introduce take_fdopen{_unlocked}() variantVito Caputo2020-03-312-0/+28
* | user-util: switch order of checks in valid_user_group_name_or_id_full()Lennart Poettering2020-03-311-2/+2
|/
* Merge pull request #13084 from ddstreet/log_timeLennart Poettering2020-03-302-2/+44
|\
| * log: add support for prefixing console log messages with current timestampDan Streetman2020-02-102-2/+44
* | Merge pull request #14853 from floppym/issue9806Lennart Poettering2020-03-301-14/+23
|\ \
| * | safe_fork: use a cleanup function to restore signal mask in parentMike Gilbert2020-03-091-12/+14
| * | safe_fork: unblock most signals before waiting for childMike Gilbert2020-03-091-2/+9
* | | Merge pull request #15251 from keszybz/coverity-fixesLennart Poettering2020-03-302-0/+17
|\ \ \
| * | | basic: add _cleanup_ wrappers for pthread_mutex_{lock,unlock}Zbigniew Jędrzejewski-Szmek2020-03-282-0/+17
* | | | Merge pull request #15217 from keszybz/beef-up-sd-pathZbigniew Jędrzejewski-Szmek2020-03-294-0/+955
|\ \ \ \
| * | | | sd-path: export "systemd-network-path"Zbigniew Jędrzejewski-Szmek2020-03-271-0/+1
| * | | | network: move NETWORK_DIRS to path-lookup.hZbigniew Jędrzejewski-Szmek2020-03-271-0/+3
| * | | | Rename _PATH variables to _DIR when they refer to a directoryZbigniew Jędrzejewski-Szmek2020-03-271-11/+11
| * | | | Move path-lookup.c to src/basicZbigniew Jędrzejewski-Szmek2020-03-273-0/+941
| * | | | sd-path,strv: add simple helper to wrap oom handling around strv_split_nulstr()Zbigniew Jędrzejewski-Szmek2020-03-271-0/+10
* | | | | basic: Fix capability_ambient_set_apply for kernels < 4.3Kevin Kuehler2020-03-291-0/+4
| |/ / / |/| | |
* | | | selinux: add debug logging to cache functionsChristian Göttsche2020-03-271-5/+10
* | | | selinux: add unlikely compiler hints for cache functionsChristian Göttsche2020-03-271-2/+2
|/ / /
* | | user-util: Allow names starting with a digitBalint Reczey2020-03-271-3/+17
* | | Merge pull request #15186 from DaanDeMeyer/clangd-fix-wstring-plus-intAnita Zhang2020-03-261-1/+1
|\ \ \
| * | | Silence Wstring-plus-int warning when using clangd with GCC.Daan De Meyer2020-03-211-1/+1
* | | | cgroup-util: cg_get_xattr_malloc helperAnita Zhang2020-03-242-0/+20
* | | | cgroup-util: helper to cg_get_attribute and convert to uint64_tAnita Zhang2020-03-243-8/+29
* | | | davfs is a network file systempelzvieh2020-03-241-1/+2
|/ / /
* | | linux: update headers from v5.6Yu Watanabe2020-03-129-0/+226
* | | namespace: fix MAC labels of /dev when PrivateDevices=yesTopi Miettinen2020-03-126-12/+23
* | | Merge pull request #14901 from w-simon/fix-testsChris Down2020-03-112-60/+36
|\ \ \
| * | | basic/cgroup-util: modernize cg_split_spec()Zbigniew Jędrzejewski-Szmek2020-03-102-60/+36
* | | | namespace: ignore prefix chars when comparing pathsTopi Miettinen2020-03-102-0/+17
| |/ / |/| |
* | | Merge pull request #15036 from yuwata/can-termination-modYu Watanabe2020-03-071-0/+144
|\ \ \
| * | | linux: add can/netlink.hYu Watanabe2020-03-071-0/+144
| | |/ | |/|
* | | Merge pull request #14890 from yuwata/network-tc-nextYu Watanabe2020-03-071-2/+6
|\ \ \
| * | | network: tc: support Hierarchy Token Bucket (HTB)Yu Watanabe2020-03-021-2/+6
* | | | Merge pull request #15010 from cgzones/selinux_reload_cache_enforceChris Down2020-03-062-14/+56
|\ \ \ \
| * | | | selinux: cache enforced status and treat retrieve failure as enforced modeChristian Göttsche2020-03-032-9/+37
| * | | | selinux: add trigger for policy reload to refresh internal selabel cacheChristian Göttsche2020-03-032-5/+19
* | | | | treewide: more portable bash shebangsJörg Thalheim2020-03-051-1/+1
* | | | | Merge pull request #15002 from keszybz/sysusers-no-procZbigniew Jędrzejewski-Szmek2020-03-032-0/+47
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | basic/fs-util: add a version of chmod_and_chown that doesn not use /procZbigniew Jędrzejewski-Szmek2020-03-032-0/+47
| |/ / /
* | | | selinux: check return value of string_to_security_class()Christian Göttsche2020-03-031-0/+6
|/ / /