Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-15 | Isolation of udev code from remaining systemd | Anthony G. Basile | |
This commit is a first attempt to isolate the udev code from the remaining code base. It intentionally does not modify any files but purely delete files which, on a first examination, appear to not be needed. This is a sweeping commit which may easily have missed needed code. Files can be retrieved by doing a checkout from the previous commit: git checkout 2944f347d0 -- <filename> | |||
2012-09-03 | shutdown: don't attempt read-only mounts in a container | Lennart Poettering | |
2012-08-13 | umount: MS_MGC_VAL is so 90s | Lennart Poettering | |
2012-05-30 | shutdown: Don't skip bind mounts on shutdown | Daniel Drake | |
This reverts commits d72238fcb34abc81aca97c5fb15888708ee937d3 and f3accc08. OLPC runs / as a bind-mount, so this must be remounted RO during shutdown to avoid corruption. As Lennert can't recall the exact reasons for making the shutdown code skip bind mounts, revert to previous behaviour to solve the issue for OLPC. http://lists.freedesktop.org/archives/systemd-devel/2012-April/004957.html | |||
2012-05-08 | util: split-out path-util.[ch] | Kay Sievers | |
2012-04-12 | shutdown: move shutdown to core since it replaces PID 1 | Lennart Poettering | |