index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
log.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
time-util: rework localtime_or_gmtime() into localtime_or_gmtime_usec()
Lennart Poettering
2024-09-05
1
-4
/
+4
*
log: protect errno from log_syntax_invalid_utf8_internal()
Yu Watanabe
2024-09-01
1
-0
/
+1
*
log: introduce log_syntax_parse_error()
Yu Watanabe
2024-09-01
1
-0
/
+38
*
log: Fix size calculation for number of iovecs
Daan De Meyer
2024-07-31
1
-3
/
+3
*
execute: Drop log level to unit log level in exec_spawn()
Daan De Meyer
2024-07-31
1
-1
/
+4
*
terminal-util: split out color macros/helpers into its own header
Lennart Poettering
2024-07-19
1
-0
/
+1
*
various: move const ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-1
/
+1
*
tree-wide: use LOG_PRI() and LOG_FAC()
Yu Watanabe
2024-05-12
1
-4
/
+4
*
core: Check for TERM=dumb in show_status()
Daan De Meyer
2024-04-22
1
-2
/
+8
*
test: Don't allocate scope if already running in unit with delegated cgroup
Daan De Meyer
2024-04-22
1
-1
/
+1
*
log: Add per target log levels
Daan De Meyer
2024-03-22
1
-3
/
+84
*
log: Make warning messages more consistent
Daan De Meyer
2024-03-20
1
-15
/
+15
*
env-util: rename getenv_bool_secure() → secure_getenv_bool()
Lennart Poettering
2024-02-28
1
-1
/
+1
*
log: make assert_return() critical when -Dmode=developer
Yu Watanabe
2023-12-23
1
-1
/
+1
*
log: introduce a knob to make assert_return() critical
Yu Watanabe
2023-12-23
1
-0
/
+13
*
various: clean up isatty() handling
Mike Yuan
2023-12-22
1
-1
/
+1
*
log: when writing a log message to a TTY always end line in CRNL
Lennart Poettering
2023-11-24
1
-1
/
+21
*
log: rename variables to store function call results
Yu Watanabe
2023-11-16
1
-25
/
+25
*
iovec-util: make IOVEC_INCREMENT a regular function too
Lennart Poettering
2023-10-20
1
-1
/
+1
*
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
1
-1
/
+1
*
process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...
Lennart Poettering
2023-10-18
1
-1
/
+1
*
treewide: split commandline into command line
Joerg Behrmann
2023-09-20
1
-1
/
+1
*
journal: avoid infinite recursion when closing bad journal FD
Luca Boccassi
2023-06-18
1
-4
/
+11
*
log: propagate max log level into glibc's setlogmask()
Lennart Poettering
2023-05-23
1
-0
/
+11
*
log: Log when kmsg is being ratelimited
Daan De Meyer
2023-04-20
1
-2
/
+6
*
log: Add knob to disable kmsg ratelimiting
Daan De Meyer
2023-04-20
1
-1
/
+21
*
log: Add LOG_SET_PREFIX() macro
Daan De Meyer
2023-03-29
1
-11
/
+27
*
Merge pull request #26916 from DaanDeMeyer/log-context-ref
Daan De Meyer
2023-03-22
1
-12
/
+69
|
\
|
*
log: Add key/value support to the log context
Daan De Meyer
2023-03-21
1
-8
/
+45
|
*
log: Avoid pushing the same fields more than once on the log context
Daan De Meyer
2023-03-21
1
-4
/
+24
*
|
core: Settle log target if we're going to be closing all fds
Daan De Meyer
2023-03-22
1
-0
/
+18
|
/
*
log: add iov helpers for log_context
Luca Boccassi
2023-03-14
1
-3
/
+43
*
Include <threads.h> if possible to get thread_local definition
Cristian Rodríguez
2023-03-06
1
-0
/
+1
*
log: add common helper log_set_target_and_open()
Lennart Poettering
2023-02-16
1
-0
/
+5
*
basic: Add log context
Daan De Meyer
2023-01-08
1
-16
/
+148
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-4
/
+4
*
basic: move a bunch of cmdline-related funcs to new argv-util.c+h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
basic/errno-util: add helper to protect and set errno in one step
Zbigniew Jędrzejewski-Szmek
2022-10-10
1
-6
/
+3
*
basic/log: include the log syntax callback in the errno protection block
Zbigniew Jędrzejewski-Szmek
2022-10-07
1
-5
/
+6
*
log: don't attempt to duplicate closed fd
Lennart Poettering
2022-09-02
1
-1
/
+1
*
basic/log: split out invoked_by_systemd() utility function
Zbigniew Jędrzejewski-Szmek
2022-07-15
1
-20
/
+2
*
tree-wide: port various users over to connect_unix_path()
Lennart Poettering
2022-05-13
1
-22
/
+8
*
meson: turn on log-message-verification by default in developer builds
Zbigniew Jędrzejewski-Szmek
2022-05-11
1
-0
/
+4
*
nss: only read logging config from environment variables
Zbigniew Jędrzejewski-Szmek
2022-01-11
1
-6
/
+10
*
journal: Don't discard kmsg messages coming from journald itself
Daan De Meyer
2021-11-18
1
-1
/
+1
*
alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhere
Lennart Poettering
2021-10-14
1
-2
/
+4
*
systemd-analyze: option to exit with an error when 'verify' fails
Maanya Goenka
2021-08-12
1
-0
/
+14
*
basic/log: invert loop to avoid repeated evaluation of condition
Zbigniew Jędrzejewski-Szmek
2021-08-07
1
-17
/
+11
*
basic/log: use structured initialization, drop unused initialization
Zbigniew Jędrzejewski-Szmek
2021-08-07
1
-25
/
+27
*
basic/log: use appropriate glyph in log_assert_failed_unreachable()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
[next]