Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-20 | update NEWS README | Kay Sievers | |
2010-05-07 | update README regarding kernel version and default rules | Kay Sievers | |
2010-01-25 | update README and NEWS | Kay Sievers | |
2009-09-08 | require 2.6.27 for proper signalfd handling | Kay Sievers | |
<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 | |||
2009-08-31 | update README | Kay Sievers | |
2009-07-07 | README: add CONFIG_BLK_DEV_BSG | Kay Sievers | |
2009-06-17 | README: update | Kay Sievers | |
2009-06-17 | README: add /lib/udev/ is private | Kay Sievers | |
2009-06-16 | configure: enable all extras by default, provide --disable-extras | Kay Sievers | |
2009-06-11 | README: add INOTIFY and SIGNALFD | Kay Sievers | |
2009-06-11 | README: add kernel options | Kay Sievers | |
2009-06-04 | udevd: convert to event worker processes | Kay Sievers | |
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. | |||
2009-01-04 | update NEWS | Kay Sievers | |
2009-01-04 | rules: Ubuntu merge - s/uucp/dialout/ | Kay Sievers | |
2009-01-03 | rules: Ubuntu merge - use group "tape" | Kay Sievers | |
2009-01-03 | require 2.6.22+ kernel | Kay Sievers | |
2008-12-29 | require non-SYSFS_DEPRECATED 2.6.20+ kernel | Kay Sievers | |
2008-09-09 | libudev: monitor - add event properties to udev_device | Kay Sievers | |
2008-07-30 | use autotools | Kay Sievers | |
2008-07-18 | release 125 | Kay Sievers | |
2008-03-15 | release 119 | Kay Sievers | |
2007-12-27 | switch mailing lists to linux-hotplug@vger.kernel.org | Kay Sievers | |
2007-09-21 | update README | Kay Sievers | |
2006-08-07 | update README | Kay Sievers | |
2006-08-05 | switch ifdef __KLIBC__ to ifndef __GLIBC__ | Kay Sievers | |
2006-04-02 | update README | Kay Sievers | |
2006-03-28 | remove all stripping code | Kay Sievers | |
2005-12-07 | update README | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-11-25 | remove outdated and misleading stuff | Kay Sievers | |
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> | |||
2005-11-17 | update README | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-11-16 | update README and RELEASE-NOTES | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-11-09 | remove our own copy of klibc | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-10-03 | clarify README | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-18 | add EXTRAS documentation to the README file. | Greg KH | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-08-09 | trivial text cleanups | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-09 | update README | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-18 | remove device node, when type block/char has changed | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-04-26 | [PATCH] rename namedev_dev to udev_rule | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] add USE_SELINUX to README documentation so people have a chance to ↵ | greg@kroah.com | |
see what is going on. | |||
2005-04-26 | [PATCH] remove USE_DBUS and USE_SELINUX flags from the README as they are no ↵ | greg@kroah.com | |
longer present. | |||
2005-04-26 | [PATCH] Add initial SELinux support for udev | greg@kroah.com | |
Based on a patch from Daniel J Walsh <dwalsh@redhat.com> | |||
2005-04-26 | [PATCH] add KERNEL_DIR option so that the distros will be happy | greg@kroah.com | |
Based on a patch from Svetoslav Slavtchev <svetljo@gmx.de> | |||
2005-04-26 | [PATCH] clean up the logging patch a bit to make the option more like the ↵ | greg@kroah.com | |
other options. Also documented it and added it to the .spec file. | |||
2005-04-26 | [PATCH] update the README in a few places. | greg@kroah.com | |
2005-04-26 | [PATCH] dump latest klibc into the udev build tree | olh@suse.de | |
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. | |||
2005-04-26 | [PATCH] document the different Makefile config options that we have. | greg@kroah.com | |
2005-04-26 | [PATCH] 005 releaseudev/v005 | greg@kroah.com | |
2005-04-26 | [PATCH] add klibc linux symlink info to the README | greg@kroah.com | |
2005-04-26 | [PATCH] added README info for how to build using klibc. | greg@kroah.com | |
2005-04-26 | [PATCH] Updatd the README | greg@kroah.com | |