summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-04-14udev: test - move test/ and src/test/Kay Sievers
2012-04-13service: place control command in subcgroup control/Lennart Poettering
Previously, we were brutally and onconditionally killing all processes in a service's cgroup before starting the service anew, in order to ensure that StartPre lines cannot be misused to spawn long-running processes. On logind-less systems this has the effect that restarting sshd necessarily calls all active ssh sessions, which is usually not desirable. With this patch control processes for a service are placed in a sub-cgroup called "control/". When starting a service anew we simply kill this cgroup, but not the main cgroup, in order to avoid killing any long-running non-control processes from previous runs. https://bugzilla.redhat.com/show_bug.cgi?id=805942
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-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-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-12build-sys: move systemd-analyze into its own subdirLennart Poettering
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-12journal: fix missing variable initializationLennart 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
2012-04-12detect-virt: beef up tool considerablyLennart 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-12umount: fix buildLennart 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-12umount: don't try to umount /dev/console, since we are using itLennart Poettering
2012-04-12build-sys: move a few things into more appropriate placesLennart Poettering
2012-04-12build-sys: add stub makefiles to make emacs easier to useLennart Poettering
2012-04-12move a couple of test-*.c to test/Kay Sievers
2012-04-12rename machine-id-main.c tomacht the binary and move main.c to core/Kay Sievers