Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-15 | cgls: don't strip user processes and kernel threads from default output | Lennart Poettering | |
2011-03-15 | umount: don't try to remount bind mounts ro during shutdown | Lennart Poettering | |
2011-03-15 | getty: move automatic serial getty logic into generator | Lennart Poettering | |
2011-03-14 | container: skip a few things when we are run in a container such as ↵ | Lennart Poettering | |
accessing /proc/cmdline | |||
2011-03-14 | cgls: by default start with group of PID 1 | Lennart Poettering | |
2011-03-14 | pam: determine user cgroup tree from cgroup of PID 1 | Lennart Poettering | |
2011-03-14 | nspawn: move container into its own name=systemd cgroup | Lennart Poettering | |
2011-03-14 | manager: don't show kernel boot-up time for containers | Lennart Poettering | |
2011-03-14 | manager: show who killed us | Lennart Poettering | |
2011-03-14 | units: add console-shell.service which can be used insted of the gettys to ↵ | Lennart Poettering | |
get a shell on /dev/console | |||
2011-03-14 | build-sys: move remaining tools from sbin/ to bin/ since they might ↵ | Lennart Poettering | |
eventually be useful for user execution | |||
2011-03-14 | hostname: don't override the hostname with localhost if it is already set ↵ | Lennart Poettering | |
and /etc/hostname unset | |||
2011-03-14 | audit: give up sending auditing messages when it failed due to EPERM | Lennart Poettering | |
2011-03-14 | nspawn: don't require selinux on if it is compiled in | Lennart Poettering | |
2011-03-14 | main: remove AF_UNIX sockets before binding | Lennart Poettering | |
2011-03-14 | shutdown: print a nice message when terminating a container | Lennart Poettering | |
2011-03-14 | nspawn: mount /selinux if needed | Lennart Poettering | |
2011-03-14 | shutdown: just call exit() if we are in a container | Lennart Poettering | |
2011-03-14 | umount: assume that a non-existing /dev/loop device means it is already detached | Lennart Poettering | |
2011-03-14 | socket: use 777 as default mode for sockets | Lennart Poettering | |
2011-03-14 | nspawn: we don't want a network namespace | Lennart Poettering | |
2011-03-14 | main: log to the console in a container | Lennart Poettering | |
2011-03-14 | main: don't parse /proc/cmdline in containers | Lennart Poettering | |
2011-03-14 | util: add detect_container() | Lennart Poettering | |
2011-03-14 | nspawn: reset environment and load login shell | Lennart Poettering | |
2011-03-14 | nspawn: reset umask if needed | Lennart Poettering | |
2011-03-14 | nspawn: define MS_MOVE manually if needed | Lennart Poettering | |
2011-03-14 | nspawn: improve exit warning | Lennart Poettering | |
2011-03-14 | core: move abstract namespace sockets to /dev/.run | Lennart Poettering | |
Now that we have /dev/.run there's no need to use abstract namespace sockets. So, let's move things to /dev/.run, to make things more easily discoverable and improve compat with chroot() and fs namespacing. | |||
2011-03-14 | nspawn: add simple chroot(1) like tool to execute commands in a namespace ↵ | Lennart Poettering | |
container | |||
2011-03-14 | util: detect CLONE_NEWPID namespaces, and cache results | Lennart Poettering | |
2011-03-14 | git: ignore generated policy file | Lennart Poettering | |
2011-03-14 | util: return exit status in wait_for_terminate_and_warn() | Lennart Poettering | |
2011-03-14 | util: properly identify pty devices by their major | Lennart Poettering | |
2011-03-12 | build-sys: add org.freedesktop.systemd1.policy to CLEANFILES | Kay Sievers | |
ERROR: files left in build directory after distclean: ./src/org.freedesktop.systemd1.policy make[1]: *** [distcleancheck] Error 1 | |||
2011-03-12 | polkit: autogenerate polkit policy with correct paths | Lennart Poettering | |
2011-03-12 | systemctl: support remote and privileged systemctl access via SSH and pkexec | Lennart Poettering | |
This adds support for executing systemctl operations remotely or as privileged user while still running systemctl itself unprivileged and locally. This currently requires a D-Bus patch to work properly. https://bugs.freedesktop.org/show_bug.cgi?id=35230 | |||
2011-03-11 | gnome-ask-password-agent.vala: check for VALA_0_12 | Kay Sievers | |
<juergbi> VALA_0_X is defined up to and including the current version <juergbi> so VALA_0_10 is defined in 0.10 and 0.11 and 0.12 <juergbi> VALA_0_12 is defined in 0.11 and 0.12 (and later versions) <juergbi> reverse the branches and use VALA_0_12 as conditional <kay> juergbi: changing api but keep the defines? <kay> how do we support vala 0.14 then? <kay> you keep that model with the old defines? <juergbi> VALA_0_10 corresponds to valaversion >= 0.10 | |||
2011-03-11 | gnome-ask-password-agent: check for vala 0.10 instead of libnotify | Kay Sievers | |
2011-03-11 | gnome-ask-password-agent: restore removed libnotify0.6 support | Kay Sievers | |
2011-03-11 | gnome-ask-password-agent: fix path to watch | Lennart Poettering | |
2011-03-11 | units: move the last flag files to /dev/.run | Lennart Poettering | |
2011-03-11 | util: close all fds before freezing execution | Lennart Poettering | |
2011-03-11 | dbus: timeout connection setup | Lennart Poettering | |
2011-03-11 | main: properly handle -b boot option | Lennart Poettering | |
2011-03-10 | pam: do not leak file descriptor if flock fails | Andrey Borzenkov | |
If flock fails, fd is not returned to caller so it cannot clean up. | |||
2011-03-10 | man: trivial typo in systemd(1) | Andrey Borzenkov | |
2011-03-09 | main: refuse system to be started in a chroot | Lennart Poettering | |
2011-03-09 | main: don't check if /usr really is a mount point, since it is fine if it is ↵ | Lennart Poettering | |
passed pre-mounted to us from the initrd | |||
2011-03-09 | condition: take a timestamp and store last result of conditions | Lennart Poettering | |