summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2010-08-20units: add service file that remounts the root file systemLennart Poettering
2010-08-20remount: add tool that applies /etc/fstab mount options to all api mountsLennart Poettering
2010-08-20service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and ↵Lennart Poettering
decode exit codes in systemctl
2010-08-19hostname: on all distros make the name configured in /etc/hostname take ↵Lennart Poettering
precedence over distro-specific configuration In order to unify configuration across distributions we pick the simple-most option by default (Debian's /etc/hostname) and then fall back to distro-specific hacks if that doesn't exist.
2010-08-19modules-load: add systemd-modules-load tool that can load a configured list ↵Lennart Poettering
of modules in /etc/modules.d/ on boot, replacing distro-dependent shell hacks for this
2010-08-18units: add hwclock-load serviceLennart Poettering
2010-08-17units: add generic sysctl/hwclock-save serviceLennart Poettering
2010-08-17units: add tmp.mountKay Sievers
2010-08-17modprobe: kill support for nomodulesLennart Poettering
this should happen in the kernel itself, not be controlled from userspace, if at all. So let's kill this here.
2010-08-17units: add var-run.service var-lock.serviceKay Sievers
2010-08-17auto-getty: rework auto console getty logic to work in conjunction with ↵Lennart Poettering
single user mode
2010-08-16systemctl: warn in intervals before going down when delayed shutdown is usedLennart Poettering
2010-08-16shutdownd: enable by defaultLennart Poettering
2010-08-16systemctl: add support for delayed shutdown, similar to sysv in styleLennart Poettering
2010-08-14random-seed: add little tool for saving/loading random seed on ↵Lennart Poettering
shutdown/boot, but don't enable it by default
2010-08-13units: move plymouth services from /etc to /lib since fedora does not ↵Lennart Poettering
support plymouth-less boots
2010-08-13units: move runlevel[2-5] links to /lib because they are legacy and hence ↵Lennart Poettering
should not be as obviously in sight. The user may still override them by placing links in /etc
2010-08-13unit: create three seperate plymouth service for halt/poweroff/rebootLennart Poettering
2010-08-12main: log build time features on startupLennart Poettering
2010-08-11selinux: split off selinux calls into seperate file label.cLennart Poettering
2010-08-11utmp: enable systemd-update-utmp by defaultLennart Poettering
2010-08-11audit,utmp: implement audit logic and rip utmp stuff out of the main daemon ↵Lennart Poettering
and into a helper binary
2010-08-10unit: hook plymouth into the bootLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=619922
2010-08-06cgroup: if the system bus cannot be found, send cgroup empty msg directly to ↵Lennart Poettering
init proces
2010-08-06units: split fsck.target from sysinit.target for suse compatLennart Poettering
2010-07-24systemctl: fold systemd-install into systemctlLennart Poettering
2010-07-23socket: SELinux support for socket creation.Daniel J Walsh
It seems to work on my machine. /proc/1/fd/20 system_u:system_r:system_dbusd_t:s0 /proc/1/fd/21 system_u:system_r:avahi_t:s0 And the AVC's seem to have dissapeared when a confined app trys to connect to dbus or avahi. If you run with this patch and selinux-policy-3.8.8-3.fc14.noarch You should be able to boot in enforcing mode.
2010-07-21exec: extend variable substitution to support splitting variable values into ↵Lennart Poettering
seperate arguments
2010-07-16units: wire smartcard.target into MakefileLennart Poettering
2010-07-14cgls: rename source file to cgls.c, since we have no prefix for any of the ↵Lennart Poettering
other files either
2010-07-13units: introduce bluetooth.target/printer.target which are activated if the ↵Lennart Poettering
right hardware is plugged in
2010-07-12units: introduce emergency.targetLennart Poettering
2010-07-12cgroup: reimplement the last bit of libcgroup functionality nativelyLennart Poettering
2010-07-11cgroup: kill processes, not tasks and other cgroup changesLennart Poettering
2010-07-10units: introduce umount.target for unmounting all file systemsLennart Poettering
2010-07-10build-sys: drop special name hack for dbus.service since a native service ↵Lennart Poettering
file is now shipped upstream dbus
2010-07-09build-sys: add make upload targetsystemd/v2Lennart Poettering
2010-07-09build-sys: set SYSTEMD_SKIP_API_MOUNTS=1 when generating introspection filesLennart Poettering
2010-07-08install: various improvementsLennart Poettering
Rename --start to --realize, to make things less confusing when doing "systemctl stop --realize foo.service". Introduce --realize=reload. Don't talk to systemd when run within a chroot, or when systemd isn't running.
2010-07-08cgls: beef up control group dumping and introduce cgls toolLennart Poettering
2010-07-08systemctl: filter and sort member pid of cgroupLennart Poettering
2010-07-08units: properly create prefdm symlinkLennart Poettering
2010-07-08dbus: make errors reported via D-Bus more usefulLennart Poettering
2010-07-07initctl: check peer credentials after connectionLennart Poettering
2010-07-07update man pages for recent changesLennart Poettering
2010-07-07main: implement manager configuration fileLennart Poettering
2010-07-06main: add a native implementation of the 'nomodules' kernel option ↵Lennart Poettering
understood by fedora init scripts
2010-07-06build-sys: fix EXTRA_DISTKay Sievers
2010-07-06install: implement --start optionLennart Poettering
2010-07-03units: update shipped unit files for DefaultDependencies=Lennart Poettering