Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] add more debian rules files. | greg@kroah.com | |
2005-04-26 | [PATCH] move distro specific config files into their own directories | greg@kroah.com | |
2005-04-26 | more merge fixups | Greg KH | |
2005-04-26 | [PATCH] update debian rules files. | greg@kroah.com | |
2005-04-26 | [PATCH] added asterix rules to the gentoo file. | greg@kroah.com | |
2005-04-26 | [PATCH] fix gentoo scsi cdrom rule | greg@kroah.com | |
http://bugs.gentoo.org/show_bug.cgi?id=73208 | |||
2005-04-26 | [PATCH] Fix the multithreaded build again... | greg@kroah.com | |
2005-04-26 | [PATCH] use udevstart for udev.init.* files. | greg@kroah.com | |
Thanks to Kay for pointing it out. | |||
2005-04-26 | [PATCH] delete a bunch of files no longer needed. | greg@kroah.com | |
Thanks to Kay for pointing it out. | |||
2005-04-26 | [PATCH] Various typos and other litte errors in udev.8.in | klauser@access.unizh.ch | |
Thanks-To: Tobias Klauser <tklauser@access.unizh.ch> While crawling through the udev manpage I noticed some typos and other grammatical errors. English is not my native language, so I'm not sure if I fixed everything right. I would be glad if any English-speaking person could check this patch before applying. | |||
2005-04-26 | [PATCH] update Fedora dev.d/ example and remove unused conf.d/ directory | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] don't install distribution specific init script on "make install" | kay.sievers@vrfy.org | |
Leave that part up to the one who itegrates udev into a system as there is much more to care of than to call a init stript for a dynamic dev. | |||
2005-04-26 | [PATCH] restore OWNER/GROUP assignment in rule coming from RESULT | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] make gcov compile scripts working with recent gcc | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix udev-test/udev-test.pl to work with again | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] add net/atml and class/ppdev to the wait_for_sysfs exception list | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] add net/nlv* devices to the exception list | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] add "pcmcia" and "fc_transport" to the wait_for_sysfs lists | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove unused timestamp field | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] simplify permission handling | kay.sievers@vrfy.org | |
Initialize the defaults in udev_config.c instead of namedev.c. Replace macro by expanded code. Switch to mode_t instead of string value. Add and clarify some comments. | |||
2005-04-26 | [PATCH] handle /etc/hotplug.d/ only if the event comes from udevd | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] trivial cleanups and change some comments | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove unused variables | kay.sievers@vrfy.org | |
Remove udev.bus, cause it's currently unused and newer kernels will pass it in the hotplug environment as PHYSDEVBUS. Remove udev.action, cause it's unused. Rename udev_set_values() to udev_init_device(). | |||
2005-04-26 | [PATCH] udevsend/udevd handle events without a subsystem | kay.sievers@vrfy.org | |
Accept event without a subsystem and pass it through udevd. Pass empty environment while starting udevd. | |||
2005-04-26 | [PATCH] use blacklist on device "remove" and remove dev.d/ call code duplication | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] update the man pages and correct Usage: hints | kay.sievers@vrfy.org | |
Add UDEV_LOG to the man udev man page. Remove mention of specific variables from the udevd/udevsend man page as we changed to pass the whole environment. Correct printed Usage: of udevtest and udevinfo. Init the config in udevtest earlier to accept input with and without the sysfs mount point. | |||
2005-04-26 | [PATCH] don't call the hotplug scripts with a test run | kay.sievers@vrfy.org | |
2005-04-26 | more fixups | Greg KH | |
2005-04-26 | fixups to get back to proper patch order | Greg KH | |
Damm, it's hard to merge a multi-line tree into one flat line at times... | |||
2005-04-26 | [PATCH] don't call dev.d/ scripts twice, if directory = subsystem | kay.sievers@vrfy.org | |
The /etc/dev.d/input/input.dev was called twice for /dev/input/mouse. Skip the execution if we get a directory named after the subsystem. Move UDEV_NO_DEVD where it belongs. | |||
2005-04-26 | [PATCH] remove archive file if we changed something | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] link archive insted of objects | kay.sievers@vrfy.org | |
This cuts the size of the binaries, as only objects that are actually used are linked into the binary: 45592 -> 43608 udev 4380 -> 4380 udevsend 10380 -> 4652 udevd 34732 -> 33100 udevinfo 45432 -> 37208 udevtest | |||
2005-04-26 | [PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplex | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] Allow GROUP to have modifiers in it | sschweizer@gmail.com | |
2005-04-26 | [PATCH] comment out ability to run udev-test.pl with valgrind | greg@kroah.com | |
2005-04-26 | [PATCH] fix spurious valgrind warning in udev. | greg@kroah.com | |
2005-04-26 | [PATCH] DEVNAME on device removal | sjoerd@spring.luon.net | |
I just noticed that the DEVNAME enviroment variable isn't being set anymore in udev 0.046 on device removal, while it was being set in 0.042. We're using the property tto do umount -l <devices> when a block device is removed. Afaik there is no other way to associate a device with it's DEVNAME on removal ? Also are there cases where doing umount -l on the removed devices is wrong? I guess the device is gone, so there is no sense in keeping it mounted (it's not like the filesystem is gonna come back in a sane state again).. Attached (trivial) patch brings back the DEVNAME variable on device removal. | |||
2005-04-26 | [PATCH] fix udevinfo '-q path' option as it was not working | greg@kroah.com | |
2005-04-26 | [PATCH] handle whole hotplug event with udevd/udev | kay.sievers@vrfy.org | |
If /proc/sys/kernel/hotplug points to /sbin/udevsend we handle the whole hotplug event with multiplexing /etc/hotplug.d/. | |||
2005-04-26 | [PATCH] integrate wait_for_sysfs in udev | kay.sievers@vrfy.org | |
Move the wait_for_sysfs logic into the udev binary. udev is called for every hotplug event. It also waits for /devices events. | |||
2005-04-26 | [PATCH] remove my test code | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] make the searched multiplex directories conditionally | kay.sievers@vrfy.org | |
If we don't have "name" or a "subsystem" don't look for it. | |||
2005-04-26 | [PATCH] add MANAGED_EVENT to the forked udev environment | kay.sievers@vrfy.org | |
This will prevent a loop, if udev sends events back into the daemon. | |||
2005-04-26 | [PATCH] export DEVNAME on remove event | kay.sievers@vrfy.org | |
Fix from Sjoerd Simons <sjoerd@spring.luon.net>, it got lost on the recent reorganization of the udev processing stages. | |||
2005-04-26 | [PATCH] export udev_log flag to the environment | kay.sievers@vrfy.org | |
Forked scripts and callouts may want to follow udev's configured behavior and log only if udev is logging itself. | |||
2005-04-26 | [PATCH] add support for /devices-devices without any file to wait for | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix parallel build error | greg@kroah.com | |
2005-04-26 | [PATCH] Patch from Alex Riesen <raa.lkml@gmail.com> | kay.sievers@vrfy.org | |
> I just put const's at some places. It cut down data segments, but > increased code size. > Overall still smaller: > > -rwxr-xr-x 1 user users 50420 Nov 19 10:53 ../udev-046/udev > -rwxr-xr-x 1 user users 49556 Nov 19 10:53 udev > text data bss dec hex filename > 47245 968 22480 70693 11425 ../udev-046/udev > 48089 104 22064 70257 11271 udev > > Also, the instance of utsname in udev_lib.c is used only once. | |||
2005-04-26 | [PATCH] add a bunch of busses to the list of what to wait for | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] close connection to syslog in forked udevd child | kay.sievers@vrfy.org | |