summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2005-06-24allow rules to be compiled to one binary fileKay Sievers
All the rule files can be compiled into a single file, which can be mapped into the udev process to avoid parsing the rules with every event. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-06-16Makefile: remove dev.d/ hotplug.d/ from install targetKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-06-16udevd: control log-priority of the running daemon with udevcontrolKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-06-15udeveventrecorder: add small program that writes an event to diskKay Sievers
Used for debugging and event replay from initramfs. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-06-05udev: handle all events - not only class and block devicesKay Sievers
Handle all events with rules. If udev is expected to handle hotplug.d/ the exernal helper must be called. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-06-05Makefile: fix DESTDIRKay Sievers
Patch from: Vassilis Virvilis <vasvir@iit.demokritos.gr> Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-06-05udevd: add initsendKay Sievers
Transfer stored events from initramfs to the running udevd to replay events after userspace is ready. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-06-05udevd: add udevcontrolKay Sievers
Controls the behavior of the running daemon. Currently only stopping and starting of the execution queue is supported. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-05-20Fix makefile to allow 'make release' to work with gitGreg KH
2005-05-20058 releaseudev/v058Greg KH
2005-04-26[PATCH] 057 releleaseudev/v057gregkh@suse.de
2005-04-26[PATCH] add test for make -j4 to build-checkkay.sievers@vrfy.org
2005-04-26[PATCH] fix make -j4 and the local klibc-installkay.sievers@vrfy.org
2005-04-26[PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org
SUBSYSTEM=="block", RUN="/sbin/program" will execute the program only for block device events. ACTION="remove", SUBSYSTEM=="block", RUN"/sbin/program" will execute the program, if a block device is removed.
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org
2005-04-26[PATCH] 056 releaseudev/v056gregkh@suse.de
2005-04-26[PATCH] klibc: remove SCCS directories from the temporary klibc installkay.sievers@vrfy.org
2005-04-26[PATCH] klibc: use klcc wrapper instead of our own Makefilekay.sievers@vrfy.org
2005-04-26[PATCH] 055 releaseudev/v055gregkh@suse.de
2005-04-26[PATCH] rename namedev_dev to udev_rulekay.sievers@vrfy.org
2005-04-26[PATCH] remove udevstart on make cleankay.sievers@vrfy.org
2005-04-26[PATCH] split udev and udevstartkay.sievers@vrfy.org
2005-04-26[PATCH] rename LOG to USE_LOG in all placeskay.sievers@vrfy.org
2005-04-26[PATCH] remove Makefile magic for klibc integrationkay.sievers@vrfy.org
The new libsysfs and klibc don't need that anymore. Wrap getpwnam(), so we can use the built-in /etc/passwd parser for statically compiled glibc binaries too.
2005-04-26[PATCH] klibc_fixups: remove no longer needed stuffkay.sievers@vrfy.org
2005-04-26[PATCH] fix up segfaulting binaries with new klibckay.sievers@vrfy.org
2005-04-26[PATCH] klibc_fixups: remove unneeded stuffkay.sievers@vrfy.org
2005-04-26[PATCH] 054 releaseudev/v054gregkh@suse.de
2005-04-26[PATCH] big libsysfs diet (pre 2.0 version)kay.sievers@vrfy.org
2005-04-26[PATCH] 053 releaseudev/v053gregkh@suse.de
2005-04-26[PATCH] make the release tarballs have writable files in them.gregkh@suse.de
2005-04-26[PATCH] 052 releaseudev/v052greg@kroah.com
2005-04-26[PATCH] Makefile: add some more warnings and prepare for clean gcc4 compilekay.sievers@vrfy.org
2005-04-26[PATCH] Makefile: cleanup conditional config option sectionskay.sievers@vrfy.org
2005-04-26[PATCH] selinux: cleanup udev integrationkay.sievers@vrfy.org
Move code into a .c-file instead of big inline functions in a header file. Pass the device name down instead of relying that the node name is equal to the kernel name.
2005-04-26[PATCH] 051 releaseudev/v051greg@kroah.com
2005-04-26[PATCH] rearrange link order in Makefilehare@suse.de
The link-order in the main Makefile is not quite correct (sysfs should be linked after udev.a) which might cause the build to fail.
2005-04-26[PATCH] complete removal of explicit udev permissions config filekay.sievers@vrfy.org
2005-04-26[PATCH] 050 releaseudev/v050greg@kroah.com
2005-04-26[PATCH] avoid building klibc test programs and pass SUBDIRS= to klibc cleankay.sievers@vrfy.org
2005-04-26[PATCH] 049 releaseudev/v049greg@kroah.com
2005-04-26[PATCH] 048 releaseudev/v048greg@kroah.com
2005-04-26[PATCH] fix scsi_id build errors due to changes in the main udev makefilegreg@kroah.com
also fixed up the QUIET issue when it was disabled for the extras programs
2005-04-26[PATCH] 047 releaseudev/v047greg@kroah.com
2005-04-26[PATCH] Fix the multithreaded build again...greg@kroah.com
2005-04-26[PATCH] don't install distribution specific init script on "make install"kay.sievers@vrfy.org
Leave that part up to the one who itegrates udev into a system as there is much more to care of than to call a init stript for a dynamic dev.
2005-04-26[PATCH] remove archive file if we changed somethingkay.sievers@vrfy.org
2005-04-26[PATCH] link archive insted of objectskay.sievers@vrfy.org
This cuts the size of the binaries, as only objects that are actually used are linked into the binary: 45592 -> 43608 udev 4380 -> 4380 udevsend 10380 -> 4652 udevd 34732 -> 33100 udevinfo 45432 -> 37208 udevtest
2005-04-26[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org
2005-04-26[PATCH] integrate wait_for_sysfs in udevkay.sievers@vrfy.org
Move the wait_for_sysfs logic into the udev binary. udev is called for every hotplug event. It also waits for /devices events.