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
*
conf-parser: turn three bool function params into a flags fields
Lennart Poettering
2017-11-13
1
-1
/
+1
*
journal: disable -Waddress-of-packed-member under clang
Zbigniew Jędrzejewski-Szmek
2017-11-01
1
-0
/
+4
*
journald: unitialized variable access
Zbigniew Jędrzejewski-Szmek
2017-11-01
1
-1
/
+1
*
journalctl: add --output-fields= (#7181)
Lars Karlitski
2017-10-27
1
-1
/
+23
*
Merge pull request #6974 from keszybz/clean-up-defines
Lennart Poettering
2017-10-04
20
-81
/
+81
|
\
|
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
20
-81
/
+81
*
|
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
8
-16
/
+16
|
/
*
tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`
Andreas Rammhold
2017-10-02
2
-5
/
+3
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
7
-13
/
+8
*
test-cpu-set-util.c: fix typo in comment (#6916)
Jan Synacek
2017-09-26
8
-133
/
+108
|
\
|
*
io-util: add new IOVEC_INIT/IOVEC_MAKE macros
Lennart Poettering
2017-09-22
8
-133
/
+108
*
|
journal-verfiy: add a couple of missing le64toh() calls (#6888)
Lennart Poettering
2017-09-25
1
-21
/
+21
*
|
Merge pull request #6887 from rantala/6447
Lennart Poettering
2017-09-24
1
-0
/
+167
|
\
\
|
|
/
|
/
|
|
*
journal: add missing le64toh() calls in journal_file_check_object()
Tommi Rantala
2017-09-24
1
-17
/
+17
|
*
journal: add object sanity check to journal_file_move_to_object()
Tommi Rantala
2017-09-22
1
-0
/
+167
*
|
journald: make maximum size of stream log lines configurable and bump it to 4...
Lennart Poettering
2017-09-22
5
-21
/
+159
|
/
*
exec-util,conf-files: skip non-executable files in execute_directories()
Lennart Poettering
2017-09-13
1
-1
/
+1
*
journalctl: honor --quiet when vacuuming (#6771)
Kai-Heng Feng
2017-09-08
1
-1
/
+1
*
journald: add minimal client metadata caching
Lennart Poettering
2017-07-31
10
-371
/
+851
*
journald: only accept valid unit names for log streams
Lennart Poettering
2017-07-31
1
-11
/
+8
*
journald: add comment explaining journal rate limit return codes
Lennart Poettering
2017-07-31
1
-0
/
+7
*
Merge pull request #6365 from keszybz/fast-tests
Martin Pitt
2017-07-28
1
-1
/
+11
|
\
|
*
test-compress-benchmark: look at $SYSTEMD_SLOW_TESTS
Zbigniew Jędrzejewski-Szmek
2017-07-13
1
-1
/
+11
*
|
tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)
Lennart Poettering
2017-07-21
1
-2
/
+2
*
|
tree-wide: make use of getpid_cached() wherever we can
Lennart Poettering
2017-07-20
6
-8
/
+8
*
|
build-sys: drop gitignore patterns for in-tree builds
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-3
/
+0
*
|
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
|
Merge pull request #6355 from vcaputo/journal_avoid_mmap_cache_get_calls
Lennart Poettering
2017-07-17
5
-23
/
+38
|
\
\
|
*
|
journal: avoid unnecessary mmap_cache_get() calls
Vito Caputo
2017-07-13
1
-6
/
+7
|
*
|
journal: return mapped size from mmap_cache_get()
Vito Caputo
2017-07-13
5
-18
/
+32
|
|
/
*
|
journald: make reading /dev/kmsg optional (#6362)
Susant Sahani
2017-07-15
4
-2
/
+14
*
|
journal: elide fd matching from window_matches() (#6340)
Vito Caputo
2017-07-14
1
-6
/
+13
*
|
journal: use context_attach_window() in add_mmap() (#6339)
Vito Caputo
2017-07-14
1
-3
/
+1
|
/
*
journal: explicitly add fds to mmap-cache (#6307)
Vito Caputo
2017-07-11
6
-169
/
+169
*
shared: leave output_journal() output in buffer (#6304)
Vito Caputo
2017-07-07
1
-0
/
+2
*
Merge pull request #5930 from larskarlitski/journal-skip
Lennart Poettering
2017-06-27
2
-12
/
+11
|
\
|
*
journalctl: honor --show-cursor in more sitatuations
Lars Karlitski
2017-05-11
1
-10
/
+6
|
*
journal: return 0 from _skip() when it didn't skip
Lars Karlitski
2017-05-11
1
-2
/
+5
*
|
Merge pull request #5960 from keszybz/journald-memleak
Evgeny Vereshchagin
2017-05-21
3
-87
/
+123
|
\
\
|
*
|
journald: fix trivial memleak
Zbigniew Jędrzejewski-Szmek
2017-05-20
2
-1
/
+3
|
*
|
journald: process "binary" fields the same as text fields
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-50
/
+70
|
*
|
journald: properly process multiple entries in the same native packet
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-34
/
+49
|
*
|
journald: use unaligned_read instead of memcpy
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-3
/
+2
|
|
/
*
|
journal/journald-console: fix format-specifier issue
John Paul Adrian Glaubitz
2017-05-19
1
-2
/
+2
*
|
Merge pull request #5957 from keszybz/test-c++
Lennart Poettering
2017-05-17
1
-1
/
+1
|
\
\
|
*
|
tree-wide: drop assert.h includes
Zbigniew Jędrzejewski-Szmek
2017-05-13
1
-1
/
+1
|
|
/
*
/
Revert "selinux: split up mac_selinux_have() from mac_selinux_use()"
Gary Tierney
2017-05-12
4
-4
/
+4
|
/
*
Add short-iso-precise for journalctl output (#5884)
Ian Wienand
2017-05-08
1
-2
/
+3
*
Merge pull request #5842 from keszybz/meson-status-and-conditionals
Michael Biebl
2017-05-03
1
-3
/
+3
|
\
|
*
meson: use booleans for conf.set and drop unecessary conditionals
Zbigniew Jędrzejewski-Szmek
2017-05-02
1
-3
/
+3
[next]