summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* service: hide output of sysv scripts if quiet is passed on the kernel cmdlineLennart Poettering2010-08-091-17/+56
* main: automatically spawn a getty on the kernel configured serial consoleLennart Poettering2010-08-061-6/+41
* Systemd is causing mislabeled devices to be created and then attempting to re...Daniel J Walsh2010-08-031-0/+5
* main: disable NSS disabling logic for now, since this is incompatible with rpmLennart Poettering2010-07-241-5/+5
* systemctl: always disable color when output goes into a fileLennart Poettering2010-07-201-1/+1
* manager: write serialization to /dev/.systemd/ instead of /dev/shmLennart Poettering2010-07-201-1/+1
* main: disable nscd if we can to avoid deadlock, just in caseLennart Poettering2010-07-161-7/+19
* main: introduce -D as quick acess to debuggingLennart Poettering2010-07-131-1/+5
* main: replace --running-as= by --session and --system do mimic related tools ...Lennart Poettering2010-07-131-18/+28
* systemctl: show exec status of all exited programsLennart Poettering2010-07-101-5/+5
* main: introduce $SYSTEMD_SKIP_API_MOUNTS to disable mounting of API FSLennart Poettering2010-07-091-1/+1
* dbus: make errors reported via D-Bus more usefulLennart Poettering2010-07-081-6/+14
* util: use quoted word parsing where applicableLennart Poettering2010-07-071-1/+1
* log: bump up a number of log messages so that they are shown even if debug lo...Lennart Poettering2010-07-071-1/+1
* main: always log when we reexecute or reloadLennart Poettering2010-07-071-1/+2
* main: lower default log level to INFOLennart Poettering2010-07-071-1/+1
* main: show welcome string only when asked forLennart Poettering2010-07-071-1/+2
* main: implement manager configuration fileLennart Poettering2010-07-071-0/+167
* main: show welcome message on bootLennart Poettering2010-07-071-1/+2
* manager: optionally print status updates to console on bootLennart Poettering2010-07-071-8/+48
* main: add a native implementation of the 'nomodules' kernel option understood...Lennart Poettering2010-07-061-46/+51
* minor fixes to help textsLennart Poettering2010-06-241-1/+1
* man: start documenting systemd itselfLennart Poettering2010-06-231-1/+1
* don't use 'long long' unless we have a really good reason toLennart Poettering2010-06-191-2/+2
* manager: get rid of destinction between running_as=system and running_as=init...Lennart Poettering2010-06-191-8/+8
* main: don't segfault when --log-color is passed without parameterLennart Poettering2010-06-181-8/+14
* init: call telinit in case we are run as init and not pid1Lennart Poettering2010-06-181-0/+10
* systemctl: add verbs for special unitsLennart Poettering2010-06-181-5/+6
* log: make color/location logging optionalLennart Poettering2010-06-171-12/+56
* service: optionally call into PAM when dropping priviligesLennart Poettering2010-06-161-1/+1
* main: fix help regarding --unit/systemd.unit=Lennart Poettering2010-06-161-2/+2
* reword a few log messagesLennart Poettering2010-06-111-1/+1
* main: rename systemd.default= to systemd.unit=Lennart Poettering2010-06-091-5/+5
* macro: avoid name clash with _unused on ppcLennart Poettering2010-06-021-2/+2
* main: don't try to mount api dirs if we are not rootLennart Poettering2010-05-241-2/+3
* dbus: automatically generate and install introspection filesLennart Poettering2010-05-231-3/+31
* execute: fix typoLennart Poettering2010-05-221-1/+1
* execute: only reset those signals to the default we really need to reset to t...Lennart Poettering2010-05-221-8/+2
* kmod: automatically load a few kernel modules we need for normal operation be...Lennart Poettering2010-05-221-0/+2
* log: never close file descriptors < 3Lennart Poettering2010-05-181-1/+1
* main: ignore EPERM in TIOCSTTY when opening terminal for crash shellLennart Poettering2010-05-181-1/+1
* main: if we fail to acquire a terminal for the crash shell, warn but continueLennart Poettering2010-05-181-7/+2
* build-sys: move source files to subdirectoryLennart Poettering2010-05-161-0/+787