index
:
~tomegun/systemd
boottime
glib-sd-event
hwdb
lldp
man-network
master
peer
ppp
sd-device
terminal
udev
udev-event
Private systemd wip tree
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
udev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-06-14
udev: fix netdev RUN handling
Hannes Reinecke
1
-26
/
+27
2005-06-05
udev: handle all events - not only class and block devices
Kay Sievers
1
-91
/
+64
2005-06-05
volume_id: use udev-provided log-level
Kay Sievers
1
-1
/
+1
2005-06-05
udev: move dev.d/ handling to external helper
Kay Sievers
1
-4
/
+0
2005-06-05
udevd: listen for netlink events
Kay Sievers
1
-3
/
+7
2005-04-26
[PATCH] export DEVNAME to RUN-key executed programs
kay.sievers@vrfy.org
1
-5
/
+6
2005-04-26
[PATCH] add RUN key to be able to run rule based notification
kay.sievers@vrfy.org
1
-3
/
+16
2005-04-26
[PATCH] move execute_program to utils + add action to init_device
kay.sievers@vrfy.org
1
-2
/
+3
2005-04-26
[PATCH] support log-priority levels in udev.conf
kay.sievers@vrfy.org
1
-11
/
+13
2005-04-26
[PATCH] rename namedev_dev to udev_rule
kay.sievers@vrfy.org
1
-2
/
+2
2005-04-26
[PATCH] correct enum device_type
kay.sievers@vrfy.org
1
-3
/
+3
2005-04-26
[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
kay.sievers@vrfy.org
1
-3
/
+6
2005-04-26
[PATCH] split udev and udevstart
kay.sievers@vrfy.org
1
-12
/
+0
2005-04-26
[PATCH] rename LOG to USE_LOG in all places
kay.sievers@vrfy.org
1
-1
/
+1
2005-04-26
[PATCH] allow unlimitied count of symlinks
kay.sievers@vrfy.org
1
-0
/
+1
2005-04-26
[PATCH] correct udev_init_device
kay.sievers@vrfy.org
1
-13
/
+5
2005-04-26
[PATCH] determine device type in udev_init_device()
kay.sievers@vrfy.org
1
-5
/
+4
2005-04-26
[PATCH] switch device type to enum
kay.sievers@vrfy.org
1
-1
/
+1
2005-04-26
[PATCH] handle renamed network interfaces properly if we manage hotplug.d/
kay.sievers@vrfy.org
1
-8
/
+15
2005-04-26
[PATCH] complete removal of explicit udev permissions config file
kay.sievers@vrfy.org
1
-1
/
+1
2005-04-26
[PATCH] klibc supports LOG_PID now, so remove our own implementation
kay.sievers@vrfy.org
1
-1
/
+0
2005-04-26
bleah, more merge fixes...
Greg KH
1
-0
/
+1
2005-04-26
[PATCH] export DEVNAME regardless of the state of udev_dev_d
kay.sievers@vrfy.org
1
-2
/
+3
2005-04-26
[PATCH] check earlier if we should run as udevstart
kay.sievers@vrfy.org
1
-8
/
+8
2005-04-26
[PATCH] remove double initialization
kay.sievers@vrfy.org
1
-4
/
+4
2005-04-26
[PATCH] add -V option to udev to print the version number
kay.sievers@vrfy.org
1
-1
/
+7
2005-04-26
[PATCH] handle /etc/hotplug.d/ only if the event comes from udevd
kay.sievers@vrfy.org
1
-0
/
+4
2005-04-26
[PATCH] trivial cleanups and change some comments
kay.sievers@vrfy.org
1
-3
/
+8
2005-04-26
[PATCH] remove unused variables
kay.sievers@vrfy.org
1
-1
/
+1
2005-04-26
[PATCH] use blacklist on device "remove" and remove dev.d/ call code duplication
kay.sievers@vrfy.org
1
-14
/
+13
2005-04-26
[PATCH] don't call the hotplug scripts with a test run
kay.sievers@vrfy.org
1
-1
/
+1
2005-04-26
fixups to get back to proper patch order
Greg KH
1
-5
/
+0
2005-04-26
[PATCH] don't call dev.d/ scripts twice, if directory = subsystem
kay.sievers@vrfy.org
1
-2
/
+2
2005-04-26
[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplex
kay.sievers@vrfy.org
1
-4
/
+4
2005-04-26
[PATCH] fix spurious valgrind warning in udev.
greg@kroah.com
1
-0
/
+1
2005-04-26
[PATCH] DEVNAME on device removal
sjoerd@spring.luon.net
1
-0
/
+4
2005-04-26
[PATCH] handle whole hotplug event with udevd/udev
kay.sievers@vrfy.org
1
-8
/
+36
2005-04-26
[PATCH] integrate wait_for_sysfs in udev
kay.sievers@vrfy.org
1
-91
/
+95
2005-04-26
[PATCH] export DEVNAME on remove event
kay.sievers@vrfy.org
1
-2
/
+5
2005-04-26
[PATCH] export udev_log flag to the environment
kay.sievers@vrfy.org
1
-1
/
+9
2005-04-26
[PATCH] disable logging for udevstart
kay.sievers@vrfy.org
1
-0
/
+1
2005-04-26
[PATCH] rename udevdb* to udev_db*
kay.sievers@vrfy.org
1
-2
/
+1
2005-04-26
[PATCH] Make dev.d/ handling a separate processing stage
kay.sievers@vrfy.org
1
-3
/
+6
2005-04-26
[PATCH] make the udev object available to more processing stages
kay.sievers@vrfy.org
1
-9
/
+0
2005-04-26
[PATCH] add ACTION to udev object to expose it to the whole process
kay.sievers@vrfy.org
1
-4
/
+4
2005-04-26
[PATCH] let udev act as udevstart if argv[1] == "udevstart"
kay.sievers@vrfy.org
1
-1
/
+1
2005-04-26
[PATCH] replace tdb database by simple lockless file database
kay.sievers@vrfy.org
1
-10
/
+1
2005-04-26
[PATCH] Don't use any syslog() in signal handler, cause it may deadlock.
kay.sievers@vrfy.org
1
-4
/
+1
2005-04-26
[PATCH] Remove the last klibc specific line from the main udev code
kay.sievers@vrfy.org
1
-1
/
+0
2005-04-26
[PATCH] expose sysfs functions for sharing it
kay.sievers@vrfy.org
1
-35
/
+8
[next]