Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-21 | man: Document missing options | Jan Janssen | |
2013-04-24 | Add set_consume which always takes ownership | Zbigniew Jędrzejewski-Szmek | |
Freeing in error path is the common pattern with set_put(). | |||
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer | |
http://lists.freedesktop.org/archives/systemd-devel/2013-April/010510.html | |||
2013-04-16 | macro: rework how we define cleanup macros | Lennart Poettering | |
There's now a generic _cleanup_ macro with an argument. The macros for specific types are now defined using this macro, and in the header files where they belong. All cleanup handlers are now inline functions. | |||
2013-03-18 | journal,shared: add _cleanup_journal_close_ | Zbigniew Jędrzejewski-Szmek | |
2013-03-07 | pager: introduce "jump to end" option | Harald Hoyer | |
$ journalctl -be is what you want :) https://bugzilla.redhat.com/show_bug.cgi?id=867841 | |||
2013-01-04 | build-sys: drop all distribution specfic checks | Lennart Poettering | |
Yay, we now have a completely generic systemd. No distribution specific checks anymore! | |||
2012-12-19 | coredumpctl: check return of strndup | Lukas Nykryn | |
2012-11-21 | journal: by default do not decompress dat objects larger than 64K | Lennart Poettering | |
This introduces a new data threshold setting for sd_journal objects which controls the maximum size of objects to decompress. This is relieves the library from having to decompress full data objects even if a client program is only interested in the initial part of them. This speeds up "systemd-coredumpctl" drastically when invoked without parameters. | |||
2012-11-12 | enable localization for common *ctl commands | Dave Reisner | |
2012-11-09 | coredumpctl: add missing -F, --field option to help | Dave Reisner | |
2012-11-09 | systemd-coredumpctl: add 'gdb' to usage output | Dave Reisner | |
2012-10-30 | coredumpctl: add --field/-F option | Zbigniew Jędrzejewski-Szmek | |
Useful for completion generation. | |||
2012-10-30 | coredumpctl: add --no-legend option | Zbigniew Jędrzejewski-Szmek | |
Useful for completion generation. | |||
2012-10-30 | coredumpctl: fix program return code | Zbigniew Jędrzejewski-Szmek | |
2012-10-30 | coredumpctl: add guard to options table | Zbigniew Jędrzejewski-Szmek | |
It is not nice to segfault on unknown options :( | |||
2012-10-28 | journal: fix memleak, call set_free before return | Michal Sekletar | |
2012-10-27 | coredumpctl: add 'gdb' verb to start gdb right-away on a collected coredump | Lennart Poettering | |
2012-10-26 | coredumpctl: show timestamps in list | Lennart Poettering | |
2012-10-26 | coredumpctl: optimize journal entry parsing a bit by enumerating only once | Lennart Poettering | |
2012-10-26 | coredumpctl: initialize global vars | Lennart Poettering | |
2012-10-19 | journal: add tool to extract coredumps | Zbigniew Jędrzejewski-Szmek | |
'systemd-coredumpctl' will list available coredumps: PID UID GID sig exe 32452 500 500 11 /home/zbyszek/systemd/build/journalctl 32666 500 500 11 /usr/lib64/valgrind/memcheck-amd64-linux ... 'systemd-coredumpctl dump PID' will write the coredump to specified file or stdout. |