chiark / gitweb /
fix printed udevmonitor header
[elogind.git] / udevd.c
2005-08-18 Kay Sieversbring std(in|out|err) fd's in a sane state
2005-08-15 Kay Sieverscleanup some debug output and move to info level +...
2005-08-13 Kay Sieversdon't fail too bad, if /dev/null does not exist
2005-08-11 Kay Sieversadd Usage: to udevmonitor and udevcontrol
2005-08-09 Kay Sieversupdate README
2005-08-08 Kay Sieversallow clean shutdown of udevd
2005-08-04 Kay Sieversadd NETLINK define for the lazy distros
2005-07-20 Kay Sieversmake SYSFS{} usable for all devices
2005-07-14 Greg KHMerge gregkh@ehlo.org:/home/kay/public_html/linux/hotpl...
2005-07-12 Kay Sieversudevd: set incoming socket buffer SO_RCVBUF to maximum
2005-07-06 Kay Sieversudevd: optimize env-key parsing
2005-07-01 Marco d'Itri[PATCH] #define NETLINK_KOBJECT_UEVENT
2005-06-27 Kay Sieversadd ID_TYPE to the id probers
2005-06-21 Greg KHMerge gregkh@ehlo.org:/home/kay/public_html/linux/hotpl...
2005-06-15 Kay Sieversudevd: control log-priority of the running daemon with...
2005-06-15 Kay Sieversudeveventrecorder: add small program that writes an...
2005-06-14 Kay Sieversudevinitsend: handle replay messages correctly
2005-06-08 Kay Sieversudevd: allow starting of udevd with stopped exec-queue
2005-06-05 Kay Sieversudevd: improve timeout handling
2005-06-05 Kay Sieversudevd: add udevcontrol
2005-06-05 Kay Sieversudevd: listen for netlink events
2005-04-27 kay.sievers@vrfy.org[PATCH] add RUN key to be able to run rule based notifi...
2005-04-27 kay.sievers@vrfy.org[PATCH] support log-priority levels in udev.conf
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd: don't delay events with TIMEOUT in the...
2005-04-27 kay.sievers@vrfy.org[PATCH] fix ia64 compile
2005-04-27 kay.sievers@vrfy.org[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
2005-04-27 kay.sievers@vrfy.org[PATCH] rename LOG to USE_LOG in all places
2005-04-27 kay.sievers@vrfy.org[PATCH] trivial rename of some variables
2005-04-27 mbuesch@freenet.de[PATCH] udevd: fix valgrind warning
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd: throttle the forking of processes
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd: add possible initialization of expected_...
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd: it's obviously not the brightest idea...
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd: separate socket handling to prepare...
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd: support -d switch to become a daemon
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd: split up message receiving an queueing
2005-04-27 kay.sievers@vrfy.org[PATCH] improve event sequence serialization
2005-04-27 kay.sievers@vrfy.org[PATCH] limit the initial timeout of the udevd event...
2005-04-27 kay.sievers@vrfy.org[PATCH] handle renamed network interfaces properly...
2005-04-27 kay.sievers@vrfy.org[PATCH] klibc supports LOG_PID now, so remove our own...
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd: serialization of the event sequence...
2005-04-27 kay.sievers@vrfy.org[PATCH] udevsend/udevd handle events without a subsystem
2005-04-27 kay.sievers@vrfy.org[PATCH] rename udev_lib to udev_utils and dev_d to...
2005-04-27 kay.sievers@vrfy.org[PATCH] add MANAGED_EVENT to the forked udev environment
2005-04-27 kay.sievers@vrfy.org[PATCH] close connection to syslog in forked udevd...
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd exit path cleanup
2005-04-27 kay.sievers@vrfy.org[PATCH] prevent udevd crash if DEVPATH is not set
2005-04-27 kay.sievers@vrfy.org[PATCH] remove udev_lib dependency from udevsend, which...
2005-04-27 kay.sievers@vrfy.org[PATCH] pass the whole event environment to udevd
2005-04-27 kay.sievers@vrfy.org[PATCH] Don't use any syslog() in signal handler, cause...
2005-04-27 kay.sievers@vrfy.org[PATCH] improve klibc fixup integration
2005-04-27 kay.sievers@vrfy.org[PATCH] cleanup udevd/udevstart
2005-04-27 greg@kroah.com[PATCH] sparse cleanups on the tree
2005-04-27 kay.sievers@vrfy.org[PATCH] close the syslog
2005-04-27 mbuesch@freenet.de[PATCH] fix asmlinkage
2005-04-27 mbuesch@freenet.de[PATCH] fix incompatible pointer type warning
2005-04-27 harald@redhat.com[PATCH] PATCH udev close on exec
2005-04-27 harald@redhat.com[PATCH] PATCH some cleanups and security fixes
2005-04-27 kay.sievers@vrfy.org[PATCH] switch udev's seqnum to u64
2005-04-27 kay.sievers@vrfy.org[PATCH] pass SEQNUM trough udevd
2005-04-27 trini@kernel.crash... [PATCH] Add 'asmlinkage' to udev-030
2005-04-27 kay.sievers@vrfy.org[PATCH] fix udevd zombies
2005-04-27 kay.sievers@vrfy.org[PATCH] catchup with recent klibc
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd test script
2005-04-27 kay.sievers@vrfy.org[PATCH] switch udevd's msg_dump() to #define
2005-04-27 greg@kroah.com[PATCH] remove compiler warning from udevd.c
2005-04-27 kay.sievers@vrfy.org[PATCH] DEVPATH for netdev
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd race conditions and performance, assorted...
2005-04-27 chris_friesen@symp... [PATCH] udevd race conditions and performance, assorted...
2005-04-27 kay.sievers@vrfy.org[PATCH] dev_d.c file sorting and cleanup
2005-04-27 kay.sievers@vrfy.org[PATCH] replace fgets() with mmap() and introduce udev_...
2005-04-27 kay.sievers@vrfy.org[PATCH] overall trivial trivial cleanup
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - safer string handling - part three
2005-04-27 greg@kroah.com[PATCH] Have udevd report it's version in debug mode.
2005-04-27 greg@kroah.com[PATCH] more logging.h cleanups to be a bit more flexible.
2005-04-27 kay.sievers@vrfy.org[PATCH] better credential patch
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd - client access authorization
2005-04-27 kay.sievers@vrfy.org[PATCH] compile udevd with klibc
2005-04-27 greg@kroah.com[PATCH] fix log option code so that it actually works...
2005-04-27 kay.sievers@vrfy.org[PATCH] convert udevsend/udevd to DGRAM and single...
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd - kill the lockfile
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd - fix socket path length
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd - switch socket path to abstract namespace
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd - allow to bypass sequence number
2005-04-27 greg@kroah.com[PATCH] rework the logging code so that each program...
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd - config cleanup
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd - cleanup and better timeout handling
2005-04-27 greg@kroah.com[PATCH] udevd - remove stupid locking error I wrote.
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd - next round of fixes
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd - cleanup and better timeout handling
2005-04-27 greg@kroah.com[PATCH] make udevd only have one instance running at...
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - next round of udev event order daemon
2005-04-27 kay.sievers@vrfy.org[PATCH] fix udevd exec
2005-04-27 kay.sievers@vrfy.org[PATCH] spilt udev into pieces