summaryrefslogtreecommitdiffstats
path: root/src/journal/coredump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* coredump+coredumpctl: add COREDUMP_FILENAME, use in coredumpctlZbigniew Jędrzejewski-Szmek2014-06-261-8/+14
* coredump: make compression configurableZbigniew Jędrzejewski-Szmek2014-06-261-15/+58
* coredump: compress core filesZbigniew Jędrzejewski-Szmek2014-06-261-33/+96
* coredump: log coredump even if core dumping failsZbigniew Jędrzejewski-Szmek2014-06-241-8/+3
* coredump: retrieve comm information from /procZbigniew Jędrzejewski-Szmek2014-06-241-50/+83
* coredump: never write more than the configured processing size limit to diskLennart Poettering2014-06-231-2/+8
* coredump: quit early if we cannot store ay coredump to diskLennart Poettering2014-06-231-0/+8
* coredump: also escape spaces in comm fields when formatting file namesLennart Poettering2014-06-231-1/+1
* coredump: fix include of xattr.hFilipe Brandenburger2014-06-201-1/+1
* coredump: simplify how we apply extended attributes to coredumpsLennart Poettering2014-06-191-21/+16
* coredump: include stacktrace of coredumps in the log messageLennart Poettering2014-06-191-11/+27
* coredump: add 3 more metadata fields to coredump entriesLennart Poettering2014-06-191-4/+27
* coredump: optionally store coredumps on disk, not in the journalLennart Poettering2014-06-191-96/+347
* Unify GREEDY_REALLOC and GREEDY_REALLOC_TZbigniew Jędrzejewski-Szmek2014-04-121-17/+13
* journal: export valid_user_field and size definesZbigniew Jędrzejewski-Szmek2014-03-171-0/+2
* Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek2013-10-131-6/+6
* systemd-coredump: Log crashes without coredumps on failureAndrew Cook2013-09-061-3/+4
* systemd-coredump: Ignore coredumps larger than COREDUMP_MAXAndrew Cook2013-09-061-1/+7
* coredump: use realloc() loop instead of malloc(768M)Colin Walters2013-04-261-11/+26
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-1/+1
* journald: bring max coredump size in sync with max entry sizeLennart Poettering2013-04-081-0/+2
* coredump: do not free twicev200Zbigniew Jędrzejewski-Szmek2013-03-291-3/+3
* coredump: bump coredump truncation size from 24M to 768MLennart Poettering2013-03-011-1/+1
* coredump: make use of the cleanup macrosMirco Tischler2013-02-071-31/+10
* journal: log user units for coredumps and show them in systemctl statusMirco Tischler2013-02-071-3/+6
* systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is speci...Lukas Nykryn2013-01-161-1/+1
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-261-2/+1
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-251-1/+1
* util: rename join() to strjoin()Lennart Poettering2012-07-131-2/+2
* mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers2012-05-311-1/+1
* build-sys: fix built with --disable-logindLennart Poettering2012-05-301-1/+8
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* rename basic.la to shared.la and put selinux deps in shared-selinx.laKay Sievers2012-04-101-0/+1
* coredump: avoid coredump loops, divert coredump if journald itself is crashingLennart Poettering2012-02-021-11/+84
* journal: drop privileges when storing coredumpLennart Poettering2012-01-141-16/+41
* journal: collect coredump up to 24M in sizeLennart Poettering2012-01-141-1/+1
* journal: hook up coredumping with journalLennart Poettering2012-01-141-0/+173