Kay Sievers
1682c8c4a3
Makefile: fix DESTDIR
...
Patch from: Vassilis Virvilis <vasvir@iit.demokritos.gr>
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-06-05 04:48:09 +02:00
Kay Sievers
0590abd720
udevd: add initsend
...
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-05 04:44:07 +02:00
Kay Sievers
3b47c7394d
udevd: add udevcontrol
...
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-06-05 04:41:09 +02:00
Greg KH
5e65ab9a19
Fix makefile to allow 'make release' to work with git
2005-05-20 13:22:05 -07:00
Greg KH
db60d377b0
058 release
2005-05-20 13:18:28 -07:00
gregkh@suse.de
9530f1fe19
[PATCH] 057 relelease
2005-04-26 23:55:01 -07:00
kay.sievers@vrfy.org
05bd6efb41
[PATCH] add test for make -j4 to build-check
2005-04-26 23:55:01 -07:00
kay.sievers@vrfy.org
87b60f72b7
[PATCH] fix make -j4 and the local klibc-install
2005-04-26 23:55:00 -07:00
kay.sievers@vrfy.org
821d0ec803
[PATCH] add RUN key to be able to run rule based notification
...
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 23:55:00 -07:00
kay.sievers@vrfy.org
6b493a20e1
[PATCH] support log-priority levels in udev.conf
2005-04-26 23:54:59 -07:00
gregkh@suse.de
69b5c2ca51
[PATCH] 056 release
2005-04-26 23:54:59 -07:00
kay.sievers@vrfy.org
21c0367349
[PATCH] klibc: remove SCCS directories from the temporary klibc install
2005-04-26 23:54:59 -07:00
kay.sievers@vrfy.org
92ebb398ed
[PATCH] klibc: use klcc wrapper instead of our own Makefile
2005-04-26 23:53:53 -07:00
gregkh@suse.de
2861655484
[PATCH] 055 release
2005-04-26 23:53:53 -07:00
kay.sievers@vrfy.org
e5e322bc62
[PATCH] rename namedev_dev to udev_rule
2005-04-26 23:53:17 -07:00
kay.sievers@vrfy.org
319112e295
[PATCH] remove udevstart on make clean
2005-04-26 23:53:17 -07:00
kay.sievers@vrfy.org
56a8a624ee
[PATCH] split udev and udevstart
2005-04-26 23:51:00 -07:00
kay.sievers@vrfy.org
6c18b1fb87
[PATCH] rename LOG to USE_LOG in all places
2005-04-26 23:48:48 -07:00
kay.sievers@vrfy.org
57e1a2770c
[PATCH] remove Makefile magic for klibc integration
...
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 23:48:48 -07:00
kay.sievers@vrfy.org
5f335ca4af
[PATCH] klibc_fixups: remove no longer needed stuff
2005-04-26 23:48:48 -07:00
kay.sievers@vrfy.org
9bad6028f7
[PATCH] fix up segfaulting binaries with new klibc
2005-04-26 23:48:48 -07:00
kay.sievers@vrfy.org
733677e2c2
[PATCH] klibc_fixups: remove unneeded stuff
2005-04-26 23:48:48 -07:00
gregkh@suse.de
6d7a6d08c2
[PATCH] 054 release
2005-04-26 23:39:48 -07:00
kay.sievers@vrfy.org
f385ff6512
[PATCH] big libsysfs diet (pre 2.0 version)
2005-04-26 23:36:13 -07:00
gregkh@suse.de
5d2d1e7e85
[PATCH] 053 release
2005-04-26 23:35:15 -07:00
gregkh@suse.de
6b3df4310f
[PATCH] make the release tarballs have writable files in them.
2005-04-26 23:35:15 -07:00
greg@kroah.com
1d62f6e2de
[PATCH] 052 release
2005-04-26 23:28:12 -07:00
kay.sievers@vrfy.org
51df9ee496
[PATCH] Makefile: add some more warnings and prepare for clean gcc4 compile
2005-04-26 23:24:19 -07:00
kay.sievers@vrfy.org
045b1f0f7a
[PATCH] Makefile: cleanup conditional config option sections
2005-04-26 23:24:19 -07:00
kay.sievers@vrfy.org
fbda4a34d8
[PATCH] selinux: cleanup udev integration
...
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 23:24:19 -07:00
greg@kroah.com
9badc83e4f
[PATCH] 051 release
2005-04-26 23:24:19 -07:00
hare@suse.de
94f88ba5ee
[PATCH] rearrange link order in Makefile
...
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 23:21:58 -07:00
kay.sievers@vrfy.org
8b36cc0f17
[PATCH] complete removal of explicit udev permissions config file
2005-04-26 23:17:47 -07:00
greg@kroah.com
35413b2b88
[PATCH] 050 release
2005-04-26 23:17:47 -07:00
kay.sievers@vrfy.org
0d9057a1ce
[PATCH] avoid building klibc test programs and pass SUBDIRS= to klibc clean
2005-04-26 23:13:48 -07:00
greg@kroah.com
e3686a8858
[PATCH] 049 release
2005-04-26 23:13:48 -07:00
greg@kroah.com
7d92b28f39
[PATCH] 048 release
2005-04-26 23:13:47 -07:00
greg@kroah.com
09f2756071
[PATCH] fix scsi_id build errors due to changes in the main udev makefile
...
also fixed up the QUIET issue when it was disabled for the extras programs
2005-04-26 23:13:47 -07:00
greg@kroah.com
6fbecf3547
[PATCH] 047 release
2005-04-26 23:13:47 -07:00
greg@kroah.com
3efc93cc40
[PATCH] Fix the multithreaded build again...
2005-04-26 23:06:10 -07:00
kay.sievers@vrfy.org
c64081980e
[PATCH] don't install distribution specific init script on "make install"
...
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 23:06:10 -07:00
kay.sievers@vrfy.org
9aa0485c97
[PATCH] remove archive file if we changed something
2005-04-26 22:44:26 -07:00
kay.sievers@vrfy.org
7c2aae11ff
[PATCH] link archive insted of objects
...
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 22:44:08 -07:00
kay.sievers@vrfy.org
9af5bb2f8f
[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplex
2005-04-26 22:44:02 -07:00
kay.sievers@vrfy.org
c449b25e3f
[PATCH] integrate wait_for_sysfs in udev
...
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 22:37:37 -07:00
greg@kroah.com
ff5761c972
[PATCH] fix parallel build error
2005-04-26 22:30:28 -07:00
greg@kroah.com
162c0ee8b9
[PATCH] 046 release
2005-04-26 22:30:28 -07:00
kay.sievers@vrfy.org
7225821d63
[PATCH] disable logging for udevstart
...
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 22:27:34 -07:00
kay.sievers@vrfy.org
02fa9ae589
[PATCH] rename udevdb* to udev_db*
2005-04-26 22:25:14 -07:00
kay.sievers@vrfy.org
13f24d596c
[PATCH] remove udev_lib dependency from udevsend, which makes it smaller
2005-04-26 22:24:30 -07:00