index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-3
/
+0
*
add _AUDIT_TYPE_NAME field to audit records in the journal
Jérémy Rosen
2018-06-19
1
-2
/
+5
*
Correct a number of trivial typos.
Chris Lamb
2018-06-18
1
-1
/
+1
*
do not filter out deprecated USER audit messages
Jérémy Rosen
2018-06-18
1
-2
/
+2
*
Drop my copyright headers
Zbigniew Jędrzejewski-Szmek
2018-06-14
8
-22
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
11
-12
/
+12
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
52
-173
/
+0
*
tree-wide: use proper unicode © instead of (C) where we can
Lennart Poettering
2018-06-14
2
-2
/
+2
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
61
-122
/
+0
*
tree-wide: drop !! casts to booleans
Zbigniew Jędrzejewski-Szmek
2018-06-13
1
-4
/
+4
*
journal: forward messages from /dev/log unmodified to syslog.socket
Michal Sekletar
2018-06-11
3
-16
/
+25
*
udev: fix usage of udev_device_new_from_stat_rdev() in journalctl
Filipe Brandenburger
2018-06-08
1
-0
/
+1
*
tree-wide: fix a number of log calls that use %m but have no errno set
Lennart Poettering
2018-06-07
1
-2
/
+2
*
udev: add helper udev_device_new_from_stat_rdev()
Lennart Poettering
2018-06-07
1
-7
/
+6
*
Merge pull request #9147 from keszybz/runtime-enablement
Lennart Poettering
2018-06-04
1
-2
/
+2
|
\
|
*
journal: small simplification
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-2
/
+2
*
|
journal: allow boot_id to be passed to journal_append_entry()
Zbigniew Jędrzejewski-Szmek
2018-05-31
7
-17
/
+38
*
|
journal: remove unused args from journal_file_copy_entry()
Zbigniew Jędrzejewski-Szmek
2018-05-31
4
-5
/
+5
*
|
journal: refuse an entry with invalid timestamp fields
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-1
/
+10
*
|
journal: rename output_journal to show_journal_entry
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-2
/
+2
*
|
journal: allow writing journal files even if machine-id is missing
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-1
/
+4
*
|
journal: rewrap function args
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-3
/
+16
|
/
*
journal-file: avoid joining offline thread
Vito Caputo
2018-05-29
1
-4
/
+6
*
journalctl: add with-unit mode
Luca Boccassi
2018-05-25
1
-1
/
+1
*
fileio: accept FILE* in addition to path in parse_env_file()
Lennart Poettering
2018-05-24
2
-2
/
+2
*
Merge pull request #9062 from poettering/parse-conf-macro
Lennart Poettering
2018-05-22
1
-4
/
+5
|
\
|
*
tree-wide: port over all code to the new CONFIG_PARSER_PROTOTYPE() macro
Lennart Poettering
2018-05-22
1
-4
/
+5
*
|
tree-wide: port various bits of the tree over to the new DUMP_STRING_TABLE() ...
Lennart Poettering
2018-05-22
1
-1
/
+7
|
/
*
fs-util,test: add helper to remove tempfiles
Zbigniew Jędrzejewski-Szmek
2018-05-18
2
-25
/
+13
*
Turn VALGRIND variable into a meson configuration switch
Zbigniew Jędrzejewski-Szmek
2018-05-17
1
-6
/
+6
*
Merge pull request #8950 from dtardon/cleanup
Zbigniew Jędrzejewski-Szmek
2018-05-10
1
-48
/
+22
|
\
|
*
journal: use automatic cleanup more
David Tardon
2018-05-10
1
-48
/
+22
*
|
Introduce _cleanup_(strbuf_cleanupp) and use it to fix null deref on error
Zbigniew Jędrzejewski-Szmek
2018-05-10
2
-36
/
+20
|
/
*
journal-send: drop redundant parenthesis
Lennart Poettering
2018-04-27
1
-1
/
+1
*
tree-wide: use newa() rather than alloca() where we can
Lennart Poettering
2018-04-27
2
-3
/
+3
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-4
/
+4
*
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
1
-2
/
+2
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
5
-15
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
62
-806
/
+0
*
journald: bump rate limits (#8660)
David Tardon
2018-04-05
2
-2
/
+2
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
4
-19
/
+11
*
journald: make use of fd_get_path() where appropriate
Lennart Poettering
2018-03-28
1
-8
/
+3
*
Merge pull request #8576 from keszybz/oss-fuzz
Evgeny Vereshchagin
2018-03-27
1
-4
/
+1
|
\
|
*
journal: use structured initalizer
Zbigniew Jędrzejewski-Szmek
2018-03-26
1
-4
/
+1
*
|
journal-file: we can't use a chain cache entry if we don't know where it star...
Lennart Poettering
2018-03-27
1
-1
/
+1
*
|
Merge pull request #8554 from poettering/chase-trail-slash
Zbigniew Jędrzejewski-Szmek
2018-03-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
fs-util: add new CHASE_TRAIL_SLASH flag for chase_symlinks()
Lennart Poettering
2018-03-22
1
-1
/
+1
*
|
coccinelle: run while-true.cocci again
Lennart Poettering
2018-03-23
1
-1
/
+1
*
|
macro: introduce new TAKE_FD() macro
Lennart Poettering
2018-03-22
1
-3
/
+1
*
|
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
|
/
[next]