summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
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.
2005-04-26[PATCH] fix parallel build errorgreg@kroah.com
2005-04-26[PATCH] 046 releaseudev/v046greg@kroah.com
2005-04-26[PATCH] disable logging for udevstartkay.sievers@vrfy.org
The slow logging facilites on some systems are a reason for the reported slowness of udevstart. On one of my boxes udevstart is down from 9 second to 0.3 seconds.
2005-04-26[PATCH] rename udevdb* to udev_db*kay.sievers@vrfy.org
2005-04-26[PATCH] remove udev_lib dependency from udevsend, which makes it smallerkay.sievers@vrfy.org
2005-04-26[PATCH] make spotless for releases.greg@kroah.com
2005-04-26[PATCH] replace tdb database by simple lockless file databasekay.sievers@vrfy.org
This makes the udev operation completely lockless by storing a file for every node in /dev/.udevdb/* This solved the problem with deadlocking concurrent udev processes waiting for each other to release the file lock under heavy load.
2005-04-26[PATCH] 045 releaseudev/v045greg@kroah.com
2005-04-26[PATCH] 044 releaseudev/v044greg@kroah.com
2005-04-26[PATCH] 043 releaseudev/v043greg@kroah.com
2005-04-26[PATCH] remove 'sudo' usage from the Makefilegreg@kroah.com
should fix a lot of gentoo bug reports
2005-04-26[PATCH] add test target to makefilegreg@kroah.com
Will help distros that have a test phase of their build.
2005-04-26[PATCH] 042 releaseudev/v042greg@kroah.com
In the grand tradition of releasing free software projects on my birthday for the past few years. And yes, I skipped version 041, call it grumpyness in my old age...
2005-04-26[PATCH] update to libsysfs 1.2.0 and add some stuff klib_fixupkay.sievers@vrfy.org
2005-04-26[PATCH] improve klibc fixup integrationkay.sievers@vrfy.org
2005-04-26[PATCH] expose sysfs functions for sharing itkay.sievers@vrfy.org
This patch exposes the wait_for_sysfs functions to all possible users, so we need to maintain only one list of exceptions. The last list is hereby removed from udev.c.
2005-04-26[PATCH] 040 releaseudev/v040greg@kroah.com
2005-04-26[PATCH] 039 releaseudev/v039greg@kroah.com
2005-04-26[PATCH] let the extras/ programs build "pretty" alsogreg@kroah.com
2005-04-26[PATCH] pass SYSFS setting down for extras buildspatmans@us.ibm.com
Modify SYSFS to specify the full path, and pass it down for the extras builds. Change the scsi_id Makefile so it will work with and without udev.
2005-04-26[PATCH] crap, I messed up the 'sed' instances pretty badly, this fixes the ↵greg@kroah.com
config and man page mess.
2005-04-26[PATCH] delete udevruler?kay.sievers@vrfy.org
Hey, we got consistent source filenames today. Let's go ahead :) I once started this ambitiuos curses gui to edit udev rules files. udevruler still lays dead around in the tree. I will not finish it and it is not really useful at his state. If nobody wants to do something for it, I'm for deleting it.
2005-04-26[PATCH] fix broken 'make -j5' functionality.greg@kroah.com
2005-04-26[PATCH] Makefile fixkay.sievers@vrfy.org
Remove the rest of the debian stuff too, to make install working again.
2005-04-26[PATCH] 038 releaseudev/v038greg@kroah.com
2005-04-26[PATCH] fix up error in building extras and libsysfsgreg@kroah.com
2005-04-26[PATCH] 037 releaseudev/v037greg@kroah.com
2005-04-26[PATCH] fix asmlinkagembuesch@freenet.de
This patch fixes the reintroduced bug with the sig_handler(), if we link against a -mregparm=3 compiled klibc on i386. It also fixes some compiler warnings about redefined asmlinkage on some systems. Also some (broken?) compilers on distros throw out warnings if asmlinkage is before "static void". This fixes it, too.
2005-04-26[PATCH] a few more Makefile tweaks for the quiet feature.greg@kroah.com
2005-04-26[PATCH] Make the build silent, thanks to a helper program from ncftpgreg@kroah.com
2005-04-26[PATCH] rename files to have '_' instead of '-' in them.greg@kroah.com
We should be consistent in our madness...
2005-04-26[PATCH] fix up Makefile for wait_for_sysfs udev_version.h dependancygreg@kroah.com
2005-04-26[PATCH] 036 releaseudev/v036greg@kroah.com
2005-04-26[PATCH] 035 releaseudev/v035greg@kroah.com
2005-04-26[PATCH] 034 releaseudev/v034greg@kroah.com
2005-04-26[PATCH] 33_bk mark for the makefilegreg@kroah.com