summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* modprobe: kill support for nomodulesLennart Poettering2010-08-173-72/+1
* shutdown: drop -f/-F switches again, simply because we don't want to condone ...Lennart Poettering2010-08-171-20/+0
* nss: don't disable nscd anymore, since it doesn't make sense to socket-activa...Lennart Poettering2010-08-173-32/+7
* emacs: disable tabs in .h files, tooLennart Poettering2010-08-1763-63/+63
* log: print at to one target at maxLennart Poettering2010-08-171-8/+10
* device: be more verbose of udev confuses usLennart Poettering2010-08-171-1/+2
* load-fragment: make parser more forgivingLennart Poettering2010-08-172-85/+96
* auto-getty: rework auto console getty logic to work in conjunction with singl...Lennart Poettering2010-08-173-37/+193
* shutdownd: kill /etc/nologin file before we go downLennart Poettering2010-08-161-3/+3
* shutdown: various fixes for handling of delayed shutdownsLennart Poettering2010-08-162-16/+35
* log: properly open log target in the various utilitiesLennart Poettering2010-08-1610-3/+13
* util: properly detect ttyname_r() failingLennart Poettering2010-08-161-2/+3
* util: use format_timestamp() instead of ctime() wherever possibleLennart Poettering2010-08-162-22/+13
* systemctl: sort case-insensitivelyLennart Poettering2010-08-161-2/+2
* systemctl: warn in intervals before going down when delayed shutdown is usedLennart Poettering2010-08-163-44/+160
* shutdown: if now time argument is passed, imply +1 not +0Lennart Poettering2010-08-162-2/+4
* systemctl: add support for delayed shutdown, similar to sysv in styleLennart Poettering2010-08-167-14/+484
* random-seed: add missing random-seed.c fileLennart Poettering2010-08-141-0/+112
* emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering2010-08-1473-73/+73
* systemctl: skip writing of utmp if we booted using systemd, under the assumpt...Lennart Poettering2010-08-142-3/+5
* systemctl: sort 'list-units' outputLennart Poettering2010-08-141-30/+86
* job: don't accidently access a job that doesn't exist anymoreLennart Poettering2010-08-131-7/+18
* service: rename Type=finish to Type=oneshot and allow multiple ExecStart= lin...Lennart Poettering2010-08-133-61/+113
* systemctl: properly detect whether taling to systemd via D-Bus worked before ...Lennart Poettering2010-08-131-2/+5
* man: document new 'systemctl status PID' syntaxLennart Poettering2010-08-131-1/+1
* cgroup: try harder to find a unit a PID belongs to by traversing through pare...Lennart Poettering2010-08-131-0/+15
* systemctl: when calling 'status' accept a PIDLennart Poettering2010-08-133-2/+68
* systemctl: show sysv path if it is set if the fragment path isn't in systemct...Lennart Poettering2010-08-131-10/+13
* systemctl: at full stop after last message before shutting downLennart Poettering2010-08-121-3/+3
* audit: suppress repeated audit events when deserializingLennart Poettering2010-08-121-0/+5
* unit: don't show ENOENT configuration file warnings for units that are not es...Lennart Poettering2010-08-123-4/+17
* main: log build time features on startupLennart Poettering2010-08-122-1/+54
* dbus: downgrade a few log messagesLennart Poettering2010-08-121-3/+3
* dbus: fix capability serializationLennart Poettering2010-08-122-3/+5
* conf-parser: don't crash if an assignment is read before a section headerLennart Poettering2010-08-121-1/+1
* main: disable nscd properly, if possibleLennart Poettering2010-08-114-13/+22
* dbus: properly pass capabilitiesLennart Poettering2010-08-111-1/+1
* gc: remove a lot of unused codeLennart Poettering2010-08-118-119/+0
* selinux: split off selinux calls into seperate file label.cLennart Poettering2010-08-118-267/+340
* pahole: rearrange structs to make them smallerLennart Poettering2010-08-119-46/+48
* clang: fix numerous little issues found with clang-analyzerLennart Poettering2010-08-1118-65/+52
* manager: serialize/deserialize startup time, tooLennart Poettering2010-08-112-5/+40
* audit: remove double header inclusionLennart Poettering2010-08-111-1/+0
* audit: initialize audit only if it is enabledLennart Poettering2010-08-111-0/+2
* target: don't synthesize a runlevel property for targets anymore since we don...Lennart Poettering2010-08-113-54/+0
* audit: smaller fixes to audit hookupLennart Poettering2010-08-112-3/+10
* systemctl: beef up highlighting of service states a littleLennart Poettering2010-08-112-28/+47
* utmp: enable systemd-update-utmp by defaultLennart Poettering2010-08-117-27/+42
* unit: make sure a job for a service of type 'finish' succeeds if the process ...Lennart Poettering2010-08-111-3/+7
* socket: disable GC for pre-allocated per-connection service until it is usedLennart Poettering2010-08-113-0/+8