summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* socket: use 777 as default mode for socketsLennart Poettering2011-03-141-1/+1
* nspawn: we don't want a network namespaceLennart Poettering2011-03-141-1/+1
* main: log to the console in a containerLennart Poettering2011-03-142-2/+2
* main: don't parse /proc/cmdline in containersLennart Poettering2011-03-141-7/+35
* util: add detect_container()Lennart Poettering2011-03-142-34/+47
* nspawn: reset environment and load login shellLennart Poettering2011-03-141-3/+10
* nspawn: reset umask if neededLennart Poettering2011-03-141-0/+5
* nspawn: define MS_MOVE manually if neededLennart Poettering2011-03-142-0/+5
* nspawn: improve exit warningLennart Poettering2011-03-141-2/+2
* core: move abstract namespace sockets to /dev/.runLennart Poettering2011-03-1411-22/+46
* nspawn: add simple chroot(1) like tool to execute commands in a namespace con...Lennart Poettering2011-03-143-0/+457
* util: detect CLONE_NEWPID namespaces, and cache resultsLennart Poettering2011-03-142-8/+60
* git: ignore generated policy fileLennart Poettering2011-03-141-0/+1
* util: return exit status in wait_for_terminate_and_warn()Lennart Poettering2011-03-142-2/+2
* util: properly identify pty devices by their majorLennart Poettering2011-03-142-3/+21
* build-sys: add org.freedesktop.systemd1.policy to CLEANFILESKay Sievers2011-03-121-2/+3
* polkit: autogenerate polkit policy with correct pathsLennart Poettering2011-03-122-4/+9
* systemctl: support remote and privileged systemctl access via SSH and pkexecLennart Poettering2011-03-129-53/+589
* gnome-ask-password-agent.vala: check for VALA_0_12Kay Sievers2011-03-111-3/+3
* gnome-ask-password-agent: check for vala 0.10 instead of libnotifyKay Sievers2011-03-111-3/+3
* gnome-ask-password-agent: restore removed libnotify0.6 supportKay Sievers2011-03-111-0/+4
* gnome-ask-password-agent: fix path to watchLennart Poettering2011-03-111-8/+3
* units: move the last flag files to /dev/.runLennart Poettering2011-03-114-8/+6
* util: close all fds before freezing executionLennart Poettering2011-03-113-10/+13
* dbus: timeout connection setupLennart Poettering2011-03-111-0/+36
* main: properly handle -b boot optionLennart Poettering2011-03-112-7/+25
* pam: do not leak file descriptor if flock failsAndrey Borzenkov2011-03-101-2/+6
* man: trivial typo in systemd(1)Andrey Borzenkov2011-03-101-1/+1
* main: refuse system to be started in a chrootLennart Poettering2011-03-091-1/+8
* main: don't check if /usr really is a mount point, since it is fine if it is ...Lennart Poettering2011-03-091-15/+3
* condition: take a timestamp and store last result of conditionsLennart Poettering2011-03-095-8/+43
* dev: use /dev/.run/systemd as runtime directory, instead of /dev/.systemdLennart Poettering2011-03-0921-57/+60
* machine-id: move machine-id-setup to /sbinLennart Poettering2011-03-091-1/+3
* pkconfig: export full search path as .pc variableLennart Poettering2011-03-092-0/+3
* selinux: bump up error level when in non-enforcing modeLennart Poettering2011-03-092-7/+1
* dbus: fix dbus assert due to uninitialized errorAndrey Borzenkov2011-03-092-0/+4
* dbus: properly generate UnknownInterface, UnknownProperty and PropertyReadOnl...Lennart Poettering2011-03-0917-16/+128
* drop unnecessary suffix NULs as gcc adds them anywayLennart Poettering2011-03-0912-22/+17
* mount: use /dev/.run as an early boot alias for /var/runLennart Poettering2011-03-092-3/+4
* build-sys: add Mandriva distribution supportv20Andrey Borzenkov2011-03-0816-8/+206
* build-sys: prepare v20Lennart Poettering2011-03-082-1/+3
* service: use uppercase SYSV prefix to make it easier to recognizeLennart Poettering2011-03-081-1/+1
* service: prefix description with LSB only if script has LSB header, use 'SysV...Lennart Poettering2011-03-082-5/+3
* unit: don't accidently create ordering links to targets when default deps are...Lennart Poettering2011-03-082-26/+32
* mount: support less cumbersome x-systemd-xxx mount optionsLennart Poettering2011-03-081-2/+6
* unit: distuingish mandatory from triggering conditionsLennart Poettering2011-03-086-26/+62
* dbus: return DBUS_ERROR_UNKNOWN_OBJECT when an object is unknownLennart Poettering2011-03-083-4/+18
* systemctl: when forwarding is-enabled to chkconfig hardcode runlevel 3Lennart Poettering2011-03-081-1/+1
* job: introduce new job result code 'skipped' to use when pre conditions of jo...Lennart Poettering2011-03-083-3/+11
* job: convert job type as early as we can, to simplify things a bitLennart Poettering2011-03-082-11/+21