Age | Commit message (Expand) | Author |
2012-07-19 | udev: firmware - do not cancel requests in the initrd | Kay Sievers |
2012-07-19 | use #pragma once instead of foo*foo #define guards | Shawn Landden |
2012-07-19 | journal: allow watching symlinked journal dirs | Lennart Poettering |
2012-07-19 | journal: when watching directories actually watch the directories asked for | Lennart Poettering |
2012-07-19 | journal: rotate busy files away when we try to write to them | Lennart Poettering |
2012-07-19 | journal: follow symlinks when enumerating journals | Lennart Poettering |
2012-07-19 | manager: use a private notify sockets in containers to avoid problems with sh... | Lennart Poettering |
2012-07-19 | killall: avoid gcc warning about wait name clash | Lennart Poettering |
2012-07-19 | nspawn: generate proper error messages in the child | Lennart Poettering |
2012-07-19 | journald: don't choke on journal files with no cutoff date | Lennart Poettering |
2012-07-19 | nspawn: introduce new --link-journal= switch to link container journals into ... | Lennart Poettering |
2012-07-18 | journal: remove all of /run/log/journal when serializing, since the machine I... | Lennart Poettering |
2012-07-18 | journal: don't complain if the syslog forwarder socket doesn't exist | Lennart Poettering |
2012-07-18 | journal: when we suggest a rotation, explain why | Lennart Poettering |
2012-07-18 | journal: estimate data hash table size a bit larger by default | Lennart Poettering |
2012-07-18 | journald: fix another bad memory access | Lennart Poettering |
2012-07-18 | journald: fix bad memory access | Lennart Poettering |
2012-07-18 | keymap: Add Dell Latitude force-release quirk | Rex Tsai |
2012-07-18 | service: don't print a warning if we are in autorestart state, and can't star... | Lennart Poettering |
2012-07-18 | service: make start jobs wait, not fail, when an automatic restart is queued | Lennart Poettering |
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 |
2012-07-17 | journalctl: do not ellipsize when using pager | Zbigniew Jędrzejewski-Szmek |
2012-07-17 | logs: Adapt interface in log-show.c (show_journal_by_unit) | Zbigniew Jędrzejewski-Szmek |
2012-07-17 | logs: Adapt interface in log-show.c (output_journal) | Zbigniew Jędrzejewski-Szmek |
2012-07-17 | Revert "keymap: add --version option" | Kay Sievers |
2012-07-17 | keymap: add --version option | Zbigniew Jędrzejewski-Szmek |
2012-07-17 | systemd: add --version option | Zbigniew Jędrzejewski-Szmek |
2012-07-17 | execute: free syscall filter array after use | Lennart Poettering |
2012-07-17 | execute: support syscall filtering using seccomp filters | Lennart Poettering |
2012-07-17 | journal: actually set archived files to archived state | Lennart Poettering |
2012-07-17 | journalctl: decode more header files in --header | Lennart Poettering |
2012-07-17 | journal: size journal data hash table based on maximum file size metrics | Lennart Poettering |
2012-07-17 | journal: immediately rotate when the journal was previously not closed properly | Lennart Poettering |
2012-07-17 | journal: automatically rotate journal files if the data hash table is full > 75% | Lennart Poettering |
2012-07-16 | journal: use tail/head timestamps from header for cutoff logic | Lennart Poettering |
2012-07-16 | journald: don't enforce monotonicity of realtime clocks when copying entries | Lennart Poettering |
2012-07-16 | core: fix name of dbus call parameter | Lennart Poettering |
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 |