summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-13update .gitignoreKay Sievers
2012-04-13polkit: spawn agent in --fallback modeLennart Poettering
2012-04-13update .gitignoreKay Sievers
2012-04-13build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering
2012-04-13nspawn: add missing include linesLennart Poettering
2012-04-13watchdog: make watchdog dbus properties writableLennart Poettering
2012-04-13dbus: automatically send out changed events for properties written toLennart Poettering
2012-04-13udev: gudev - silence introspection scanner warningKay Sievers
<kay> walters: you happen to know how to silence this? gudev.h:24: Warning: GUdev: symbol='_GUDEV_INSIDE_GUDEV_H': Unknown namespace for symbol 'GUDEV_INSIDE_GUDEV_H' <walters> kay, probably: <walters> -#define _GUDEV_INSIDE_GUDEV_H 1 <walters> +#define _GUDEV_INSIDE_GUDEV_H <walters> kay, if the scanner sees a define with a value it assumes it's a constant for public consumption <walters> kay, patch in https://bugzilla.gnome.org/show_bug.cgi?id=674072 fwiw <kay> walters: cool, thanks! <kay> walters: your workaround removing the "1" works. nice!
2012-04-13dbus: expose whether we have a hardware watchdog on the busLennart Poettering
2012-04-13units: drop audit reference from description of utmp units since that is ↵Lennart Poettering
build-time optional
2012-04-13units: add CAP_MKNOD condition to the other two udev services tooLennart Poettering
2012-04-13unit: signal explicitly if a condition failed in unit_start()Lennart Poettering
We shouldn't print a status message on the console if we skipped a unit due to a condition. Hence make unit_start() return -ENOEXEC in such a case which is mapped to JOB_SKIPPED which results in no console message.
2012-04-13udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/Kay Sievers
2012-04-13logind: explicitly check for /dev/tty0Lennart Poettering
2012-04-13units: do binfmt magic only when /proc/sys is writableLennart Poettering
2012-04-13main: unset some more env varsLennart Poettering
2012-04-13audit: ignore if we get EPERMLennart Poettering
if auditing access is not available, then don't complain about it, in order to play nice with systems lacking CAP_SYS_AUDIT
2012-04-13loopback: handle EPERM more gracefullyLennart Poettering
2012-04-13manager: support systems lacking /dev/tty0Lennart Poettering
2012-04-13nspawn: fake /dev/kmsg and /proc/kmsg as fifoLennart Poettering
2012-04-13keymap: Add HP Compaq Presario CQ*Martin Pitt
https://launchpad.net/bugs/935804
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-13fix a couple of things found with the llvm static analyzerLennart Poettering
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-13update mailmapKay Sievers
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-12journal: fix missing variable initializationLennart Poettering
2012-04-12build-sys: split off logs-show into its own convenience libraryLennart Poettering
2012-04-12getty: skip VC gettys if the VC subsystem is not availableLennart Poettering
2012-04-12getty: VC devices are always available, we don't need to wait until they show upLennart 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: print 'none' if no virtualization is detectedLennart Poettering
2012-04-12machine-id-setup: add the usual command line parametersLennart Poettering