Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-10 | unit: Move UnitType definitions from core/unit.c to shared/unit-name.c | Zbigniew Jędrzejewski-Szmek | |
This makes it possible to use them from systemctl without linking against the core. A string->enum lookup table is added. | |||
2012-07-10 | update TODO | Lennart Poettering | |
2012-07-10 | update TODO | Lennart Poettering | |
2012-07-10 | update TODO | Lennart Poettering | |
2012-07-10 | update TODO | Lennart Poettering | |
2012-07-09 | cryptsetup: add keyfile-offset= support | Tom Gundersen | |
This is useful if your keyfile is a block device, and you want to use a specific part of it, such as an area between the MBR and the first partition. This feature is documented in the Arch wiki[0], and has been supported by the Arch initscripts, so would be nice to get this into systemd. This requires libcryptsetup >= 1.4.2 (released 12.4.2012). Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> [0]: <https://wiki.archlinux.org/index.php/System_Encryption_with_LUKS# Storing_the_key_between_MBR_and_1st_partition> | |||
2012-07-09 | udev: never touch device nodes with symlink requests | Kay Sievers | |
2012-07-09 | paranoia: refuse rm_rf("/") | Lennart Poettering | |
2012-07-09 | MeeGo: Remove build support for MeeGo distribution. | Auke Kok | |
The MeeGo distribution is still a supported distribution, but will probably not see an updated version of systemd anymore. Most of the development is focussing on Tizen now, and the generic support for building --with-distro=other is more than adequate enough. This patch removes the support as a custom configuration build target in systemd. People who are still building this for the MeeGo distribution should build as "other" distro. | |||
2012-07-09 | man: explain why people should/shouldn't use sd_journal_print() | Lennart Poettering | |
2012-07-09 | man/sd-id128: Fix endian*n*ess | Paul Menzel | |
At least Wikipedia writes it that way [1]. [1] https://en.wikipedia.org/wiki/Endianness | |||
2012-07-09 | man/sd-id128: Fix typos, grammar and wording | Paul Menzel | |
• 2 was replaced by »two« in one place to avoid some ambiguity. | |||
2012-07-09 | man/tmpfiles.d.xml: Add missing full stop | Paul Menzel | |
2012-07-09 | man: document sd_print() and friends | Lennart Poettering | |
2012-07-06 | man: document libsystemd-id128 | Lennart Poettering | |
2012-07-05 | udev: network device renaming - immediately give up if the target name isn't ↵ | Kay Sievers | |
available | |||
2012-07-05 | udev: add some O_CLOEXEC | Kay Sievers | |
2012-07-05 | udev: ata_id - fixup all 8 not only 6 bytes of the fw_rev string | Kay Sievers | |
The last two digits are in the wrong order: $ hdparm -I /dev/sda | grep Revision 4PC10362 $ /lib/udev/ata_id -x /dev/sda | grep REVISION 4PC10326 | |||
2012-07-04 | man: update man pages to reflect the driver= to load-modules= rename | Lennart Poettering | |
2012-07-04 | man: document Restart= a bit more | Lennart Poettering | |
2012-07-04 | service: flush the start counter in "systemctl reset-failed" | Lennart Poettering | |
2012-07-04 | man: clarify that StartLimitInterval= also applies to manual starts | Lennart Poettering | |
2012-07-04 | man: explain StartLimitRate= in conjunction with Restart= a bit better | Lennart Poettering | |
2012-07-03 | readahead: fix calculation of percentage | Lennart Poettering | |
2012-07-03 | update NEWSsystemd/v186 | Lennart Poettering | |
2012-07-03 | mount-setup: don't complain if we try to fix the label of a dir beneath a ↵ | Lennart Poettering | |
mount but can't due to EROFS | |||
2012-07-03 | hashmap: make hashmap_clear() work on NULL hashmaps | Lennart Poettering | |
2012-07-03 | load-fragment: a few modernizations | Lennart Poettering | |
2012-07-03 | timedate: uniq'ify ntp units list | Lennart Poettering | |
2012-07-03 | journal: default ImportKernel=no until we make use of structured logging | Lennart Poettering | |
2012-07-03 | units: add reference to wiki so syslog.socket | Lennart Poettering | |
2012-07-03 | journal: move Storage=auto stanza to right file | Lennart Poettering | |
2012-07-03 | journald: handle /proc/kmsg reads returning 0 more nicely | Lennart Poettering | |
2012-07-03 | journal: fix iteration through journal if one file is corrupt | Lennart Poettering | |
2012-07-03 | update TODO | Lennart Poettering | |
2012-07-03 | timedated: replace ntp-units file with an ntp-units.d drop-in dir | Lennart Poettering | |
To be considered by timedated for NTP a package simply has to drop in /usr/lib/systemd/ntp-units.d/foobar.list and write one or more unit names into it. The first one listed is the one that is enabled. | |||
2012-07-02 | build-sys: bump version | Lennart Poettering | |
2012-07-02 | units: Rename systemd-udev.service to systemd-udevd.service | Colin Guthrie | |
This naming convention is more inline with other systemd daemon unit names (systemd-logind.service, systemd-localed.service etc) The companion .socket units have also been renamed, however the -trigger and -settle units keep their current name as these are not directly related to daemon process itself. | |||
2012-07-02 | udev: static nodes - fix default permissions if no rules is given | Kay Sievers | |
<falconindy> kay: just curious -- it looks like nodes created by udev from modules.devname all have 000 perms, and there's nothing in udev that attempts to change this. is it intended? <falconindy> c--------- 1 root root 10, 223 Jul 1 23:10 uinput <kay> falconindy: we might miss the default of 0600 <falconindy> seems like it <kay> falconindy: stuff that has a rule works i guess <kay> falconindy: i'll add the 0600 now | |||
2012-07-02 | modules load: rename kernel command line option to (rd.)modules-load= | Kay Sievers | |
2012-07-02 | units: rename systemd-debug-shell.service to debug-shell.service | Lennart Poettering | |
The systemd- prefix for services should be reserved only for services that invoke our own code rather than generic, external code. | |||
2012-07-02 | mageia: Correct usage of M4_DEFINES vs. M4_DISTRO_FLAG. | Colin Guthrie | |
This seems to have been a problem since mageia support was merged, as upstream had changed how this bit worked without us realising. | |||
2012-07-02 | mageia: Change the unit for prefdm.service to make it work a bit more like ↵ | Colin Guthrie | |
Fedora Do not wait for some of the Fedora units that we have traditionally not waited for in Mageia or Mandriva before it. | |||
2012-07-02 | man: fix journalctl man page in regards to --this-boot | Lennart Poettering | |
2012-07-02 | timedate: fix ntp-units comment | Lennart Poettering | |
2012-07-02 | core: mention if we are run from an initial RAM disk | Lennart Poettering | |
2012-07-02 | NEWS: Prepare NEWS file for next release | Lennart Poettering | |
2012-07-02 | journald: add Storage= setting to control where the journal is stored | Lennart Poettering | |
2012-07-02 | manager: turn notify socket into abstract namespace socket again | Lennart Poettering | |
sd_notify() should work for daemons that chroot() as part of their initilization, hence it's a good idea to use an abstract namespace socket which is not affected by chroot. | |||
2012-07-02 | journalctl: add new switch -b to show data from current boot only | Lennart Poettering | |