summaryrefslogtreecommitdiff
path: root/src/shared/sysctl-util.c
Commit message (Expand)AuthorAgeFilesLines
* basic: move shared/sysctl-util.[ch] → basic/Lennart Poettering2021-03-051-130/+0
* sysctl-util: use read_full_virtual_file() for reading sysctlsLennart Poettering2021-03-051-4/+4
* Merge pull request #17474 from yuwata/network-drop-link-deserialization-logicYu Watanabe2020-11-271-0/+1
|\
| * sysctl-util: truncate newline in read valueYu Watanabe2020-10-281-0/+1
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|/
* shared/sysctl-util: normalize repeated slashes or dots to a single valueZbigniew Jędrzejewski-Szmek2020-01-301-13/+19
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* sysctl: add sysctl_writef() helperLennart Poettering2019-07-131-0/+15
* sysctl-util: add sysctl_read_ip_property()Yu Watanabe2019-02-211-0/+22
* sysctl-util: introduce sysctl_write_ip_property() and friendsYu Watanabe2019-02-211-0/+16
* sysctl: when debug logging about sysctl changes, truncate trailing newlineLennart Poettering2018-11-221-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* sysctl: use raw file descriptor in sysctl_write (#7753)Mike Gilbert2017-12-301-1/+16
* sysctl: disable buffer while writing to /procTiago Salem Herrmann2017-12-131-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-6/+1
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-7/+6
* tree-wide: fix write_string_file() user that should not create filesDaniel Mack2015-07-061-1/+1
* fileio: consolidate write_string_file*()Daniel Mack2015-07-061-1/+1
* sysctl: minor simplificationsLennart Poettering2015-04-241-17/+9
* sysctl: move property handling to shared/Kay Sievers2015-03-111-0/+88