Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-14 | udev: move all unconditionally installed rules to rules/ | Kay Sievers | |
2012-04-14 | udev: keymap - move src/udev/force-release-maps/ to keymaps-force-release/ | Kay Sievers | |
2012-04-14 | udev: test - move test/ and src/test/ | Kay Sievers | |
2012-04-14 | README: update udev requirements | Kay Sievers | |
2012-04-14 | build-sys: silence the xsltproc output | Kay Sievers | |
2012-04-13 | build-sys: add 'make doc-sync' target | Kay Sievers | |
2012-04-13 | service: 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-13 | update .gitignore | Kay Sievers | |
2012-04-13 | polkit: spawn agent in --fallback mode | Lennart Poettering | |
2012-04-13 | update .gitignore | Kay Sievers | |
2012-04-13 | build-sys: add stub makefiles to all subdirs to ease development with emacs | Lennart Poettering | |
2012-04-13 | nspawn: add missing include lines | Lennart Poettering | |
2012-04-13 | watchdog: make watchdog dbus properties writable | Lennart Poettering | |
2012-04-13 | dbus: automatically send out changed events for properties written to | Lennart Poettering | |
2012-04-13 | udev: gudev - silence introspection scanner warning | Kay 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-13 | dbus: expose whether we have a hardware watchdog on the bus | Lennart Poettering | |
2012-04-13 | units: drop audit reference from description of utmp units since that is ↵ | Lennart Poettering | |
build-time optional | |||
2012-04-13 | units: add CAP_MKNOD condition to the other two udev services too | Lennart Poettering | |
2012-04-13 | unit: 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-13 | udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/ | Kay Sievers | |
2012-04-13 | logind: explicitly check for /dev/tty0 | Lennart Poettering | |
2012-04-13 | units: do binfmt magic only when /proc/sys is writable | Lennart Poettering | |
2012-04-13 | main: unset some more env vars | Lennart Poettering | |
2012-04-13 | audit: ignore if we get EPERM | Lennart 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-13 | loopback: handle EPERM more gracefully | Lennart Poettering | |
2012-04-13 | manager: support systems lacking /dev/tty0 | Lennart Poettering | |
2012-04-13 | nspawn: fake /dev/kmsg and /proc/kmsg as fifo | Lennart Poettering | |
2012-04-13 | keymap: Add HP Compaq Presario CQ* | Martin Pitt | |
https://launchpad.net/bugs/935804 | |||
2012-04-13 | keymap: Add Dell XPS force-release quirk | Martin Pitt | |
https://launchpad.net/bugs/910911 | |||
2012-04-13 | udev: unpack sysfs test tree only on 'make check'; fix test-udev binary location | Kay Sievers | |
2012-04-13 | udev: keymap - move data files to root directory | Kay Sievers | |
2012-04-13 | udev: fix a few issues detected by the llvm static analyzer | Kay Sievers | |
2012-04-13 | fix a couple of things found with the llvm static analyzer | Lennart Poettering | |
2012-04-13 | build-sys: drop systemd- prefix from analyze dir | Lennart Poettering | |
2012-04-13 | build-sys: execute test programs with 'make check' | Kay Sievers | |
2012-04-13 | udev: use native instead of custom --disable-introspection logic | Kay Sievers | |
2012-04-13 | udev: link some systemd parts statically to limit shared libararies ↵ | Kay Sievers | |
dependencies for standalone use | |||
2012-04-13 | update mailmap | Kay Sievers | |
2012-04-12 | build-sys: move systemd-analyze into its own subdir | Lennart Poettering | |
2012-04-12 | udev: properly hook up all tests to 'make check' | Kay Sievers | |
2012-04-12 | build-sys: use check_PROGRAMS for test-*.c | Kay Sievers | |
2012-04-12 | build-sys: remove $(DBUS_LIBS), libsystemd-dbus.la pulls it in | Kay Sievers | |
2012-04-12 | pam_systemd: add dbus.la | Kay Sievers | |
2012-04-12 | build-sys: move src/linux/ to src/shared/linux | Lennart Poettering | |
2012-04-12 | build-sys: create top-level directory for bash completion | Lennart Poettering | |
2012-04-12 | build-sys: move *-setup out of shared to avoid selinux being pulled in | Lennart Poettering | |
2012-04-12 | move all tools to subdirs | Kay Sievers | |
2012-04-12 | machine-id-setup: avoid cyclic dependency, built twice instead | Lennart Poettering | |
2012-04-12 | journal: fix missing variable initialization | Lennart Poettering | |
2012-04-12 | build-sys: split off logs-show into its own convenience library | Lennart Poettering | |