summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-06-26journal: typo fix in sd-journal.hDavid Strauss
2012-06-26core: make systemd.confirm_spawn=1 actually workLennart Poettering
2012-06-26service: pass via FAILED/DEAD before going to AUTO_RESTARTMichal Schmidt
2012-06-26service: fix incorrect argumentMichal Schmidt
2012-06-26bus: drop HaveWatchdog optionLennart Poettering
2012-06-25systemctl: make sure we print URLs we can't show in systemctl in a nicely cli...Lennart Poettering
2012-06-25cryptsetup: fix escaping when generating cryptsetup unitsLennart Poettering
2012-06-25man: document systemd-user-sessions.serviceLennart Poettering
2012-06-25units: rename cryptsetup@.service to systemd-cryptsetup@.serviceLennart Poettering
2012-06-25units: rename fsck@.service to systemd-fsck@.serviceLennart Poettering
2012-06-22unit: drop the Names= optionLennart Poettering
2012-06-22dbus: don't expose SysVInitPath and SysVRcndPath on the busLennart Poettering
2012-06-22core: remove sysv_console optionLennart Poettering
2012-06-22systemctl: automatically turn paths and unescaped unit names into proper unit...Lennart Poettering
2012-06-22modules-load: parse driver=/rd.driver= kernel command line optionLennart Poettering
2012-06-22fstab-generator: support fstab=/rd.fstab= kernel cmdlineLennart Poettering
2012-06-22cryptsetup: allow configuration of LUKS disks via the kernel cmdlineLennart Poettering
2012-06-22man: document all kernel command line options we understandLennart Poettering
2012-06-22journal: fix sd_journal_stream_fd()Lennart Poettering
2012-06-22journal: set the _SYSTEMD_UNIT field for messages from terminated processesEelco Dolstra
2012-06-22readahead: minor code style fixesLennart Poettering
2012-06-22readahead: make sure to close pack file before exiting, to be valgrind cleanLennart Poettering
2012-06-21readahead: use log_error() for logging errorsLennart Poettering
2012-06-21readahead: make use of util.h's page_size() callLennart Poettering
2012-06-21readahead: merge three binaries into oneLennart Poettering
2012-06-21preset: don't look for preset files in /lib unless /usr is split offLennart Poettering
2012-06-21rpm: include RPM macro definition for .spec snippetsLennart Poettering
2012-06-21login: wrap CanTTY and CanGraphical seat attributes in libsystemd-loginLennart Poettering
2012-06-21logind: introduce a state for session, being one of online, active, closingLennart Poettering
2012-06-21logind: expose CanGraphical and CanTTY properties on seat objectsLennart Poettering
2012-06-20update TODOLennart Poettering
2012-06-20tmpfiles: exclude the first level directories in /run/user from automatic cle...Lennart Poettering
2012-06-19analyze: Python 3 compatibilityShawn Landden
2012-06-19login: initialize XDG_RUNTIME_DIR as /run/user/$UID instead of /run/user/$USERLennart Poettering
2012-06-19vconsole-setup: enable utf-8 mode explicitlyTom Gundersen
2012-06-19systemd: return error when asked to stop unknown unitMichal Sekletar
2012-06-18libudev: clarify that udev_monitor_receive_device() is non-blockingKay Sievers
2012-06-17journal: fix monotonic seekingLennart Poettering
2012-06-17journal: rotate on SIGUSR2Lennart Poettering
2012-06-17journal: fix SD_JOURNAL_SYSTEM_ONLY flagLennart Poettering
2012-06-17journal: expose and make use of cutoff times of journalLennart Poettering
2012-06-17journal: correct list link up on hash collisionsLennart Poettering
2012-06-17journal: add basic object definition for signaturesLennart Poettering
2012-06-17journal: replace arena offset by header sizeLennart Poettering
2012-06-15logind: more robust handling of VT-less systemsMichal Schmidt
2012-06-15service: timeout for oneshot servicesLukas Nykryn
2012-06-14systemctl: clearer error message for missing install informationMichal Schmidt
2012-06-14tmpfiles: create char devices with correct SELinux contextMichal Schmidt
2012-06-13unit-name: introduce unit_dbus_path_from_name()Michal Schmidt
2012-06-13systemctl: warn about all active triggers, not just socketsMichal Schmidt