summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)AuthorFilesLines
2012-03-22add sparse support to detect endianness bugFrederic Crozat7-51/+143
2012-03-21journal: PAGE_SIZE is not known on ppc and other archsLennart Poettering1-3/+12
2012-03-21journal: react with immediate rotation to a couple of more errorsLennart Poettering2-2/+13
2012-03-16man: document systemd-journalctl(1)Lennart Poettering1-1/+1
2012-03-15man: document systemd-journald.conf(5)Lennart Poettering1-1/+1
2012-03-15man: document systemd-cat(1)Lennart Poettering1-5/+6
2012-03-15journal: only use uint8_t for stateFrederic Crozat1-2/+2
2012-03-15a couple of fixes to make llvm-analyze quietLennart Poettering2-7/+4
2012-03-15journalctl: add a missing 'break'Tero Roponen1-0/+1
2012-03-15journald: don't try to roatet corrupted files when we open read-only anywayLennart Poettering1-1/+1
2012-03-15journald: adjust permissions for rotated filesLennart Poettering1-1/+7
2012-03-15journald: take corrupted files into account when calculating disk spaceLennart Poettering1-1/+2
2012-03-15journald: be a bit more verboseLennart Poettering1-6/+6
2012-03-15journald: fix calculation of disk spaceLennart Poettering2-2/+5
2012-03-15journald: copy metrics/compression state from template when rotatingLennart Poettering2-2/+5
2012-03-15journald: increase max file size to 128MBLennart Poettering1-1/+1
2012-03-15journal: vacuum corrupted files, tooLennart Poettering1-26/+65
2012-03-15journal: if we encounter a corrupted file, rotate and go onLennart Poettering3-11/+58
2012-03-15journald: fix typoLennart Poettering1-1/+1
2012-03-15journalctl: suppress messages about adm group if ACL support is not enabledLennart Poettering1-0/+2
2012-03-14journald: set SO_PASSEC only if selinux is enabledLennart Poettering1-0/+4
2012-03-14journalctl: warn if the user is not in the adm groupLennart Poettering1-1/+10
2012-03-14journal: fix memory leakLennart Poettering1-0/+1
2012-03-14journal: Don't hold pointers to journal while remappingMarti Raudsepp1-1/+11
2012-03-14journald: allocate PAGE_SIZE bytes for selinux label lengthLennart Poettering1-1/+2
2012-03-13journald: use SCM_SECURITY to race-freely determine peer SELinux labelLennart Poettering1-26/+80
2012-03-13socket: add option for SO_PASSECLennart Poettering1-0/+10
2012-03-06journal: make sure to refresh window position and pointer after we linked up ...Lennart Poettering1-7/+16
2012-03-05journal: fix endianness errorsFrederic Crozat1-4/+4
2012-02-29systemd-journald: fix endianess bugDirk Eibach1-1/+1
2012-02-02coredump: avoid coredump loops, divert coredump if journald itself is crashingLennart Poettering1-11/+84
2012-01-31load-fragment: properly parse size values denoted in bytesLennart Poettering1-15/+15
2012-01-31journal: increase compression threshold for objects from 64 to 512Lennart Poettering1-1/+1
2012-01-27log: increase socket buffers for logging by defaultLennart Poettering1-1/+7
2012-01-27log: never delay logging if the log server is stuck, always drop messages qui...Lennart Poettering1-15/+6
2012-01-22cgtop: add new cgtop toolLennart Poettering1-1/+1
2012-01-21journal: systemd v38 fails to build on big-endiansDan HorĂ¡k1-1/+1
2012-01-18journal: when sending journal data via file, place it in /dev/shm, to allow e...Lennart Poettering1-1/+4
2012-01-18journalctl: properly honour -n when -f is passed, tooLennart Poettering1-1/+1
2012-01-14journal: drop privileges when storing coredumpLennart Poettering1-16/+41
2012-01-14util: introduce FORMAT_BYTES_MAXLennart Poettering1-1/+1
2012-01-14journal: collect coredump up to 24M in sizeLennart Poettering1-1/+1
2012-01-14journal: handle empty syslog identifier properlyLennart Poettering1-4/+8
2012-01-14journal: fix bad memory accessLennart Poettering1-1/+1
2012-01-14journal: if the data to be sent is larger than the maximum datagram size reso...Lennart Poettering2-16/+139
2012-01-14journal: hook up coredumping with journalLennart Poettering1-0/+173
2012-01-14journal: add new system-cat tool as kind of a more powerfull BSD loggerLennart Poettering1-0/+181
2012-01-13journal: add output mode that just prints simple messages without any decorat...Lennart Poettering1-1/+2
2012-01-12journal: if the syslog forwarder socket is full, then don't blockLennart Poettering1-0/+8
2012-01-12log: make internal log api log directly to the journalLennart Poettering1-1/+1