Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] support log-priority levels in udev.conf | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] 056 releaseudev/v056 | gregkh@suse.de | |
2005-04-26 | [PATCH] klibc: remove SCCS directories from the temporary klibc install | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] klibc: use klcc wrapper instead of our own Makefile | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] 055 releaseudev/v055 | gregkh@suse.de | |
2005-04-26 | [PATCH] rename namedev_dev to udev_rule | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove udevstart on make clean | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] split udev and udevstart | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] rename LOG to USE_LOG in all places | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove Makefile magic for klibc integration | kay.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 stuff | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix up segfaulting binaries with new klibc | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] klibc_fixups: remove unneeded stuff | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] 054 releaseudev/v054 | gregkh@suse.de | |
2005-04-26 | [PATCH] big libsysfs diet (pre 2.0 version) | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] 053 releaseudev/v053 | gregkh@suse.de | |
2005-04-26 | [PATCH] make the release tarballs have writable files in them. | gregkh@suse.de | |
2005-04-26 | [PATCH] 052 releaseudev/v052 | greg@kroah.com | |
2005-04-26 | [PATCH] Makefile: add some more warnings and prepare for clean gcc4 compile | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] Makefile: cleanup conditional config option sections | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] selinux: cleanup udev integration | kay.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/v051 | greg@kroah.com | |
2005-04-26 | [PATCH] rearrange link order in Makefile | hare@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 file | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] 050 releaseudev/v050 | greg@kroah.com | |
2005-04-26 | [PATCH] avoid building klibc test programs and pass SUBDIRS= to klibc clean | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] 049 releaseudev/v049 | greg@kroah.com | |
2005-04-26 | [PATCH] 048 releaseudev/v048 | greg@kroah.com | |
2005-04-26 | [PATCH] fix scsi_id build errors due to changes in the main udev makefile | greg@kroah.com | |
also fixed up the QUIET issue when it was disabled for the extras programs | |||
2005-04-26 | [PATCH] 047 releaseudev/v047 | greg@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 something | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] link archive insted of objects | kay.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_multiplex | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] integrate wait_for_sysfs in udev | kay.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 error | greg@kroah.com | |
2005-04-26 | [PATCH] 046 releaseudev/v046 | greg@kroah.com | |
2005-04-26 | [PATCH] disable logging for udevstart | kay.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 smaller | kay.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 database | kay.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/v045 | greg@kroah.com | |
2005-04-26 | [PATCH] 044 releaseudev/v044 | greg@kroah.com | |
2005-04-26 | [PATCH] 043 releaseudev/v043 | greg@kroah.com | |
2005-04-26 | [PATCH] remove 'sudo' usage from the Makefile | greg@kroah.com | |
should fix a lot of gentoo bug reports | |||
2005-04-26 | [PATCH] add test target to makefile | greg@kroah.com | |
Will help distros that have a test phase of their build. | |||
2005-04-26 | [PATCH] 042 releaseudev/v042 | greg@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_fixup | kay.sievers@vrfy.org | |