summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2012-04-13udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/Kay Sievers
2012-04-13keymap: Add Dell XPS force-release quirkMartin Pitt
https://launchpad.net/bugs/910911
2012-04-13udev: unpack sysfs test tree only on 'make check'; fix test-udev binary locationKay Sievers
2012-04-13udev: keymap - move data files to root directoryKay Sievers
2012-04-13udev: fix a few issues detected by the llvm static analyzerKay Sievers
2012-04-13build-sys: drop systemd- prefix from analyze dirLennart Poettering
2012-04-13build-sys: execute test programs with 'make check'Kay Sievers
2012-04-13udev: use native instead of custom --disable-introspection logicKay Sievers
2012-04-13udev: link some systemd parts statically to limit shared libararies ↵Kay Sievers
dependencies for standalone use
2012-04-12build-sys: move systemd-analyze into its own subdirLennart Poettering
2012-04-12udev: properly hook up all tests to 'make check'Kay Sievers
2012-04-12build-sys: use check_PROGRAMS for test-*.cKay Sievers
2012-04-12build-sys: remove $(DBUS_LIBS), libsystemd-dbus.la pulls it inKay Sievers
2012-04-12pam_systemd: add dbus.laKay Sievers
2012-04-12build-sys: move src/linux/ to src/shared/linuxLennart Poettering
2012-04-12build-sys: create top-level directory for bash completionLennart Poettering
2012-04-12build-sys: move *-setup out of shared to avoid selinux being pulled inLennart Poettering
2012-04-12move all tools to subdirsKay Sievers
2012-04-12machine-id-setup: avoid cyclic dependency, built twice insteadLennart Poettering
2012-04-12build-sys: split off logs-show into its own convenience libraryLennart Poettering
2012-04-12build-sys: introduce seperate convenience library for dbus stuffLennart Poettering
2012-04-12move libsystemd-id128, libsystemd-daemon to subdirKay Sievers
2012-04-12move remainig shared stuff to shared/Kay Sievers
2012-04-12detect-virt: make detect-virt an official commandLennart Poettering
2012-04-12rename bridge.c to stdio-bridge.c and move to subdirKay Sievers
2012-04-12main: we want all setup functions to be in files called xxx-setup.[ch]Lennart Poettering
2012-04-12move more main systemd parts to core/Kay Sievers
2012-04-12hostname-setup: move to core/Lennart Poettering
2012-04-12shutdown: move shutdown to core since it replaces PID 1Lennart Poettering
2012-04-12test: test tools should still be in the src/ directoryLennart Poettering
2012-04-12build-sys: dbus-loop.h is not used by the coreLennart Poettering
2012-04-12build-sys: move a few things into more appropriate placesLennart Poettering
2012-04-12move a couple of test-*.c to test/Kay Sievers
2012-04-12udev: gudev - rework introspection generationMarc-Antoine Perennou
2012-04-12rename machine-id-main.c tomacht the binary and move main.c to core/Kay Sievers
2012-04-12move more common files to shared/ and add them to shared.laKay Sievers
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
2012-04-11udev: fix keymap mkdirMarc-Antoine Perennou
2012-04-11polkit: temporarily spawn of a polkit agent in terminals for possibly ↵Lennart Poettering
authenticated operations
2012-04-11put acl.la in 'if HAVE_ACL' and rename acl.[ch] to acl-util.[ch]Kay Sievers
2012-04-11move libsystemd_core.la sources into core/Kay Sievers
2012-04-11split selinux label operations out of cgroup-util, socket-utilKay Sievers
This prevents linking of selinux and libdl for another 15 binaries.
2012-04-11build-sys: move remaining headers out EXTRA_DIST, install sd-readahead.hKay Sievers
2012-04-11build-sys: add $(AM_LDFLAGS) where neededKay Sievers
2012-04-11pam_systemd: add missing libsystemd_audit.lKay Sievers
2012-04-11shutdownd: rework interface, allow subscribing to scheduled shutdownsLennart Poettering
This extends the shutdownd interface to expose schedule shutdown information in /run/systemd/shutdown/schedule. This also cleans up the shutdownd protocol and documents it in a header file sd-shutdown.h. This is supposed to be used by client code that wants to control and monitor scheduled shutdown.
2012-04-11units: introduce nss-user-lookup.targetLennart Poettering
This separates user/group NSS lookups from host/network NSS lookups. By default order all network mounts after host/network NSS lookups now, and logind execution after user/group NSS lookups.
2012-04-10rename basic.la to shared.la and put selinux deps in shared-selinx.laKay Sievers
Only 34 of 74 tools need libselinux linked, and libselinux is a pain with its unconditional library constructor.
2012-04-10udev: move man pages to udev sectionKay Sievers
2012-04-10move list.h, macro.h, ioprio.h to shared/Kay Sievers