Age | Commit message (Expand) | Author |
2012-07-16 | unit: set default working directory to the user's home directory when running... | Lennart Poettering |
2012-07-16 | unit: introduce %s specifier for the user shell | Lennart Poettering |
2012-07-16 | unit: printf specifiers %u and %h: $USER and $HOME. | Auke Kok |
2012-07-16 | util: add getusername_malloc(), get_shell(), get_home_dir() | 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 | unit: avoid re-definition of enum for older gcc versions | Kay Sievers |
2012-07-15 | aquire_terminal(): fix uninitialized variable | Kay Sievers |
2012-07-15 | journal: align byte-buffer that gets cased to an object | Kay Sievers |
2012-07-15 | journal: avoid re-definition of enums for older gcc versions | Kay Sievers |
2012-07-14 | udev: avoid creating /dev/kmsg with fopen() to support CONFIG_PRINTK=n | Kay Sievers |
2012-07-13 | unit: rename BindTo= to BindsTo= | Lennart Poettering |
2012-07-13 | shutdown: add missing include | Lennart Poettering |
2012-07-13 | man: document sd_journal_get_cutoff_realtime_usec() | Lennart Poettering |
2012-07-13 | man: document sd_journal_get_data() and friends | Lennart Poettering |
2012-07-13 | log: correct usage of logging API at a few places | Lennart Poettering |
2012-07-13 | main: only reopen /dev/console if we switch-root to a custom init | Harald Hoyer |
2012-07-13 | container: when shutting down in a container don't detach loop devices | Lennart Poettering |
2012-07-13 | core: go on a killing spree when transitioning from initrd to main system | Lennart Poettering |
2012-07-13 | util: temporarily ignore SIGHUP while we are issuing TIOCSTTY | Lennart Poettering |
2012-07-13 | test: hook up more tests with make check | Lennart Poettering |
2012-07-13 | util: rename join() to strjoin() | Lennart Poettering |
2012-07-13 | man: document sd_journal_stream_fd() | Lennart Poettering |
2012-07-13 | man: move header file man pages from section 7 to 3 | Lennart Poettering |
2012-07-13 | journal: properly export sd_journal_add_disjunction() | Lennart Poettering |
2012-07-13 | journalctl: show any printable Unicode character | Zbigniew Jędrzejewski-Szmek |
2012-07-13 | journal: beef up journal matches considerably | Lennart Poettering |
2012-07-13 | journal: check fields we search for more carefully | Lennart Poettering |
2012-07-13 | journal: fix seeking by realtime/seqnum | Lennart Poettering |
2012-07-13 | journal: fix bad memory access | Lennart Poettering |
2012-07-13 | journal: fix bisection logic for first entry | Lennart Poettering |
2012-07-13 | journal: fix interleaving of files with different time sources | Lennart Poettering |
2012-07-11 | journal: replace implicit flushing of journal by explicit one | Lennart Poettering |
2012-07-11 | journalctl: add a marker to log output for reboots | Lennart Poettering |
2012-07-11 | journal: rework directory enumeration/watch logic | Lennart Poettering |
2012-07-10 | journal: introduce sd_journal_wait() to simplify writing synchronous clients | Lennart Poettering |
2012-07-10 | journald: use "persistent", not "permanent" as storage option | Lennart Poettering |
2012-07-10 | selinux: turn of libselinux' internal logging | Lennart Poettering |
2012-07-10 | switch-root: reopen /dev/console before we switch root | Lennart Poettering |
2012-07-10 | util: rm_rf() refuse cleaning non-memory file systems, as extra paranoia | Lennart Poettering |
2012-07-10 | util: add extra safety check to in_initrd() | Lennart Poettering |
2012-07-10 | mount: fix for complex automounts | Malte Starostik |
2012-07-10 | systemctl: filter shown units by their load state | Zbigniew Jędrzejewski-Szmek |
2012-07-10 | unit: Move UnitLoadState definitions from core/unit.c to shared/unit-name.c | Zbigniew Jędrzejewski-Szmek |
2012-07-10 | unit: get rid of UnitVTable.suffix, which is now unused | Lennart Poettering |
2012-07-10 | unit-name: remove unit_name_is_valid_no_type() and move unit_name_is_valid() ... | Lennart Poettering |
2012-07-10 | systemctl: check the argument to -t for invalid values | Zbigniew Jędrzejewski-Szmek |
2012-07-10 | unit: Move UnitType definitions from core/unit.c to shared/unit-name.c | Zbigniew Jędrzejewski-Szmek |
2012-07-09 | cryptsetup: add keyfile-offset= support | Tom Gundersen |
2012-07-09 | udev: never touch device nodes with symlink requests | Kay Sievers |