]> git.ipfire.org Git - thirdparty/systemd.git/history - udevd.c
clean-up empty queue directories
[thirdparty/systemd.git] / udevd.c
2005-11-22  Scott James Remnantclean-up empty queue directories
2005-11-17  Kay Sieversudevd: add a missing return
2005-11-17  Kay Sieversudevd: track killed event processes as failed
2005-11-16  Kay Sieversremove "udev_db" option from config file
2005-11-16  Kay Sieversudevd: export event queue and event state
2005-11-16  Kay Sieversudevd: track exit status of event process
2005-11-15  Kay Sieversudevd: ignore all messages without DEVPATH
2005-11-12  Kay Sieversadd linux/types.h back, old glibc-kernel-headers want it
2005-11-07  Marco d'Itrimove some logging from dbg() to info()
2005-11-07  Marco d'Itriadd strerror() to error logs
2005-11-07  Kay Sieversnever queue events with TIMEOUT set
2005-11-07  Kay Sieversudevd: depend on netlink and remove all sequence reorde...
2005-11-05  Kay Sieversfix typo in umask()
2005-11-05  Kay Sieversremove precompiled rules option
2005-11-05  Kay Sieversudevd: disable OOM
2005-11-04  Kay Sieversudevd: don't daemonize before initialization
2005-10-27  Kay Sieversmove rules parsing into daemon
2005-10-27  Kay Sieversfix the new warnings I asked for
2005-10-12  Kay Sieversudevd: move logging from err to info for non-hotplug...
2005-10-11  Kay Sieversforce event socket buffer size to 16MB
2005-10-03  Kay Sieversudevd: fix initial timeout handling
2005-09-14  Amir Shalemudevd: fix udevd read() calls to leave room for null...
2005-08-28  Kay Sieversremove special TIMEOUT handling from incoming queue
2005-08-28  Kay Sieversudevd: move some logging to "info" and "err"
2005-08-28  Kay Sieversdon't reenter get_udevd_msg() if message is ignored
2005-08-28  Kay Sieversremove not needed sig_flag for state of signal_pipe
2005-08-28  Kay Sieversuse WRITE_END/READ_END for the pipe index
2005-08-22  Kay Sieversudevd: keep the right order for messages without SEQNUM
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/pub/scm...
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/pub/scm...
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
next