Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-16 | allow rules to have labels and skip to next label | Kay Sievers | |
This will allow us to have whole blocks of rules to skip conditionally. The following section creates the node "yes": GOTO="TEST" NAME="no" NAME="no2", LABEL="NO" NAME="yes", LABEL="TEST" NAME="no3" | |||
2005-07-14 | 063 release | Greg KH | |
2005-07-14 | add 'make tests' as I'm always typing that one wrong... | Greg KH | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-07-07 | 062 releaseudev/v062 | Greg Kroah-Hartman | |
2005-07-06 | 061 releaseudev/v061 | Greg Kroah-Hartman | |
2005-07-06 | we want to provide OPTFLAGS | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-06 | set default device node to /dev | Kay Sievers | |
Using prefix seems pretty useless and the empty /udev with every "make install" is annoying. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-02 | 060 releaseudev/v060 | Greg KH | |
2005-07-01 | [PATCH] Udev doesn't properly build with $CROSS | Gustavo Zacarias | |
Patch attached - basically you're always invoking klcc for the udev build itself, but klibc builds $(CROSS)klcc. Thus static cross builds don't work. | |||
2005-06-30 | 059 releaseudev/v059 | Greg Kroah-Hartman | |
2005-06-24 | allow rules to be compiled to one binary file | Kay Sievers | |
All the rule files can be compiled into a single file, which can be mapped into the udev process to avoid parsing the rules with every event. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-16 | Makefile: remove dev.d/ hotplug.d/ from install target | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-16 | udevd: control log-priority of the running daemon with udevcontrol | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-15 | udeveventrecorder: add small program that writes an event to disk | Kay Sievers | |
Used for debugging and event replay from initramfs. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | udev: handle all events - not only class and block devices | Kay Sievers | |
Handle all events with rules. If udev is expected to handle hotplug.d/ the exernal helper must be called. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | Makefile: fix DESTDIR | Kay Sievers | |
Patch from: Vassilis Virvilis <vasvir@iit.demokritos.gr> Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | udevd: add initsend | Kay Sievers | |
Transfer stored events from initramfs to the running udevd to replay events after userspace is ready. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | udevd: add udevcontrol | Kay Sievers | |
Controls the behavior of the running daemon. Currently only stopping and starting of the execution queue is supported. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-05-20 | Fix makefile to allow 'make release' to work with git | Greg KH | |
2005-05-20 | 058 releaseudev/v058 | Greg KH | |
2005-04-26 | [PATCH] 057 releleaseudev/v057 | gregkh@suse.de | |
2005-04-26 | [PATCH] add test for make -j4 to build-check | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix make -j4 and the local klibc-install | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] add RUN key to be able to run rule based notification | kay.sievers@vrfy.org | |
SUBSYSTEM=="block", RUN="/sbin/program" will execute the program only for block device events. ACTION="remove", SUBSYSTEM=="block", RUN"/sbin/program" will execute the program, if a block device is removed. | |||
2005-04-26 | [PATCH] support log-priority levels in udev.conf | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] 056 releaseudev/v056 | gregkh@suse.de | |
2005-04-26 | [PATCH] klibc: remove SCCS directories from the temporary klibc install | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] klibc: use klcc wrapper instead of our own Makefile | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] 055 releaseudev/v055 | gregkh@suse.de | |
2005-04-26 | [PATCH] rename namedev_dev to udev_rule | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove udevstart on make clean | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] split udev and udevstart | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] rename LOG to USE_LOG in all places | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove Makefile magic for klibc integration | kay.sievers@vrfy.org | |
The new libsysfs and klibc don't need that anymore. Wrap getpwnam(), so we can use the built-in /etc/passwd parser for statically compiled glibc binaries too. | |||
2005-04-26 | [PATCH] klibc_fixups: remove no longer needed stuff | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix up segfaulting binaries with new klibc | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] klibc_fixups: remove unneeded stuff | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] 054 releaseudev/v054 | gregkh@suse.de | |
2005-04-26 | [PATCH] big libsysfs diet (pre 2.0 version) | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] 053 releaseudev/v053 | gregkh@suse.de | |
2005-04-26 | [PATCH] make the release tarballs have writable files in them. | gregkh@suse.de | |
2005-04-26 | [PATCH] 052 releaseudev/v052 | greg@kroah.com | |
2005-04-26 | [PATCH] Makefile: add some more warnings and prepare for clean gcc4 compile | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] Makefile: cleanup conditional config option sections | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] selinux: cleanup udev integration | kay.sievers@vrfy.org | |
Move code into a .c-file instead of big inline functions in a header file. Pass the device name down instead of relying that the node name is equal to the kernel name. | |||
2005-04-26 | [PATCH] 051 releaseudev/v051 | greg@kroah.com | |
2005-04-26 | [PATCH] rearrange link order in Makefile | hare@suse.de | |
The link-order in the main Makefile is not quite correct (sysfs should be linked after udev.a) which might cause the build to fail. | |||
2005-04-26 | [PATCH] complete removal of explicit udev permissions config file | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] 050 releaseudev/v050 | greg@kroah.com | |
2005-04-26 | [PATCH] avoid building klibc test programs and pass SUBDIRS= to klibc clean | kay.sievers@vrfy.org | |