summaryrefslogtreecommitdiff
path: root/udevd.c
AgeCommit message (Expand)Author
2005-08-29remove special TIMEOUT handling from incoming queueKay Sievers
2005-08-28udevd: move some logging to "info" and "err"Kay Sievers
2005-08-28don't reenter get_udevd_msg() if message is ignoredKay Sievers
2005-08-28remove not needed sig_flag for state of signal_pipeKay Sievers
2005-08-28use WRITE_END/READ_END for the pipe indexKay Sievers
2005-08-23udevd: keep the right order for messages without SEQNUMKay Sievers
2005-08-18bring std(in|out|err) fd's in a sane stateKay Sievers
2005-08-15cleanup some debug output and move to info level + unify select() loopsKay Sievers
2005-08-13don't fail too bad, if /dev/null does not existKay Sievers
2005-08-11add Usage: to udevmonitor and udevcontrolKay Sievers
2005-08-09update READMEKay Sievers
2005-08-08allow clean shutdown of udevdKay Sievers
2005-08-04add NETLINK define for the lazy distrosKay Sievers
2005-07-20make SYSFS{} usable for all devicesKay Sievers
2005-07-12udevd: set incoming socket buffer SO_RCVBUF to maximumKay Sievers
2005-07-06udevd: optimize env-key parsingKay Sievers
2005-07-01[PATCH] #define NETLINK_KOBJECT_UEVENTMarco d'Itri
2005-06-27add ID_TYPE to the id probersKay Sievers
2005-06-16udevd: control log-priority of the running daemon with udevcontrolKay Sievers
2005-06-15udeveventrecorder: add small program that writes an event to diskKay Sievers
2005-06-14udevinitsend: handle replay messages correctlyKay Sievers
2005-06-08udevd: allow starting of udevd with stopped exec-queueKay Sievers
2005-06-05udevd: improve timeout handlingKay Sievers
2005-06-05udevd: add udevcontrolKay Sievers
2005-06-05udevd: listen for netlink eventsKay Sievers
2005-04-26[PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org
2005-04-26[PATCH] udevd: don't delay events with TIMEOUT in the environmentkay.sievers@vrfy.org
2005-04-26[PATCH] fix ia64 compilekay.sievers@vrfy.org
2005-04-26[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()kay.sievers@vrfy.org
2005-04-26[PATCH] rename LOG to USE_LOG in all placeskay.sievers@vrfy.org
2005-04-26[PATCH] trivial rename of some variableskay.sievers@vrfy.org
2005-04-26[PATCH] udevd: fix valgrind warningmbuesch@freenet.de
2005-04-26[PATCH] udevd: throttle the forking of processeskay.sievers@vrfy.org
2005-04-26[PATCH] udevd: add possible initialization of expected_seqnumkay.sievers@vrfy.org
2005-04-26[PATCH] udevd: it's obviously not the brightest idea to exit a device node ma...kay.sievers@vrfy.org
2005-04-26[PATCH] udevd: separate socket handling to prepare for other event sourceskay.sievers@vrfy.org
2005-04-26[PATCH] udevd: support -d switch to become a daemonkay.sievers@vrfy.org
2005-04-26[PATCH] udevd: split up message receiving an queueingkay.sievers@vrfy.org
2005-04-26[PATCH] improve event sequence serializationkay.sievers@vrfy.org
2005-04-26[PATCH] limit the initial timeout of the udevd event handlingkay.sievers@vrfy.org
2005-04-26[PATCH] handle renamed network interfaces properly if we manage hotplug.d/kay.sievers@vrfy.org
2005-04-26[PATCH] klibc supports LOG_PID now, so remove our own implementationkay.sievers@vrfy.org
2005-04-26[PATCH] udevd: serialization of the event sequence of a chain of deviceskay.sievers@vrfy.org
2005-04-26[PATCH] udevsend/udevd handle events without a subsystemkay.sievers@vrfy.org
2005-04-26[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org
2005-04-26[PATCH] add MANAGED_EVENT to the forked udev environmentkay.sievers@vrfy.org
2005-04-26[PATCH] close connection to syslog in forked udevd childkay.sievers@vrfy.org
2005-04-26[PATCH] udevd exit path cleanupkay.sievers@vrfy.org
2005-04-26[PATCH] prevent udevd crash if DEVPATH is not setkay.sievers@vrfy.org