History log of /systemd/README
Revision Date Author Comments Expand
888e378da2dbf4520e68a9d7e59712a3cd5a830f 10-Feb-2016 Lennart Poettering <lennart@poettering.net>

coredump: dump priviliges when processing system coredumps Let's add an extra-safety net and change UID/GID to the "systemd-coredump" user when processing coredumps from system user. For coredumps of normal users we keep the current logic of processing the coredumps from the user id the coredump was created under. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=87354

0aa5f6983fffb75c51f1581e139b846234f836f7 25-Jan-2016 Lennart Poettering <lennart@poettering.net>

README: drop link to systemd-commits ML Since we moved to github the commits ML is basically dead, hence don't advertise it anymore.

75f63f0640c8183ec5cd2050aa4a53cb949c75df 14-Jan-2016 Evgeny Vereshchagin <evvers@ya.ru>

README, tests: remove /etc/mtab This is a followup for 1d40ddb

ada64a0cff58497147bd856688901f86f86ae1c0 10-Dec-2015 Lennart Poettering <lennart@poettering.net>

README: Recommend kinvolk regarding engineering services They are our friends, do systemd development, hence add them.

1d40ddbfd35fa500dcf4312621c235ffe86d28e5 02-Nov-2015 Martin Pitt <martin.pitt@ubuntu.com>

core: drop check for /etc/mtab util-linux 2.27.1 now entirely stops looking at /etc/mtab, so we don't need to verify /etc/mtab during early boot any more. Later on, tmpfiles.d/etc.conf will fix /etc/mtab anyway, so there's not even a point in warning about it. Drop test_mtab() and bump the util-linux dependency to >= 2.17.1. Fixes #1495

d379d44255469f03994832ab5821bf1b9034f4dc 14-Sep-2015 Karel Zak <kzak@redhat.com>

mount: use libmount to monitor mountinfo & utab The current implementation directly monitor /proc/self/mountinfo and /run/mount/utab files. It's really not optimal because utab file is private libmount stuff without any official guaranteed semantic. The libmount since v2.26 provides API to monitor mount kernel & userspace changes and since v2.27 the monitor is usable for non-root users too. This patch replaces the current implementation with libmount based solution. Signed-off-by: Karel Zak <kzak@redhat.com>

45096d27d338bfcca51b1f051b36f6c623719cd7 09-Sep-2015 Michael Biebl <biebl@debian.org>

README: remove obsolete instructions regarding python-systemd/sphinx

37b76fd3ee5a03d76786e7bd1e0f8596e6ce47d6 09-Sep-2015 Daniel Mack <daniel@zonque.org>

README: document new /etc/mtab requirement

a0c3e16b7bce78c7ce42e18050106f61cfe7a94a 06-Sep-2015 Lennart Poettering <lennart@poettering.net>

README: bump minimal required kernel version We generally try to support 2y old kernels, which allows us bump the minimal required version to 3.11 now. Also, clarify that support for the unified cgroup hierarchy requires 4.2 or newer.

d1584b9f5b8ba7857ee8f287c87a78da74ec30fe 16-Aug-2015 Lennart Poettering <lennart@poettering.net>

README: drop reference to Endocode Chris Kühl does not work at Endocode anymore, the contact data is no longer valid.

f4e74be1856b3ac058acbf1be321c31d5299f69f 11-Jul-2015 Lennart Poettering <lennart@poettering.net>

README: document that RT group sched should be turned off https://bugs.freedesktop.org/show_bug.cgi?id=87570 https://bugzilla.redhat.com/show_bug.cgi?id=1229700

2ed3de9cc4f80670cd911536c3e40239fb0e2aa6 11-Jul-2015 Lennart Poettering <lennart@poettering.net>

build-sys: warn if people don't change the default NTP servers when building systemd Also, explain the situation in the docs. Relates to #437

82627069e93a0f75265797b0a1524fcda1e83c39 23-Jun-2015 Kay Sievers <kay@vrfy.org>

README: mention "git archive"

a095315b3c31f7a419baceac82c26c3c5ac0cd12 11-Jun-2015 Kay Sievers <kay@vrfy.org>

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/

Makefile.am README src/Makefile src/basic/.gitignore src/basic/MurmurHash2.c src/basic/MurmurHash2.h src/basic/af-list.c src/basic/af-list.h src/basic/arphrd-list.c src/basic/arphrd-list.h src/basic/async.c src/basic/async.h src/basic/audit.c src/basic/audit.h src/basic/barrier.c src/basic/barrier.h src/basic/blkid-util.h src/basic/btrfs-ctree.h src/basic/btrfs-util.c src/basic/btrfs-util.h src/basic/build.h src/basic/bus-label.c src/basic/bus-label.h src/basic/calendarspec.c src/basic/calendarspec.h src/basic/cap-list.c src/basic/cap-list.h src/basic/capability.c src/basic/capability.h src/basic/cgroup-util.c src/basic/cgroup-util.h src/basic/clock-util.c src/basic/clock-util.h src/basic/conf-files.c src/basic/conf-files.h src/basic/copy.c src/basic/copy.h src/basic/def.h src/basic/device-nodes.c src/basic/device-nodes.h src/basic/env-util.c src/basic/env-util.h src/basic/errno-list.c src/basic/errno-list.h src/basic/ether-addr-util.h src/basic/exit-status.c src/basic/exit-status.h src/basic/fdset.c src/basic/fdset.h src/basic/fileio-label.c src/basic/fileio-label.h src/basic/fileio.c src/basic/fileio.h src/basic/gunicode.c src/basic/gunicode.h src/basic/hashmap.c src/basic/hashmap.h src/basic/hostname-util.c src/basic/hostname-util.h src/basic/in-addr-util.c src/basic/in-addr-util.h src/basic/ioprio.h src/basic/json.c src/basic/json.h src/basic/label.c src/basic/label.h src/basic/list.h src/basic/locale-util.c src/basic/locale-util.h src/basic/lockfile-util.c src/basic/lockfile-util.h src/basic/log.c src/basic/log.h src/basic/login-util.c src/basic/login-util.h src/basic/macro.h src/basic/memfd-util.c src/basic/memfd-util.h src/basic/mempool.c src/basic/mempool.h src/basic/missing.h src/basic/mkdir-label.c src/basic/mkdir.c src/basic/mkdir.h src/basic/ordered-set.h src/basic/path-util.c src/basic/path-util.h src/basic/prioq.c src/basic/prioq.h src/basic/process-util.c src/basic/process-util.h src/basic/random-util.c src/basic/random-util.h src/basic/ratelimit.c src/basic/ratelimit.h src/basic/refcnt.h src/basic/replace-var.c src/basic/replace-var.h src/basic/ring.c src/basic/ring.h src/basic/rm-rf.c src/basic/rm-rf.h src/basic/securebits.h src/basic/selinux-util.c src/basic/selinux-util.h src/basic/set.h src/basic/sigbus.c src/basic/sigbus.h src/basic/signal-util.c src/basic/signal-util.h src/basic/siphash24.c src/basic/siphash24.h src/basic/smack-util.c src/basic/smack-util.h src/basic/socket-label.c src/basic/socket-util.c src/basic/socket-util.h src/basic/sparse-endian.h src/basic/special.h src/basic/strbuf.c src/basic/strbuf.h src/basic/strv.c src/basic/strv.h src/basic/strxcpyx.c src/basic/strxcpyx.h src/basic/terminal-util.c src/basic/terminal-util.h src/basic/time-util.c src/basic/time-util.h src/basic/unaligned.h src/basic/unit-name.c src/basic/unit-name.h src/basic/utf8.c src/basic/utf8.h src/basic/util.c src/basic/util.h src/basic/verbs.c src/basic/verbs.h src/basic/virt.c src/basic/virt.h src/basic/xml.c src/basic/xml.h src/libsystemd-terminal/grdev-drm.c src/libsystemd-terminal/grdev.c src/libsystemd-terminal/idev.c src/libsystemd/sd-bus/bus-internal.c src/libsystemd/sd-bus/bus-internal.h src/libsystemd/sd-login/sd-login.c src/login/logind-session.h src/login/test-login-shared.c src/shared/bus-util.c src/shared/bus-util.h
c7b13c64b3cd36f912d658a9c21fc4277bed55e7 03-Jun-2015 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>

build-sys: drop references to gobject-introspection It has been removed alongside gudev

29d01b70640878f63e74ce20cb45fd747311fa18 03-Jun-2015 Kay Sievers <kay@vrfy.org>

point to github issues instead of freedesktop bugzilla

eb0914fc85812570538c37287dd3cfa377289418 03-Jun-2015 Jonathan Boulle <jonathanboulle@gmail.com>

README: update links to reference new home (GitHub)

2375607039517c88df51ef16ddbb624ec1c10654 03-Jun-2015 Kay Sievers <kay@vrfy.org>

remove gudev and gtk-doc The library moved to: https://git.gnome.org/browse/libgudev/

.gitignore .travis.yml Makefile.am README TODO autogen.sh configure.ac docs/.gitignore docs/gudev/.gitignore docs/gudev/Makefile.am docs/gudev/gudev-docs.xml docs/gudev/gudev-sections.txt docs/gudev/gudev.types docs/gudev/version.xml.in docs/libudev/.gitignore docs/libudev/Makefile.am docs/libudev/libudev-docs.xml docs/libudev/libudev-sections.txt docs/libudev/libudev.types docs/libudev/version.xml.in m4/.gitignore man/custom-html.xsl src/gudev/.gitignore src/gudev/Makefile src/gudev/gjs-example.js src/gudev/gudev-1.0.pc.in src/gudev/gudev.h src/gudev/gudevclient.c src/gudev/gudevclient.h src/gudev/gudevdevice.c src/gudev/gudevdevice.h src/gudev/gudevenumerator.c src/gudev/gudevenumerator.h src/gudev/gudevenums.h src/gudev/gudevenumtypes.c.template src/gudev/gudevenumtypes.h.template src/gudev/gudevmarshal.list src/gudev/gudevprivate.h src/gudev/gudevtypes.h src/gudev/libgudev-1.0.sym src/gudev/seed-example-enum.js src/gudev/seed-example.js src/python-systemd/docs/layout.html test/README.testsuite test/test-functions
8f42ccd24ba3cbdb994094df4aac69a00c3c7367 30-May-2015 Ronny Chevalier <chevalier.ronny@gmail.com>

README: fix typo

0f0467e63b0e0688ae9edb1512c1a2637d62ddb4 28-May-2015 Martin Pitt <martin.pitt@ubuntu.com>

systemctl: drop hardcoded chkconfig invocation Introduce /usr/lib/systemd/systemd-sysv-install [--root=] <action> <name> abstraction, replacing the direct calling of chkconfig. This allows distributions to call their specific tools like update-rc.d without patching systemd. Ship systemd-sysv-install.SKELETON as an example for packagers how to implement this. Drop the --enable-chkconfig configure option. Document this in README and point to it in NEWS.

bf1d7ba70aceddb5dae0cd2e370b8afaf0c81b05 25-May-2015 Karel Zak <kzak@redhat.com>

