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
/
udevd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-07-20
make SYSFS{} usable for all devices
Kay Sievers
1
-0
/
+1
2005-07-12
udevd: set incoming socket buffer SO_RCVBUF to maximum
Kay Sievers
1
-4
/
+10
2005-07-06
udevd: optimize env-key parsing
Kay Sievers
1
-14
/
+16
2005-07-01
[PATCH] #define NETLINK_KOBJECT_UEVENT
Marco d'Itri
1
-0
/
+4
2005-06-27
add ID_TYPE to the id probers
Kay Sievers
1
-1
/
+1
2005-06-16
udevd: control log-priority of the running daemon with udevcontrol
Kay Sievers
1
-28
/
+42
2005-06-15
udeveventrecorder: add small program that writes an event to disk
Kay Sievers
1
-3
/
+3
2005-06-14
udevinitsend: handle replay messages correctly
Kay Sievers
1
-5
/
+8
2005-06-08
udevd: allow starting of udevd with stopped exec-queue
Kay Sievers
1
-2
/
+14
2005-06-05
udevd: improve timeout handling
Kay Sievers
1
-53
/
+96
2005-06-05
udevd: add udevcontrol
Kay Sievers
1
-75
/
+92
2005-06-05
udevd: listen for netlink events
Kay Sievers
1
-33
/
+153
2005-04-26
[PATCH] add RUN key to be able to run rule based notification
kay.sievers@vrfy.org
1
-2
/
+2
2005-04-26
[PATCH] support log-priority levels in udev.conf
kay.sievers@vrfy.org
1
-26
/
+26
2005-04-26
[PATCH] udevd: don't delay events with TIMEOUT in the environment
kay.sievers@vrfy.org
1
-0
/
+15
2005-04-26
[PATCH] fix ia64 compile
kay.sievers@vrfy.org
1
-1
/
+2
2005-04-26
[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
kay.sievers@vrfy.org
1
-1
/
+2
2005-04-26
[PATCH] rename LOG to USE_LOG in all places
kay.sievers@vrfy.org
1
-2
/
+2
2005-04-26
[PATCH] trivial rename of some variables
kay.sievers@vrfy.org
1
-11
/
+11
2005-04-26
[PATCH] udevd: fix valgrind warning
mbuesch@freenet.de
1
-0
/
+1
2005-04-26
[PATCH] udevd: throttle the forking of processes
kay.sievers@vrfy.org
1
-9
/
+126
2005-04-26
[PATCH] udevd: add possible initialization of expected_seqnum
kay.sievers@vrfy.org
1
-1
/
+9
2005-04-26
[PATCH] udevd: it's obviously not the brightest idea to exit a device node ma...
kay.sievers@vrfy.org
1
-15
/
+11
2005-04-26
[PATCH] udevd: separate socket handling to prepare for other event sources
kay.sievers@vrfy.org
1
-25
/
+48
2005-04-26
[PATCH] udevd: support -d switch to become a daemon
kay.sievers@vrfy.org
1
-0
/
+18
2005-04-26
[PATCH] udevd: split up message receiving an queueing
kay.sievers@vrfy.org
1
-23
/
+27
2005-04-26
[PATCH] improve event sequence serialization
kay.sievers@vrfy.org
1
-19
/
+36
2005-04-26
[PATCH] limit the initial timeout of the udevd event handling
kay.sievers@vrfy.org
1
-3
/
+18
2005-04-26
[PATCH] handle renamed network interfaces properly if we manage hotplug.d/
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
[PATCH] udevd: serialization of the event sequence of a chain of devices
kay.sievers@vrfy.org
1
-6
/
+27
2005-04-26
[PATCH] udevsend/udevd handle events without a subsystem
kay.sievers@vrfy.org
1
-1
/
+2
2005-04-26
[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplex
kay.sievers@vrfy.org
1
-1
/
+1
2005-04-26
[PATCH] add MANAGED_EVENT to the forked udev environment
kay.sievers@vrfy.org
1
-1
/
+2
2005-04-26
[PATCH] close connection to syslog in forked udevd child
kay.sievers@vrfy.org
1
-0
/
+1
2005-04-26
[PATCH] udevd exit path cleanup
kay.sievers@vrfy.org
1
-9
/
+10
2005-04-26
[PATCH] prevent udevd crash if DEVPATH is not set
kay.sievers@vrfy.org
1
-2
/
+7
2005-04-26
[PATCH] remove udev_lib dependency from udevsend, which makes it smaller
kay.sievers@vrfy.org
1
-17
/
+14
2005-04-26
[PATCH] pass the whole event environment to udevd
kay.sievers@vrfy.org
1
-42
/
+52
2005-04-26
[PATCH] Don't use any syslog() in signal handler, cause it may deadlock.
kay.sievers@vrfy.org
1
-7
/
+2
2005-04-26
[PATCH] improve klibc fixup integration
kay.sievers@vrfy.org
1
-1
/
+0
2005-04-26
[PATCH] cleanup udevd/udevstart
kay.sievers@vrfy.org
1
-28
/
+24
2005-04-26
[PATCH] sparse cleanups on the tree
greg@kroah.com
1
-6
/
+6
2005-04-26
[PATCH] close the syslog
kay.sievers@vrfy.org
1
-2
/
+3
2005-04-26
[PATCH] fix asmlinkage
mbuesch@freenet.de
1
-1
/
+1
2005-04-26
[PATCH] fix incompatible pointer type warning
mbuesch@freenet.de
1
-1
/
+2
2005-04-26
[PATCH] PATCH udev close on exec
harald@redhat.com
1
-0
/
+2
2005-04-26
[PATCH] PATCH some cleanups and security fixes
harald@redhat.com
1
-5
/
+37
2005-04-26
[PATCH] switch udev's seqnum to u64
kay.sievers@vrfy.org
1
-18
/
+17
2005-04-26
[PATCH] pass SEQNUM trough udevd
kay.sievers@vrfy.org
1
-12
/
+15
[next]