Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-03 | update TODO | Lennart Poettering | |
2012-08-03 | man: document three new cgtop options | Zbigniew Jędrzejewski-Szmek | |
2012-08-01 | update TODO | Lennart Poettering | |
2012-08-01 | update TODO | Lennart Poettering | |
2012-07-30 | update TODO | Kay Sievers | |
2012-07-29 | logind: add new loginctl lock-sessions command | Lennart Poettering | |
2012-07-28 | systemctl: append .service to unit names lacking suffix | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=39386 | |||
2012-07-27 | update TODO | Lennart Poettering | |
2012-07-27 | journalctl: add --priority= switch for filtering by priority | Lennart Poettering | |
2012-07-26 | journald: log driver messages at LOG_INFO | Lennart Poettering | |
2012-07-26 | update README | Lennart Poettering | |
2012-07-26 | update TODO | Kay Sievers | |
2012-07-25 | update TODO | Lennart Poettering | |
2012-07-25 | update TODO | Kay Sievers | |
2012-07-20 | update TODO | Lennart Poettering | |
2012-07-20 | build-sys: prepare 187 | Lennart Poettering | |
2012-07-19 | journald: don't choke on journal files with no cutoff date | Lennart Poettering | |
2012-07-18 | update TODO | Lennart Poettering | |
2012-07-18 | service: make start jobs wait, not fail, when an automatic restart is queued | Lennart Poettering | |
When an automatic restart is already queued, then make subsequent start jobs wait until the restart can be handled (i.e. after the holdhoff time), instead of simply fail. | |||
2012-07-18 | unit: don't serialize job state, only unit state across switch-root | Lennart Poettering | |
2012-07-17 | switch-root: don't wait for processes | Lennart Poettering | |
When we transition from the initrd to the main system, don't reap processes, so that they can be handled normally after deserialization. | |||
2012-07-17 | update TODO | Lennart Poettering | |
2012-07-17 | execute: support syscall filtering using seccomp filters | Lennart Poettering | |
2012-07-16 | man: actually generate h2 headers for letters in index as we meant to | Lennart Poettering | |
2012-07-16 | Spelling fixes. | Ville Skyttä | |
2012-07-15 | udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /run | Kay Sievers | |
2012-07-15 | update TODO | Kay Sievers | |
2012-07-13 | unit: rename BindTo= to BindsTo= | Lennart Poettering | |
all other dependencies are in 3rd person. Change BindTo= accordingly to BindsTo=. Of course, the dependency is widely used, hence we parse the old name too for compatibility. | |||
2012-07-13 | build-sys: don't install sd-readahead.h as include file, but as documentation | Lennart Poettering | |
sd-readahead.h is supposed to be a drop-in API, nothing people should ever link to or could make use without also adding sd-readahead.c to their sources. Hence, don't install this header file into INCLUDES, but instead install it as DOCS. | |||
2012-07-13 | man: document sd_journal_get_cutoff_realtime_usec() | Lennart Poettering | |
2012-07-13 | util: rename join() to strjoin() | Lennart Poettering | |
This is to match strappend() and the other string related functions. | |||
2012-07-13 | journalctl: show any printable Unicode character | Zbigniew Jędrzejewski-Szmek | |
This makes sure we are OK in outputting all valid, non-control UTF-8 characters, instead of just printable 7bit ASCII. | |||
2012-07-13 | update TODO | Lennart Poettering | |
2012-07-11 | update TODO | Kay Sievers | |
2012-07-11 | update TODO | Lennart Poettering | |
2012-07-11 | journalctl: add a marker to log output for reboots | Lennart Poettering | |
With this we'll print a marker "----- Reboot -----" between two subsequent lines with different boot IDs. | |||
2012-07-11 | journal: rework directory enumeration/watch logic | Lennart Poettering | |
There's now sd_journal_new_directory() for watching specific journal directories. This is exposed in journalctl -D. sd_journal_wait() and sd_journal_process() now return whether changes in the journal are invalidating or just appending. We now create inotify kernel watches only when we actually need them | |||
2012-07-10 | update TODO | Lennart Poettering | |
2012-07-10 | journald: use "persistent", not "permanent" as storage option | Lennart Poettering | |
"permanent" is simply the wrong term and we use "persistant" in most other contexts to correct this. | |||
2012-07-10 | update TODO | Lennart Poettering | |
2012-07-10 | update TODO | Lennart Poettering | |
2012-07-10 | update TODO | Lennart Poettering | |
2012-07-10 | util: add extra safety check to in_initrd() | Lennart Poettering | |
initrds can only be on tmpfs or ramfs, so check for that | |||
2012-07-10 | update TODO | Lennart Poettering | |
2012-07-10 | update TODO | Lennart Poettering | |
2012-07-10 | update TODO | Lennart Poettering | |
2012-07-10 | update TODO | Lennart Poettering | |
2012-07-10 | update TODO | Lennart Poettering | |
2012-07-10 | update TODO | Lennart Poettering | |
2012-07-09 | paranoia: refuse rm_rf("/") | Lennart Poettering | |