Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends. | |||
2012-01-12 | core: switch all log targets to go directly to the journal, instead via syslog | Lennart Poettering | |
2011-04-20 | fsck: don't fsck against basic.target in order to properly allow automount /home | Lennart Poettering | |
2011-02-20 | unit: don't timeout fsck | Lennart Poettering | |
2011-02-18 | units: order fsck@.service before basic.target instead of local-fs.target to ↵ | Lennart Poettering | |
relax things a little | |||
2011-02-15 | fsck: output to /dev/console by default in addition to syslog | Lennart Poettering | |
2010-10-29 | unit: replace StopRetroactively= by BindTo= dependencies | Lennart Poettering | |
The property StopRetroactively= needs to be per-dependency, not per-unit, in order to properly express dependencies between .mount units and its .device and fsck .service units. If the .device unit is unplugged the mount should go away, but if the fsck process terminates the .mount should stay. | |||
2010-10-20 | syslog: enable kmsg bridge by default and enable syslogging for early boot ↵ | Lennart Poettering | |
services | |||
2010-10-20 | unit: introduce %f specifier to decode file names | Lennart Poettering | |
2010-10-20 | fsck: wait for device to show up | Lennart Poettering | |
2010-10-20 | units: add missing fsck units | Lennart Poettering | |