index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
notify
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
notify: warn if notify msg specified along with --booted
Mike Yuan
2024-01-29
1
-0
/
+3
*
notify: don't exit silently when --exec but no msg
Mike Yuan
2024-01-29
1
-20
/
+18
*
notify: if execve() failed, always show original error
Mike Yuan
2024-01-29
1
-7
/
+2
*
notify: deduplicate ppid handling
Mike Yuan
2024-01-29
1
-25
/
+22
*
notify: minor modernizations
Mike Yuan
2024-01-29
1
-16
/
+16
*
fdset: set all collected fds to CLOEXEC in fdset_new_fill()
Mike Yuan
2023-11-30
1
-4
/
+0
*
meson: move declarations of delta, escape, notify, creds, and battery-check
Yu Watanabe
2023-08-01
1
-0
/
+9
*
tree-wide: getpid() → getpid_cached()
Lennart Poettering
2023-06-23
1
-2
/
+3
*
tree-wide: use _cleanup_set_free_ and friends
Yu Watanabe
2023-05-31
1
-1
/
+1
*
pid1: when taking possession of passed fds check O_CLOEXEC state first
Lennart Poettering
2023-05-23
1
-1
/
+1
*
parse-util: make parse_fd() return -EBADF
Yu Watanabe
2023-05-08
1
-2
/
+0
*
tree-wide: use parse_fd()
David Tardon
2023-05-05
1
-4
/
+4
*
sd-daemon: add sd_pid_notify_barrier() call and use it in systemd-notify
Lennart Poettering
2023-05-03
1
-1
/
+1
*
notify: don't send EXIT_STATUS= notify message from systemd-notify
Lennart Poettering
2023-05-03
1
-0
/
+5
*
notify: add support for sending fds with notification messages
Lennart Poettering
2023-03-29
1
-4
/
+105
*
notify: add new --exec switch for chaining other commands to systemd-notify
Lennart Poettering
2023-02-17
1
-3
/
+56
*
notify: add --stopping + --reloading switches
Lennart Poettering
2023-01-10
1
-4
/
+35
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
notify: remove spurious whitespace
Lennart Poettering
2022-04-01
1
-1
/
+1
*
Add implicit sentinel to strv_env_merge()
Zbigniew Jędrzejewski-Szmek
2021-08-11
1
-1
/
+1
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
systemd-notify: Fix return value of --booted
Joerg Behrmann
2021-04-01
1
-3
/
+10
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-2
/
+2
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
1
-5
/
+5
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
Introduce sd_notify_barrier
Kumar Kartikeya Dwivedi
2020-04-30
1
-0
/
+19
*
notify: beef up --pid= logic
Lennart Poettering
2020-04-30
1
-6
/
+49
*
notify: add color to --help
Lennart Poettering
2019-11-28
1
-2
/
+4
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-1
/
+1
*
Merge pull request #12411 from keszybz/pr/12394
Lennart Poettering
2019-05-08
1
-0
/
+1
|
\
|
*
Enable log colors for most of tools in /usr/bin
Zbigniew Jędrzejewski-Szmek
2019-05-08
1
-0
/
+1
*
|
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-1
/
+1
|
/
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-8
/
+6
*
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
*
util-lib: move main() definition macros to its own header file
Lennart Poettering
2018-11-19
1
-0
/
+1
*
notify: define main through macro
Zbigniew Jędrzejewski-Szmek
2018-11-17
1
-40
/
+25
*
Merge pull request #9783 from poettering/get-user-creds-flags
Zbigniew Jędrzejewski-Szmek
2018-08-21
1
-1
/
+1
|
\
|
*
user-util: rework get_user_creds()
Lennart Poettering
2018-08-20
1
-1
/
+1
*
|
tree-wide: add clickable man page link to all --help texts
Lennart Poettering
2018-08-20
1
-5
/
+17
|
/
*
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
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
notify: add new --uid= command
Lennart Poettering
2018-01-11
1
-2
/
+36
*
tree-wide: use !strv_isempty() instead of strv_length() > 0
Yu Watanabe
2017-12-19
1
-1
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
[next]