summaryrefslogtreecommitdiff
path: root/src/sysctl
Commit message (Expand)AuthorAgeFilesLines
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* sysctl: apply prefix before calling glob()Yu Watanabe2022-08-171-9/+53
* sysctl: split out code for applying glob optionYu Watanabe2022-08-171-44/+50
* sysctl: drop /proc/sys/ in prefixYu Watanabe2022-08-171-16/+4
* sysctl: use ordered_hashmap_ensure_put()Yu Watanabe2022-08-171-4/+1
* sysctl: add --strict option to fail if sysctl does not existsQuentin Deslandes2022-07-251-6/+16
* sysctl: also process sysctl requests via the "sysctl.extra" credentialLennart Poettering2022-07-141-0/+24
* sysctl: increase log severity on failed writeChristian Göttsche2022-06-141-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-4/+0
* Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* fileio: optionally, return discovered path of file in search_and_fopen()Lennart Poettering2021-05-071-5/+6
* sysctl: downgrade warning about excluded keysZbigniew Jędrzejewski-Szmek2021-02-171-1/+1
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-4/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-2/+1
* journalctl,elsewhere: make sure --file=foo fails with sane error msg if foo i...Lennart Poettering2020-05-191-1/+1
* sysctl: check correct error codeLennart Poettering2020-05-141-1/+1
* sysctl: fix segfaultYu Watanabe2020-02-061-1/+1
* sysctl: add glob syntax to sysctl.d filesZbigniew Jędrzejewski-Szmek2020-02-041-51/+117
* sysctl: downgrade message when we have no permissionZbigniew Jędrzejewski-Szmek2020-01-161-7/+10
* sysctl: move hashmap allocation out of main functionZbigniew Jędrzejewski-Szmek2020-01-161-10/+9
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* sysctl: if options are prefixed with "-" ignore write errorsLennart Poettering2019-07-261-34/+80
* sysctl: reset 'r' only where neededLennart Poettering2019-07-261-2/+2
* sysctl: switch to log_syntax()Lennart Poettering2019-07-261-2/+1
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-1/+2
* sysctl: Don't pass null directive argument to '%s'Khem Raj2018-12-161-1/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-4/+3
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-1/+1
* basic/main-func: also close the pager automaticallyZbigniew Jędrzejewski-Szmek2018-11-201-15/+7
* sysctl: use STATIC_DESTRUCTOR_REGISTER() to free arg_prefixesLennart Poettering2018-11-201-2/+2
* sysctl: use _cleanup_ in one more occasionLennart Poettering2018-11-201-2/+1
* sysctl: port to use DEFINE_MAIN_FUNCTION()Lennart Poettering2018-11-201-2/+5
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek2018-11-141-3/+3
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-4/+15
* 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
* binfmt,sysctl,sysuers,tmpfiles: add auto-paging for --cat-config commandsLennart Poettering2018-06-131-0/+13
* Eliminate config_dirs vars which hold a static strvZbigniew Jędrzejewski-Szmek2018-05-071-4/+2
* sysctl: add --cat-configZbigniew Jędrzejewski-Szmek2018-04-271-7/+26
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...Lennart Poettering2018-02-121-4/+4
* Use read_line() and LONG_LINE_MAX to read values configuration files.Tiago Salem Herrmann2017-12-131-7/+7
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-131-1/+1