index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
journalctl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
journalctl: Make journalctl --user-unit= match on _SYSTEMD_USER_SLICE
Arian van Putten
2019-08-22
1
-1
/
+2
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-3
/
+3
*
Merge pull request #13011 from keszybz/auto-erase
Lennart Poettering
2019-07-11
1
-1
/
+1
|
\
|
*
Remove string_erase
Zbigniew Jędrzejewski-Szmek
2019-07-10
1
-1
/
+1
*
|
tree-wide: introduce strerror_safe()
Yu Watanabe
2019-07-04
1
-1
/
+1
|
/
*
Merge pull request #12837 from yuwata/tree-wide-lgtm-fixes
Lennart Poettering
2019-06-20
1
-2
/
+4
|
\
|
*
tree-wide: drop alloca() in loop
Yu Watanabe
2019-06-19
1
-2
/
+4
*
|
util: introduce format_bytes_full()
Yu Watanabe
2019-06-19
1
-0
/
+1
|
/
*
journalctl: make 'journalctl --flush' or friends not fail with varlink timeout
Yu Watanabe
2019-06-04
1
-0
/
+1
*
journalctl: mention --smart-relinquish-var in log message
Yu Watanabe
2019-06-04
1
-1
/
+1
*
journalctl: fix error cause in log message
Yu Watanabe
2019-06-04
1
-1
/
+4
*
journalctl: return a non-zero EC when --grep returns no matches
Frantisek Sumsal
2019-05-16
1
-1
/
+9
*
journalctl: improve error messages
Zbigniew Jędrzejewski-Szmek
2019-05-10
1
-2
/
+4
*
journalctl: add new --relinquish and --smart-relinquish options
Lennart Poettering
2019-05-09
1
-59
/
+104
*
journalctl: port --flush/--sync/--rotate to use varlink method calls
Lennart Poettering
2019-05-09
1
-136
/
+16
*
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
-2
/
+2
|
/
*
tree-wide: (void)ify a few unlink() and rmdir()
Lennart Poettering
2019-03-27
1
-1
/
+1
*
journalctl: voidify mkdir_p() call and unify two similar code paths
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-22
/
+21
*
journalctl: support `-b all` to negate effect of -b
dana
2019-03-19
1
-15
/
+23
*
util: split out nulstr related stuff to nulstr-util.[ch]
Lennart Poettering
2019-03-14
1
-0
/
+1
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-0
/
+1
*
journalctl: New option --cursor-file
Jörg Sommer
2019-02-27
1
-11
/
+54
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-0
/
+1
*
path-util: allow NULLs in arguments to path_join()
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-1
/
+1
*
tree-wide: rename path_join_many() to path_join()
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-1
/
+1
*
tree-wide: replace path_join with path_join_many
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-1
/
+1
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-22
/
+18
*
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-0
/
+1
*
basic/pager: convert the pager options to a flags argument
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-8
/
+7
*
journalctl: do not treat EINTR as an error when waiting for events
Zbigniew Jędrzejewski-Szmek
2018-11-11
1
-1
/
+6
*
journalctl: in --follow mode watch stdout for POLLHUP/POLLERR and exit
Lennart Poettering
2018-10-26
1
-17
/
+48
*
journalctl: fix error number in error message
Lennart Poettering
2018-10-25
1
-1
/
+1
*
journalctl: add ability to vacuum and rotate in one step
Lennart Poettering
2018-10-25
1
-4
/
+14
*
tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journal
Lennart Poettering
2018-10-16
1
-5
/
+5
*
journalctl: port JSON output mode to new JSON API
Lennart Poettering
2018-10-11
1
-2
/
+3
*
chattr: optionally, return the old flags when updating them
Lennart Poettering
2018-10-08
1
-1
/
+1
*
Merge pull request #10255 from poettering/hide-new-id128
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-2
/
+1
|
\
|
*
journalctl: drop --new-id128 from help and man texts
Lennart Poettering
2018-10-02
1
-2
/
+1
*
|
systemd-id128: a new tool to print machine/boot/invocation/app-specific ids
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-1
/
+1
*
|
journalctl: move generate_new_id128() to shared
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-30
/
+2
|
/
*
journal: replace udev_device by sd_device
Yu Watanabe
2018-08-22
1
-26
/
+20
*
tree-wide: add clickable man page link to all --help texts
Lennart Poettering
2018-08-20
1
-4
/
+14
*
journal: do not hide options in help message
Yu Watanabe
2018-08-08
1
-5
/
+1
*
journalctl: handle inotify exhaustion nicer
Kevin Kuehler
2018-06-21
1
-3
/
+5
*
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
*
udev: fix usage of udev_device_new_from_stat_rdev() in journalctl
Filipe Brandenburger
2018-06-08
1
-0
/
+1
*
udev: add helper udev_device_new_from_stat_rdev()
Lennart Poettering
2018-06-07
1
-7
/
+6
[next]