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: coding style fix
Yu Watanabe
2018-01-15
1
-5
/
+6
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
3
-0
/
+3
*
cocci: use strempty() at more places
Lennart Poettering
2018-01-10
1
-2
/
+1
*
journald: introduce new uid_for_system_journal() helper
Lennart Poettering
2018-01-04
1
-2
/
+9
*
tree-wide: in all threads we fork off in library code, block all signals
Lennart Poettering
2018-01-04
1
-0
/
+14
*
Merge pull request #7705 from keszybz/redo-linking
Lennart Poettering
2018-01-03
1
-5
/
+9
|
\
|
*
meson: use a convenience lib for journal user sources
Zbigniew Jędrzejewski-Szmek
2018-01-03
1
-3
/
+9
|
*
meson: link libbasic and libshared_static into libshared
Zbigniew Jędrzejewski-Szmek
2018-01-03
1
-2
/
+0
*
|
Merge pull request #7728 from poettering/fork-rework
Yu Watanabe
2017-12-26
1
-0
/
+2
|
\
\
|
*
|
tree-wide: properly name all threads we fork off
Lennart Poettering
2017-12-25
1
-0
/
+2
|
|
/
*
/
separate flags from shebang
bleep_blop
2017-12-25
1
-1
/
+2
|
/
*
tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...
Lennart Poettering
2017-12-15
1
-1
/
+1
*
coccinelle: automatically rewrite memset() to zero() or memzero() where we can
Lennart Poettering
2017-12-14
1
-1
/
+1
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
12
-28
/
+30
*
tree-wide: use __fsetlocking() instead of fxyz_unlocked()
Lennart Poettering
2017-12-14
1
-2
/
+5
*
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
[next]