summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* units: rename [Meta] section to [Unit]Lennart Poettering2010-04-154-16/+16
|
* service: optionally, trie dbus name cycle to service cycleLennart Poettering2010-04-159-35/+350
|
* socket: optionally call accept() for incoming connections and spawn one ↵Lennart Poettering2010-04-1513-68/+403
| | | | service instance per connection
* core: add minimal templating systemLennart Poettering2010-04-1526-484/+1269
|
* mount: only add those mount points to localfs.target as Wants that are ↵Lennart Poettering2010-04-131-5/+8
| | | | marked for us
* execute: fix terminal chowning logicLennart Poettering2010-04-131-8/+7
|
* systemctl: show sub state along active stateLennart Poettering2010-04-1312-7/+85
|
* execute: make flags_fds() parameters constLennart Poettering2010-04-132-3/+3
|
* service: fix segfaultLennart Poettering2010-04-131-1/+1
|
* main: run crash shell as subprocess, so that we can gdb pid 1Lennart Poettering2010-04-131-10/+26
|
* conf-parser: print message about invalid sectionsLennart Poettering2010-04-131-0/+1
|
* conf-parser: silently ignore X- extension fieldsLennart Poettering2010-04-131-1/+4
|
* main: add kernel option to enable confirm_spawnLennart Poettering2010-04-131-0/+10
|
* execute: minor cleanupsLennart Poettering2010-04-131-4/+3
|
* main: expclitly ignore signal when executing crash shellLennart Poettering2010-04-131-0/+2
|
* util: reset nl/cr flags on terminal when resettingLennart Poettering2010-04-131-2/+8
|
* execute: chown() the tty when running owning themLennart Poettering2010-04-131-0/+35
|
* service: don't timeout special servicesLennart Poettering2010-04-131-0/+4
|
* execute: get rid of gcc warningLennart Poettering2010-04-131-1/+5
|
* units: install a few basic units by defaultLennart Poettering2010-04-137-5/+62
|
* unit: allow state change from running to restartingLennart Poettering2010-04-132-3/+2
|
* execute: reset signal handlers when executingLennart Poettering2010-04-131-0/+2
|
* main: freeze instead of exiting when run as initLennart Poettering2010-04-131-0/+3
|
* main: try to block signals before executing crash shellLennart Poettering2010-04-131-0/+8
|
* service: add basic validation hooksLennart Poettering2010-04-131-1/+15
|
* macro: hookup assert logic with log logicLennart Poettering2010-04-131-4/+26
|
* service: fix restart enum nameLennart Poettering2010-04-131-1/+1
|
* manager: start D-Bus on SIGUSR2Lennart Poettering2010-04-131-3/+22
|
* manager: we are not interested in SIGSTOP notificationsLennart Poettering2010-04-131-0/+7
|
* main: when ignoring a signal set SA_RESTARTLennart Poettering2010-04-133-3/+14
|
* load-fragment: simplify fragment loading code by using macrosLennart Poettering2010-04-131-159/+50
|
* manager: fix printing of child process namesLennart Poettering2010-04-131-1/+1
|
* rework tty handlingLennart Poettering2010-04-1316-328/+1135
| | | | | | | We now make sure to run all services in their own session, possibly with a controlling terminal. This also extends the service and socket state machines a little.
* manager: instead of using siginfo_t when reading SIGCHLD PIDs, run waitid() ↵Lennart Poettering2010-04-131-12/+32
| | | | twice to avoid dropped signals
* manager: we are not interested in SIGPIPE/SIGTTINLennart Poettering2010-04-131-2/+0
|
* main: ignore SIGKILL and SIGPIPE so that nothing intereferes with usLennart Poettering2010-04-131-0/+4
|
* main: install crash handler in all signals that usually dump coreLennart Poettering2010-04-131-1/+6
|
* manager: simplify startup of special targetsLennart Poettering2010-04-132-25/+43
|
* mount-setup: fix nosuid/noexec/nodev mount option passingLennart Poettering2010-04-121-36/+35
|
* service,mount,socket: explicitly unwatch control pidsLennart Poettering2010-04-113-38/+85
|
* main: switch to primary console vt on crashLennart Poettering2010-04-103-3/+46
|
* main: introduce configurable crash shellLennart Poettering2010-04-101-5/+53
|
* mount-setup: disable device, execution, suid on device file systemsLennart Poettering2010-04-101-2/+2
|
* main: remove testing assertLennart Poettering2010-04-101-3/+2
|
* main: install crash handler for creating core dumpsLennart Poettering2010-04-101-0/+64
|
* udev: look for new instead of add actionLennart Poettering2010-04-101-2/+17
|
* udev: install rules file that ignore those nasty useless tty devices by defaultLennart Poettering2010-04-102-0/+14
|
* hostname-setup: add SuSE compatiblityKay Sievers2010-04-101-1/+18
|
* dbus: install D-Bus policy file by defaultLennart Poettering2010-04-102-0/+85
|
* mount: implement mounting properlyLennart Poettering2010-04-1021-385/+1676
| | | | | | | | This also includes code that writes utmp/wtmp records when applicable, making use the mount infrastructure to detct when those files are accessible. Finally, this also introduces a --dump-configuration-items switch.