<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <link>http://src.iws.cs.ovgu.de/source/rss/systemd/src/udev/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    <item>
        <title>build-sys: move coredump logic into subdir of its own</title>
        <description>/systemd/src/udev/Makefile - f50cd2b2f5369a5c94714eaaac6b31093e60d502</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>build-sys: add missing makefile symlink</title>
        <description>/systemd/src/udev/Makefile - 58ce77339c60c8c5f1f7789adf0ef80107dbafe3</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>build-sys: add missing Makefile symlink</title>
        <description>/systemd/src/udev/Makefile - 3850d0505fb4350dccdd63cf6129db40fe9b5bd0</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>sd-netlink: rename from sd-rtnl</title>
        <description>/systemd/src/udev/Makefile - 1c4baffc1895809bae9ac36b670af90a4cb9cd7d</description>
        <pubDate></pubDate>
        <dc:creator>Tom Gundersen &lt;teg@jklm.no&gt;</dc:creator>
    </item>

    <item>
        <title>build-sys: split internal basic/ library from shared/
    
    basic/      can be used by everything
                cannot use anything outside of basic/
    
    libsystemd/ can use basic/
                cannot use shared/
    
    shared/     can use libsystemd/</title>
        <description>/systemd/src/udev/Makefile - a095315b3c31f7a419baceac82c26c3c5ac0cd12</description>
        <pubDate></pubDate>
        <dc:creator>Kay Sievers &lt;kay@vrfy.org&gt;</dc:creator>
    </item>

    <item>
        <title>build-sys: add one more Makefile symlink</title>
        <description>/systemd/src/udev/Makefile - 2c971c6fef4fdba5ea2cba5891a4a8f4736b87e4</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>user-sessions: move into own subdir and build independently of logind
    
    Suggested by Zbyszek on IRC.
    
    [zj: /run/nologin is used with PAM. systemd-user-session is independent
         of logind.]</title>
        <description>/systemd/src/udev/Makefile - ea24d8d1383e038d6b6e599d42c0114b3dbd8acb</description>
        <pubDate></pubDate>
        <dc:creator>Ivan Shapovalov &lt;intelfx100@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>build-sys: add two more missing makefile links</title>
        <description>/systemd/src/udev/Makefile - 15f7a395c8f0b493c5ab8f57e6af7db7ad14688a</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>sysv-generator: properly add Makefile symlink</title>
        <description>/systemd/src/udev/Makefile - 821d4b6e068b2afaad94d43db22171c34a30400e</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>import: add new minimal tool "systemd-import" for pulling down foreign containers and install them locally
    
    This adds a simply but powerful tool for downloading container images
    from the most popular container solution used today. Use it like
    this:
    
           # systemd-import pull-dck mattdm/fedora
           # systemd-nspawn -M fedora
    
    This will donwload the layers for "mattdm/fedora", and make them
    available locally as /var/lib/container/fedora.
    
    The tool is pretty complete, as long as it's only about pulling down
    images, or updating them. Pushing or searching is not supported yet.</title>
        <description>/systemd/src/udev/Makefile - 72648326ea6d3e68cdb0b5890df737047d031a41</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>systemd-hwdb: introduce new tool
    
    This pulls out the hwdb managment from udevadm into an independent tool.
    
    The old code is left in place for backwards compatibility, and easy of
    testing, but all documentation is dropped to encourage use of the new
    tool instead.</title>
        <description>/systemd/src/udev/Makefile - 65eb4378c3e1de25383d8cd606909e64c71edc80</description>
        <pubDate></pubDate>
        <dc:creator>Tom Gundersen &lt;teg@jklm.no&gt;</dc:creator>
    </item>

    <item>
        <title>libsystemd: add sd-hwdb library
    
    This is libudev-hwdb, but decoupled from libudev and in the libsystemd style.
    
    The core code is unchanged, apart from the following minor changes:
    
     - hwdb.bin located in /**/systemd/hwdb/ take preference over the ones located
       in /**/udev/
     - properties are stored internally in an OrderedHashmap, rather than a
       linked list.
     - a new API call allows individual properties to be queried directly, rather
       than iterating over them all
     - the iteration over properties have been moved inside the library, rather than
       exposing a list directly
     - the unused 'flags' parameter was dropped</title>
        <description>/systemd/src/udev/Makefile - 23fbe14f503c1e98292efc4ba1238adb7dc38d80</description>
        <pubDate></pubDate>
        <dc:creator>Tom Gundersen &lt;teg@jklm.no&gt;</dc:creator>
    </item>

    <item>
        <title>hibernate-resume: add a tool to write a device node's major:minor to /sys/power/resume.
    
    This can be used to initiate a resume from hibernation by path to a swap
    device containing the hibernation image.
    
    The respective templated unit is also added. It is instantiated using
    path to the desired resume device.</title>
        <description>/systemd/src/udev/Makefile - 42483a747489ff46aed3588b78bf4b9480dbeaf7</description>
        <pubDate></pubDate>
        <dc:creator>Ivan Shapovalov &lt;intelfx100@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>sd-network: move sd-network API into libsystemd proper
    
    In contrast to the DHCP/IPv4LL/ICMP6 APIs sd-network is not a protocol
    implementation but a client API for networkd, hence move it into
    libsystemd proper.</title>
        <description>/systemd/src/udev/Makefile - a903fd34c0e30b82f4264ea25553535edefdee08</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>build-sys: add missing makefile symlinks</title>
        <description>/systemd/src/udev/Makefile - 17fdb7661b7564bc97201fa6fd30a11cba03201c</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>Move network-related journal programs to src/journal-remote/
    
    Directory src/journal has become one of the largest directories,
    and since systemd-journal-gatewayd, systemd-journal-remote, and
    forthcoming systemd-journal-upload are all closely related, create
    a separate directory for them.</title>
        <description>/systemd/src/udev/Makefile - 1e4e7b71e1938daa9b2b9718a9f54c69017a9ef5</description>
        <pubDate></pubDate>
        <dc:creator>Zbigniew Jędrzejewski-Szmek  &lt;zbyszek@in.waw.pl&gt;</dc:creator>
    </item>

    <item>
        <title>resolved: add small NSS module that uses resolved to resolve DNS names</title>
        <description>/systemd/src/udev/Makefile - 4d1cf1e229c9bdbc44778c0863eaad918f5724e7</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>nss-mymachines: add new NSS module for automatically resolving addresses of all local containers</title>
        <description>/systemd/src/udev/Makefile - cabb0bc6b1a4ec57e108dc99364687d7c4f9670f</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>escape: beef up new systemd-escape tool
    
    Add various options for making it easy unescape, or mangle, or format as
    template instance or append a suffix.</title>
        <description>/systemd/src/udev/Makefile - a1948c7bfeb87b54bc7715a44490c01593ee6e23</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>firstboot: add new component to query basic system settings on first boot, or when creating OS images offline
    
    A new tool "systemd-firstboot" can be used either interactively on boot,
    where it will query basic locale, timezone, hostname, root password
    information and set it. Or it can be used non-interactively from the
    command line when prepareing disk images for booting. When used
    non-inertactively the tool can either copy settings from the host, or
    take settings on the command line.
    
    $ systemd-firstboot --root=/path/to/my/new/root --copy-locale --copy-root-password --hostname=waldi
    
    The tool will be automatically invoked (interactively) now on first boot
    if /etc is found unpopulated.
    
    This also creates the infrastructure for generators to be notified via
    an environment variable whether they are running on the first boot, or
    not.</title>
        <description>/systemd/src/udev/Makefile - 418b9be50018303cde79b423d4701b7fd86ddbdc</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

</channel>
</rss>

