summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-25units: Remove Gentoo specific xdm.servicesystemd/v14Gustavo Sverzut Barbieri
That unity pulls in OpenRC which in turn pulls in most of legacy system that causes lots of troubles as it is too smart, thus not recommended. Moreover, SystemD developers seems to agree that a service file per DM is the best approach, so having gdm.service, kdm.service, slim.service is better than a single wrapper for them.
2010-11-24bump version in preparation for releaseLennart Poettering
2010-11-24manager: bump up max number of units to 128KLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=655857
2010-11-24build-sys: get rid of special fedor install targetLennart Poettering
2010-11-24build-sys: distribute introspect.awkThierry Reding
2010-11-24build-sys: fix out-of-tree buildThierry Reding
The introspect AWK script is located in the source tree, which is not necessarily the same as the build tree, so prepend $(srcdir).
2010-11-24mount: trivial typo fixLennart Poettering
2010-11-23build-sys: allow cross-compilationThierry Reding
When cross-compiling systemd, the introspection XML files fail to be generated because the systemd host binary is not executable. This patch works around this by putting the introspection XML data into separate ELF sections and extracting them from the binary when generating the XML files. The extracted XML data is passed through the strings utility in order to strip the trailing NUL character. A small AWK script is used to prepend the doctype and add the opening and closing node tags respectively. Finally, the C preprocessor is used to substitute the correct doctype information from the D-Bus header files.
2010-11-23update TODOLennart Poettering
2010-11-23units: simplify shutdown scriptsLennart Poettering
2010-11-23logger: fix error handlingLennart Poettering
2010-11-22swap: order file-based swap devices after remount-rootfsLennart Poettering
2010-11-22mount_cgroup_controllers: expect 2 items from fscanf()Kay Sievers
2010-11-22man: make clear that VERSION and VERSION_ID is not mandatory in os-release.5Lennart Poettering
2010-11-21systemctl: don't return LSB status error codes for systemctl showLennart Poettering
Use them only for systemctl status. https://bugzilla.redhat.com/show_bug.cgi?id=637183
2010-11-21mount: do not try to mount disable cgroup controllersLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=655222
2010-11-21systemctl: redirect enable/disable to chkconfig if applicableLennart Poettering
2010-11-21man: document /etc/modules-load.d/Lennart Poettering
2010-11-21man: document /etc/os-releaseLennart Poettering
2010-11-21man: document locale.confLennart Poettering
2010-11-21man: document /etc/vconsole.confLennart Poettering
2010-11-21man: document /etc/hostnameLennart Poettering
2010-11-19units: move a couple of units from base.target to sysinit.targetLennart Poettering
2010-11-19man: reorder things to follow the same order everywhereLennart Poettering
2010-11-19Revert "Revert "fsck: add new -l switch to fsck mount options""Lennart Poettering
This reverts commit c8bc83f5eac49f083ae53d965577118c1b5c1116. As Karel pointed out the -l switch doesn't actualy conflict with per-filesystem options, since those can be seperated by -- in the command line. Since -l is here to stay we hence enable it again for now.
2010-11-18build-sys: bump for v13systemd/v13Lennart Poettering
2010-11-18cryptsetup: actually show disk nameLennart Poettering
2010-11-18cryptsetup: show udev device name when asking for passwordLennart Poettering
2010-11-18sysctl: don't consider missing kernel options fatalLennart Poettering
2010-11-18sysctl: implement native sysctl tool to support Debian-style /etc/sysctl.dLennart Poettering
2010-11-18mount: trivial optimizationLennart Poettering
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