aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2005-10-27cleanup make releaseKay Sievers1-4/+3
2005-10-27allow to pass STRIPCMD, to skip stripping of binariesKay Sievers1-16/+13
2005-10-27use DESTDIR on uninstall, no need to pass prefix to submakeKay Sievers1-31/+30
2005-10-27cleanup compiler/linker flagsKay Sievers1-27/+12
2005-10-20071 release071Kay Sievers1-1/+1
2005-10-16fix selinux compilationKay Sievers1-1/+1
2005-09-14070 release070Greg KH1-1/+1
2005-09-14add install test to 'make buildtest'Kay Sievers1-18/+18
2005-09-14EXTRAS: cleanup and sync all MakefilesKay Sievers1-7/+10
2005-09-14EXTRAS/Makefile: fix install targets to match main MakefileJürg Billeter1-0/+12
2005-09-13069 release069Greg KH1-1/+1
2005-09-12fic gcov use and move it into the MakefileKay Sievers1-0/+37
2005-09-12Makefile: cleanup install targetsKay Sievers1-11/+17
2005-09-10Makefile: fix prerequisits for $(PROGRAMS)Kay Sievers1-9/+13
2005-08-30all man pages rewritten to use DocBook XMLKay Sievers1-1/+3
2005-08-30Makefile: remove all the duplicated rulesKay Sievers1-215/+163
2005-08-30write man page masters in DocBook XMLKay Sievers1-7/+16
2005-08-28add uft8 validation for safe volume label exportingKay Sievers1-0/+1
2005-08-18068 release068Greg KH1-1/+1
2005-08-15move udevmonitor to /usr/sbinKay Sievers1-2/+3
2005-08-13067 release067Greg Kroah-Hartman1-1/+1
2005-08-12fix make install, as we don't provide a default rule set anymoreKay Sievers1-2/+3
2005-08-11066 release066Greg KH1-1/+1
2005-08-10split udev_util in several filesKay Sievers1-1/+3
2005-08-02065 release065Greg Kroah-Hartman1-1/+1
2005-08-01add udevmonitor, to debug netlink+udev events at the same timeKay Sievers1-2/+10
2005-08-01fix GGC signed pointer warnings and switch volume_id to stdintKay Sievers1-3/+3
2005-07-23063 releaseGreg Kroah-Hartman1-1/+1
2005-07-22move code to its own filesKay Sievers1-23/+25
2005-07-16allow rules to have labels and skip to next labelKay Sievers1-1/+1
2005-07-14063 release063Greg KH1-1/+1
2005-07-14add 'make tests' as I'm always typing that one wrong...Greg KH1-0/+2
2005-07-07062 release062Greg Kroah-Hartman1-1/+1
2005-07-06061 release061Greg Kroah-Hartman1-1/+1
2005-07-06we want to provide OPTFLAGSKay Sievers1-9/+8
2005-07-06set default device node to /devKay Sievers1-1/+1
2005-07-02060 release060Greg KH1-1/+1
2005-07-01[PATCH] Udev doesn't properly build with $CROSSGustavo Zacarias1-1/+1
2005-06-30059 release059Greg Kroah-Hartman1-1/+1
2005-06-24allow rules to be compiled to one binary fileKay Sievers1-2/+9
2005-06-16Makefile: remove dev.d/ hotplug.d/ from install targetKay Sievers1-21/+2
2005-06-16udevd: control log-priority of the running daemon with udevcontrolKay Sievers1-1/+1
2005-06-15udeveventrecorder: add small program that writes an event to diskKay Sievers1-2/+10
2005-06-05udev: handle all events - not only class and block devicesKay Sievers1-1/+1
2005-06-05Makefile: fix DESTDIRKay Sievers1-4/+2
2005-06-05udevd: add initsendKay Sievers1-12/+20
2005-06-05udevd: add udevcontrolKay Sievers1-2/+10
2005-05-20Fix makefile to allow 'make release' to work with gitGreg KH1-26/+1
2005-05-20058 release058Greg KH1-1/+1
2005-04-26[PATCH] 057 relelease057gregkh@suse.de1-1/+1
2005-04-26[PATCH] add test for make -j4 to build-checkkay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] fix make -j4 and the local klibc-installkay.sievers@vrfy.org1-10/+10
2005-04-26[PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org1-1/+0
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org1-4/+5
2005-04-26[PATCH] 056 release056gregkh@suse.de1-1/+1
2005-04-26[PATCH] klibc: remove SCCS directories from the temporary klibc installkay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] klibc: use klcc wrapper instead of our own Makefilekay.sievers@vrfy.org1-55/+36
2005-04-26[PATCH] 055 release055gregkh@suse.de1-1/+1
2005-04-26[PATCH] rename namedev_dev to udev_rulekay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] remove udevstart on make cleankay.sievers@vrfy.org1-1/+2
2005-04-26[PATCH] split udev and udevstartkay.sievers@vrfy.org1-3/+6
2005-04-26[PATCH] rename LOG to USE_LOG in all placeskay.sievers@vrfy.org1-26/+24
2005-04-26[PATCH] remove Makefile magic for klibc integrationkay.sievers@vrfy.org1-26/+12
2005-04-26[PATCH] klibc_fixups: remove no longer needed stuffkay.sievers@vrfy.org1-2/+0
2005-04-26[PATCH] fix up segfaulting binaries with new klibckay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] klibc_fixups: remove unneeded stuffkay.sievers@vrfy.org1-1/+0
2005-04-26[PATCH] 054 release054gregkh@suse.de1-1/+1
2005-04-26[PATCH] big libsysfs diet (pre 2.0 version)kay.sievers@vrfy.org1-1/+0
2005-04-26[PATCH] 053 release053gregkh@suse.de1-1/+1
2005-04-26[PATCH] make the release tarballs have writable files in them.gregkh@suse.de1-1/+1
2005-04-26[PATCH] 052 release052greg@kroah.com1-1/+1
2005-04-26[PATCH] Makefile: add some more warnings and prepare for clean gcc4 compilekay.sievers@vrfy.org1-2/+6
2005-04-26[PATCH] Makefile: cleanup conditional config option sectionskay.sievers@vrfy.org1-68/+61
2005-04-26[PATCH] selinux: cleanup udev integrationkay.sievers@vrfy.org1-1/+6
2005-04-26[PATCH] 051 release051greg@kroah.com1-1/+1
2005-04-26[PATCH] rearrange link order in Makefilehare@suse.de1-2/+2
2005-04-26[PATCH] complete removal of explicit udev permissions config filekay.sievers@vrfy.org1-8/+0
2005-04-26[PATCH] 050 release050greg@kroah.com1-1/+1
2005-04-26[PATCH] avoid building klibc test programs and pass SUBDIRS= to klibc cleankay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] 049 release049greg@kroah.com1-1/+1
2005-04-26[PATCH] 048 release048greg@kroah.com1-1/+1
2005-04-26[PATCH] fix scsi_id build errors due to changes in the main udev makefilegreg@kroah.com1-2/+4
2005-04-26[PATCH] 047 release047greg@kroah.com1-1/+1
2005-04-26[PATCH] Fix the multithreaded build again...greg@kroah.com1-0/+3
2005-04-26[PATCH] don't install distribution specific init script on "make install"kay.sievers@vrfy.org1-10/+1
2005-04-26[PATCH] remove archive file if we changed somethingkay.sievers@vrfy.org1-0/+3
2005-04-26[PATCH] link archive insted of objectskay.sievers@vrfy.org1-44/+62
2005-04-26[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org1-5/+5
2005-04-26[PATCH] integrate wait_for_sysfs in udevkay.sievers@vrfy.org1-12/+2
2005-04-26[PATCH] fix parallel build errorgreg@kroah.com1-2/+3
2005-04-26[PATCH] 046 release046greg@kroah.com1-1/+1
2005-04-26[PATCH] disable logging for udevstartkay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] rename udevdb* to udev_db*kay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] remove udev_lib dependency from udevsend, which makes it smallerkay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] make spotless for releases.greg@kroah.com1-2/+2
2005-04-26[PATCH] replace tdb database by simple lockless file databasekay.sievers@vrfy.org1-18/+11
2005-04-26[PATCH] 045 release045greg@kroah.com1-1/+1
2005-04-26[PATCH] 044 release044greg@kroah.com1-1/+1
2005-04-26[PATCH] 043 release043greg@kroah.com1-1/+1
2005-04-26[PATCH] remove 'sudo' usage from the Makefilegreg@kroah.com1-1/+1
2005-04-26[PATCH] add test target to makefilegreg@kroah.com1-0/+3
2005-04-26[PATCH] 042 release042greg@kroah.com1-1/+1
2005-04-26[PATCH] update to libsysfs 1.2.0 and add some stuff klib_fixupkay.sievers@vrfy.org1-3/+7
2005-04-26[PATCH] improve klibc fixup integrationkay.sievers@vrfy.org1-11/+14
2005-04-26[PATCH] expose sysfs functions for sharing itkay.sievers@vrfy.org1-1/+3
2005-04-26[PATCH] 040 release040greg@kroah.com1-1/+1
2005-04-26[PATCH] 039 release039greg@kroah.com1-1/+1
2005-04-26[PATCH] let the extras/ programs build "pretty" alsogreg@kroah.com1-0/+1
2005-04-26[PATCH] pass SYSFS setting down for extras buildspatmans@us.ibm.com1-7/+8
2005-04-26[PATCH] crap, I messed up the 'sed' instances pretty badly, this fixes the co...greg@kroah.com1-4/+4
2005-04-26[PATCH] delete udevruler?kay.sievers@vrfy.org1-6/+1
2005-04-26[PATCH] fix broken 'make -j5' functionality.greg@kroah.com1-4/+3
2005-04-26[PATCH] Makefile fixkay.sievers@vrfy.org1-3/+1
2005-04-26[PATCH] 038 release038greg@kroah.com1-1/+1
2005-04-26[PATCH] fix up error in building extras and libsysfsgreg@kroah.com1-1/+0
2005-04-26[PATCH] 037 release037greg@kroah.com1-1/+1
2005-04-26[PATCH] fix asmlinkagembuesch@freenet.de1-1/+1
2005-04-26[PATCH] a few more Makefile tweaks for the quiet feature.greg@kroah.com1-9/+10
2005-04-26[PATCH] Make the build silent, thanks to a helper program from ncftpgreg@kroah.com1-24/+48
2005-04-26[PATCH] rename files to have '_' instead of '-' in them.greg@kroah.com1-2/+2
2005-04-26[PATCH] fix up Makefile for wait_for_sysfs udev_version.h dependancygreg@kroah.com1-0/+1
2005-04-26[PATCH] 036 release036greg@kroah.com1-1/+1
2005-04-26[PATCH] 035 release035greg@kroah.com1-1/+1
2005-04-26[PATCH] 034 release034greg@kroah.com1-1/+1
2005-04-26[PATCH] 33_bk mark for the makefilegreg@kroah.com1-1/+1
2005-04-26[PATCH] 033 release033greg@kroah.com1-1/+1
2005-04-26[PATCH] wait_for_sysfs debug cleanupkay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] enable native tdb spinlocks on i386 platforms.greg@kroah.com1-13/+5
2005-04-26[PATCH] PATCH selinux for udevharald@redhat.com1-0/+8
2005-04-26[PATCH] respect prefix= setting in built udev.conf (updated)kpfleming@backtobasicsmgmt.com1-6/+6
2005-04-26[PATCH] finally solve the bad sysfs-timing for all of uskay.sievers@vrfy.org1-3/+12
2005-04-26[PATCH] fix up Makefiles to get the klibc build working properly.greg@kroah.com1-14/+17
2005-04-26[PATCH] 032 release032greg@kroah.com1-1/+1
2005-04-26[PATCH] 031 release031greg@kroah.com1-1/+1
2005-04-26[PATCH] udevsend depends on udev_lib.oolh@suse.de1-1/+1
2005-04-26[PATCH] let /sbin/hotplug execute udev earlierkay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] Make udev/udevstart be one binarytrini@kernel.crashing.org1-9/+5
2005-04-26[PATCH] Add 'asmlinkage' to udev-030trini@kernel.crashing.org1-2/+2
2005-04-26[PATCH] 030 release030greg@kroah.com1-1/+1
2005-04-26[PATCH] 029 release029greg@kroah.com1-1/+1
2005-04-26[PATCH] 028 release028greg@kroah.com1-1/+1
2005-04-26[PATCH] 027 release027greg@kroah.com1-1/+1
2005-04-26[PATCH] 026 release026greg@kroah.com1-1/+1
2005-04-26[PATCH] 025_bk markgreg@kroah.com1-1/+1
2005-04-26[PATCH] udev default config layout changeskay.sievers@vrfy.org1-30/+34
2005-04-26[PATCH] v025 release025greg@kroah.com1-1/+1
2005-04-26[PATCH] Fix build process for users who have LC_ALL set to a non-english lang...greg@kroah.com1-1/+1
2005-04-26[PATCH] v024 release024greg@kroah.com1-1/+1
2005-04-26[PATCH] only generate udev.8 on the fly, not all other man pages.greg@kroah.com1-2/+2
2005-04-26[PATCH] switch to generate the man pages during the normal build, not during ...greg@kroah.com1-2/+2
2005-04-26[PATCH] first step of making man pages dynamically generated.greg@kroah.com1-15/+25
2005-04-26[PATCH] add install and uninstall the etc/dev.d/net/hotplug.dev file to the M...greg@kroah.com1-3/+8
2005-04-26[PATCH] udevd race conditions and performance, assorted cleanups - take 2kay.sievers@vrfy.org1-2/+3
2005-04-26[PATCH] 023_bk markgreg@kroah.com1-1/+1
2005-04-26[PATCH] v023 release023greg@kroah.com1-1/+1
2005-04-26[PATCH] create the /etc/dev.d/ directories in 'make install'greg@kroah.com1-1/+8
2005-04-26[PATCH] remove selinux stuff from the main Makefilegreg@kroah.com1-8/+0
2005-04-26[PATCH] remove dbus stuff from main Makefilegreg@kroah.com1-28/+2
2005-04-26[PATCH] remove udev_dbus.h from Makefilegreg@kroah.com1-1/+0
2005-04-26[PATCH] add /etc/dev.d/ support for udev add and remove events.greg@kroah.com1-0/+1
2005-04-26[PATCH] 022_bk taggreg@kroah.com1-1/+1
2005-04-26[PATCH] fix 'make spotless' to really do that in klibc.greg@kroah.com1-0/+1
2005-04-26[PATCH] first stupid try for a rule compose guikay.sievers@vrfy.org1-1/+6
2005-04-26[PATCH] replace fgets() with mmap() and introduce udev_lib.[hc]kay.sievers@vrfy.org1-3/+5
2005-04-26[PATCH] make udevtest a real program :)kay.sievers@vrfy.org1-1/+6
2005-04-26[PATCH] 022 release022greg@kroah.com1-1/+1
2005-04-26[PATCH] make spotlessolh@suse.de1-0/+2
2005-04-26[PATCH] udev* segfaults with new klibcolh@suse.de1-0/+1
2005-04-26[PATCH] 021_bk markgreg@kroah.com1-1/+1
2005-04-26[PATCH] 021 release021greg@kroah.com1-1/+1
2005-04-26[PATCH] install udevinfo in /usr/binkay.sievers@vrfy.org1-7/+8
2005-04-26[PATCH] Fix another problem with Makefile installing initscriptgreg@kroah.com1-3/+3
2005-04-26[PATCH] fix the Makefile to install the init script into the proper directorygreg@kroah.com1-3/+3
2005-04-26[PATCH] 020 release020greg@kroah.com1-1/+1
2005-04-26[PATCH] man page udevstartkay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] install udevstartgreg@kroah.com1-0/+1
2005-04-26[PATCH] automatically install correct initscriptrml@ximian.com1-7/+10
2005-04-26[PATCH] add udevstart program based on a old patch from Harald Hoyer <harald@...greg@kroah.com1-2/+8
2005-04-26[PATCH] 019_bk markgreg@kroah.com1-1/+1
2005-04-26[PATCH] udev - kill udevd on installkay.sievers@vrfy.org1-3/+5
2005-04-26[PATCH] 018 release019greg@kroah.com1-1/+1
2005-04-26[PATCH] Add initial SELinux support for udevgreg@kroah.com1-0/+8
2005-04-26[PATCH] fix build for very old versions of make.greg@kroah.com1-0/+3
2005-04-26[PATCH] do not remove real .udev.tdb during RPM buildarvidjaar@mail.ru1-1/+1
2005-04-26[PATCH] remove udevtest on 'make clean'greg@kroah.com1-1/+1
2005-04-26[PATCH] 018_bk markgreg@kroah.com1-1/+1
2005-04-26[PATCH] v018 release018greg@kroah.com1-1/+1
2005-04-26[PATCH] udev - udevd/udevsend man pagekay.sievers@vrfy.org1-0/+2
2005-04-26[PATCH] add ability to install udevtest to Makefilegreg@kroah.com1-0/+1
2005-04-26[PATCH] 017_bk markgreg@kroah.com1-1/+1
2005-04-26[PATCH] v017 release017greg@kroah.com1-1/+1
2005-04-26[PATCH] remove the .udev.tdb when installing or uninstalling to be safe.greg@kroah.com1-0/+2
2005-04-26[PATCH] add udevtest program to buildgreg@kroah.com1-8/+15
2005-04-26[PATCH] fix up 'make release' to use bk to build the export tree.greg@kroah.com1-9/+7
2005-04-26[PATCH] compile udevd with klibckay.sievers@vrfy.org1-3/+1
2005-04-26[PATCH] make logging a config optionazarah@nosferatu.za.org1-0/+1
2005-04-26[PATCH] convert udevsend/udevd to DGRAM and single-threadedkay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] udevd - kill the lockfilekay.sievers@vrfy.org1-1/+0
2005-04-26[PATCH] udevd - switch socket path to abstract namespacekay.sievers@vrfy.org1-1/+0
2005-04-26[PATCH] 016_bk markgreg@kroah.com1-1/+1