summaryrefslogtreecommitdiff
path: root/man/systemd.journal-fields.xml
AgeCommit message (Collapse)Author
2012-09-17directive-index: journal directivesZbigniew Jędrzejewski-Szmek
2012-08-22journald: augment journal entries from the kernel with data from udevLennart Poettering
2012-08-09man: document kernel journal fieldsLennart Poettering
2012-08-01journal: add sd_journal_perror() to APILennart Poettering
2012-07-13man: move header file man pages from section 7 to 3Lennart Poettering
This way we can include documentation about minor macros/inline function within the introducionary man page in a sane way.
2012-07-13journal: beef up journal matches considerablyLennart Poettering
we now can take multiple matches, and they will apply as AND if they apply to different fields and OR if they apply to the same fields. Also, terms of this kind can be combined with an overreaching OR.
2012-07-09man: document sd_print() and friendsLennart Poettering
2012-05-22man: relax wording in journal-fields(7) a bitLennart Poettering
2012-05-04man: clarify _TRANSPORTShawn Landden
"resp." where it was confuses reader that stdout and stderr might go to differn't places
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
2012-04-04man: document the _TRANSPORT journal fieldLennart Poettering
2012-04-03man: clarify the formatting of timestampsLennart Poettering
2012-04-03man: document special journal fieldsLennart Poettering