summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2010-08-09service: hide output of sysv scripts if quiet is passed on the kernel cmdlineLennart Poettering
2010-08-09service: properly remember if a sysv is actually enabledLennart Poettering
2010-08-09service: show restart value in dumpLennart Poettering
2010-08-09dbus: don't call bus_path_escape() with NULL unit nameLennart Poettering
2010-08-09systemctl: show exit code only if it is actually setLennart Poettering
2010-08-07systemctl: fix parsing of DBus reply in 'dot'Michal Schmidt
2010-08-06util: when formatting timestamps return '0' for 0 timestamps instead of empty...Lennart Poettering