summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)AuthorFilesLines
2015-04-06util: rework rm_rf() logicLennart Poettering6-15/+18
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer6-9/+9
2015-03-14journald: add syslog fields for audit messagesZbigniew Jędrzejewski-Szmek1-1/+5
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann4-7/+7
2015-03-09Introduce loop_read_exact helperZbigniew Jędrzejewski-Szmek2-20/+13
2015-03-09journalctl: unlink without checking with access firstZbigniew Jędrzejewski-Szmek1-11/+8
2015-03-09journal: fix return codeZbigniew Jędrzejewski-Szmek1-3/+1
2015-03-09journal-file: update format string to remove castZbigniew Jędrzejewski-Szmek1-2/+2
2015-03-09journal: align comments to make them more legibleZbigniew Jędrzejewski-Szmek1-8/+9
2015-03-08sd-journal: return error when we cannot open a fileZbigniew Jędrzejewski-Szmek1-1/+1
2015-03-08journalctl: update hint now that we set ACL everywhereZbigniew Jędrzejewski-Szmek1-14/+11
2015-03-03Do not advertise .d snippets over main config fileZbigniew Jędrzejewski-Szmek2-6/+8
2015-03-02journal: fix Inappropriate ioctl for device on ext4Cristian Rodríguez1-2/+2
2015-02-25journal: make skipping of exhausted journal files effective againMichal Schmidt3-12/+17
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen28-44/+0
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen1-1/+1
2015-02-12Add missing includes in header filesThomas Hindoe Paaboel Andersen1-0/+1
2015-02-10journald: don't specify inline in local functionsLennart Poettering1-1/+2
2015-02-03journald: fix some xsprrintf() buffer size falloutLennart Poettering2-2/+2
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering5-47/+47
2015-02-01Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek7-32/+22
2015-01-29coredump: drop caps while we are processing the coredumpLennart Poettering1-10/+11
2015-01-29Revert "journal: do not check for number of files"Lennart Poettering1-0/+7
2015-01-22tests: use assert_se instead of assertRonny Chevalier5-32/+34
2015-01-22tmpfiles: add 'a' type to set ACLsZbigniew Jędrzejewski-Szmek3-15/+2
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek3-6/+6
2015-01-22Fix some format strings for enums, they are signedZbigniew Jędrzejewski-Szmek1-2/+2
2015-01-22import: introduce new mini-daemon systemd-importd, and make machinectl a clie...Lennart Poettering2-41/+0
2015-01-21journal: Fix syslog forwarding without CAP_SYS_ADMINChristian Seiler1-3/+3
2015-01-19journalctl: trim --help to fit in 80 columnsZbigniew Jędrzejewski-Szmek1-14/+14
2015-01-18Move DEFINE_TRIVIAL_CLEANUP_FUNC to macro.hZbigniew Jędrzejewski-Szmek1-1/+1
2015-01-17remove unneeded libgen.h includesCristian Rodríguez1-1/+0
2015-01-13journald: allow zero length datagrams againLennart Poettering1-4/+0
2015-01-09journal: do not check for number of filesZbigniew Jędrzejewski-Szmek1-7/+0
2015-01-08journal: bump RLIMIT_NOFILE when journal files to 16K (if possible)Lennart Poettering1-0/+5
2015-01-08util: make it easy to initialize the crtime from the current time in fd_setcr...Lennart Poettering1-1/+1
2015-01-08journald: turn off COW for journal files on btrfsLennart Poettering2-10/+30
2015-01-06journal: consider file deletion errors a reason for rotationLennart Poettering1-1/+2
2015-01-06journald: whenever we rotate a file, btrfs defrag itLennart Poettering2-0/+14
2015-01-06tree-wide: remove unnecessary LOG_PRIZbigniew Jędrzejewski-Szmek2-2/+2
2015-01-06journald: allow restarting journald without losing stream connectionsLennart Poettering3-61/+348
2015-01-05journald: reuse IOVEC_TOTAL_SIZE() macros where possibleLennart Poettering1-14/+4
2015-01-05journald: when we detect the journal file we are about to write to has been d...Lennart Poettering4-18/+57
2015-01-05journald: add some additional checks before we divide by values read from jou...Lennart Poettering1-12/+21
2015-01-05journalctl: static variables immediately configured via command line argument...Lennart Poettering1-10/+9
2015-01-05journal: install sigbus handler for journal tools tooLennart Poettering2-2/+6
2015-01-05journald: constify all thingsLennart Poettering1-10/+18
2015-01-05journald: prefix exported calls with "server_", unexport unnecessary callsLennart Poettering5-7/+6
2015-01-05journald: process SIGBUS for the memory maps we set upLennart Poettering6-27/+180
2014-12-30tree-wide: spelling fixesVeres Lajos2-3/+3