Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-10 | coredump: honour RLIMIT_CORE when saving/processing coredumps | Lennart Poettering | |
With this change processing/saving of coredumps takes the RLIMIT_CORE resource limit of the crashing process into account, given the user control whether specific processes shall core dump or not, and how large to make the core dump. Note that this effectively disables core-dumping for now, as RLIMIT_CORE defaults to 0 (i.e. is disabled) for all system processes. | |||
2015-11-17 | sysctl: use %P instead of %p in core pattern | Lennart Poettering | |
That way we'll get the PID on the host, rather than the one in a PID namespace. Which should make the coredump handler less confusing. Fixes #1930. | |||
2014-07-13 | man: add systemd-coredump(8) and a bunch of links | Zbigniew Jędrzejewski-Szmek | |
2013-03-15 | sysctl: coredump.conf -> 50-coredump.conf | Kay Sievers | |