Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] turn debugging messages off by default. | greg@kroah.com | |
it's a bit noisy for the masses... | |||
2005-04-26 | [PATCH] split out the namedev config parsing logic to namedev_parse.c | greg@kroah.com | |
2005-04-26 | [PATCH] Add -nodefaultlibs while compiling against klibc | mort@wildopensource.com | |
This patch adds -nodefaultlibs to LDFLAGS when compiling udev against klibc. This fixes the warning that I was getting when using $(LD)=gcc in the versions after Makefile.klibc disappeared. The problem was that it was still including a "-lc" in the call to the linker. | |||
2005-04-26 | [PATCH] ARCH detection for ppc | olh@suse.de | |
I'm not sure why ppc is converted to powerpc, it breaks at least $(ARCH) in klibc. gcc -dumpmachine powerpc-suse-linux | |||
2005-04-26 | [PATCH] fix udev parallel builds with klibc | patmans@us.ibm.com | |
I can't build udev with make -j9. Here's a patch to fix it. | |||
2005-04-26 | [PATCH] klibc makefile fixes | arnd@arndb.de | |
2005-04-26 | [PATCH] 007_bk version change to Makefile. | greg@kroah.com | |
2005-04-26 | [PATCH] v007 releaseudev/v007 | greg@kroah.com | |
2005-04-26 | [PATCH] only build klibc_fixups.c if we are actually using klibc. | greg@kroah.com | |
2005-04-26 | [PATCH] static klibc udev does not link against crt0.o | olh@suse.de | |
On Wed, Nov 19, Greg KH wrote: > > I did 'make KLIBC=true' in the current bk tree. > > try 'make -f Makefile.klibc' in the current tree. For some reason I > couldn't figure out how to have Makefile work for both KLIBC=true and > KLIBC=false. But I didn't try too hard :) I dont understand that. please do rm -f Makefile.klibc; apply this patch and tell me what fails. works for me. | |||
2005-04-26 | [PATCH] change to 006_bk version | greg@kroah.com | |
2005-04-26 | [PATCH] v006udev/v006 | greg@kroah.com | |
2005-04-26 | [PATCH] fix make install rule for when the udev symlink is already there. | greg@kroah.com | |
2005-04-26 | [PATCH] change release target in makefile. | greg@kroah.com | |
2005-04-26 | [PATCH] DESTDIR for udev | olh@suse.de | |
2005-04-26 | [PATCH] version number to 005_bk | greg@kroah.com | |
2005-04-26 | [PATCH] pull some klibc stuff into the make Makefile to try to stay in sync. | greg@kroah.com | |
2005-04-26 | [PATCH] 005 releaseudev/v005 | greg@kroah.com | |
2005-04-26 | [PATCH] get 'make release' to work properly again. | greg@kroah.com | |
2005-04-26 | [PATCH] build tdb and libsysfs from the same makefile as udev. | greg@kroah.com | |
This fixes problem of libsysfs and tdb getting build with different gcc options as the rest of udev. | |||
2005-04-26 | [PATCH] makefile fix for now. | greg@kroah.com | |
2005-04-26 | [PATCH] hm, makefile bug with so many files... will fix later... | greg@kroah.com | |
2005-04-26 | [PATCH] rename namedev.permissions and namedev.config to udev.permissions ↵ | greg@kroah.com | |
and udev.config the namedev name didn't really make much sense anymore... | |||
2005-04-26 | [PATCH] more warning flags to the build. | greg@kroah.com | |
2005-04-26 | [PATCH] change version to 004_bk | greg@kroah.com | |
2005-04-26 | [PATCH] 004 releaseudev/v004 | greg@kroah.com | |
2005-04-26 | [PATCH] ok, rpm likes the "_" character instead of "-" better... | greg@kroah.com | |
2005-04-26 | [PATCH] change the version to 003-bk to keep things sane with people using ↵ | greg@kroah.com | |
the bk tree. | |||
2005-04-26 | [PATCH] fix makefile release rule to not drop tdb.h file. | greg@kroah.com | |
2005-04-26 | [PATCH] copyright updates. | greg@kroah.com | |
2005-04-26 | [PATCH] added uninstall support | greg@kroah.com | |
2005-04-26 | [PATCH] added install target for makefile so people don't have to do it by ↵ | greg@kroah.com | |
hand anymore. | |||
2005-04-26 | [PATCH] put config files and database in /etc/udev by default | greg@kroah.com | |
Can be overridden on the makefile line. | |||
2005-04-26 | [PATCH] merge tdb into the build process. | greg@kroah.com | |
2005-04-26 | [PATCH] udev/libsysfs cross compile fixes | lethal@linux-sh.org | |
I noticed that libsysfs doesn't inherently grab cross compilation arguments that are set in the top-level Makefile, so I've come up with the following patch to fix this. With the patch, I can succesfully cross compile for other architectures (such as sh) by doing 'make ARCH=sh CROSS=sh-linux-' in the top-level directory. | |||
2005-04-26 | [PATCH] added 0.2 change log info.udev/v002 | greg@kroah.com | |
2005-04-26 | [PATCH] split udev main logic into udev-add and udev-remove. | greg@kroah.com | |
2005-04-26 | [PATCH] added libsysfs to the build. | greg@kroah.com | |
2005-04-26 | [PATCH] Initial namedev parsing of config files | greg@kroah.com | |
.permission parsing works, .config needs more work. | |||
2005-04-26 | [PATCH] added more documentation in README and TODO files. | greg@kroah.com | |
2005-04-26 | [PATCH] cleaned up the makefile a bit. | greg@kroah.com | |
2005-04-26 | [PATCH] enabled debugging. | greg@kroah.com | |
2005-04-26 | added initial files. | Greg KH | |