index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sysctl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #29553 from keszybz/analyze-cat-config-tldr
Luca Boccassi
2023-10-25
1
-9
/
+19
|
\
|
*
sysctl: add --tldr
Zbigniew Jędrzejewski-Szmek
2023-10-24
1
-9
/
+19
|
*
analyze/cat-config: add switch to print only "interesting" parts of config files
Zbigniew Jędrzejewski-Szmek
2023-10-24
1
-1
/
+1
*
|
tree-wide: port various parsers over to read_stripped_line()
Lennart Poettering
2023-10-17
1
-6
/
+5
|
/
*
meson: move declarations of ac-power, detect-virt, sysctl, and sleep
Yu Watanabe
2023-08-01
1
-0
/
+9
*
various: use RET_GATHER
Zbigniew Jędrzejewski-Szmek
2023-07-13
1
-34
/
+17
*
tree-wide: use _cleanup_set_free_ and friends
Yu Watanabe
2023-05-31
1
-1
/
+1
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
sysctl: apply prefix before calling glob()
Yu Watanabe
2022-08-17
1
-9
/
+53
*
sysctl: split out code for applying glob option
Yu Watanabe
2022-08-17
1
-44
/
+50
*
sysctl: drop /proc/sys/ in prefix
Yu Watanabe
2022-08-17
1
-16
/
+4
*
sysctl: use ordered_hashmap_ensure_put()
Yu Watanabe
2022-08-17
1
-4
/
+1
*
sysctl: add --strict option to fail if sysctl does not exists
Quentin Deslandes
2022-07-25
1
-6
/
+16
*
sysctl: also process sysctl requests via the "sysctl.extra" credential
Lennart Poettering
2022-07-14
1
-0
/
+24
*
sysctl: increase log severity on failed write
Christian Göttsche
2022-06-14
1
-1
/
+1
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-4
/
+0
*
Make pager_open() return void
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-1
/
+1
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
fileio: optionally, return discovered path of file in search_and_fopen()
Lennart Poettering
2021-05-07
1
-5
/
+6
*
sysctl: downgrade warning about excluded keys
Zbigniew Jędrzejewski-Szmek
2021-02-17
1
-1
/
+1
*
tree-wide: enable colorized logging for daemons when run in console
Yu Watanabe
2021-01-31
1
-1
/
+1
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
1
-4
/
+3
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-2
/
+1
*
journalctl,elsewhere: make sure --file=foo fails with sane error msg if foo i...
Lennart Poettering
2020-05-19
1
-1
/
+1
*
sysctl: check correct error code
Lennart Poettering
2020-05-14
1
-1
/
+1
*
sysctl: fix segfault
Yu Watanabe
2020-02-06
1
-1
/
+1
*
sysctl: add glob syntax to sysctl.d files
Zbigniew Jędrzejewski-Szmek
2020-02-04
1
-51
/
+117
*
sysctl: downgrade message when we have no permission
Zbigniew Jędrzejewski-Szmek
2020-01-16
1
-7
/
+10
*
sysctl: move hashmap allocation out of main function
Zbigniew Jędrzejewski-Szmek
2020-01-16
1
-10
/
+9
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
sysctl: if options are prefixed with "-" ignore write errors
Lennart Poettering
2019-07-26
1
-34
/
+80
*
sysctl: reset 'r' only where needed
Lennart Poettering
2019-07-26
1
-2
/
+2
*
sysctl: switch to log_syntax()
Lennart Poettering
2019-07-26
1
-2
/
+1
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-1
/
+1
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-1
/
+2
*
sysctl: Don't pass null directive argument to '%s'
Khem Raj
2018-12-17
1
-1
/
+1
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-4
/
+3
*
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-1
/
+1
*
basic/main-func: also close the pager automatically
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-15
/
+7
*
sysctl: use STATIC_DESTRUCTOR_REGISTER() to free arg_prefixes
Lennart Poettering
2018-11-20
1
-2
/
+2
*
sysctl: use _cleanup_ in one more occasion
Lennart Poettering
2018-11-20
1
-2
/
+1
*
sysctl: port to use DEFINE_MAIN_FUNCTION()
Lennart Poettering
2018-11-20
1
-2
/
+5
*
log: introduce new helper call log_setup_service()
Lennart Poettering
2018-11-20
1
-3
/
+1
*
basic/pager: convert the pager options to a flags argument
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-3
/
+3
*
tree-wide: add clickable man page link to all --help texts
Lennart Poettering
2018-08-20
1
-4
/
+15
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
binfmt,sysctl,sysuers,tmpfiles: add auto-paging for --cat-config commands
Lennart Poettering
2018-06-13
1
-0
/
+13
[next]