swap: use swapon -o This patch simplify swapon usage in systemd. The command swapon(8) since util-linux v2.26 supports "-o <list>". The idea is exactly the same like for mount(8). The -o specifies options in fstab-compatible way. For systemd it means that it does not have to care about things like "discard" or another swapon specific options. swapon -o <options-from-fstab> For backward compatibility the code cares about "Priority:" swap unit field (for a case when Priority: is set, but pri= in the Options: is missing). References: http://lists.freedesktop.org/archives/systemd-devel/2014-October/023576.html

3b920d78b4a58dd054917821734cf0aefc6232d0 18-May-2015 Lennart Poettering <lennart@poettering.net>

README: document that we prefer if CONFIG_CHECKPOINT_RESTORE is turned on, for the kcmp() syscall

3dd26f3e3aa7fa0696d304e14551362133dd281f 11-Apr-2015 Łukasz Stelmach <stlman@poczta.fm>

README: glibc version 2.16 is required for IP_UNICAST_IF https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=be08eda5 https://bugs.gentoo.org/show_bug.cgi?id=546194

a6cccd8f580fc1e062dba3895e232007acd38781 03-Mar-2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

README: mention ACLs more They are now useful for any fs used for journal storage.

f4e5354a1d69a4c9e7cf073a66cf25c2dadd6c85 21-Feb-2015 Peter Waller <p@pwaller.net>

README: add pkg-config to required deps for autogen Otherwise, several macros are undefined.

a48a62a1af02aec4473c9deed98dd5b89d210f93 22-Jan-2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

tmpfiles: use ACL magic on journal directories

b52a4a3b05a2a0d69868d57fd54f6e4b8fa0e7ca 31-Dec-2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

README: CONFIG_DEVPTS_MULTIPLE_INSTANCES is necessary https://bugs.debian.org/773932

d47f6ca5f9b7a0b400d8bdb050151a0284fb4bdb 14-Dec-2014 Gabriel de Perthuis <g2p.code@gmail.com>

blkid: Warn when rejecting a superblock with a bad csum Bump libblkid requirement from 2.20 to 2.24. util-linux 2.25 is actually required since fdbbad981cc5da8bb4ed7e9b6646e7a114745ec5

0acd5a08f5b2ff0580d4fc4d7fc2ff144b2f788f 29-Nov-2014 WaLyong Cho <walyong.cho@samsung.com>

README: notice kernel config for CPUQuota

8d3ae2bd4c9bf9fc2e57f7b3776325a1c750ca30 28-Nov-2014 Chris Leech <cleech@redhat.com>

mount: use libmount to enumerate /proc/self/mountinfo This lets libmount add in user options from /run/mount/utab, like _netdev which is needed to get proper ordering against remote-fs.target

2b671e9560d5a7e78374a33acfc7f089cfa05c2f 06-Nov-2014 Lennart Poettering <lennart@poettering.net>

README: mention that engineering services for systemd are available from endocode

cb607ecb84b3cb7299438ca6f7fab705b0a6de45 31-Oct-2014 Ronny Chevalier <chevalier.ronny@gmail.com>

remove references of readahead

fdbbad981cc5da8bb4ed7e9b6646e7a114745ec5 22-Oct-2014 Lennart Poettering <lennart@poettering.net>

README: simplify documented dependency on util-linux we stritcly require features from util-linux v2.25, such a new version is not optional, hence document this.

48d3e8d07f2978f001cc85b2dddb7f8ec9d07006 22-Oct-2014 Karel Zak <kzak@redhat.com>

