summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAgeFilesLines
* process-util: add helper for querying oom score adjustment valueLennart Poettering2021-10-042-0/+19
* Merge pull request #20907 from keszybz/licensing-cleanupLuca Boccassi2021-10-012-0/+2
|\
| * licensing: add forgotten spdx headersZbigniew Jędrzejewski-Szmek2021-10-012-0/+2
* | mount-util: fix fd_is_mount_point() when both the parent and directory are ne...Franck Bui2021-10-011-27/+41
|/
* Merge pull request #20871 from mrc0mmand/udevadm-property-valueYu Watanabe2021-09-302-0/+21
|\
| * basic: introduce test_strv_split_and_extend()Frantisek Sumsal2021-09-292-0/+21
* | basic/unit-file: don't filter out names starting with dotAnita Zhang2021-09-291-1/+1
* | Merge pull request #20802 from yuwata/network-receive-nl80211-multicast-messagesYu Watanabe2021-09-292-0/+48
|\ \ | |/ |/|
| * sd-netlink, wifi-util: fix attribute type of NL80211_ATTR_SSIDYu Watanabe2021-09-291-0/+5
| * basic/linux: update nl80211.hYu Watanabe2021-09-291-0/+43
* | sysctl-util: minimize side-effects when running `systemd-sysctl`Antony Deepak Thomas2021-09-291-1/+1
* | fileio: introduce new mode to suppress writing the same valueAntony Deepak Thomas2021-09-292-13/+39
* | string-util: introduce streq_skip_trailing_chars()Antony Deepak Thomas2021-09-292-0/+18
* | fileio: introduce read_virtual_file_fd()Antony Deepak Thomas2021-09-292-8/+17
|/
* tree-wide: make format_ifname() or friends return negative errno on failureYu Watanabe2021-09-293-22/+56
* core: Add ExecSearchPath parameter to specify the directory relative to which...alexlzhu2021-09-282-5/+25
* prioq: introduce prioq_ensure_put()Yu Watanabe2021-09-282-0/+11
* Merge pull request #20846 from yuwata/sd-lldp-txYu Watanabe2021-09-281-0/+5
|\
| * hostname-util: introduce get_pretty_hostname()Yu Watanabe2021-09-281-0/+5
* | parse-util: prefix load average macros with LOAD_AVG_Luca Boccassi2021-09-272-8/+8
|/
* basic: delete loadavg.h copyLuca Boccassi2021-09-255-59/+13
* Get rid of ioprio.h and add a minimalistic reimplementation of the apiZbigniew Jędrzejewski-Szmek2021-09-225-59/+61
* Define ioprio_{get,set} the same as other compat syscallsZbigniew Jędrzejewski-Szmek2021-09-221-0/+20
* variuos: add missing includesZbigniew Jędrzejewski-Szmek2021-09-222-0/+3
* Merge pull request #20767 from bluca/portable_extract_selinuxZbigniew Jędrzejewski-Szmek2021-09-222-3/+3
|\
| * socket-util: const-ify iov parameter in send_one_fd_iov_saLuca Boccassi2021-09-202-3/+3
* | smack: move helper function to smack-util.cZbigniew Jędrzejewski-Szmek2021-09-212-15/+0
* | Merge pull request #20690 from DaanDeMeyer/oomd-user-servicesLuca Boccassi2021-09-211-1/+4
|\ \
| * | oom: Add support for user unit ManagedOOM property updatesDaan De Meyer2021-09-201-1/+4
* | | Drop bundled copy of linux/if_arp.hZbigniew Jędrzejewski-Szmek2021-09-212-166/+0
| |/ |/|
* | fileio: fix truncated read handling in read_virtual_file()Lennart Poettering2021-09-161-3/+8
* | fileio: start with 4k buffer for procfsAnita Zhang2021-09-161-0/+5
* | Merge pull request #20738 from mrc0mmand/ci-llvm-13Yu Watanabe2021-09-162-2/+3
|\ \
| * | tree-wide: mark set-but-not-used variables as unused to make LLVM happyFrantisek Sumsal2021-09-152-2/+3
* | | Merge pull request #20731 from a-wai/mainLennart Poettering2021-09-162-5/+9
|\ \ \
| * | | basic: nulstr-util: add nulstr_get() returning the matching stringArnaud Ferraris2021-09-152-5/+9
* | | | sysctl-util: per coding style, compare chars explicit against 0.Lennart Poettering2021-09-151-1/+1
* | | | sysctl-util: make sysctl_read_ip_property() a wrapper around sysctl_read()Lennart Poettering2021-09-151-13/+9
* | | | sysctl-util: modernize sysctl_read() a bitLennart Poettering2021-09-151-2/+13
* | | | sysctl-util: make sysctl_write_ip_property() a wrapper around sysctl_write()Lennart Poettering2021-09-153-10/+17
* | | | sysctl-util: rework sysctl_write() to wrap write_string_file()Lennart Poettering2021-09-151-11/+5
* | | | fileio: set O_NOCTTY when reading virtual filesLennart Poettering2021-09-151-1/+1
* | | | fileio: lower maximum virtual file buffer size by one byteLennart Poettering2021-09-151-8/+10
| |/ / |/| |
* | | in-addr-prefix-util: introduce several utilities for address prefixYu Watanabe2021-09-142-37/+0
|/ /
* | virt: Improve detection of EC2 metal instancesBenjamin Herrenschmidt2021-09-141-2/+30
* | memory-util: replace memeqzero() by a more generic memeqbyte()Lennart Poettering2021-09-132-8/+9
|/
* cgroup-util: use string_hash_ops_freeYu Watanabe2021-09-111-6/+2
* cgroup-util: use _cleanup_free_ attributeYu Watanabe2021-09-111-8/+4
* basic/linux: Sync if_arp.h with Linux 5.14Chris Packham2021-09-101-0/+1
* fs-util: rewrite rmdir_parents() with path_find_last_component()Yu Watanabe2021-09-071-31/+20