Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-13 | socket: add option for SO_PASSEC | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=798760 (Note that this work is not complete yet, as the kernel seems to send us useless data with SCM_SECURITY enabled) | |||
2012-03-06 | journal: make sure to refresh window position and pointer after we linked up ↵ | Lennart Poettering | |
a data object | |||
2012-03-05 | journal: fix endianness errors | Frederic Crozat | |
2012-02-29 | systemd-journald: fix endianess bug | Dirk Eibach | |
2012-02-02 | coredump: avoid coredump loops, divert coredump if journald itself is crashing | Lennart Poettering | |
2012-01-31 | load-fragment: properly parse size values denoted in bytes | Lennart Poettering | |
2012-01-31 | journal: increase compression threshold for objects from 64 to 512 | Lennart Poettering | |
Apparently the perfomance price for compression is to steep to apply it for all objects >= 64 and < 512 in size, as measured by Arjan Van De Ven, hence increase the threshold to 512 which yields better results. | |||
2012-01-27 | log: increase socket buffers for logging by default | Lennart Poettering | |
2012-01-27 | log: never delay logging if the log server is stuck, always drop messages ↵ | Lennart Poettering | |
quickly | |||
2012-01-22 | cgtop: add new cgtop tool | Lennart Poettering | |
2012-01-21 | journal: systemd v38 fails to build on big-endians | Dan Horák | |
Hi, during the builds for Fedora/s390x I've found that systemd v38 fails to build on big-endian platforms. ... make[2]: Entering directory `/root/systemd' CC src/journal/libsystemd_journal_la-sd-journal.lo src/journal/sd-journal.c: In function 'init_location': src/journal/sd-journal.c:69:22: error: incompatible types when initializing type 'long unsigned int' using type 'sd_id128_t' src/journal/sd-journal.c:69:20: error: incompatible types when assigning to type 'sd_id128_t' from type 'long unsigned int' make[2]: *** [src/journal/libsystemd_journal_la-sd-journal.lo] Error 1 I see the problem in using le64toh() on the 16 bytes boot_id structure in init_location() Please see http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=544375 for a full build log and attachment for a proposed fix. With regards Dan | |||
2012-01-18 | journal: when sending journal data via file, place it in /dev/shm, to allow ↵ | Lennart Poettering | |
early boot operation, even if it sucks | |||
2012-01-18 | journalctl: properly honour -n when -f is passed, too | Lennart Poettering | |
2012-01-14 | journal: drop privileges when storing coredump | Lennart Poettering | |
2012-01-14 | util: introduce FORMAT_BYTES_MAX | Lennart Poettering | |
2012-01-14 | journal: collect coredump up to 24M in size | Lennart Poettering | |
2012-01-14 | journal: handle empty syslog identifier properly | Lennart Poettering | |
2012-01-14 | journal: fix bad memory access | Lennart Poettering | |
2012-01-14 | journal: if the data to be sent is larger than the maximum datagram size ↵ | Lennart Poettering | |
resort to passing a temporary fd over native protocol | |||
2012-01-14 | journal: hook up coredumping with journal | Lennart Poettering | |
2012-01-14 | journal: add new system-cat tool as kind of a more powerfull BSD logger | Lennart Poettering | |
2012-01-13 | journal: add output mode that just prints simple messages without any ↵ | Lennart Poettering | |
decorations | |||
2012-01-12 | journal: if the syslog forwarder socket is full, then don't block | Lennart Poettering | |
2012-01-12 | log: make internal log api log directly to the journal | Lennart Poettering | |
2012-01-11 | journal: add SELinux context to all logged messages | Lennart Poettering | |
2012-01-11 | journal: fix more 32/64 bit issues | Lennart Poettering | |
2012-01-11 | journald: don't assume size_t and uint64_t are the same | Lennart Poettering | |
2012-01-11 | journald: set group ownership of journal files to 'adm' by default | Lennart Poettering | |
2012-01-11 | journal: make requirement for ACLs optional | Lennart Poettering | |
2012-01-11 | journalctl: fix --help text | Lennart Poettering | |
2012-01-11 | journal: don't realign window twice | Lennart Poettering | |
2012-01-11 | sd-journal: implement a number of non-implemented calls from the API for now | Lennart Poettering | |
2012-01-07 | journalctl: add new short-monotonic output mode | Lennart Poettering | |
2012-01-07 | journald: add kmsg source | Lennart Poettering | |
2012-01-07 | journald: remove inner loop debug message | Lennart Poettering | |
2012-01-07 | journalctl: rename --new-id to --new-id128 in order not to introduce yet ↵ | Lennart Poettering | |
another new name | |||
2012-01-07 | journald: introduce systemd_journald.forward_to_kmsg=1 (and friends) to ↵ | Lennart Poettering | |
enable kmsg forwarding globally via kernel cmdline | |||
2012-01-06 | journald: shorten the time we wait for a forwarding syslog | Lennart Poettering | |
2012-01-05 | journal: rename syslog tag to identifier since that's what we call it on the ↵ | Lennart Poettering | |
server side. | |||
2012-01-05 | journal: rename priority_prefix to level_prefix, since that's how we call it ↵ | Lennart Poettering | |
in PID 1 | |||
2012-01-05 | sd-journal: close reading side of sd_journal_stream_fd() file descriptors | Lennart Poettering | |
2012-01-05 | journal: store used transport in journal | Lennart Poettering | |
2012-01-05 | journal: move sockets into their own subdir | Lennart Poettering | |
2012-01-05 | journalctl: add --new-id switch to generate a new 128Bit id | Lennart Poettering | |
2012-01-05 | build-sys: move public header files into a dir of their own | Lennart Poettering | |
2012-01-05 | journald: add configuration file options to forward all logged data to kmsg, ↵ | Lennart Poettering | |
console, syslog | |||
2012-01-04 | journald: parse configuration file | Lennart Poettering | |
2012-01-04 | journal: beef up journal output of systemctl and journalctl | Lennart Poettering | |
2012-01-04 | journal: it's not a problem if the realtime jumps, hence don't ensure ↵ | Lennart Poettering | |
monotonicity of realtime for entries we write | |||
2012-01-04 | journald: store _SYSTEMD_UNIT= instead of _SYSTEMD_SERVICE= field, since ↵ | Lennart Poettering | |
processes might also be related to mount, swap or socket units, not just services |