Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-28 | use /run instead of /dev/.run | Kay Sievers | |
Instead of the /dev/.run trick we have currently implemented, we decided to move the early-boot runtime dir to /run. An existing /var/run directory is bind-mounted to /run. If /var/run is already a symlink, no action is taken. An existing /var/lock directory is bind-mounted to /run/lock. If /var/lock is already a symlink, no action is taken. To implement the directory vs. symlink logic, we have a: ConditionPathIsDirectory= now, which is used in the mount units. Skipped mount unit in case of symlink: $ systemctl status var-run.mount var-run.mount - Runtime Directory Loaded: loaded (/lib/systemd/system/var-run.mount) Active: inactive (dead) start condition failed at Fri, 25 Mar 2011 04:51:41 +0100; 6min ago Where: /var/run What: /run CGroup: name=systemd:/system/var-run.mount The systemd rpm needs to make sure to add something like: %pre mkdir -p -m0755 /run >/dev/null 2>&1 || : or it needs to be added to filesystem.rpm. Udev -git already uses /run if that exists, and is writable at bootup. Otherwise it falls back to the current /dev/.udev. Dracut and plymouth need to be adopted to switch from /dev/.run to run too. Cheers, Kay | |||
2011-03-28 | util: detect page size runtime. | cee1 | |
Some architectures support multiple machine types with diffenent page sizes, and some machine types even support multiple page sizes themselves. | |||
2011-03-28 | man: explain a couple of default dependencies | Lennart Poettering | |
2011-03-24 | tainted: don't check if /usr is a mount point, only if it's not already ↵ | Kay Sievers | |
mounted at startup | |||
2011-03-23 | update TODO | Kay Sievers | |
2011-03-22 | man: no keep-root in pam_systemd anymore | Andrey Borzenkov | |
2011-03-21 | update TODO | Kay Sievers | |
2011-03-18 | units: replace Names=dm.service with symlink for mandriva prefdm | Andrey Borzenkov | |
2011-03-18 | mount: pull in quota services from local mountpoints with usr/grpquota options | Andrey Borzenkov | |
2011-03-18 | service: pull in sysv facility targets from the sysv units, not the other ↵ | Lennart Poettering | |
way round For an explanation see: http://lists.freedesktop.org/archives/systemd-devel/2011-March/001692.html | |||
2011-03-18 | units: pull in syslog.target from syslog.socket | Lennart Poettering | |
2011-03-18 | units: don't ever pull in SysV targets from other SysV targets | Lennart Poettering | |
2011-03-18 | units: document that some targets exists only for compat with SysV | Lennart Poettering | |
2011-03-18 | units: we don't need to generate syslog.target with sed anymore | Lennart Poettering | |
2011-03-18 | units: we no longer need m4 to build graphical.target or multi-user.taregt | Lennart Poettering | |
2011-03-18 | man: document pidns containers | Lennart Poettering | |
2011-03-18 | units: deemphesize Names= settings, and explain why nobody whould use them | Lennart Poettering | |
2011-03-18 | units: on mandriva/fedora create single.service alias via symlink, not Names= | Lennart Poettering | |
2011-03-18 | units: get rid of runlevel Names=, the symlinks in /lib/systemd/system are ↵ | Lennart Poettering | |
much more useful | |||
2011-03-18 | units: get rid of empty units/suse/ subdir | Lennart Poettering | |
2011-03-18 | syslog: rework syslog detection so that we need no compile-time option what ↵ | Lennart Poettering | |
the name of the syslog implementation is | |||
2011-03-18 | man: document .requires/ directories | Lennart Poettering | |
2011-03-18 | special: get rid of dbus.target | Lennart Poettering | |
2011-03-18 | exec: properly apply capability bounding set, add inverted bounding sets | Lennart Poettering | |
2011-03-17 | dbus: add service D-Bus property "Sockets" | Andrey Borzenkov | |
2011-03-17 | dbus: consolidate service SysV conditionals | Andrey Borzenkov | |
No need to define the same set of properties twice. While on it, add FsckPassNo to introspection. | |||
2011-03-17 | update TODO | Kay Sievers | |
2011-03-17 | update TODO | Kay Sievers | |
2011-03-17 | unit: serialize condition test results | Lennart Poettering | |
2011-03-17 | read-ahead: Fix broken systemd-readahead-collect on mips. | cee1 | |
This actually adjust the __NR_fanotify* system call numbers to proper ones on mips(according userspace ABI). | |||
2011-03-17 | def: centralize definition of default timeout in one place | Lennart Poettering | |
2011-03-17 | chkconfig: check against runlevel 5 instead of 3, since it is a superset of ↵ | Lennart Poettering | |
the latter | |||
2011-03-17 | systemctl: accept condstop as alias for stop | Lennart Poettering | |
2011-03-17 | dbus: allow LoadUnit to unprivileged users | Lennart Poettering | |
2011-03-16 | umount: make sure skip_ro is always correctly initialized | Lennart Poettering | |
2011-03-16 | man: fix systemctl try-restart description | Andrey Borzenkov | |
It is no more error when service is not running. | |||
2011-03-16 | Add Frugalware display-manager service | Miklos Vajna | |
2011-03-16 | main: revert recognition of "b" argument | Jan Engelhardt | |
Commit 099663ff8c117303af369a4d412dafed0c5614c2 added "b" as a recognized argument, however, B is not a runlevel like S. (B appears as a pseudo runlevel in openSUSE's init.d scripts only for the sake of insserv being able to manage /etc/init.d/boot.d like the other dirs). | |||
2011-03-16 | main: interpret all argv[] arguments unconditionally when run in a container | Lennart Poettering | |
2011-03-16 | loopback: downgrade an error to warning | Lennart Poettering | |
2011-03-16 | nspawn: bind mount /etc/localtime | Lennart Poettering | |
2011-03-16 | nspawn: make tty code more robust against closed/reopened /dev/console | Lennart Poettering | |
2011-03-16 | util: make touched files non-writable by default | Lennart Poettering | |
2011-03-16 | nspawn: allocate a new pty instead of passing ours through to avoid terminal ↵ | Lennart Poettering | |
settings chaos | |||
2011-03-16 | main: parse the whole arv[] as kernel command line | Lennart Poettering | |
2011-03-16 | main: check if we have a valid PID before getting the name of it | Lennart Poettering | |
2011-03-16 | ask-password: reset signal mask after we are done | Lennart Poettering | |
2011-03-15 | cgroup: don't recheck all the time whether the systemd hierarchy is mounted, ↵ | Lennart Poettering | |
to make strace outputs nicer and save a few stat()s | |||
2011-03-15 | man: document systemd-nspawn | Lennart Poettering | |
2011-03-15 | cgls: don't strip user processes and kernel threads from default output | Lennart Poettering | |