summaryrefslogtreecommitdiffstats
path: root/src/notify (follow)
Commit message (Expand)AuthorAgeFilesLines
* notify: warn if notify msg specified along with --bootedMike Yuan2024-01-291-0/+3
* notify: don't exit silently when --exec but no msgMike Yuan2024-01-291-20/+18
* notify: if execve() failed, always show original errorMike Yuan2024-01-291-7/+2
* notify: deduplicate ppid handlingMike Yuan2024-01-291-25/+22
* notify: minor modernizationsMike Yuan2024-01-291-16/+16
* fdset: set all collected fds to CLOEXEC in fdset_new_fill()Mike Yuan2023-11-301-4/+0
* meson: move declarations of delta, escape, notify, creds, and battery-checkYu Watanabe2023-08-011-0/+9
* tree-wide: getpid() → getpid_cached()Lennart Poettering2023-06-231-2/+3
* tree-wide: use _cleanup_set_free_ and friendsYu Watanabe2023-05-311-1/+1
* pid1: when taking possession of passed fds check O_CLOEXEC state firstLennart Poettering2023-05-231-1/+1
* parse-util: make parse_fd() return -EBADFYu Watanabe2023-05-081-2/+0
* tree-wide: use parse_fd()David Tardon2023-05-051-4/+4
* sd-daemon: add sd_pid_notify_barrier() call and use it in systemd-notifyLennart Poettering2023-05-031-1/+1
* notify: don't send EXIT_STATUS= notify message from systemd-notifyLennart Poettering2023-05-031-0/+5
* notify: add support for sending fds with notification messagesLennart Poettering2023-03-291-4/+105
* notify: add new --exec switch for chaining other commands to systemd-notifyLennart Poettering2023-02-171-3/+56
* notify: add --stopping + --reloading switchesLennart Poettering2023-01-101-4/+35
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* notify: remove spurious whitespaceLennart Poettering2022-04-011-1/+1
* Add implicit sentinel to strv_env_merge()Zbigniew Jędrzejewski-Szmek2021-08-111-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* systemd-notify: Fix return value of --bootedJoerg Behrmann2021-04-011-3/+10
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-041-2/+2
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-5/+5
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Introduce sd_notify_barrierKumar Kartikeya Dwivedi2020-04-301-0/+19
* notify: beef up --pid= logicLennart Poettering2020-04-301-6/+49
* notify: add color to --helpLennart Poettering2019-11-281-2/+4
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* Merge pull request #12411 from keszybz/pr/12394Lennart Poettering2019-05-081-0/+1
|\
| * Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* | codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
|/
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-8/+6
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-1/+1
* util-lib: move main() definition macros to its own header fileLennart Poettering2018-11-191-0/+1
* notify: define main through macroZbigniew Jędrzejewski-Szmek2018-11-171-40/+25
* Merge pull request #9783 from poettering/get-user-creds-flagsZbigniew Jędrzejewski-Szmek2018-08-211-1/+1
|\
| * user-util: rework get_user_creds()Lennart Poettering2018-08-201-1/+1
* | tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-5/+17
|/
* 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
* notify: add new --uid= commandLennart Poettering2018-01-111-2/+36
* tree-wide: use !strv_isempty() instead of strv_length() > 0Yu Watanabe2017-12-191-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1