summaryrefslogtreecommitdiff
path: root/src/manager.h
AgeCommit message (Expand)Author
2011-12-20dbus: register to DBus asynchronouslyMichal Schmidt
2011-09-01fsck: show progress while fscking at bootLennart Poettering
2011-07-06manager: merge serialization and desrialization counter into one, and increas...Lennart Poettering
2011-06-21english: s/_per_/_by_/Lennart Poettering
2011-04-20cgroup: don't accidentaly trim on reloadLennart Poettering
2011-03-30manager: fix taint check for /usrLennart Poettering
2011-03-18syslog: rework syslog detection so that we need no compile-time option what t...Lennart Poettering
2011-02-28Spelling CorrectionsHarald Hoyer
2011-02-15exec: introduce global defaults for the standard output of servicesLennart Poettering
2011-02-14getty: don't parse console= anymore, use /sys/class/tty/console/active insteadLennart Poettering
2010-11-24manager: bump up max number of units to 128KLennart Poettering
2010-11-18manager: make list of default controllers configurableLennart Poettering
2010-11-15drop support for MANAGER_SESSION, introduce MANAGER_USER insteadLennart Poettering
2010-11-12manager: hookup generatorsLennart Poettering
2010-11-10manager: parse RD_TIMESTAMP passed from initrdLennart Poettering
2010-10-18swap: listen for POLLPRI events on /proc/swaps if availableLennart Poettering
2010-10-14manager: hookup execution of systemd-shutdown helperFabiano Fidencio
2010-10-12swap: major rework, use /sbin/swapon for setting up swaps, fix merging of ali...Lennart Poettering
2010-10-06manager: notify plymouth about progress if it is runningLennart Poettering
2010-09-27sysv: optionally disable of SysV init/rcN.d support at compile timeFabiano Fidencio
2010-09-23dbus: export number of total failed jobs on D-Bus interfaceLennart Poettering
2010-09-21manager: measure startup timesLennart Poettering
2010-09-21manager: count how many jobs we executedLennart Poettering
2010-09-01dbus: don't accept activation requests anymore if we are going down anywayLennart Poettering
2010-08-31manager: add missing second part of s/maintenance/failed/Matthew Miller
2010-08-30console: rework automatic getty on kernel console logic againLennart Poettering
2010-08-25mount: rework automatic mounting to follow the 'nofail' option in fstabLennart Poettering
2010-08-25mount: add global configuration options for handling of auto mountsLennart Poettering
2010-08-17emacs: disable tabs in .h files, tooLennart Poettering
2010-08-11pahole: rearrange structs to make them smallerLennart Poettering
2010-08-11audit,utmp: implement audit logic and rip utmp stuff out of the main daemon a...Lennart Poettering
2010-08-09service: hide output of sysv scripts if quiet is passed on the kernel cmdlineLennart Poettering
2010-07-20manager: write serialization to /dev/.systemd/ instead of /dev/shmLennart Poettering
2010-07-20device: do not merge devicesLennart Poettering
2010-07-19systemctl: introduce reset-maintenance commandLennart Poettering
2010-07-17job: timeout every job independently of the unitLennart Poettering
2010-07-13unit: disable retroactive starting/stopping of units when deserializingLennart Poettering
2010-07-11manager: introduce unit path cache to minimize disk accessesLennart Poettering
2010-07-11cgroup: kill processes, not tasks and other cgroup changesLennart Poettering
2010-07-10cgroup: make cgroup controller name a constantLennart Poettering
2010-07-10snapshot: fix deserializationLennart Poettering
2010-07-08dbus: make errors reported via D-Bus more usefulLennart Poettering
2010-07-07dbus: send reload completion message on right connectionLennart Poettering
2010-07-07manager: optionally print status updates to console on bootLennart Poettering
2010-07-05dbus: send signals about jobs to the clients having created them unconditiona...Lennart Poettering
2010-07-04dbus: complete coverage of manager interfaceLennart Poettering
2010-07-01core: rename struct timestamp to dual_timestamp to avoid name clash with IP s...Lennart Poettering
2010-06-19manager: get rid of destinction between running_as=system and running_as=init...Lennart Poettering
2010-06-19dbus: to make sure that systemd stays controllable during early bootup, regis...Lennart Poettering
2010-06-18service: add minimal access control logic for notifcation socketLennart Poettering