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
*
journal,coredump: do not do ACL magic for "nobody" user either
Lennart Poettering
2017-12-06
1
-2
/
+2
*
coredump,journal: do not do ACL magic for processes of dynamic UIDs
Lennart Poettering
2017-12-06
1
-1
/
+1
*
user-util: add new uid_is_system() helper
Lennart Poettering
2017-12-06
1
-2
/
+2
*
journal: fix log message when dropping messages
Lennart Poettering
2017-11-29
1
-1
/
+1
*
journald: correct field counts
Lennart Poettering
2017-11-29
1
-2
/
+11
*
journal: driver messages can now contain object fields, account for that
Lennart Poettering
2017-11-29
1
-1
/
+1
*
journal: avoid undefined behaviour in float division by 0.0
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-1
/
+1
*
journal: use new helpers with journal_file_close
Zbigniew Jędrzejewski-Szmek
2017-11-28
4
-26
/
+4
*
Use hashmap_free_free where appropriate
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-4
/
+1
*
journald: add _printf_ attribute to server_driver_message()
Yu Watanabe
2017-11-25
1
-1
/
+1
*
test: handle gracefully if decompressor tools are not installed (#7455)
Lennart Poettering
2017-11-24
1
-1
/
+8
*
journalctl: add --output-fields= to --help text (#7443)
Lennart Poettering
2017-11-24
1
-0
/
+1
*
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
3
-6
/
+6
*
Add license headers and SPDX identifiers to meson.build files
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+17
*
Add SPDX license headers to various assorted files
Zbigniew Jędrzejewski-Szmek
2017-11-19
2
-1
/
+4
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
60
-0
/
+60
*
core: implement /run/systemd/units/-based path for passing unit info from PID...
Lennart Poettering
2017-11-16
9
-72
/
+240
*
journald: when logging about dropped messages, include more meta data
Lennart Poettering
2017-11-16
5
-12
/
+15
*
journal: reindent field mapping tables
Lennart Poettering
2017-11-16
1
-23
/
+23
*
journal: make use of IOVEC_MAKE() where it makes sense
Lennart Poettering
2017-11-16
2
-13
/
+5
*
journal: move valid_user_field() to journal-util.[ch] and rename it → journ...
Lennart Poettering
2017-11-16
1
-37
/
+3
*
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
[next]