summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-28logind: require VTs on seat0 and forbid elsewhereDavid Herrmann
2013-11-28logind: make VT numbers unsignedDavid Herrmann
2013-11-28networkd: fix several Address entries in [Network] sectionTom Gundersen
2013-11-28event: allow EPOLLET as event flagDavid Herrmann
2013-11-28logind: mute/restore VT on behalf of session controllersDavid Herrmann
2013-11-28logind: restore session-controller after crashDavid Herrmann
2013-11-28logind: ignore failing close() on session-devicesDavid Herrmann
2013-11-28bus: add bus_name_has_owner() helperDavid Herrmann
2013-11-28login: revert lazy session-activation on non-VT seatsDavid Herrmann
2013-11-28build-sys: avoid warnings from assert_ccZbigniew Jędrzejewski-Szmek
2013-11-28po: install translationsZbigniew Jędrzejewski-Szmek
2013-11-28catalog,po: add Russian translationSergey Ptashnick
2013-11-28catalog: fix typos in the French translationSylvain Plantefeve
2013-11-28bus: update kdbus.h and always subscribe to KDBUS_HELLO_ATTACH_NAMESKay Sievers
2013-11-28automount: log info about triggering processKay Sievers
2013-11-28core: initialize variableKay Sievers
2013-11-27TODO: add sd-rtnl itemsTom Gundersen
2013-11-27Revert "socket-proxyd: Add --listener option for listener/destination pairs."Lennart Poettering
2013-11-27namespace: comment typo fixLennart Poettering
2013-11-27bus: properly handle if we get disconnected during HELLO phaseLennart Poettering
2013-11-27service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering
2013-11-27TODO: add dbus runtime depedencyTom Gundersen
2013-11-27networkd: Initialize variable to NULLPatrik Flykt
2013-11-27TODO: remove dbus requirementKay Sievers
2013-11-27updates for TODO and READMELukasz Skalski
2013-11-27logind: log which process is delaying suspend and not closing locksLennart Poettering
2013-11-27journald: mention how long we needed to flush to /var in the logsLennart Poettering
2013-11-27journal: simplify pre-allocation logicLennart Poettering
2013-11-27journal: add a test case for flushing messages out of a series of journal fil...Lennart Poettering
2013-11-27journal: allow journal_file_copy_entry() to work on non-local filesLennart Poettering
2013-11-27journal: fix iteration when we go backwards from the beginning of an array ch...Lennart Poettering
2013-11-26journal: optimize bisection logic a bit by caching the last positionLennart Poettering
2013-11-26journald: keep statistics on how of we hit/miss the mmap cacheLennart Poettering
2013-11-26journal: make table constLennart Poettering
2013-11-26journal: when appending to journal file, allocate larger blocks at onceLennart Poettering
2013-11-26tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch
2013-11-26man: networkd - document bridgingTom Gundersen
2013-11-26systemctl: fix enable/disable reply handlingKay Sievers
2013-11-26pam_systemd: do not set XDG_RUNTIME_DIR if the session's original user is not...Lennart Poettering
2013-11-26nspawn: improve error message when we cannot resolve the root directory argumentLennart Poettering
2013-11-26man: explain the precise syntax and feature set of unit names at the end of t...Lennart Poettering
2013-11-26systemctl: replace the three job mode options by a single --job-mode= optionLennart Poettering
2013-11-26core: add new "flush" job mode to cancel all other jobs when queuing a new jobLennart Poettering
2013-11-26core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...Lennart Poettering
2013-11-26networkd: add bridge supportTom Gundersen
2013-11-26networkd: minor fixesTom Gundersen
2013-11-26rtnl: add support for IFLA_MASTERTom Gundersen
2013-11-26rtnl: add preliminary support for containersTom Gundersen
2013-11-25networkd: use correct printf formatterDave Reisner
2013-11-25conf-parser: fix memory realloc errorYin Kangkai