index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
udevd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] udevd: don't delay events with TIMEOUT in the environment
kay.sievers@vrfy.org
2005-04-27
1
-0
/
+15
*
[PATCH] fix ia64 compile
kay.sievers@vrfy.org
2005-04-27
1
-1
/
+2
*
[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
kay.sievers@vrfy.org
2005-04-27
1
-1
/
+2
*
[PATCH] rename LOG to USE_LOG in all places
kay.sievers@vrfy.org
2005-04-27
1
-2
/
+2
*
[PATCH] trivial rename of some variables
kay.sievers@vrfy.org
2005-04-27
1
-11
/
+11
*
[PATCH] udevd: fix valgrind warning
mbuesch@freenet.de
2005-04-27
1
-0
/
+1
*
[PATCH] udevd: throttle the forking of processes
kay.sievers@vrfy.org
2005-04-27
1
-9
/
+126
*
[PATCH] udevd: add possible initialization of expected_seqnum
kay.sievers@vrfy.org
2005-04-27
1
-1
/
+9
*
[PATCH] udevd: it's obviously not the brightest idea to exit a device node ma...
kay.sievers@vrfy.org
2005-04-27
1
-15
/
+11
*
[PATCH] udevd: separate socket handling to prepare for other event sources
kay.sievers@vrfy.org
2005-04-27
1
-25
/
+48
*
[PATCH] udevd: support -d switch to become a daemon
kay.sievers@vrfy.org
2005-04-27
1
-0
/
+18
*
[PATCH] udevd: split up message receiving an queueing
kay.sievers@vrfy.org
2005-04-27
1
-23
/
+27
*
[PATCH] improve event sequence serialization
kay.sievers@vrfy.org
2005-04-27
1
-19
/
+36
*
[PATCH] limit the initial timeout of the udevd event handling
kay.sievers@vrfy.org
2005-04-27
1
-3
/
+18
*
[PATCH] handle renamed network interfaces properly if we manage hotplug.d/
kay.sievers@vrfy.org
2005-04-27
1
-1
/
+1
*
[PATCH] klibc supports LOG_PID now, so remove our own implementation
kay.sievers@vrfy.org
2005-04-27
1
-1
/
+0
*
[PATCH] udevd: serialization of the event sequence of a chain of devices
kay.sievers@vrfy.org
2005-04-27
1
-6
/
+27
*
[PATCH] udevsend/udevd handle events without a subsystem
kay.sievers@vrfy.org
2005-04-27
1
-1
/
+2
*
[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplex
kay.sievers@vrfy.org
2005-04-27
1
-1
/
+1
*
[PATCH] add MANAGED_EVENT to the forked udev environment
kay.sievers@vrfy.org
2005-04-27
1
-1
/
+2
*
[PATCH] close connection to syslog in forked udevd child
kay.sievers@vrfy.org
2005-04-27
1
-0
/
+1
*
[PATCH] udevd exit path cleanup
kay.sievers@vrfy.org
2005-04-27
1
-9
/
+10
*
[PATCH] prevent udevd crash if DEVPATH is not set
kay.sievers@vrfy.org
2005-04-27
1
-2
/
+7
*
[PATCH] remove udev_lib dependency from udevsend, which makes it smaller
kay.sievers@vrfy.org
2005-04-27
1
-17
/
+14
*
[PATCH] pass the whole event environment to udevd
kay.sievers@vrfy.org
2005-04-27
1
-42
/
+52
*
[PATCH] Don't use any syslog() in signal handler, cause it may deadlock.
kay.sievers@vrfy.org
2005-04-27
1
-7
/
+2
*
[PATCH] improve klibc fixup integration
kay.sievers@vrfy.org
2005-04-27
1
-1
/
+0
*
[PATCH] cleanup udevd/udevstart
kay.sievers@vrfy.org
2005-04-27
1
-28
/
+24
*
[PATCH] sparse cleanups on the tree
greg@kroah.com
2005-04-27
1
-6
/
+6
*
[PATCH] close the syslog
kay.sievers@vrfy.org
2005-04-27
1
-2
/
+3
*
[PATCH] fix asmlinkage
mbuesch@freenet.de
2005-04-27
1
-1
/
+1
*
[PATCH] fix incompatible pointer type warning
mbuesch@freenet.de
2005-04-27
1
-1
/
+2
*
[PATCH] PATCH udev close on exec
harald@redhat.com
2005-04-27
1
-0
/
+2
*
[PATCH] PATCH some cleanups and security fixes
harald@redhat.com
2005-04-27
1
-5
/
+37
*
[PATCH] switch udev's seqnum to u64
kay.sievers@vrfy.org
2005-04-27
1
-18
/
+17
*
[PATCH] pass SEQNUM trough udevd
kay.sievers@vrfy.org
2005-04-27
1
-12
/
+15
*
[PATCH] Add 'asmlinkage' to udev-030
trini@kernel.crashing.org
2005-04-27
1
-1
/
+1
*
[PATCH] fix udevd zombies
kay.sievers@vrfy.org
2005-04-27
1
-2
/
+3
*
[PATCH] catchup with recent klibc
kay.sievers@vrfy.org
2005-04-27
1
-2
/
+0
*
[PATCH] udevd test script
kay.sievers@vrfy.org
2005-04-27
1
-1
/
+9
*
[PATCH] switch udevd's msg_dump() to #define
kay.sievers@vrfy.org
2005-04-27
1
-8
/
+4
*
[PATCH] remove compiler warning from udevd.c
greg@kroah.com
2005-04-27
1
-0
/
+2
*
[PATCH] DEVPATH for netdev
kay.sievers@vrfy.org
2005-04-27
1
-2
/
+4
*
[PATCH] udevd race conditions and performance, assorted cleanups - take 2
kay.sievers@vrfy.org
2005-04-27
1
-40
/
+47
*
[PATCH] udevd race conditions and performance, assorted cleanups
chris_friesen@sympatico.ca
2005-04-27
1
-30
/
+137
*
[PATCH] dev_d.c file sorting and cleanup
kay.sievers@vrfy.org
2005-04-27
1
-3
/
+3
*
[PATCH] replace fgets() with mmap() and introduce udev_lib.[hc]
kay.sievers@vrfy.org
2005-04-27
1
-0
/
+1
*
[PATCH] overall trivial trivial cleanup
kay.sievers@vrfy.org
2005-04-27
1
-1
/
+1
*
[PATCH] udev - safer string handling - part three
kay.sievers@vrfy.org
2005-04-27
1
-2
/
+2
*
[PATCH] Have udevd report it's version in debug mode.
greg@kroah.com
2005-04-27
1
-0
/
+1
[next]