aboutsummaryrefslogtreecommitdiffstats
path: root/udevd.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-08udevd: add --debug-trace optionKay Sievers1-1/+17
2006-09-08udevd: add --verbose option to log also to stdoutKay Sievers1-2/+18
2006-09-08udevd: use getopt_long()Kay Sievers1-8/+19
2006-09-03udevd: use files instead of symlinks for /dev/.udev/queue,failedKay Sievers1-5/+4
2006-09-03udevtrigger: options to filter by subsystem and sysfs attributeKay Sievers1-6/+6
2006-08-28update source file headersKay Sievers1-4/+1
2006-08-24rename major/minor variable to maj/min to avoid warningKay Sievers1-5/+5
2006-08-22fix rc when using udev --daemonMarco d'Itri1-0/+1
2006-08-21cleanup commandline argument handlingKay Sievers1-25/+30
2006-08-20export DRIVER for older kernels as a replacement for PHYSDEVDRIVERKay Sievers1-0/+10
2006-08-18selinux: init once in the daemon, not in every event processHarald Hoyer1-0/+2
2006-08-15udevd: remove huge socket buffer on the control socketKay Sievers1-4/+0
2006-08-13udevd: read DRIVER from the environmentKay Sievers1-1/+3
2006-08-10udevd: autotune max_childs/max_childs_runningKay Sievers1-9/+83
2006-08-05udevd: remove useless udevinitsend parameterKay Sievers1-4/+0
2006-08-05initialize unused sockets to -1Kay Sievers1-3/+5
2006-08-05rename udevcontrol message types and variablesKay Sievers1-36/+35
2006-07-25remove 'static' from local variableKay Sievers1-13/+10
2006-07-21increase /proc/stat read bufferKay Sievers1-1/+1
2006-07-21switch uevent netlink socket to group 1 onlyKay Sievers1-1/+1
2006-05-27remove udevsendKay Sievers1-19/+8
2006-04-28udevd: create leading directories for /dev/.udev/uevent_seqnumKay Sievers1-0/+1
2006-04-25udevd: export initial sequence number on startupKay Sievers1-9/+38
2006-04-06let udevmonitor show the possibly renamed devpathKay Sievers1-1/+1
2006-04-06add inotify support for hppa and MIPS and log if inotify is not availableMarco d'Itri1-1/+5
2006-04-05udevd: export current seqnum and add udevsettleKay Sievers1-0/+15
2006-03-16correct use of fcntl()Kay Sievers1-2/+14
2006-03-16reset signal handler in event processKay Sievers1-0/+7
2006-02-23udevd: fix queue export for multiple events for the same deviceKay Sievers1-0/+4
2006-01-28remove UDEVD_UEVENT_INITSENDKay Sievers1-2/+0
2006-01-25let "ignore_device" always return the event successfullyKay Sievers1-1/+2
2006-01-25rename apply_format() cause it is public nowKay Sievers1-1/+1
2006-01-24substitute format chars in RUN after rule matchingAndrey Borzenkov1-2/+7
2006-01-24increase kernel uevent buffer sizeKay Sievers1-1/+1
2006-01-20ignore all messages with missing devpath or actionKay Sievers1-2/+2
2006-01-09replace libsysfsKay Sievers1-19/+22
2005-12-04update SUSE rulesKay Sievers1-2/+2
2005-11-25move SEQNUM event skipping to udevsendKay Sievers1-7/+2
2005-11-22clean-up empty queue directoriesScott James Remnant1-6/+16
2005-11-17udevd: add a missing returnKay Sievers1-0/+1
2005-11-17udevd: track killed event processes as failedKay Sievers1-0/+2
2005-11-16remove "udev_db" option from config fileKay Sievers1-3/+0
2005-11-16udevd: export event queue and event stateKay Sievers1-0/+76
2005-11-16udevd: track exit status of event processKay Sievers1-8/+20
2005-11-16udevd: ignore all messages without DEVPATHKay Sievers1-5/+6
2005-11-12add linux/types.h back, old glibc-kernel-headers want itKay Sievers1-0/+1
2005-11-07move some logging from dbg() to info()Marco d'Itri1-3/+3
2005-11-07add strerror() to error logsMarco d'Itri1-10/+10
2005-11-07never queue events with TIMEOUT setKay Sievers1-39/+38
2005-11-07udevd: depend on netlink and remove all sequence reorder logicKay Sievers1-167/+18
2005-11-05fix typo in umask()Kay Sievers1-1/+1
2005-11-05remove precompiled rules optionKay Sievers1-2/+2
2005-11-05udevd: disable OOMKay Sievers1-20/+29
2005-11-04udevd: don't daemonize before initializationKay Sievers1-38/+42
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