summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-18units: enable console ask-password agent by defaultLennart Poettering
2010-11-18util: introduce /etc/os-release so that distros don't need to patch systemd ↵Lennart Poettering
to get a welcome message
2010-11-18update TODOLennart Poettering
2010-11-18job: make sure we don't fail umount.target if a mount unit failed to stopLennart Poettering
2010-11-18units: make sure prefdm is killed first, user sessions second on shutdownLennart Poettering
2010-11-18cgroup: after killing cgroup processes, ensure the group is really dead ↵Lennart Poettering
gone. wait for 3s at max
2010-11-18cgroup: if we couldn't remove a cgroup after killing evertyhing in it then ↵Lennart Poettering
it's fine
2010-11-18cryptsetup: automatically order crypt partitions before cryptsetup.targetLennart Poettering
2010-11-18man: trivial BindTo description fixAndrey Borzenkov
I guess "unexpected" implies "without involvement".
2010-11-18manager: make list of default controllers configurableLennart Poettering
2010-11-18build: expose libcryptsetup dependency in build stringLennart Poettering
2010-11-18pam: document controllers= switchLennart Poettering
2010-11-17cgroup: by default, duplicate service cgroup in the cpu hierarchyLennart Poettering
2010-11-17pam: duplicate cgroup tree in the cpu hierarchy by default, optionally moreLennart Poettering
2010-11-17update TODOKay Sievers
2010-11-17Revert "update TODO"Kay Sievers
This reverts commit afe635e71838c9e62e25a928cbcefc343744dda5. Oops, libnotify should not have been in here.
2010-11-17update TODOKay Sievers
2010-11-17build-sys: prep release 12systemd/v12Lennart Poettering
2010-11-17update TODOLennart Poettering
2010-11-16ask-password: add --console mode to ask questions on /dev/consoleLennart Poettering
2010-11-16cryptsetup: reword questions a littleLennart Poettering
2010-11-16units: order hwclock after readaheadLennart Poettering
2010-11-16path: don't mention too many inotify msgsLennart Poettering
2010-11-16cryptsetup: include device name in password questionLennart Poettering
2010-11-16cryptsetup: lock ourselves into memory as long as we deal with passwordsLennart Poettering
2010-11-16plymouth: use updated socket nameLennart Poettering
2010-11-16units: set TERM for gettys again, since they acquire a TTY on their ownLennart Poettering
2010-11-16units: allow start-up of plymouth ask-password agent very earlyLennart Poettering
2010-11-16units: enable ask-paswword .path units early enough to be useful for early ↵Lennart Poettering
mounts
2010-11-16units: delay getty until logins are allowedLennart Poettering
2010-11-16pam: always rely on loginuid instead of uid to determine cgroup and ↵Lennart Poettering
XDG_RUNTIME_DIR
2010-11-15cgroup: call root cgroup system instead of systemd-1Lennart Poettering
2010-11-15exec: automatically determine right TERM= setting based on tty nameLennart Poettering
2010-11-15pam: rename master user cgroup to 'master'Lennart Poettering
2010-11-15drop support for MANAGER_SESSION, introduce MANAGER_USER insteadLennart Poettering
2010-11-15path: properly free PathSpec structsLennart Poettering
2010-11-15manager: ignore invalid epoll eventsLennart Poettering
2010-11-15units: use ConditionDirectoryNotEmpty= where applicableLennart Poettering
2010-11-15unit: introduce ConditionDirectoryNotEmpty=Lennart Poettering
2010-11-15build-sys: fix building against libnotify 0.7Matthias Clasen
Here are two patches I needed to get systemd to build against the current libnotify and vala releases.
2010-11-15delete tmp.mount which may conflict with an unrelated fstab entryKay Sievers
2010-11-15build-sys: make check for libnotify explicitLennart Poettering
2010-11-15build-sys: dbus-glib is just required by gtk's systemadmGustavo Sverzut Barbieri
do not fail if there is no dbus-glib and we're not building the gtk frontend.
2010-11-15units: get rid of no_requires unit flag, and make crypto disks require ↵Lennart Poettering
cryptsetup service
2010-11-15load-dropin: add support for .requires directoriesLennart Poettering
2010-11-15cryptsetup: bind cryptsetup service to both source and destination deviceLennart Poettering
2010-11-15manager: consider jobs already installed as redundant when reducing new ↵Lennart Poettering
transactions
2010-11-15path: avoid immediate restarting of units triggered by paths if nothing ↵Lennart Poettering
actually changed on disk
2010-11-15path: always look for IN_ATTRIB since deletion is signalled that wayLennart Poettering
2010-11-14manager: always pull 'following' units into transactionLennart Poettering