fsck: re-enable fsck -l The -l (lock) has been temporary disabled due to conflict with udev (https://bugs.freedesktop.org/show_bug.cgi?id=79576) The problem is fixed since util-linux v2.25 (Jul 2014).

be2ea723b1d023b3d385d3b791ee4607cbfb20ca 30-Aug-2014 Kay Sievers <kay@vrfy.org>

udev: remove userspace firmware loading support

f9ffbca2fb1ba7a7854d83439a4644590be0d9e1 20-Aug-2014 Lennart Poettering <lennart@poettering.net>

README: mention the new optional libidn dependency

a4a79605f7c2ba17ce74baabefa19c3686439e4a 19-Aug-2014 Lennart Poettering <lennart@poettering.net>

README: document what to do with the NSS modules

a509e0e6946aee5c3dd51bc3a6f40d0a623c9e2c 08-Jul-2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

README: add liblz4

8d0e0ddda6501479eb69164687c83c1a7667b33a 28-Jun-2014 Jan Engelhardt <jengelh@inai.de>

doc: grammatical corrections

5b244719abc81b83d8a0d732c3b95a2845d8811a 23-Jun-2014 Lennart Poettering <lennart@poettering.net>

README: mention that elfutils is an (optional) dependency now

a900b827d4d67f4961d2e4ed48d73e6bc1d6b4b6 22-Jun-2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

README: add gobject-introspection

cc219d7bab9172bc28e5c07c4346fd1d36b2272a 20-Jun-2014 Cristian Rodríguez <crrodriguez@opensuse.org>

Remove libattr mentions from README It is no longer required.

3dff3e00e044e2d53c76fa842b9a4759d4a50e69 12-Jun-2014 Kay Sievers <kay@vrfy.org>

udev: assign group "input" to all input devices

a21b4670d404ca4e55fef921f94a4259075882a9 11-Jun-2014 Umut Tezduyar Lindskog <umut.tezduyar@axis.com>

doc: specify kernel configs for cpushares

f31cf2b6d03a18e4f8f52214c1a3ffa9b3c97189 11-Jun-2014 Kay Sievers <kay@vrfy.org>

udev: stop using "floppy" group

323a2f0b4b3db8f34c382e66f1940c1216bdfc9d 04-Jun-2014 Lennart Poettering <lennart@poettering.net>

README: mention new required user systemd-bus-proxy

682265d5e2157882861b0091c6b81fa92699b72a 03-Jun-2014 Tom Gundersen <teg@jklm.no>

resolved: run as unpriviliged "systemd-resolve" user This service is not yet network facing, but let's prepare nonetheless. Currently all caps are dropped, but some may need to be kept in the future.

e15007bc0ee16a193684c2a9e60ded137eed5b0c 01-Jun-2014 Lennart Poettering <lennart@poettering.net>

README: document the new "systemd-network" user we require for systemd-networkd

f1721625e7145977ba705e169580f2eb0002600c 18-May-2014 Nis Martensen <nis.martensen@web.de>

fix spelling of privilege

a349eb10d3c3a31cd47198cbf08e4f0dfaffef1d 18-May-2014 Lennart Poettering <lennart@poettering.net>

timesyncd: run timesyncd as unpriviliged user "systemd-timesync" (but still with CAP_SYS_TIME)

b8bde11658366290521e3d03316378b482600323 08-May-2014 Jan Engelhardt <jengelh@inai.de>

doc: comma placement corrections and word order Set commas where there should be some. Some improvements to word order.

70a44afee385c4afadaab9a002b3f9dd44aedf4a 06-May-2014 Jan Engelhardt <jengelh@inai.de>

doc: typographical fine tuning

d28315e4aff91560ed4c2fc9f876ec8bfc559f2d 06-May-2014 Jan Engelhardt <jengelh@inai.de>

doc: use non-contracted forms in written documents

13468826f2457cae45a79649e122deadb9dc9774 09-Apr-2014 Mike Gilbert <floppym@gentoo.org>

Document CONFIG_NET_NS as a required kernel option Several units now utilize the PrivateNetwork parameter, which requires network namespace support.

7f8aa67131cfc03ddcbd31c0420754864fc122f0 24-Mar-2014 Lennart Poettering <lennart@poettering.net>

core: remove tcpwrap support tcpwrap is legacy code, that is barely maintained upstream. It's APIs are awful, and the feature set it exposes (such as DNS and IDENT access control) questionnable. We should not support this natively in systemd. Hence, let's remove the code. If people want to continue making use of this, they can do so by plugging in "tcpd" for the processes they start. With that scheme things are as well or badly supported as they were from traditional inetd, hence no functionality is really lost.

23aedd029452b65c11b6eb838e44f60be1c66814 22-Mar-2014 Kay Sievers <kay@vrfy.org>

README: update

f33016ff8b56c45dc85485ecf4d59f435c42ca40 22-Mar-2014 Thomas Bächler <thomas@archlinux.org>

README: Correct EFI requirements systemd does not need or use CONFIG_EFI_VARS anywhere, this should be CONFIG_EFIVAR_FS instead.

a7b1c3971a30546fe633e320d45033aba8b2ca3c 11-Mar-2014 Lennart Poettering <lennart@poettering.net>

README: document that we still encourage people to turn off audit when they want to use containers

47bc23c18cbc87471dc832534c8565625e4a9d16 26-Feb-2014 Lennart Poettering <lennart@poettering.net>

README: document that /var/run must be a symlink → /run

952d1536f4d7b64cfe938a569402434decffe4cd 19-Feb-2014 Kay Sievers <kay@vrfy.org>

sd-damon is LGPL now

5d31974e44b8fa163f859d8467a3667ed52056d0 15-Feb-2014 Kay Sievers <kay@vrfy.org>

README: mention libudev's requirement

c0467cf387548dc98c0254f63553d862b35a84e5 12-Feb-2014 Ronny Chevalier <chevalier.ronny@gmail.com>

syscallfilter: port to libseccomp

32dcef3ab1eb91ee469c3246ef859578dccd8a45 12-Feb-2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

build-sys: make lxml required when generating indices Since the manpage indices generated without lxml would be missing some parts, it doesn't make sense to keep lxml optional anymore.

39c4ead2323b45bbe9866e0f97fd8dcfb8a0bede 26-Jan-2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

build-sys: default to gold linker gold doesn't exhibit the problems with linking of compatibility libraries. It is also slightly faster: make clean && make -j5 bfd gold real 34.885s 33.707s user 34.486s 32.189s sys 9.929s 10.845s real 35.128s 33.508s user 34.660s 31.858s sys 10.798s 10.341s real 35.405s 33.748s user 34.765s 32.384s sys 11.635s 10.998s real 35.250s 33.795s user 34.704s 32.253s sys 11.220s 11.469s touch src/libsystemd/sd-bus.c && make -j5 bfd gold real 10.224s 9.030s user 11.664s 9.877s sys 3.431s 2.878s real 10.021s 9.165s user 11.526s 9.990s sys 3.061s 3.015s real 10.233s 8.961s user 11.657s 9.973s sys 3.467s 2.202s real 10.160s 9.086s user 11.637s 9.950s sys 3.188s 2.859s

c2cb7cbbd526e572b1caa1d7f70be68195b513a9 14-Jan-2014 Kay Sievers <kay@vrfy.org>

README: list CONFIG_FHANDLE in main section

001809282918f273d372f1ee09d10b783c18a474 14-Jan-2014 Umut Tezduyar Lindskog <umuttl@axis.com>

readme: CONFIG_FHANDLE is a requirement

b67f541f130cd4c55da0b74af5fcbb4daeca1937 23-Dec-2013 Lennart Poettering <lennart@poettering.net>

bus: switch kdbus bloom filter over to SipHash (from MurmurHash3) Let's try to standardize on a single non-cryptographic hash algorithm, and for that SipHash appears to be the best answer. With this change there are two other hash functions left in systemd: an older version of MurmurHash embedded into libudev for the bloom filters in udev messages (which is hard to update, given that the we probably should stay compatible with older versions of the library). And lookup3 in the journal files (which we could replace for new files, but which is probably not worth the work).

57d0e6b2731ab695d14b7cf496832ba416cc43d3 23-Dec-2013 Kay Sievers <kay@vrfy.org>

libudev: ship the original MurmurHash2.[ch] file

8be12848423218c034cfa7e3078774c9d4732281 11-Dec-2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

Update README with test/ requirements

06d461ee6f3da6650e6d023d7828455752d70b0b 10-Dec-2013 Shawn Landden <shawn@churchofgit.com>

update README to not suggest that systemd works without procfs

a65c89bbb056b18e069008a4f477aed7af0b316b 04-Dec-2013 Thomas Hindoe Paaboel Andersen <phomes@gmail.com>

README: remove obsolete paragraph about D-Bus

df41776d66b5b7467a5cf9c719b97b66d6534c8c 27-Nov-2013 Tom Gundersen <teg@jklm.no>

TODO: add dbus runtime depedency

ff70c61b6fce5547fe22992e561941eff8456c9b 27-Nov-2013 Kay Sievers <kay@vrfy.org>

TODO: remove dbus requirement

4ec181a0065102ccb0a8992ed9f2fa4860e44b43 27-Nov-2013 Lukasz Skalski <l.skalski@partner.samsung.com>

updates for TODO and README * library support for setns() system call was added to glibc version 2.14 (setns() call is use in src/machine/machinectl.c and src/libsystemd-bus-container.c) * utf8 validation call are already exported (via sd-utf8.c file) - commit - 369c583b3fb3d672ef469d53141e274ec9d2e8a7

19aadacf92ad86967ffb678e37b2ff9e83cb9480 22-Oct-2013 Jan Engelhardt <jengelh@inai.de>

man: wording and grammar updates This is a recurring submission and includes corrections to various issue spotted.

a18535d9e138c525d0443ec9f30a90b3e2184686 17-Oct-2013 Tom Gundersen <teg@jklm.no>

static-nodes: don't call mkdir This is no longer necessary with kmod-15. Bump the requirement.

a5c724b25b2930ecb4a64bb4d9b8619a1354afed 15-Sep-2013 Kay Sievers <kay@vrfy.org>

README: add SCSI BSG option

85424725d1870e2c218e3e2d53971f7e5dc3f0ae 14-Aug-2013 Kay Sievers <kay@vrfy.org>

README: update list of used LICENSEs

e946948eff517e895b287d0fd8c6d069ab9bbbb9 24-Jul-2013 Jesper Larsen <jesper.larsen@ixonos.com>

README: Bump to Linux 3.0 Support for writing to cgroup.procs was introduced in 3.0

f4f8f7b546508e1e7c94b072df685ac1342e8d7e 23-Jul-2013 Michael Biebl <biebl@debian.org>

README Bump minimum required version of kmod See edeb68c53f1cdc452016b4c8512586a70b1262e3.

77b6e19458f37cfde127ec6aa9494c0ac45ad890 10-May-2013 Lennart Poettering <lennart@poettering.net>

audit: since audit is apparently never going to be fixed for containers tell the user what's going on Let's try to be helpful to the user and give him a hint what he can do to make nspawn work with normal OS containers. https://bugzilla.redhat.com/show_bug.cgi?id=893751

80cb917e6248c15fd4a95d29954b3fd1e3d66b06 09-Mar-2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

man: use lxml for faster generation and pretty printing

ffbd2c4d45787ba5ba85a32db6551efba66a1ee6 07-Mar-2013 Nathaniel Chen <nathaniel.chen@intel.com>

core: mount and initialize Smack SMACK is the Simple Mandatory Access Control Kernel, a minimal approach to Access Control implemented as a kernel LSM. The kernel exposes the smackfs filesystem API through which access rules can be loaded. At boot time, we want to load the access rules as early as possible to ensure all early boot steps are checked by Smack. This patch mounts smackfs at the new location at /sys/fs/smackfs for kernels 3.8 and above. The /smack mountpoint is not supported. After mounting smackfs, rules are loaded from the usual location. For more information about Smack see: http://www.kernel.org/doc/Documentation/security/Smack.txt

f28cbd0382ca53baa99803bbc907a469fbf68128 06-Mar-2013 Kay Sievers <kay@vrfy.org>

README: more CONFIG_* updates

41938693e76c32161d2b3b83253ce996468cbf9b 06-Mar-2013 Kay Sievers <kay@vrfy.org>

README: remove CONFIG_HOTPLUG, add CONFIG_NET

713bc0cfa477ca1df8769041cb3dbc83c10eace2 06-Mar-2013 Kay Sievers <kay@vrfy.org>

README: add kernel config options

1a9ce3f766a03c7daab4ca7edae7533841e1721a 05-Mar-2013 Michael Biebl <biebl@debian.org>

Fix typos

37495eede95d3212b797c8459d7ed6258fb23c6a 05-Mar-2013 Lennart Poettering <lennart@poettering.net>

journal: make gatewayd run under its own user ID

37c0e8f35e92190a22b2ac0fbb23bf396121e84a 05-Mar-2013 Kay Sievers <kay@vrfy.org>

README: add udev goups

a24c64f03f9c5c0304451d8542fee853187a5168 05-Mar-2013 Lennart Poettering <lennart@poettering.net>

journald: introduce new "systemd-journal" group and make it own the journal files Previously all journal files were owned by "adm". In order to allow specific users to read the journal files without granting it access to the full "adm" powers, introduce a new specific group for this. "systemd-journal" has to be created by the packaging scripts manually at installation time. It's a good idea to assign a static UID/GID to this group, since /var/log/journal might be shared across machines via NFS. This commit also grants read access to the journal files by default to members of the "wheel" and "adm" groups via file system ACLs, since these "almost-root" groups should be able to see what's going on on the system. These ACLs are created by "make install". Packagers probably need to duplicate this logic in their postinst scripts. This also adds documentation how to grant access to the journal to additional users or groups via fs ACLs.

8ab85e2d2d9bf049e8f9a4c598ba32ff3cf19b6d 04-Mar-2013 Kay Sievers <kay@vrfy.org>

ProFUSION got bought by Intel

9015fa646e04fc3cb180bea24c33d34edbb48ed7 22-Feb-2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

python: build html docs using sphinx Build instructions: make make DESTIDIR=/tmp/... install make DESTIDIR=/tmp/... sphinx-html sphinx-man sphinx-epub ...

f1c24fea94e19cf2108abbeed1d36ded7102ab98 16-Feb-2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

man: move bootchart README to manpage, docbooksify

46ba8aae2b82bc5c87ba347e6bf914ecd5e9d51e 13-Feb-2013 Lennart Poettering <lennart@poettering.net>

build-sys: make PolicyKit support compile-time optional (was runtime-optional already)

bf9e477c92506884977d6c8d761969e105528f3e 24-Jan-2013 Kay Sievers <kay@vrfy.org>

README: remove mentioning of nss-myhostname "package"

c3d2d86d4f40593a361e33b101f5384a8ea2cdb7 25-Nov-2012 Tom Gundersen <teg@jklm.no>

README - dependencies: unify and add util-linux reference Use '>=' everywhere for consistency and point out that new util-linux provides sulogin.

2cc86f094a8c316f7feb0336df3827a3264b116d 25-Nov-2012 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

README: mention dependency on libpython

e30431623a7d871da123cc37055ac49abf2c20ea 20-Nov-2012 Tom Gundersen <teg@jklm.no>

build-sys: make loadable module support optional kmod is unecessary if loadable module support is disabled in the kernel, so make the dependency optional.

b603662c4152f9bbff3d93d69df0a4f4e05762c7 14-Nov-2012 Lennart Poettering <lennart@poettering.net>

README: don't list libgcrypt twice as dep

edca2e2348b314e2d892fe6f8ae276fdc223f014 05-Nov-2012 Thomas Hindoe Paaboel Andersen <phomes@gmail.com>

README,TODO: typo fixes

fb0951b02ebf51a93acf12721d8857d31ce57ba3 16-Oct-2012 Lennart Poettering <lennart@poettering.net>

journal: implement time-based rotation/vacuuming This also enables time-based rotation (but not vacuuming) after 1month, so that not more one month of journal is lost at a time per vacuuming.

1b4bb4fdac4dce4e658aa3743153d77c04d1a331 13-Oct-2012 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

journal: fix build in VALGRIND compatibility mode

cc30f5f388a96ab261e73fabf968b2ec3a8fd63b 08-Oct-2012 Kay Sievers <kay@vrfy.org>

README: update

7b17a7d72f5ba5ad838b19803534c56a46f3bce9 28-Sep-2012 Lennart Poettering <lennart@poettering.net>

journal: add minimal journal gateway daemon based on GNU libmicrohttpd This minimal HTTP server can serve journal data via HTTP. Its primary purpose is synchronization of journal data across the network. It serves journal data in three formats: text/plain: the text format known from /var/log/messages application/json: the journal entries formatted as JSON application/vnd.fdo.journal: the binary export format of the journal The HTTP server also serves a small HTML5 app that makes use of the JSON serialization to present the journal data to the user. Examples: This downloads the journal in text format: # systemctl start systemd-journal-gatewayd.service # wget http://localhost:19531/entries Same for JSON: # curl -H"Accept: application/json" http://localhost:19531/entries Access via web browser: $ firefox http://localhost:19531/

feb12d3ed2c7f9132c64773c7c41b9e3a608a814 20-Aug-2012 Lennart Poettering <lennart@poettering.net>

journal: make libgcrypt dependency optional

19d5d4cb6a89c844e298eb65bce6ba0fa9d58b91 31-Jul-2012 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

Add a few more dependencies to README

49f43d5f91a99b23f745726aa351d8f159774357 16-Jul-2012 Ville Skyttä <ville.skytta@iki.fi>

Spelling fixes.

26cbf29c52a36b6ad9d1ccc16d8f7adccefeddca 07-Jun-2012 Kay Sievers <kay@vrfy.org>

delete plymouth units; moved to plymouth

7c09aafd269bc04dcfc07d94c4ee583b7b0751e6 14-Apr-2012 Kay Sievers <kay@vrfy.org>

README: update udev requirements

5430f7f2bc7330f3088b894166bf3524a067e3d8 12-Apr-2012 Lennart Poettering <lennart@poettering.net>

relicense to LGPLv2.1 (with exceptions) 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.

LICENSE.GPL2 LICENSE.LGPL2.1 LICENSE.MIT Makefile.am README autogen.sh configure.ac man/binfmt.d.xml man/custom-html.xsl man/daemon.xml man/halt.xml man/hostname.xml man/journalctl.xml man/journald.conf.xml man/locale.conf.xml man/loginctl.xml man/logind.conf.xml man/machine-id.xml man/machine-info.xml man/modules-load.d.xml man/os-release.xml man/pam_systemd.xml man/runlevel.xml man/sd-daemon.xml man/sd-login.xml man/sd-readahead.xml man/sd_booted.xml man/sd_get_seats.xml man/sd_is_fifo.xml man/sd_listen_fds.xml man/sd_login_monitor_new.xml man/sd_notify.xml man/sd_pid_get_session.xml man/sd_readahead.xml man/sd_seat_get_active.xml man/sd_session_is_active.xml man/sd_uid_get_state.xml man/shutdown.xml man/sysctl.d.xml man/systemctl.xml man/systemd-ask-password.xml man/systemd-cat.xml man/systemd-cgls.xml man/systemd-cgtop.xml man/systemd-machine-id-setup.xml man/systemd-notify.xml man/systemd-nspawn.xml man/systemd-tmpfiles.xml man/systemd.automount.xml man/systemd.conf.xml man/systemd.device.xml man/systemd.exec.xml man/systemd.journal-fields.xml man/systemd.mount.xml man/systemd.path.xml man/systemd.service.xml man/systemd.snapshot.xml man/systemd.socket.xml man/systemd.special.xml man/systemd.swap.xml man/systemd.target.xml man/systemd.timer.xml man/systemd.unit.xml man/systemd.xml man/telinit.xml man/timezone.xml man/tmpfiles.d.xml man/vconsole.conf.xml rules/99-systemd.rules.in src/Makefile src/ac-power.c src/ask-password-api.c src/ask-password.c src/binfmt/binfmt.c src/bridge.c src/cgls.c src/cgroup-show.c src/cgroup-show.h src/cgroups-agent.c src/cgtop.c src/core/ask-password-api.h src/core/automount.c src/core/automount.h src/core/build.h src/core/bus-errors.h src/core/cgroup-attr.c src/core/cgroup-attr.h src/core/cgroup.c src/core/cgroup.h src/core/condition.c src/core/condition.h src/core/dbus-automount.c src/core/dbus-automount.h src/core/dbus-device.c src/core/dbus-device.h src/core/dbus-execute.c src/core/dbus-execute.h src/core/dbus-job.c src/core/dbus-job.h src/core/dbus-loop.h src/core/dbus-manager.c src/core/dbus-manager.h src/core/dbus-mount.c src/core/dbus-mount.h src/core/dbus-path.c src/core/dbus-path.h src/core/dbus-service.c src/core/dbus-service.h src/core/dbus-snapshot.c src/core/dbus-snapshot.h src/core/dbus-socket.c src/core/dbus-socket.h src/core/dbus-swap.c src/core/dbus-swap.h src/core/dbus-target.c src/core/dbus-target.h src/core/dbus-timer.c src/core/dbus-timer.h src/core/dbus-unit.c src/core/dbus-unit.h src/core/dbus.c src/core/dbus.h src/core/device.c src/core/device.h src/core/execute.c src/core/execute.h src/core/fdset.c src/core/fdset.h src/core/ima-setup.c src/core/ima-setup.h src/core/job.c src/core/job.h src/core/kmod-setup.c src/core/kmod-setup.h src/core/load-dropin.c src/core/load-dropin.h src/core/load-fragment.c src/core/load-fragment.h src/core/locale-setup.c src/core/locale-setup.h src/core/manager.c src/core/manager.h src/core/mount.c src/core/mount.h src/core/namespace.c src/core/namespace.h src/core/path.c src/core/path.h src/core/polkit.h src/core/selinux-setup.c src/core/selinux-setup.h src/core/service.c src/core/service.h src/core/snapshot.c src/core/snapshot.h src/core/socket.c src/core/socket.h src/core/special.h src/core/swap.c src/core/swap.h src/core/sysfs-show.h src/core/target.c src/core/target.h src/core/tcpwrap.c src/core/tcpwrap.h src/core/timer.c src/core/timer.h src/core/unit.c src/core/unit.h src/cryptsetup/cryptsetup-generator.c src/cryptsetup/cryptsetup.c src/dbus-common.c src/dbus-common.h src/dbus-loop.c src/def.h src/detect-virt.c src/fsck.c src/getty-generator.c src/hostname-setup.c src/hostname-setup.h src/hostname/hostnamed.c src/hostname/org.freedesktop.hostname1.conf src/hostname/org.freedesktop.hostname1.policy.in src/hostname/org.freedesktop.hostname1.service src/initctl.c src/install.c src/install.h src/journal/cat.c src/journal/compress.c src/journal/compress.h src/journal/coredump.c src/journal/journal-def.h src/journal/journal-file.c src/journal/journal-file.h src/journal/journal-internal.h src/journal/journal-rate-limit.c src/journal/journal-rate-limit.h src/journal/journal-send.c src/journal/journalctl.c src/journal/journald.c src/journal/journald.conf src/journal/journald.h src/journal/libsystemd-journal.pc.in src/journal/libsystemd-journal.sym src/journal/sd-journal.c src/journal/test-journal-send.c src/journal/test-journal.c src/libsystemd-id128.pc.in src/libsystemd-id128.sym src/locale/localed.c src/locale/org.freedesktop.locale1.conf src/locale/org.freedesktop.locale1.policy.in src/locale/org.freedesktop.locale1.service src/login/70-uaccess.rules src/login/71-seat.rules src/login/73-seat-late.rules.in src/login/libsystemd-login.pc.in src/login/libsystemd-login.sym src/login/loginctl.c src/login/logind-acl.c src/login/logind-acl.h src/login/logind-dbus.c src/login/logind-device.c src/login/logind-device.h src/login/logind-seat-dbus.c src/login/logind-seat.c src/login/logind-seat.h src/login/logind-session-dbus.c src/login/logind-session.c src/login/logind-session.h src/login/logind-user-dbus.c src/login/logind-user.c src/login/logind-user.h src/login/logind.c src/login/logind.conf src/login/logind.h src/login/multi-seat-x.c src/login/org.freedesktop.login1.conf src/login/org.freedesktop.login1.policy.in src/login/org.freedesktop.login1.service src/login/pam-module.c src/login/sd-login.c src/login/sysfs-show.c src/login/test-login.c src/login/uaccess.c src/login/user-sessions.c src/logs-show.c src/logs-show.h src/loopback-setup.c src/loopback-setup.h src/machine-id-main.c src/machine-id-setup.c src/machine-id-setup.h src/main.c src/missing.h src/modules-load.c src/mount-setup.c src/mount-setup.h src/notify.c src/nspawn.c src/org.freedesktop.systemd1.conf src/org.freedesktop.systemd1.policy.in.in src/org.freedesktop.systemd1.service src/path-lookup.c src/path-lookup.h src/polkit.c src/quotacheck.c src/random-seed.c src/rc-local-generator.c src/readahead/readahead-collect.c src/readahead/readahead-common.c src/readahead/readahead-common.h src/readahead/readahead-replay.c src/remount-api-vfs.c src/reply-password.c src/sd-id128.c src/shared/acl-util.c src/shared/acl-util.h src/shared/audit.c src/shared/audit.h src/shared/capability.c src/shared/capability.h src/shared/cgroup-label.c src/shared/cgroup-util.c src/shared/cgroup-util.h src/shared/conf-parser.c src/shared/conf-parser.h src/shared/exit-status.c src/shared/exit-status.h src/shared/hashmap.c src/shared/hashmap.h src/shared/label.c src/shared/label.h src/shared/list.h src/shared/log.c src/shared/log.h src/shared/macro.h src/shared/mkdir.c src/shared/mkdir.h src/shared/pager.c src/shared/pager.h src/shared/ratelimit.c src/shared/ratelimit.h src/shared/set.c src/shared/set.h src/shared/socket-label.c src/shared/socket-util.c src/shared/socket-util.h src/shared/strv.c src/shared/strv.h src/shared/utf8.c src/shared/utf8.h src/shared/util.c src/shared/util.h src/shared/virt.c src/shared/virt.h src/shutdown.c src/shutdownd.c src/spawn-ask-password-agent.c src/spawn-ask-password-agent.h src/spawn-polkit-agent.c src/spawn-polkit-agent.h src/specifier.c src/specifier.h src/sysctl.c src/system.conf src/systemctl.c src/systemd-bash-completion.sh src/systemd.pc.in src/systemd/sd-id128.h src/systemd/sd-journal.h src/systemd/sd-login.h src/systemd/sd-messages.h src/systemd/sd-shutdown.h src/test-cgroup.c src/test-daemon.c src/test-engine.c src/test-env-replace.c src/test-hostname.c src/test-id128.c src/test-install.c src/test-job-type.c src/test-loopback.c src/test-ns.c src/test-strv.c src/test-watchdog.c src/timedate/org.freedesktop.timedate1.conf src/timedate/org.freedesktop.timedate1.policy.in src/timedate/org.freedesktop.timedate1.service src/timedate/timedated.c src/timestamp.c src/tmpfiles.c src/tty-ask-password-agent.c src/umount.c src/umount.h src/unit-name.c src/unit-name.h src/update-utmp.c src/user.conf src/utmp-wtmp.c src/utmp-wtmp.h src/vconsole/vconsole-setup.c src/watchdog.c src/watchdog.h sysctl.d/coredump.conf.in tmpfiles.d/legacy.conf tmpfiles.d/systemd.conf tmpfiles.d/tmp.conf tmpfiles.d/x11.conf units/basic.target units/bluetooth.target units/console-shell.service.m4.in units/cryptsetup.target units/dev-hugepages.mount units/dev-mqueue.mount units/emergency.service.in units/emergency.target units/fedora/halt-local.service units/fedora/prefdm.service units/fedora/rc-local.service units/final.target units/frugalware/display-manager.service units/fsck-root.service.in units/fsck@.service.in units/getty.target units/getty@.service.m4 units/graphical.target units/halt.service.in units/halt.target units/http-daemon.target units/kexec.service.in units/kexec.target units/local-fs-pre.target units/local-fs.target units/mageia/prefdm.service units/mail-transfer-agent.target units/mandriva/prefdm.service units/multi-user.target units/network.target units/nss-lookup.target units/nss-user-lookup.target units/plymouth-halt.service units/plymouth-kexec.service units/plymouth-poweroff.service units/plymouth-quit-wait.service units/plymouth-quit.service units/plymouth-read-write.service units/plymouth-reboot.service units/plymouth-start.service units/poweroff.service.in units/poweroff.target units/printer.target units/proc-sys-fs-binfmt_misc.automount units/proc-sys-fs-binfmt_misc.mount units/quotacheck.service.in units/quotaon.service units/reboot.service.in units/reboot.target units/remote-fs-pre.target units/remote-fs.target units/remount-rootfs.service units/rescue.service.m4.in units/rescue.target units/rpcbind.target units/serial-getty@.service.m4 units/shutdown.target units/sigpwr.target units/smartcard.target units/sockets.target units/sound.target units/suse/halt-local.service units/suse/rc-local.service units/swap.target units/sys-fs-fuse-connections.mount units/sys-kernel-config.mount units/sys-kernel-debug.mount units/sysinit.target units/syslog.socket units/syslog.target units/systemd-ask-password-console.path units/systemd-ask-password-console.service.in units/systemd-ask-password-plymouth.path units/systemd-ask-password-plymouth.service.in units/systemd-ask-password-wall.path units/systemd-ask-password-wall.service.in units/systemd-binfmt.service.in units/systemd-hostnamed.service.in units/systemd-initctl.service.in units/systemd-initctl.socket units/systemd-journald.service.in units/systemd-journald.socket units/systemd-localed.service.in units/systemd-logind.service.in units/systemd-modules-load.service.in units/systemd-random-seed-load.service.in units/systemd-random-seed-save.service.in units/systemd-readahead-collect.service.in units/systemd-readahead-done.service.in units/systemd-readahead-done.timer units/systemd-readahead-replay.service.in units/systemd-remount-api-vfs.service.in units/systemd-shutdownd.service.in units/systemd-shutdownd.socket units/systemd-sysctl.service.in units/systemd-timedated.service.in units/systemd-tmpfiles-clean.service.in units/systemd-tmpfiles-clean.timer units/systemd-tmpfiles-setup.service.in units/systemd-update-utmp-runlevel.service.in units/systemd-update-utmp-shutdown.service.in units/systemd-user-sessions.service.in units/systemd-vconsole-setup.service.in units/time-sync.target units/tmp.mount units/umount.target units/user/default.target units/user/exit.service.in units/user/exit.target units/user@.service.in
ee4cbc2c85edacab721c710e1f99aedd5c2e3a3a 20-Mar-2012 Michal Schmidt <mschmidt@redhat.com>

remove GTK pieces They've moved to systemd-ui.

d657c51f14601d0235434ffb78cf6ac0f27cc83c 25-Jan-2012 Lennart Poettering <lennart@poettering.net>

README: update header line

9fa2f41077b2d76685058836f602f38715b5eef3 22-Jan-2012 Kay Sievers <kay.sievers@vrfy.org>

README: fix git URLs

0df4f9d669bec2d34777735f8cdd40797b1fd753 05-Jan-2012 Lennart Poettering <lennart@poettering.net>

README: correct license claims

57c6f8ae5f52a6e8ffc66a54966346f733dded39 28-Dec-2011 Kay Sievers <kay.sievers@vrfy.org>

update README

12a362be5c1982f80dbfb75bda070208a2c99cdf 05-Dec-2011 Kay Sievers <kay.sievers@vrfy.org>

use libexecdir, bindir, sbindir, switch to /usr/lib/udev in documentation

b7f44df59a7f76d2bd5302df2f5ec9be9b7fa2fa 01-Nov-2011 Lennart Poettering <lennart@poettering.net>

README: explain dependency on cgroups

afb9771b41be95e90b2f8a5cc235d708cf743ed1 18-Sep-2011 Kay Sievers <kay.sievers@vrfy.org>

update README

6705c2df468a6afb4f8f834822780add123065e2 24-Aug-2011 Lennart Poettering <lennart@poettering.net>

update README

a63599edcca136554f6794870214fba495324ec4 11-Aug-2011 Kay Sievers <kay.sievers@vrfy.org>

README: we need Linux 2.6.39

b62cfcea00862ccbf0e5e297f8a339f70987edef 03-Aug-2011 Michael Biebl <biebl@debian.org>

build-sys: make gperf configure check fatal and document the new build requirement.

e3c14a7ff3931e4c09711966e3a82fd8f98e568a 19-Jul-2011 Kay Sievers <kay.sievers@vrfy.org>

configure: reorder options

ae446765eb0605d2451bb4dd7c336672bcc7ab0c 15-Jul-2011 Kay Sievers <kay.sievers@vrfy.org>

libsystemd-daemon: support installation in --with-rootlibdir

673eab9bf0d2d79a72f3d7c430807b8786de7ee3 14-Jul-2011 Lennart Poettering <lennart@poettering.net>

README: document license

fff2e5b58bab7a5ffbb7593742d462197b06728c 17-May-2011 Lennart Poettering <lennart@poettering.net>

README: document relation to nss-myhostname

ab7863f7d74ca1952b6173d2d04ab89f95253fb5 05-May-2011 Kay Sievers <kay.sievers@vrfy.org>

update NEWS

67a77c8bf299f6264f001677becd056316ebce2f 05-May-2011 Kay Sievers <kay.sievers@vrfy.org>

bump requirement to Linux kernel 2.6.32 and ARM 2.6.36

d5d6a7f3040992f853eb23eb1bafac3b77891c2d 29-Apr-2011 Kay Sievers <kay.sievers@vrfy.org>

configure: allow to enable/disable extras individually - remove gobject introspection switch - disable hid2hci by default (moved to bluez) - disable action-modeswitch by default (will move to usb_modeswitch) - disable edd_id by default (problems with disk signatures) - disable legacy floppy by default (no more nasty device node hacks by default)

49500e9b0db05a630e2baa37443c5f2facf359ad 11-Apr-2011 Michael Witten <mfwitten@gmail.com>

Docs: README: Add a comma to offset the modifier Signed-off-by: Michael Witten <mfwitten@gmail.com>

00ecb6745b4021a9cae6056132dc5be3cfcc26b5 11-Apr-2011 Michael Witten <mfwitten@gmail.com>

Docs: README: `set up' is the verb; `setup' is a noun Signed-off-by: Michael Witten <mfwitten@gmail.com>

fd752623faf6a3a4f2ac17e1a9d24f589119084d 11-Apr-2011 Michael Witten <mfwitten@gmail.com>

Docs: README: Flip sentence structure to improve wording Signed-off-by: Michael Witten <mfwitten@gmail.com>

cb936a3961f37ccb8eef0c505b8fffa6711c57be 11-Apr-2011 Michael Witten <mfwitten@gmail.com>

Docs: README: `does never apply' -> `never applies' Signed-off-by: Michael Witten <mfwitten@gmail.com>

e62c9c72cdb4ff920c71679f230cde9736570ee7 11-Apr-2011 Michael Witten <mfwitten@gmail.com>

Docs: README: Clarify configuration of existing devices Signed-off-by: Michael Witten <mfwitten@gmail.com>

1224944f61d88d7e09010c808b117ce102c61ef9 11-Apr-2011 Michael Witten <mfwitten@gmail.com>

Docs: README: Clean up `udev extras' requirements Signed-off-by: Michael Witten <mfwitten@gmail.com>

47d9121c9a6a6d4d3415e6a012ebbb3256440a65 11-Apr-2011 Michael Witten <mfwitten@gmail.com>

Docs: README: Remove commas and use subjective mood Signed-off-by: Michael Witten <mfwitten@gmail.com>

bde1af68b61f0f36127de09eee5a5051ae5c9167 11-Apr-2011 Michael Witten <mfwitten@gmail.com>

Docs: README: Add missing `and' Signed-off-by: Michael Witten <mfwitten@gmail.com>

3fe44a296abbac8a3df667861a7c111e95b54ca4 11-Apr-2011 Michael Witten <mfwitten@gmail.com>

Docs: README: Use present tense Signed-off-by: Michael Witten <mfwitten@gmail.com>

600b2584566a44b8a57f546f5ce27f5b1cce21d6 11-Apr-2011 Michael Witten <mfwitten@gmail.com>

Docs: README: Clean up a sentence Signed-off-by: Michael Witten <mfwitten@gmail.com>

9698e70c1feae3d4807e4b5c6b53cbc459313f12 11-Apr-2011 Michael Witten <mfwitten@gmail.com>

Docs: README: `,' -> `;' Signed-off-by: Michael Witten <mfwitten@gmail.com>

a2ddee73920673aae645ab7fde322251a249024f 11-Apr-2011 Michael Witten <mfwitten@gmail.com>

Docs: README: `to replace' -> `replacing' Signed-off-by: Michael Witten <mfwitten@gmail.com>

aa1671320df5bd8aa4108c0efb34a49fdedd0e5f 04-Mar-2011 Lennart Poettering <lennart@poettering.net>

main: add link to wiki page with longer explanation of the /usr madness

ed1c99fcc13f279eccf25fc20427eb92867da245 04-Mar-2011 Lennart Poettering <lennart@poettering.net>

s/seperate/separate/

fc7a744cc44cdb80bf9bc6304fc3f80ca2cb65f9 01-Mar-2011 Lennart Poettering <lennart@poettering.net>

README: refer to profusion if people ask for consulting/engineering services

21bc923aa35d455cdef1607eb7022608c705c9f3 23-Feb-2011 Lennart Poettering <lennart@poettering.net>

ask-password: supported plymouth cached passwords

67d6a9abac34c2c15857c6ad459a5d381e2a7454 21-Feb-2011 Lennart Poettering <lennart@poettering.net>

README: document that we need ipv6

3ede835a0486f2ecc025dede0b33e9a1edc06d30 16-Feb-2011 Lennart Poettering <lennart@poettering.net>

README: update requirements

fc00b89add541b52c7f9ca2dbc2f10d8c697f509 01-Dec-2010 Kay Sievers <kay.sievers@vrfy.org>

update README

c1c8ca815bb1ef040c0a84cccd51282e4ce8f4de 26-Nov-2010 Kay Sievers <kay.sievers@vrfy.org>

update README

ef9ffbd8065b9e06ef27fb989b1c783daf4dc1df 07-Oct-2010 Lennart Poettering <lennart@poettering.net>

shutdown: create /var/run/nologin instead of /etc/nologin which is supported since PAM 1.1.2

b02b72cf0edccfc2ee2895062e61ccf4af17ff11 07-Oct-2010 Fabiano Fidencio <fidencio@profusion.mobi>

README: Check for libudev-160, as in configure.ac

647f1fafb5f456b80bb799d07d345ce7fd2308ee 05-Oct-2010 Lennart Poettering <lennart@poettering.net>

README: mention libcap dependency https://bugs.freedesktop.org/show_bug.cgi?id=30060

41c69b0ff0471a04ba0dcb9829ced2ffa0c43cb5 20-May-2010 Kay Sievers <kay.sievers@vrfy.org>

update NEWS README

42e39f0b326d27f6392a81a7400f9af7cf0af3ab 18-May-2010 Lennart Poettering <lennart@poettering.net>

build-sys: remove vala generated sources only when valac is around

31cee6f634ce07aa2c3514a506f93830f91f14a5 13-May-2010 Lennart Poettering <lennart@poettering.net>

build-sys: include README and LICENSE in tarball

5a2cfd1599aa1300e26c2de22b1158c626bc0139 07-May-2010 Kay Sievers <kay.sievers@vrfy.org>

update README regarding kernel version and default rules

eea1fd84f0088022ec681700d32dd9ef337b3538 25-Jan-2010 Kay Sievers <kay.sievers@vrfy.org>

update README and NEWS

1da6c797fdbb94372c1a809acf1a0ca159b2d7b1 08-Sep-2009 Kay Sievers <kay.sievers@vrfy.org>

require 2.6.27 for proper signalfd handling <zzam> kay: ping I found out why udev-145 fails on some systems with kernel 2.6.25 and 2.6.26 <zzam> kay: it is because glibc was compiled against linux-headers-2.6.27 or newer and issues signalfd4 syscall which was introduced in kernel 2.6.27 and not older signalfd syscall

a6c5b514d8e698316c57a0cf5183fcd8a7bc6d26 31-Aug-2009 Kay Sievers <kay.sievers@vrfy.org>

update README

e4c02c1ca68d74d040f5bb8cb0c0c244dd8adc71 07-Jul-2009 Kay Sievers <kay.sievers@vrfy.org>

README: add CONFIG_BLK_DEV_BSG

89eaa6a56eded9f76c452e20994aaf45c7c2dad9 17-Jun-2009 Kay Sievers <kay.sievers@vrfy.org>

README: update

0f50d0ef04feecfb33ac7dd7a38300679c3ed27d 17-Jun-2009 Kay Sievers <kay.sievers@vrfy.org>

README: add /lib/udev/ is private

514b8d62123e3d63f2b935aa1d58e5c411f3f603 16-Jun-2009 Kay Sievers <kay.sievers@vrfy.org>

configure: enable all extras by default, provide --disable-extras

98ad80f8737b0cfcd264e32e37d6c5d4e35e4ea5 11-Jun-2009 Kay Sievers <kay.sievers@vrfy.org>

README: add INOTIFY and SIGNALFD

262d5cca892db33cb0a154718577f06d04982ba3 11-Jun-2009 Kay Sievers <kay.sievers@vrfy.org>

README: add kernel options

1e03b754aef576a5cb75f01b1805cdc1f9cc292f 04-Jun-2009 Kay Sievers <kay.sievers@vrfy.org>

udevd: convert to event worker processes Event processes now get re-used after they handled an event. This reduces pressure on the CPU significantly because cloned event processes no longer cause page faults in the main daemon. After the events have settled, the no longer needed worker processes get killed.

67c89548d112e3d00ccdbad399720458b8289117 04-Jan-2009 Kay Sievers <kay.sievers@vrfy.org>

update NEWS

1aa8fdf779219d953633323b4206acadc8b8e37b 04-Jan-2009 Kay Sievers <kay.sievers@vrfy.org>

rules: Ubuntu merge - s/uucp/dialout/

8553cf06b93739c859534a85cc7ef1bdd8e33a5c 03-Jan-2009 Kay Sievers <kay.sievers@vrfy.org>

rules: Ubuntu merge - use group "tape"

19f8fd9088f02c672f42cf1005c43cb5aac18e93 03-Jan-2009 Kay Sievers <kay.sievers@vrfy.org>

require 2.6.22+ kernel

64be143742a487e826068e906d1bfb180acdb0ae 29-Dec-2008 Kay Sievers <kay.sievers@vrfy.org>

require non-SYSFS_DEPRECATED 2.6.20+ kernel

ce4c03fad012bdf4531c2d3ca1dd00e42ef89578 27-Oct-2008 Lennart Poettering <lennart@poettering.net>

remove old README

37372bbc38d8542f482d90b26c90714429584421 09-Sep-2008 Kay Sievers <kay.sievers@vrfy.org>

libudev: monitor - add event properties to udev_device

01618658fd82dbc5e6315b639f00e87c6fee3c54 30-Jul-2008 Kay Sievers <kay.sievers@vrfy.org>

use autotools

.gitignore INSTALL Makefile.am NEWS README autogen.sh configure.ac extras/Makefile.am extras/ata_id/Makefile.am extras/ata_id/ata_id.c extras/cdrom_id/Makefile.am extras/cdrom_id/cdrom_id.c extras/collect/Makefile.am extras/collect/collect.c extras/edd_id/Makefile.am extras/edd_id/edd_id.c extras/firmware/Makefile.am extras/floppy/Makefile.am extras/floppy/create_floppy_devices.c extras/fstab_import/Makefile.am extras/fstab_import/fstab_import.c extras/path_id/Makefile.am extras/rule_generator/Makefile.am extras/scsi_id/Makefile.am extras/scsi_id/scsi_id.c extras/scsi_id/scsi_serial.c extras/usb_id/Makefile.am extras/usb_id/usb_id.c extras/volume_id/Makefile.am extras/volume_id/lib/Makefile.am extras/volume_id/lib/exported_symbols extras/volume_id/lib/libvolume_id.pc.in extras/volume_id/vol_id.c rules/Makefile.am test/udev-test.pl udev/.gitignore udev/Makefile.am udev/logging.h udev/test-udev.c udev/udev.h udev/udev_config.c udev/udev_db.c udev/udev_device.c udev/udev_rules.c udev/udev_rules.h udev/udev_rules_parse.c udev/udev_selinux.c udev/udev_selinux.h udev/udev_sysdeps.c udev/udev_sysdeps.h udev/udev_sysfs.c udev/udev_utils.c udev/udev_utils_file.c udev/udev_utils_string.c udev/udevadm.c udev/udevcontrol.c udev/udevd.c udev/udevd.h udev/udevinfo.c udev/udevsettle.c udev/udevtest.c udev/udevtrigger.c
05b9640022d25a75923cc7809409914491a5f9da 18-Jul-2008 Kay Sievers <kay.sievers@vrfy.org>

release 125

65e9e8c5e8de192b2b6eea0dcb6089268eb9ad2a 15-Mar-2008 Kay Sievers <kay.sievers@vrfy.org>

release 119

98520be72f9a0167df1da3c7b1a4ca2e88c3c831 27-Dec-2007 Kay Sievers <kay.sievers@vrfy.org>

switch mailing lists to linux-hotplug@vger.kernel.org

b317b96c15bc61d59f138515e71f05bbd8f7b2ff 21-Sep-2007 Kay Sievers <kay.sievers@vrfy.org>

update README

15c02d46f5b7061808c5d37753a2e6cb90f472c8 07-Aug-2006 Kay Sievers <kay.sievers@suse.de>

update README

05ec6e7507d159e5a02a82927c6571b7e516c52e 05-Aug-2006 Kay Sievers <kay.sievers@suse.de>

switch ifdef __KLIBC__ to ifndef __GLIBC__

cad4697469883b73cdd43e7e83db122951535ee8 02-Apr-2006 Kay Sievers <kay.sievers@suse.de>

update README

15ff0ba36e9c1f051fe1e35e69f8569d0dfe2d66 28-Mar-2006 Kay Sievers <kay.sievers@suse.de>

remove all stripping code

d992629180a4bbce84c28456057bf4e9c6bfce6e 07-Dec-2005 Kay Sievers <kay.sievers@suse.de>

update README Signed-off-by: Kay Sievers <kay.sievers@suse.de>

a8a614a7018918e987585c2d07189024c640cb3a 25-Nov-2005 Kay Sievers <kay.sievers@suse.de>

remove outdated and misleading stuff Packagers who still need this, should carry it in their own package. It just causes too much trouble to users to have it in the tree and expect that it's needed or the way to do it. Signed-off-by: Kay Sievers <kay.sievers@suse.de>

df2ce9dbb6e0d55aa375f57293a7b2bf31f44be7 19-Nov-2005 lennart <lennart@bf9bc1cc-28ce-0310-abfb-9041aa761afb>

clean up for distribution git-svn-id: svn+ssh://rootserver/home/lennart/svn/private/projects/nss-myhostname@85 bf9bc1cc-28ce-0310-abfb-9041aa761afb

dfc9761d8846a5f6f437fb599bc6817d14efbec2 17-Nov-2005 Kay Sievers <kay.sievers@suse.de>

update README Signed-off-by: Kay Sievers <kay.sievers@suse.de>

c249f66a70f9ea623205f27f7931727acbafba9e 16-Nov-2005 Kay Sievers <kay.sievers@suse.de>

update README and RELEASE-NOTES Signed-off-by: Kay Sievers <kay.sievers@suse.de>

a8349b33e564f7faa83341cb1fa58466b0589ae9 09-Nov-2005 Kay Sievers <kay.sievers@suse.de>

remove our own copy of klibc Signed-off-by: Kay Sievers <kay.sievers@suse.de>

ChangeLog Makefile README RELEASE-NOTES klibc/MCONFIG klibc/MRULES klibc/Makefile klibc/README klibc/include/alloca.h klibc/include/arch/alpha/klibc/archsetjmp.h klibc/include/arch/alpha/klibc/archsignal.h klibc/include/arch/alpha/klibc/archstat.h klibc/include/arch/alpha/klibc/archsys.h klibc/include/arch/alpha/machine/asm.h klibc/include/arch/arm/klibc/archsetjmp.h klibc/include/arch/arm/klibc/archsignal.h klibc/include/arch/arm/klibc/archstat.h klibc/include/arch/arm/klibc/archsys.h klibc/include/arch/cris/klibc/archsetjmp.h klibc/include/arch/cris/klibc/archsignal.h klibc/include/arch/cris/klibc/archstat.h klibc/include/arch/cris/klibc/archsys.h klibc/include/arch/i386/klibc/archsetjmp.h klibc/include/arch/i386/klibc/archsignal.h klibc/include/arch/i386/klibc/archstat.h klibc/include/arch/i386/klibc/archsys.h klibc/include/arch/i386/klibc/diverr.h klibc/include/arch/i386/sys/io.h klibc/include/arch/i386/sys/vm86.h klibc/include/arch/ia64/klibc/archsetjmp.h klibc/include/arch/ia64/klibc/archsignal.h klibc/include/arch/ia64/klibc/archstat.h klibc/include/arch/ia64/klibc/archsys.h klibc/include/arch/m32r/klibc/archsetjmp.h klibc/include/arch/m32r/klibc/archsignal.h klibc/include/arch/m32r/klibc/archstat.h klibc/include/arch/m32r/klibc/archsys.h klibc/include/arch/m68k/klibc/archsignal.h klibc/include/arch/m68k/klibc/archstat.h klibc/include/arch/m68k/klibc/archsys.h klibc/include/arch/mips/klibc/archfcntl.h klibc/include/arch/mips/klibc/archsetjmp.h klibc/include/arch/mips/klibc/archsignal.h klibc/include/arch/mips/klibc/archstat.h klibc/include/arch/mips/klibc/archsys.h klibc/include/arch/mips/machine/asm.h klibc/include/arch/mips/sgidefs.h klibc/include/arch/mips/spaces.h klibc/include/arch/mips64/klibc/archsignal.h klibc/include/arch/mips64/klibc/archstat.h klibc/include/arch/mips64/klibc/archsys.h klibc/include/arch/parisc/klibc/archsetjmp.h klibc/include/arch/parisc/klibc/archsignal.h klibc/include/arch/parisc/klibc/archstat.h klibc/include/arch/parisc/klibc/archsys.h klibc/include/arch/ppc/klibc/archsetjmp.h klibc/include/arch/ppc/klibc/archsignal.h klibc/include/arch/ppc/klibc/archstat.h klibc/include/arch/ppc/klibc/archsys.h klibc/include/arch/ppc64/klibc/archsetjmp.h klibc/include/arch/ppc64/klibc/archsignal.h klibc/include/arch/ppc64/klibc/archstat.h klibc/include/arch/ppc64/klibc/archsys.h klibc/include/arch/s390/klibc/archsetjmp.h klibc/include/arch/s390/klibc/archsignal.h klibc/include/arch/s390/klibc/archstat.h klibc/include/arch/s390/klibc/archsys.h klibc/include/arch/s390x/klibc/archsetjmp.h klibc/include/arch/s390x/klibc/archsignal.h klibc/include/arch/s390x/klibc/archstat.h klibc/include/arch/s390x/klibc/archsys.h klibc/include/arch/sh/klibc/archsetjmp.h klibc/include/arch/sh/klibc/archsignal.h klibc/include/arch/sh/klibc/archstat.h klibc/include/arch/sh/klibc/archsys.h klibc/include/arch/sparc/klibc/archsetjmp.h klibc/include/arch/sparc/klibc/archsignal.h klibc/include/arch/sparc/klibc/archstat.h klibc/include/arch/sparc/klibc/archsys.h klibc/include/arch/sparc/machine/asm.h klibc/include/arch/sparc/machine/frame.h klibc/include/arch/sparc/machine/trap.h klibc/include/arch/sparc64/klibc/archsetjmp.h klibc/include/arch/sparc64/klibc/archsignal.h klibc/include/arch/sparc64/klibc/archstat.h klibc/include/arch/sparc64/klibc/archsys.h klibc/include/arch/x86_64/klibc/archsetjmp.h klibc/include/arch/x86_64/klibc/archsignal.h klibc/include/arch/x86_64/klibc/archstat.h klibc/include/arch/x86_64/klibc/archsys.h klibc/include/arch/x86_64/sys/io.h klibc/include/arpa/inet.h klibc/include/assert.h klibc/include/bits32/bitsize.h klibc/include/bits32/bitsize/limits.h klibc/include/bits32/bitsize/stddef.h klibc/include/bits32/bitsize/stdint.h klibc/include/bits32/bitsize/stdintconst.h klibc/include/bits32/bitsize/stdintlimits.h klibc/include/bits64/bitsize.h klibc/include/bits64/bitsize/limits.h klibc/include/bits64/bitsize/stddef.h klibc/include/bits64/bitsize/stdint.h klibc/include/bits64/bitsize/stdintconst.h klibc/include/bits64/bitsize/stdintlimits.h klibc/include/ctype.h klibc/include/dirent.h klibc/include/elf.h klibc/include/endian.h klibc/include/errno.h klibc/include/fcntl.h klibc/include/grp.h klibc/include/inttypes.h klibc/include/klibc/compiler.h klibc/include/klibc/diverr.h klibc/include/klibc/extern.h klibc/include/klibc/sysconfig.h klibc/include/limits.h klibc/include/malloc.h klibc/include/net/if.h klibc/include/net/if_arp.h klibc/include/net/if_packet.h klibc/include/net/route.h klibc/include/netinet/if_ether.h klibc/include/netinet/in.h klibc/include/netinet/in6.h klibc/include/netinet/ip.h klibc/include/netinet/tcp.h klibc/include/netinet/udp.h klibc/include/netpacket/packet.h klibc/include/paths.h klibc/include/poll.h klibc/include/sched.h klibc/include/setjmp.h klibc/include/signal.h klibc/include/stdarg.h klibc/include/stddef.h klibc/include/stdint.h klibc/include/stdio.h klibc/include/stdlib.h klibc/include/string.h klibc/include/sys/dirent.h klibc/include/sys/elf32.h klibc/include/sys/elf64.h klibc/include/sys/elfcommon.h klibc/include/sys/fsuid.h klibc/include/sys/inotify.h klibc/include/sys/ioctl.h klibc/include/sys/klog.h klibc/include/sys/mman.h klibc/include/sys/mount.h klibc/include/sys/param.h klibc/include/sys/reboot.h klibc/include/sys/resource.h klibc/include/sys/select.h klibc/include/sys/socket.h klibc/include/sys/socketcalls.h klibc/include/sys/stat.h klibc/include/sys/statfs.h klibc/include/sys/syscall.h klibc/include/sys/sysinfo.h klibc/include/sys/sysmacros.h klibc/include/sys/time.h klibc/include/sys/times.h klibc/include/sys/types.h klibc/include/sys/uio.h klibc/include/sys/un.h klibc/include/sys/utime.h klibc/include/sys/utsname.h klibc/include/sys/vfs.h klibc/include/sys/wait.h klibc/include/syslog.h klibc/include/termios.h klibc/include/time.h klibc/include/unistd.h klibc/include/utime.h klibc/klcc.1 klibc/klcc.in klibc/klibc.spec.in klibc/klibc/CAVEATS klibc/klibc/Kbuild klibc/klibc/LICENSE klibc/klibc/MCONFIG klibc/klibc/Makefile klibc/klibc/README klibc/klibc/SOCKETCALLS.def klibc/klibc/SYSCALLS.def klibc/klibc/__put_env.c klibc/klibc/__shared_init.c klibc/klibc/__signal.c klibc/klibc/__static_init.c klibc/klibc/abort.c klibc/klibc/alarm.c klibc/klibc/arch/README klibc/klibc/arch/alpha/MCONFIG klibc/klibc/arch/alpha/Makefile.inc klibc/klibc/arch/alpha/README-gcc klibc/klibc/arch/alpha/crt0.S klibc/klibc/arch/alpha/divide.c klibc/klibc/arch/alpha/pipe.c klibc/klibc/arch/alpha/setjmp.S klibc/klibc/arch/alpha/syscall.S klibc/klibc/arch/alpha/sysdual.S klibc/klibc/arch/alpha/sysstub.ph klibc/klibc/arch/arm/MCONFIG klibc/klibc/arch/arm/Makefile.inc klibc/klibc/arch/arm/crt0.S klibc/klibc/arch/arm/setjmp-arm.S klibc/klibc/arch/arm/setjmp-thumb.S klibc/klibc/arch/arm/syscall.S klibc/klibc/arch/arm/sysstub.ph klibc/klibc/arch/cris/MCONFIG klibc/klibc/arch/cris/Makefile.inc klibc/klibc/arch/cris/__negdi2.S klibc/klibc/arch/cris/crt0.S klibc/klibc/arch/cris/divide.c klibc/klibc/arch/cris/setjmp.S klibc/klibc/arch/cris/syscall.S klibc/klibc/arch/cris/sysstub.ph klibc/klibc/arch/i386/MCONFIG klibc/klibc/arch/i386/Makefile.inc klibc/klibc/arch/i386/crt0.S klibc/klibc/arch/i386/exits.S klibc/klibc/arch/i386/libgcc/__ashldi3.S klibc/klibc/arch/i386/libgcc/__ashrdi3.S klibc/klibc/arch/i386/libgcc/__lshrdi3.S klibc/klibc/arch/i386/libgcc/__muldi3.S klibc/klibc/arch/i386/libgcc/__negdi2.S klibc/klibc/arch/i386/open.S klibc/klibc/arch/i386/setjmp.S klibc/klibc/arch/i386/sigreturn.S klibc/klibc/arch/i386/socketcall.S klibc/klibc/arch/i386/syscall.S klibc/klibc/arch/i386/sysstub.ph klibc/klibc/arch/ia64/MCONFIG klibc/klibc/arch/ia64/Makefile.inc klibc/klibc/arch/ia64/crt0.S klibc/klibc/arch/ia64/pipe.c klibc/klibc/arch/ia64/setjmp.S klibc/klibc/arch/ia64/syscall.S klibc/klibc/arch/ia64/sysstub.ph klibc/klibc/arch/ia64/vfork.S klibc/klibc/arch/m32r/MCONFIG klibc/klibc/arch/m32r/Makefile.inc klibc/klibc/arch/m32r/crt0.S klibc/klibc/arch/m32r/setjmp.S klibc/klibc/arch/m32r/syscall.S klibc/klibc/arch/m32r/sysstub.ph klibc/klibc/arch/m68k/MCONFIG klibc/klibc/arch/m68k/Makefile.inc klibc/klibc/arch/mips/MCONFIG klibc/klibc/arch/mips/Makefile.inc klibc/klibc/arch/mips/crt0.S klibc/klibc/arch/mips/klibc.ld klibc/klibc/arch/mips/pipe.S klibc/klibc/arch/mips/setjmp.S klibc/klibc/arch/mips/syscall.S klibc/klibc/arch/mips/sysstub.ph klibc/klibc/arch/mips/vfork.S klibc/klibc/arch/mips64/MCONFIG klibc/klibc/arch/mips64/Makefile.inc klibc/klibc/arch/parisc/MCONFIG klibc/klibc/arch/parisc/Makefile.inc klibc/klibc/arch/parisc/crt0.S klibc/klibc/arch/parisc/setjmp.S klibc/klibc/arch/parisc/syscall.c klibc/klibc/arch/parisc/sysstub.ph klibc/klibc/arch/ppc/MCONFIG klibc/klibc/arch/ppc/Makefile.inc klibc/klibc/arch/ppc/crt0.S klibc/klibc/arch/ppc/setjmp.S klibc/klibc/arch/ppc/syscall.S klibc/klibc/arch/ppc/sysstub.ph klibc/klibc/arch/ppc64/MCONFIG klibc/klibc/arch/ppc64/Makefile.inc klibc/klibc/arch/ppc64/crt0.S klibc/klibc/arch/ppc64/setjmp.S klibc/klibc/arch/ppc64/syscall.c klibc/klibc/arch/ppc64/sysstub.ph klibc/klibc/arch/s390/MCONFIG klibc/klibc/arch/s390/Makefile.inc klibc/klibc/arch/s390/crt0.S klibc/klibc/arch/s390/mmap.c klibc/klibc/arch/s390/setjmp.S klibc/klibc/arch/s390/syscall.c klibc/klibc/arch/s390/sysstub.ph klibc/klibc/arch/s390x/MCONFIG klibc/klibc/arch/s390x/Makefile.inc klibc/klibc/arch/s390x/crt0.S klibc/klibc/arch/s390x/mmap.c klibc/klibc/arch/s390x/setjmp.S klibc/klibc/arch/s390x/syscall.c klibc/klibc/arch/s390x/sysstub.ph klibc/klibc/arch/sh/MCONFIG klibc/klibc/arch/sh/Makefile.inc klibc/klibc/arch/sh/crt0.S klibc/klibc/arch/sh/setjmp.S klibc/klibc/arch/sh/syscall.S klibc/klibc/arch/sh/sysstub.ph klibc/klibc/arch/sparc/MCONFIG klibc/klibc/arch/sparc/Makefile.inc klibc/klibc/arch/sparc/crt0.S klibc/klibc/arch/sparc/crt0i.S klibc/klibc/arch/sparc/divrem.m4 klibc/klibc/arch/sparc/setjmp.S klibc/klibc/arch/sparc/smul.S klibc/klibc/arch/sparc/syscall.S klibc/klibc/arch/sparc/sysfork.S klibc/klibc/arch/sparc/sysstub.ph klibc/klibc/arch/sparc/umul.S klibc/klibc/arch/sparc64/MCONFIG klibc/klibc/arch/sparc64/Makefile.inc klibc/klibc/arch/sparc64/crt0.S klibc/klibc/arch/sparc64/setjmp.S klibc/klibc/arch/sparc64/syscall.S klibc/klibc/arch/sparc64/sysfork.S klibc/klibc/arch/sparc64/sysstub.ph klibc/klibc/arch/x86_64/MCONFIG klibc/klibc/arch/x86_64/Makefile.inc klibc/klibc/arch/x86_64/crt0.S klibc/klibc/arch/x86_64/exits.S klibc/klibc/arch/x86_64/setjmp.S klibc/klibc/arch/x86_64/sigreturn.S klibc/klibc/arch/x86_64/syscall.S klibc/klibc/arch/x86_64/sysstub.ph klibc/klibc/asprintf.c klibc/klibc/assert.c klibc/klibc/atexit.c klibc/klibc/atexit.h klibc/klibc/atoi.c klibc/klibc/atol.c klibc/klibc/atoll.c klibc/klibc/atox.c klibc/klibc/brk.c klibc/klibc/bsd_signal.c klibc/klibc/calloc.c klibc/klibc/closelog.c klibc/klibc/creat.c klibc/klibc/ctypes.c klibc/klibc/daemon.c klibc/klibc/exec_l.c klibc/klibc/execl.c klibc/klibc/execle.c klibc/klibc/execlp.c klibc/klibc/execlpe.c klibc/klibc/execv.c klibc/klibc/execvp.c klibc/klibc/execvpe.c klibc/klibc/exitc.c klibc/klibc/fgetc.c klibc/klibc/fgets.c klibc/klibc/fopen.c klibc/klibc/fork.c klibc/klibc/fprintf.c klibc/klibc/fputc.c klibc/klibc/fputs.c klibc/klibc/fread.c klibc/klibc/fread2.c klibc/klibc/fstatfs.c klibc/klibc/fwrite.c klibc/klibc/fwrite2.c klibc/klibc/getcwd.c klibc/klibc/getdomainname.c klibc/klibc/getenv.c klibc/klibc/gethostname.c klibc/klibc/getopt.c klibc/klibc/getpgrp.c klibc/klibc/getpriority.c klibc/klibc/getpt.c klibc/klibc/globals.c klibc/klibc/inet/bindresvport.c klibc/klibc/inet/inet_addr.c klibc/klibc/inet/inet_aton.c klibc/klibc/inet/inet_ntoa.c klibc/klibc/inet/inet_ntop.c klibc/klibc/inet/inet_pton.c klibc/klibc/interp.S klibc/klibc/isatty.c klibc/klibc/jrand48.c klibc/klibc/libc_init.c klibc/klibc/libgcc/__divdi3.c klibc/klibc/libgcc/__divsi3.c klibc/klibc/libgcc/__moddi3.c klibc/klibc/libgcc/__modsi3.c klibc/klibc/libgcc/__udivdi3.c klibc/klibc/libgcc/__udivmoddi4.c klibc/klibc/libgcc/__udivmodsi4.c klibc/klibc/libgcc/__udivsi3.c klibc/klibc/libgcc/__umoddi3.c klibc/klibc/libgcc/__umodsi3.c klibc/klibc/llseek.c klibc/klibc/lrand48.c klibc/klibc/makeerrlist.pl klibc/klibc/malloc.c klibc/klibc/malloc.h klibc/klibc/memccpy.c klibc/klibc/memchr.c klibc/klibc/memcmp.c klibc/klibc/memcpy.c klibc/klibc/memmem.c klibc/klibc/memmove.c klibc/klibc/memrchr.c klibc/klibc/memset.c klibc/klibc/memswap.c klibc/klibc/mmap.c klibc/klibc/mrand48.c klibc/klibc/nice.c klibc/klibc/nrand48.c klibc/klibc/onexit.c klibc/klibc/open.c klibc/klibc/pause.c klibc/klibc/perror.c klibc/klibc/printf.c klibc/klibc/pty.c klibc/klibc/putchar.c klibc/klibc/putenv.c klibc/klibc/puts.c klibc/klibc/qsort.c klibc/klibc/raise.c klibc/klibc/readdir.c klibc/klibc/realloc.c klibc/klibc/reboot.c klibc/klibc/recv.c klibc/klibc/sbrk.c klibc/klibc/seed48.c klibc/klibc/send.c klibc/klibc/setegid.c klibc/klibc/setenv.c klibc/klibc/seteuid.c klibc/klibc/setpgrp.c klibc/klibc/sha1hash.c klibc/klibc/sigaction.c klibc/klibc/siglist.c klibc/klibc/siglongjmp.c klibc/klibc/sigpending.c klibc/klibc/sigprocmask.c klibc/klibc/sigsuspend.c klibc/klibc/sleep.c klibc/klibc/snprintf.c klibc/klibc/socketcalls.pl klibc/klibc/socketcommon.h klibc/klibc/sprintf.c klibc/klibc/srand48.c klibc/klibc/sscanf.c klibc/klibc/statfs.c klibc/klibc/strcasecmp.c klibc/klibc/strcat.c klibc/klibc/strchr.c klibc/klibc/strcmp.c klibc/klibc/strcpy.c klibc/klibc/strcspn.c klibc/klibc/strdup.c klibc/klibc/strerror.c klibc/klibc/strlcat.c klibc/klibc/strlcpy.c klibc/klibc/strlen.c klibc/klibc/strncasecmp.c klibc/klibc/strncat.c klibc/klibc/strncmp.c klibc/klibc/strncpy.c klibc/klibc/strndup.c klibc/klibc/strnlen.c klibc/klibc/strntoimax.c klibc/klibc/strntoumax.c klibc/klibc/strpbrk.c klibc/klibc/strrchr.c klibc/klibc/strsep.c klibc/klibc/strspn.c klibc/klibc/strstr.c klibc/klibc/strtoimax.c klibc/klibc/strtok.c klibc/klibc/strtol.c klibc/klibc/strtoll.c klibc/klibc/strtotimespec.c klibc/klibc/strtotimeval.c klibc/klibc/strtotimex.c klibc/klibc/strtoul.c klibc/klibc/strtoull.c klibc/klibc/strtoumax.c klibc/klibc/strtox.c klibc/klibc/strxspn.c klibc/klibc/strxspn.h klibc/klibc/syscalls.pl klibc/klibc/syscommon.h klibc/klibc/syslog.c klibc/klibc/system.c klibc/klibc/sysv_signal.c klibc/klibc/time.c klibc/klibc/umount.c klibc/klibc/unsetenv.c klibc/klibc/usleep.c klibc/klibc/utime.c klibc/klibc/vasprintf.c klibc/klibc/vfprintf.c klibc/klibc/vprintf.c klibc/klibc/vsnprintf.c klibc/klibc/vsprintf.c klibc/klibc/vsscanf.c klibc/klibc/wait.c klibc/klibc/wait3.c klibc/klibc/waitpid.c klibc/klibc/zlib/FAQ klibc/klibc/zlib/INDEX klibc/klibc/zlib/README klibc/klibc/zlib/adler32.c klibc/klibc/zlib/algorithm.txt klibc/klibc/zlib/compress.c klibc/klibc/zlib/crc32.c klibc/klibc/zlib/crc32.h klibc/klibc/zlib/deflate.c klibc/klibc/zlib/deflate.h klibc/klibc/zlib/gzio.c klibc/klibc/zlib/infback.c klibc/klibc/zlib/inffast.c klibc/klibc/zlib/inffast.h klibc/klibc/zlib/inffixed.h klibc/klibc/zlib/inflate.c klibc/klibc/zlib/inflate.h klibc/klibc/zlib/inftrees.c klibc/klibc/zlib/inftrees.h klibc/klibc/zlib/trees.c klibc/klibc/zlib/trees.h klibc/klibc/zlib/uncompr.c klibc/klibc/zlib/zconf.h klibc/klibc/zlib/zconf.in.h klibc/klibc/zlib/zlib.3 klibc/klibc/zlib/zlib.h klibc/klibc/zlib/zutil.c klibc/klibc/zlib/zutil.h klibc/makeklcc.pl klibc/version test/simple-build-check.sh
c2df8b5f517216ab7763c1b25655c170cfcee097 03-Oct-2005 Kay Sievers <kay.sievers@suse.de>

clarify README Signed-off-by: Kay Sievers <kay.sievers@suse.de>

da4aec2fb4e3c9f1f73a67a5e326c90220fb0c59 18-Aug-2005 Greg KH <greg@press.(none)>

add EXTRAS documentation to the README file. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

d47fd445bd9ade720776f661a4ad7c4b2202d6f0 09-Aug-2005 Kay Sievers <kay.sievers@suse.de>

trivial text cleanups Signed-off-by: Kay Sievers <kay.sievers@suse.de>

34c00c915c6dd9d063551732169cb3c3126376ad 09-Aug-2005 Kay Sievers <kay.sievers@suse.de>

update README Signed-off-by: Kay Sievers <kay.sievers@suse.de>

57663b364beda200ec189c889e7d9c9fede37c9a 18-Jun-2005 Kay Sievers <kay.sievers@suse.de>

remove device node, when type block/char has changed Signed-off-by: Kay Sievers <kay.sievers@suse.de>

e5e322bc627a07d29a07e08f7c96bd644a3ae057 27-Apr-2005 kay.sievers@vrfy.org <kay.sievers@vrfy.org>

[PATCH] rename namedev_dev to udev_rule

057f2bdbf65ba6276209869feb74097d73c06b99 27-Apr-2005 greg@kroah.com <greg@kroah.com>

[PATCH] add USE_SELINUX to README documentation so people have a chance to see what is going on.

5476249ffd3239cbfad91999db3917dc292b158f 27-Apr-2005 greg@kroah.com <greg@kroah.com>

[PATCH] remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present.

8481f8ce2bd2b19ebcf3cb96ac6825093f626b0f 27-Apr-2005 greg@kroah.com <greg@kroah.com>

[PATCH] Add initial SELinux support for udev Based on a patch from Daniel J Walsh <dwalsh@redhat.com>

977083c253a6c7ec282f1cf36c496ee280dbf069 27-Apr-2005 greg@kroah.com <greg@kroah.com>

[PATCH] add KERNEL_DIR option so that the distros will be happy Based on a patch from Svetoslav Slavtchev <svetljo@gmx.de>

0523018487a60ad817556af30632a212ad3351e0 27-Apr-2005 greg@kroah.com <greg@kroah.com>

[PATCH] clean up the logging patch a bit to make the option more like the other options. Also documented it and added it to the .spec file.

9ab314222d66d53a46ecefdeb37bec15b7dff66a 27-Apr-2005 greg@kroah.com <greg@kroah.com>

[PATCH] update the README in a few places.

666269480900dd8d099b9e188c16acc9f7f31ee5 27-Apr-2005 olh@suse.de <olh@suse.de>

[PATCH] dump latest klibc into the udev build tree KLIBC is used as an internal makefile variable, it expands to either true or false right now. udev should use something else than KLIBC to allow build against the latest and greatest klibc version.

7d27ce1dc005b3972ab7ed77a86f6333c2f8ee9f 27-Apr-2005 greg@kroah.com <greg@kroah.com>

[PATCH] document the different Makefile config options that we have.

e1b579406db58dc4ced1bec6339f7647c4fd69ea 27-Apr-2005 greg@kroah.com <greg@kroah.com>

[PATCH] 005 release

0fba212217eba2fee944583a54ef66f532459fc0 27-Apr-2005 greg@kroah.com <greg@kroah.com>

[PATCH] add klibc linux symlink info to the README

a34ea8f598af378dcd63528b6328d1bff7fab0f1 27-Apr-2005 greg@kroah.com <greg@kroah.com>

[PATCH] added README info for how to build using klibc.

bf3ca56fd4685a52ae66ed6ee05ec4705130b9fe 27-Apr-2005 greg@kroah.com <greg@kroah.com>

[PATCH] Updatd the README

cee360d32efd8392f7e342dcaeda1de50a2c1bcf 27-Apr-2005 greg@kroah.com <greg@kroah.com>

[PATCH] added 0.2 change log info.

d2ce1817117daa9523b1572523f1e7684bae779f 27-Apr-2005 greg@kroah.com <greg@kroah.com>

[PATCH] added more documentation in README and TODO files.