Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-12 | move more common files to shared/ and add them to shared.la | Kay Sievers | |
2012-04-12 | relicense 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-11 | logs-show: fix output of log lines lacking comm | Lennart Poettering | |
2012-04-04 | journal: don't export the boot id twice per entry | Lennart Poettering | |
2012-04-03 | man: document special journal fields | Lennart Poettering | |
2012-04-03 | journal: in json and export mode use double underscores to prefix location ↵ | Lennart Poettering | |
fields Many programming languages don't allow variable names beginning in dots, hence let's use double underscores for the location fields instead. This gets us the simple rule: __ is the prefix for location fields (i.e. fields that are used to identify entries, rather than part of the entries) _ is the prefix for trusted fields (i.e. those fields journald itself adds to all entries) no prefix for unrusted fields (i.e. all fields normal client code sends us) | |||
2012-03-15 | a couple of fixes to make llvm-analyze quiet | Lennart Poettering | |
2012-01-22 | cgtop: add new cgtop tool | Lennart Poettering | |
2012-01-14 | journal: when show blob data show length | Lennart Poettering | |
2012-01-13 | journal: add output mode that just prints simple messages without any ↵ | Lennart Poettering | |
decorations | |||
2012-01-11 | logs-show: fix missing newline in short output | Michal Schmidt | |
Ellipsized messages were printed without a newline. | |||
2012-01-11 | systemd: reconnect to syslog as soon as the journal is fully up | Lennart Poettering | |
2012-01-11 | journalctl: always show monotonic timestamp even if it's from an old boot | Lennart Poettering | |
2012-01-07 | journalctl: display source timestamp, not journald timestamp, if known | Lennart Poettering | |
2012-01-07 | journalctl: add new short-monotonic output mode | Lennart Poettering | |
2012-01-07 | journald: add kmsg source | Lennart Poettering | |
2012-01-05 | journal: rename syslog tag to identifier since that's what we call it on the ↵ | Lennart Poettering | |
server side. | |||
2012-01-05 | journalctl: rework short output mode to rebuild full syslog message | Lennart Poettering | |
2012-01-04 | journal: beef up journal output of systemctl and journalctl | Lennart Poettering | |
2012-01-04 | systemctl: shortcut log output for non-service, non-socket, non-mount, ↵ | Lennart Poettering | |
non-swap units | |||
2012-01-04 | journald: store _SYSTEMD_UNIT= instead of _SYSTEMD_SERVICE= field, since ↵ | Lennart Poettering | |
processes might also be related to mount, swap or socket units, not just services | |||
2012-01-03 | systemctl: hook up systemctl with the journal | Lennart Poettering | |