aboutsummaryrefslogtreecommitdiffstats
path: root/udevd.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-27move rules parsing into daemonKay Sievers1-24/+118
2005-10-27fix the new warnings I asked forKay Sievers1-5/+5
2005-10-12udevd: move logging from err to info for non-hotplug ueventKay Sievers1-2/+2
2005-10-11force event socket buffer size to 16MBKay Sievers1-4/+4
2005-10-03udevd: fix initial timeout handlingKay Sievers1-2/+3
2005-09-14udevd: fix udevd read() calls to leave room for null byteAmir Shalem1-2/+2
2005-08-29remove special TIMEOUT handling from incoming queueKay Sievers1-9/+0
2005-08-28udevd: move some logging to "info" and "err"Kay Sievers1-15/+17
2005-08-28don't reenter get_udevd_msg() if message is ignoredKay Sievers1-3/+2
2005-08-28remove not needed sig_flag for state of signal_pipeKay Sievers1-20/+6
2005-08-28use WRITE_END/READ_END for the pipe indexKay Sievers1-14/+14
2005-08-23udevd: keep the right order for messages without SEQNUMKay Sievers1-1/+1
2005-08-18bring std(in|out|err) fd's in a sane stateKay Sievers1-10/+16
2005-08-15cleanup some debug output and move to info level + unify select() loopsKay Sievers1-60/+53
2005-08-13don't fail too bad, if /dev/null does not existKay Sievers1-7/+7
2005-08-11add Usage: to udevmonitor and udevcontrolKay Sievers1-6/+10
2005-08-09update READMEKay Sievers1-1/+1
2005-08-08allow clean shutdown of udevdKay Sievers1-10/+20
2005-08-04add NETLINK define for the lazy distrosKay Sievers1-4/+0
2005-07-20make SYSFS{} usable for all devicesKay Sievers1-0/+1
2005-07-12udevd: set incoming socket buffer SO_RCVBUF to maximumKay Sievers1-4/+10
2005-07-06udevd: optimize env-key parsingKay Sievers1-14/+16
2005-07-01[PATCH] #define NETLINK_KOBJECT_UEVENTMarco d'Itri1-0/+4
2005-06-27add ID_TYPE to the id probersKay Sievers1-1/+1
2005-06-16udevd: control log-priority of the running daemon with udevcontrolKay Sievers1-28/+42
2005-06-15udeveventrecorder: add small program that writes an event to diskKay Sievers1-3/+3
2005-06-14udevinitsend: handle replay messages correctlyKay Sievers1-5/+8
2005-06-08udevd: allow starting of udevd with stopped exec-queueKay Sievers1-2/+14
2005-06-05udevd: improve timeout handlingKay Sievers1-53/+96
2005-06-05udevd: add udevcontrolKay Sievers1-75/+92
2005-06-05udevd: listen for netlink eventsKay Sievers1-33/+153
2005-04-26[PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org1-26/+26
2005-04-26[PATCH] udevd: don't delay events with TIMEOUT in the environmentkay.sievers@vrfy.org1-0/+15
2005-04-26[PATCH] fix ia64 compilekay.sievers@vrfy.org1-1/+2
2005-04-26[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()kay.sievers@vrfy.org1-1/+2
2005-04-26[PATCH] rename LOG to USE_LOG in all placeskay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] trivial rename of some variableskay.sievers@vrfy.org1-11/+11
2005-04-26[PATCH] udevd: fix valgrind warningmbuesch@freenet.de1-0/+1
2005-04-26[PATCH] udevd: throttle the forking of processeskay.sievers@vrfy.org1-9/+126
2005-04-26[PATCH] udevd: add possible initialization of expected_seqnumkay.sievers@vrfy.org1-1/+9
2005-04-26[PATCH] udevd: it's obviously not the brightest idea to exit a device node ma...kay.sievers@vrfy.org1-15/+11
2005-04-26[PATCH] udevd: separate socket handling to prepare for other event sourceskay.sievers@vrfy.org1-25/+48
2005-04-26[PATCH] udevd: support -d switch to become a daemonkay.sievers@vrfy.org1-0/+18
2005-04-26[PATCH] udevd: split up message receiving an queueingkay.sievers@vrfy.org1-23/+27
2005-04-26[PATCH] improve event sequence serializationkay.sievers@vrfy.org1-19/+36
2005-04-26[PATCH] limit the initial timeout of the udevd event handlingkay.sievers@vrfy.org1-3/+18
2005-04-26[PATCH] handle renamed network interfaces properly if we manage hotplug.d/kay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] klibc supports LOG_PID now, so remove our own implementationkay.sievers@vrfy.org1-1/+0
2005-04-26[PATCH] udevd: serialization of the event sequence of a chain of deviceskay.sievers@vrfy.org1-6/+27
2005-04-26[PATCH] udevsend/udevd handle events without a subsystemkay.sievers@vrfy.org1-1/+2
2005-04-26[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] add MANAGED_EVENT to the forked udev environmentkay.sievers@vrfy.org1-1/+2
2005-04-26[PATCH] close connection to syslog in forked udevd childkay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] udevd exit path cleanupkay.sievers@vrfy.org1-9/+10
2005-04-26[PATCH] prevent udevd crash if DEVPATH is not setkay.sievers@vrfy.org1-2/+7
2005-04-26[PATCH] remove udev_lib dependency from udevsend, which makes it smallerkay.sievers@vrfy.org1-17/+14
2005-04-26[PATCH] pass the whole event environment to udevdkay.sievers@vrfy.org1-42/+52
2005-04-26[PATCH] Don't use any syslog() in signal handler, cause it may deadlock.kay.sievers@vrfy.org1-7/+2
2005-04-26[PATCH] improve klibc fixup integrationkay.sievers@vrfy.org1-1/+0
2005-04-26[PATCH] cleanup udevd/udevstartkay.sievers@vrfy.org1-28/+24
2005-04-26[PATCH] sparse cleanups on the treegreg@kroah.com1-6/+6
2005-04-26[PATCH] close the syslogkay.sievers@vrfy.org1-2/+3
2005-04-26[PATCH] fix asmlinkagembuesch@freenet.de1-1/+1
2005-04-26[PATCH] fix incompatible pointer type warningmbuesch@freenet.de1-1/+2
2005-04-26[PATCH] PATCH udev close on execharald@redhat.com1-0/+2
2005-04-26[PATCH] PATCH some cleanups and security fixesharald@redhat.com1-5/+37
2005-04-26[PATCH] switch udev's seqnum to u64kay.sievers@vrfy.org1-18/+17
2005-04-26[PATCH] pass SEQNUM trough udevdkay.sievers@vrfy.org1-12/+15
2005-04-26[PATCH] Add 'asmlinkage' to udev-030trini@kernel.crashing.org1-1/+1
2005-04-26[PATCH] fix udevd zombieskay.sievers@vrfy.org1-2/+3
2005-04-26[PATCH] catchup with recent klibckay.sievers@vrfy.org1-2/+0
2005-04-26[PATCH] udevd test scriptkay.sievers@vrfy.org1-1/+9
2005-04-26[PATCH] switch udevd's msg_dump() to #definekay.sievers@vrfy.org1-8/+4
2005-04-26[PATCH] remove compiler warning from udevd.cgreg@kroah.com1-0/+2
2005-04-26[PATCH] DEVPATH for netdevkay.sievers@vrfy.org1-2/+4
2005-04-26[PATCH] udevd race conditions and performance, assorted cleanups - take 2kay.sievers@vrfy.org1-40/+47
2005-04-26[PATCH] udevd race conditions and performance, assorted cleanupschris_friesen@sympatico.ca1-30/+137
2005-04-26[PATCH] dev_d.c file sorting and cleanupkay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] replace fgets() with mmap() and introduce udev_lib.[hc]kay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] overall trivial trivial cleanupkay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] udev - safer string handling - part threekay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] Have udevd report it's version in debug mode.greg@kroah.com1-0/+1
2005-04-26[PATCH] more logging.h cleanups to be a bit more flexible.greg@kroah.com1-3/+8
2005-04-26[PATCH] better credential patchkay.sievers@vrfy.org1-6/+19
2005-04-26[PATCH] udevd - client access authorizationkay.sievers@vrfy.org1-2/+28
2005-04-26[PATCH] compile udevd with klibckay.sievers@vrfy.org1-10/+18
2005-04-26[PATCH] fix log option code so that it actually works for all udev programs.greg@kroah.com1-1/+7
2005-04-26[PATCH] convert udevsend/udevd to DGRAM and single-threadedkay.sievers@vrfy.org1-183/+116
2005-04-26[PATCH] udevd - kill the lockfilekay.sievers@vrfy.org1-29/+0
2005-04-26[PATCH] udevd - fix socket path lengthkay.sievers@vrfy.org1-1/+3
2005-04-26[PATCH] udevd - switch socket path to abstract namespacekay.sievers@vrfy.org1-4/+2
2005-04-26[PATCH] udevd - allow to bypass sequence numberkay.sievers@vrfy.org1-7/+19
2005-04-26[PATCH] rework the logging code so that each program logs with the proper nam...greg@kroah.com1-0/+3
2005-04-26[PATCH] udevd - config cleanupkay.sievers@vrfy.org1-11/+15
2005-04-26[PATCH] udevd - cleanup and better timeout handlingkay.sievers@vrfy.org1-206/+274
2005-04-26[PATCH] udevd - remove stupid locking error I wrote.greg@kroah.com1-1/+0
2005-04-26[PATCH] udevd - next round of fixeskay.sievers@vrfy.org1-60/+128
2005-04-26[PATCH] udevd - cleanup and better timeout handlingkay.sievers@vrfy.org1-119/+112
2005-04-26[PATCH] make udevd only have one instance running at a timegreg@kroah.com1-0/+39
2005-04-26[PATCH] udev - next round of udev event order daemonkay.sievers@vrfy.org1-84/+45
2005-04-26[PATCH] fix udevd execkay.sievers@vrfy.org1-2/+31
2005-04-26[PATCH] spilt udev into pieceskay.sievers@vrfy.org1-0/+255