summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-17auto-getty: rework auto console getty logic to work in conjunction with singl...Lennart Poettering
2010-08-16shutdownd: kill /etc/nologin file before we go downLennart Poettering
2010-08-16shutdown: various fixes for handling of delayed shutdownsLennart Poettering
2010-08-16log: properly open log target in the various utilitiesLennart Poettering
2010-08-16util: properly detect ttyname_r() failingLennart Poettering
2010-08-16util: use format_timestamp() instead of ctime() wherever possibleLennart Poettering
2010-08-16systemctl: sort case-insensitivelyLennart Poettering
2010-08-16systemctl: warn in intervals before going down when delayed shutdown is usedLennart Poettering
2010-08-16shutdown: if now time argument is passed, imply +1 not +0Lennart Poettering
2010-08-16systemctl: add support for delayed shutdown, similar to sysv in styleLennart Poettering
2010-08-14random-seed: add missing random-seed.c fileLennart Poettering
2010-08-14emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering
2010-08-14systemctl: skip writing of utmp if we booted using systemd, under the assumpt...Lennart Poettering
2010-08-14systemctl: sort 'list-units' outputLennart Poettering
2010-08-13job: don't accidently access a job that doesn't exist anymoreLennart Poettering
2010-08-13service: rename Type=finish to Type=oneshot and allow multiple ExecStart= lin...Lennart Poettering
2010-08-13systemctl: properly detect whether taling to systemd via D-Bus worked before ...Lennart Poettering
2010-08-13man: document new 'systemctl status PID' syntaxLennart Poettering
2010-08-13cgroup: try harder to find a unit a PID belongs to by traversing through pare...Lennart Poettering
2010-08-13systemctl: when calling 'status' accept a PIDLennart Poettering
2010-08-13systemctl: show sysv path if it is set if the fragment path isn't in systemct...Lennart Poettering
2010-08-12systemctl: at full stop after last message before shutting downLennart Poettering
2010-08-12audit: suppress repeated audit events when deserializingLennart Poettering
2010-08-12unit: don't show ENOENT configuration file warnings for units that are not es...Lennart Poettering
2010-08-12main: log build time features on startupLennart Poettering
2010-08-12dbus: downgrade a few log messagesLennart Poettering
2010-08-12dbus: fix capability serializationLennart Poettering
2010-08-12conf-parser: don't crash if an assignment is read before a section headerLennart Poettering
2010-08-11main: disable nscd properly, if possibleLennart Poettering
2010-08-11dbus: properly pass capabilitiesLennart Poettering
2010-08-11gc: remove a lot of unused codeLennart Poettering
2010-08-11selinux: split off selinux calls into seperate file label.cLennart Poettering
2010-08-11pahole: rearrange structs to make them smallerLennart Poettering
2010-08-11clang: fix numerous little issues found with clang-analyzerLennart Poettering
2010-08-11manager: serialize/deserialize startup time, tooLennart Poettering
2010-08-11audit: remove double header inclusionLennart Poettering
2010-08-11audit: initialize audit only if it is enabledLennart Poettering
2010-08-11target: don't synthesize a runlevel property for targets anymore since we don...Lennart Poettering
2010-08-11audit: smaller fixes to audit hookupLennart Poettering
2010-08-11systemctl: beef up highlighting of service states a littleLennart Poettering
2010-08-11utmp: enable systemd-update-utmp by defaultLennart Poettering
2010-08-11unit: make sure a job for a service of type 'finish' succeeds if the process ...Lennart Poettering
2010-08-11socket: disable GC for pre-allocated per-connection service until it is usedLennart Poettering
2010-08-11audit,utmp: implement audit logic and rip utmp stuff out of the main daemon a...Lennart Poettering
2010-08-11util: when replacing env vars replace unset envvars by nothingLennart Poettering
2010-08-11conf: add commented default SysVConsole= valueLennart Poettering
2010-08-11unit: rename OnlyByDependency= to RefuseManualStart= and introduce RefuseManu...Lennart Poettering
2010-08-09main: fix auto restarting of units after a configuration reloadLennart Poettering
2010-08-09swap: properly enter maintenance mode on failureLennart Poettering
2010-08-09manager: when two pending jobs conflict, keep the one that "conflicts", remov...Lennart Poettering