chiark / gitweb /
elogind.git
18 years agoudevd: allow starting of udevd with stopped exec-queue
Kay Sievers [Wed, 8 Jun 2005 09:57:53 +0000 (11:57 +0200)]
udevd: allow starting of udevd with stopped exec-queue

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
18 years agoklibc: version 1.0.14
Kay Sievers [Sun, 5 Jun 2005 15:11:09 +0000 (17:11 +0200)]
klibc: version 1.0.14

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
18 years agoudev: handle all events - not only class and block devices
Kay Sievers [Sun, 5 Jun 2005 13:55:29 +0000 (15:55 +0200)]
udev: handle all events - not only class and block devices

Handle all events with rules. If udev is expected to handle hotplug.d/
the exernal helper must be called.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
18 years agovolume_id: use udev-provided log-level
Kay Sievers [Sun, 5 Jun 2005 03:17:21 +0000 (05:17 +0200)]
volume_id: use udev-provided log-level

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
18 years agoudev: clear lists if a new value is assigned
Kay Sievers [Sun, 5 Jun 2005 03:13:33 +0000 (05:13 +0200)]
udev: clear lists if a new value is assigned

Former values are cleared if SYMLINK=<value> is used. To add a value
SYMLINK+=<value> is now needed.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
18 years agoudev: move dev.d/ handling to external helper
Kay Sievers [Sun, 5 Jun 2005 03:11:29 +0000 (05:11 +0200)]
udev: move dev.d/ handling to external helper

Modern rules are expected to call notification and postprocessing with
the RUN key. For compatibility the current behavior can be emulated
with an external helper.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
18 years agoudev: allow final assignments :=
Kay Sievers [Sun, 5 Jun 2005 02:57:03 +0000 (04:57 +0200)]
udev: allow final assignments :=

The use of KEY:=<value> will make the key unchangeable by later rules.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
18 years agoudevd: improve timeout handling
Kay Sievers [Sun, 5 Jun 2005 02:53:17 +0000 (04:53 +0200)]
udevd: improve timeout handling

Allow to override some parameters by environment keys.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
18 years agoMakefile: fix DESTDIR
Kay Sievers [Sun, 5 Jun 2005 02:48:09 +0000 (04:48 +0200)]
Makefile: fix DESTDIR

Patch from: Vassilis Virvilis <vasvir@iit.demokritos.gr>

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
18 years agoudevd: add initsend
Kay Sievers [Sun, 5 Jun 2005 02:44:07 +0000 (04:44 +0200)]
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>
18 years agoudevd: add udevcontrol
Kay Sievers [Sun, 5 Jun 2005 02:41:09 +0000 (04:41 +0200)]
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>
18 years agoudevd: listen for netlink events
Kay Sievers [Sun, 5 Jun 2005 02:38:10 +0000 (04:38 +0200)]
udevd: listen for netlink events

After the first valid netlink-event all event with a serial number
received on the udevsend socket will be ignored.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
18 years agoFix makefile to allow 'make release' to work with git
Greg KH [Fri, 20 May 2005 20:22:05 +0000 (13:22 -0700)]
Fix makefile to allow 'make release' to work with git

18 years ago058 release 058
Greg KH [Fri, 20 May 2005 20:18:28 +0000 (13:18 -0700)]
058 release

18 years ago[PATCH] update cdsymlinks to latest version
Darren Salt [Thu, 19 May 2005 21:24:38 +0000 (22:24 +0100)]
[PATCH] update cdsymlinks to latest version

diff -ur udev-057.orig/extras/cdsymlinks.c udev-057/extras/cdsymlinks.c

18 years agoadd Red Hat/Fedora html documenation
Greg KH [Thu, 19 May 2005 06:37:22 +0000 (23:37 -0700)]
add Red Hat/Fedora html documenation

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
18 years agoUpdate Red Hat default udev rules.
Greg KH [Thu, 19 May 2005 06:34:45 +0000 (23:34 -0700)]
Update Red Hat default udev rules.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
18 years agoremove detach_state files from the sysfs test tree.
Greg KH [Thu, 19 May 2005 06:33:12 +0000 (23:33 -0700)]
remove detach_state files from the sysfs test tree.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
18 years agoFix libsysfs issue with relying on the detach_state file to be
Greg KH [Thu, 19 May 2005 06:32:28 +0000 (23:32 -0700)]
Fix libsysfs issue with relying on the detach_state file to be
present in order to traverse the tree properly.

Based on a patch from Daniel Stekloff <dsteklof@us.ibm.com>

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
18 years agoadded translated (jp) version of writing udev rules file.
<greg@press.(none)> [Mon, 16 May 2005 19:26:41 +0000 (12:26 -0700)]
added translated (jp) version of writing udev rules file.

From Masanao Igarashi <masayuko@alpha.ocn.ne.jp>

18 years agoUpdate permissions on test scripts so they will run properly now.
Greg KH [Tue, 10 May 2005 17:22:56 +0000 (10:22 -0700)]
Update permissions on test scripts so they will run properly now.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
18 years agohopefully fix up the symlinks in the test directory
Greg KH [Tue, 10 May 2005 17:11:15 +0000 (10:11 -0700)]
hopefully fix up the symlinks in the test directory

Thanks to Kay for pointing this out.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
18 years agoRemoved klibc/klibc.spec as it is autogenerated
Greg KH [Tue, 10 May 2005 17:09:29 +0000 (10:09 -0700)]
Removed klibc/klibc.spec as it is autogenerated

18 years ago[PATCH] Writing udev rules docs update
Daniel Drake [Mon, 9 May 2005 22:44:27 +0000 (23:44 +0100)]
[PATCH] Writing udev rules docs update

Here's a long overdue update to the udev rules docs, based on lots of user
feedback from the last few months.

Mostly updates to keep up with the new udev features, some clarifications and
wording improvements. I added a section on rules for palm pilots due to the
excessive amount of mail I get about them. I removed the nvidia stuff because
it's out of date. Added another section about debugging using logs and
udevtest. Removed the thanks list because I haven't been updating it and there
are too many people to name now, sorry..!

18 years agoAdded symlinks thanks to Kay's script and git hacking.
Greg KH [Fri, 6 May 2005 04:47:57 +0000 (21:47 -0700)]
Added symlinks thanks to Kay's script and git hacking.

Now the tests should work again...

18 years ago[PATCH] selinux: fix handling during creation of symlinks
kay.sievers@vrfy.org [Mon, 18 Apr 2005 22:07:01 +0000 (00:07 +0200)]
[PATCH] selinux: fix handling during creation of symlinks

Patch from: Dan Walsh <dwalsh@redhat.com>

18 years ago[PATCH] Fedora udev.rules update
kay.sievers@vrfy.org [Mon, 18 Apr 2005 21:59:43 +0000 (23:59 +0200)]
[PATCH] Fedora udev.rules update

18 years ago[PATCH] libsysfs: version 2.0
kay.sievers@vrfy.org [Fri, 15 Apr 2005 14:28:56 +0000 (16:28 +0200)]
[PATCH] libsysfs: version 2.0

18 years ago[PATCH] klibc: version 1.0.7
kay.sievers@vrfy.org [Fri, 15 Apr 2005 14:28:21 +0000 (16:28 +0200)]
[PATCH] klibc: version 1.0.7

18 years ago[PATCH] 057 relelease 057
gregkh@suse.de [Fri, 15 Apr 2005 05:39:01 +0000 (22:39 -0700)]
[PATCH] 057 relelease

18 years ago[PATCH] fix stupid all_partitions bug
tklauser@access.unizh.ch [Mon, 11 Apr 2005 23:05:03 +0000 (01:05 +0200)]
[PATCH] fix stupid all_partitions bug

> On Mon, 2005-04-11 at 14:55 +0200, Norbert Preining wrote:
> > On Mon, 11 Apr 2005, Kay Sievers wrote:
> > > > brw-rw----  1 root root 8, 0 2005-04-10 14:58 /dev/sdcard
> > > > brw-rw----  1 root root 8, 1 2005-04-10 14:58 /dev/sdcard1
> > > > brw-rw----  1 root root 8, 1 2005-04-10 14:58 /dev/sdcard2
> > > > brw-rw----  1 root root 8, 1 2005-04-10 14:58 /dev/sdcard3
> > >
> > > This looks broken.
> >
> > Good to hear.

Yeah, I guess it's broken. In create_node() in udev_add.c there is
always added 1 to the minor number, thus the error. The attached patch
should fix this.

18 years ago[PATCH] add test for make -j4 to build-check
kay.sievers@vrfy.org [Mon, 11 Apr 2005 20:38:41 +0000 (22:38 +0200)]
[PATCH] add test for make -j4 to build-check

18 years ago[PATCH] klibc: version 1.0.6
kay.sievers@vrfy.org [Mon, 11 Apr 2005 02:51:03 +0000 (04:51 +0200)]
[PATCH] klibc: version 1.0.6

18 years ago[PATCH] update Debian rules
kay.sievers@vrfy.org [Sun, 10 Apr 2005 19:19:51 +0000 (21:19 +0200)]
[PATCH] update Debian rules

18 years ago[PATCH] apply default permissions only for devices that will need it
kay.sievers@vrfy.org [Sun, 10 Apr 2005 19:15:12 +0000 (21:15 +0200)]
[PATCH] apply default permissions only for devices that will need it

18 years ago[PATCH] adapt RELEASE-NOTES
kay.sievers@vrfy.org [Wed, 6 Apr 2005 04:47:06 +0000 (06:47 +0200)]
[PATCH] adapt RELEASE-NOTES

18 years ago[PATCH] udev_volume_id: fix endianess macros
kay.sievers@vrfy.org [Tue, 5 Apr 2005 02:01:08 +0000 (04:01 +0200)]
[PATCH] udev_volume_id: fix endianess macros

18 years ago[PATCH] udev-test.pl: add test for DEVNAME export to RUN environment
kay.sievers@vrfy.org [Mon, 4 Apr 2005 13:20:48 +0000 (15:20 +0200)]
[PATCH] udev-test.pl: add test for DEVNAME export to RUN environment

18 years ago[PATCH] update the man page to reflect the recent changes
kay.sievers@vrfy.org [Sat, 2 Apr 2005 23:15:44 +0000 (01:15 +0200)]
[PATCH] update the man page to reflect the recent changes

18 years ago[PATCH] export DEVNAME to RUN-key executed programs
kay.sievers@vrfy.org [Sat, 2 Apr 2005 22:29:05 +0000 (00:29 +0200)]
[PATCH] export DEVNAME to RUN-key executed programs

18 years ago[PATCH] fix make -j4 and the local klibc-install
kay.sievers@vrfy.org [Sat, 2 Apr 2005 16:06:26 +0000 (18:06 +0200)]
[PATCH] fix make -j4 and the local klibc-install

18 years ago[PATCH] update RELEASE-NOTES
kay.sievers@vrfy.org [Sat, 2 Apr 2005 16:03:59 +0000 (18:03 +0200)]
[PATCH] update RELEASE-NOTES

18 years ago[PATCH] add RUN key to be able to run rule based notification
kay.sievers@vrfy.org [Sat, 2 Apr 2005 15:45:35 +0000 (17:45 +0200)]
[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.

18 years ago[PATCH] fix udevtest to print the error if logging is disabled
kay.sievers@vrfy.org [Tue, 29 Mar 2005 09:30:51 +0000 (11:30 +0200)]
[PATCH] fix udevtest to print the error if logging is disabled

18 years ago[PATCH] move execute_program to utils + add action to init_device
kay.sievers@vrfy.org [Tue, 29 Mar 2005 09:25:52 +0000 (11:25 +0200)]
[PATCH] move execute_program to utils + add action to init_device

18 years ago[PATCH] correct correction for error path for PROGRAM execution
kay.sievers@vrfy.org [Tue, 29 Mar 2005 02:23:56 +0000 (04:23 +0200)]
[PATCH] correct correction for error path for PROGRAM execution

18 years ago[PATCH] correct error path for PROGRAM execution
kay.sievers@vrfy.org [Tue, 29 Mar 2005 01:56:42 +0000 (03:56 +0200)]
[PATCH] correct error path for PROGRAM execution

18 years ago[PATCH] klibc: version 1.0.5
kay.sievers@vrfy.org [Tue, 29 Mar 2005 01:53:45 +0000 (03:53 +0200)]
[PATCH] klibc: version 1.0.5

18 years ago[PATCH] check for strlen()==0 before accessing strlen()-1
kay.sievers@vrfy.org [Mon, 28 Mar 2005 10:37:54 +0000 (12:37 +0200)]
[PATCH] check for strlen()==0 before accessing strlen()-1

18 years ago[PATCH] allow to match against empty key values
kay.sievers@vrfy.org [Mon, 28 Mar 2005 10:20:05 +0000 (12:20 +0200)]
[PATCH] allow to match against empty key values

18 years ago[PATCH] read %s{}-sysfs values at any device in the chain
kay.sievers@vrfy.org [Mon, 28 Mar 2005 09:22:17 +0000 (11:22 +0200)]
[PATCH] read %s{}-sysfs values at any device in the chain

18 years ago[PATCH] udev_rules.c: don't change sysfs_device while walking up the device chain
kay.sievers@vrfy.org [Mon, 28 Mar 2005 00:12:39 +0000 (02:12 +0200)]
[PATCH] udev_rules.c: don't change sysfs_device while walking up the device chain

18 years ago[PATCH] klibc: strlcpy/strlcat - don't alter destination if size == 0
kay.sievers@vrfy.org [Sun, 27 Mar 2005 22:18:49 +0000 (00:18 +0200)]
[PATCH] klibc: strlcpy/strlcat - don't alter destination if size == 0

18 years ago[PATCH] fix klibc's broken strlcpy/strlcat
kay.sievers@vrfy.org [Sun, 27 Mar 2005 10:39:12 +0000 (12:39 +0200)]
[PATCH] fix klibc's broken strlcpy/strlcat

udevinfo segfaults cause klibc's strlcpy writes behind the specified
size of the destination string. strlcat truncates the destination
string which is also not what you expect from a concatenation function.

18 years ago[PATCH] udevinfo: print SYSFS attribute the same way we match it
kay.sievers@vrfy.org [Sat, 26 Mar 2005 23:29:10 +0000 (00:29 +0100)]
[PATCH] udevinfo: print SYSFS attribute the same way we match it

18 years ago[PATCH] remove untrusted chars read from sysfs-values or returned by PROGRAM
kay.sievers@vrfy.org [Sat, 26 Mar 2005 23:15:07 +0000 (00:15 +0100)]
[PATCH] remove untrusted chars read from sysfs-values or returned by PROGRAM

Better remove characters that are useless in a device node name.
It may be a security risk to pass any character read from e.g. a
sysfs attribute to a shell script we execute later.

Prevent the modification of the libsysfs attribute value
cache.

Clear PROGRAM result if the execution encountered an error.

18 years ago[PATCH] udevinfo: print errors to stderr instead of stdout
kay.sievers@vrfy.org [Sat, 26 Mar 2005 23:12:55 +0000 (00:12 +0100)]
[PATCH] udevinfo: print errors to stderr instead of stdout

On Wed, 2005-03-23 at 13:55 +0100, Dieter Stueken <stueken@conterra.de> wrote:
> I noticed a few funny synlinks within /dev:

> lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.196950896 +0100 device2 -> hda2
> lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.196950896 +0100 not2 -> hda2
> lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.196950896 +0100 found2 -> hda2
> lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.196950896 +0100 in2 -> hda2
> lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.196950896 +0100 database2 -> hda2

> I don't know exactly, what caused this in depth. But I found udevinfo
> prints all error messages to stdout instead of using stderr.

18 years ago[PATCH] klibc: version 1.0.4
kay.sievers@vrfy.org [Sat, 26 Mar 2005 23:11:52 +0000 (00:11 +0100)]
[PATCH] klibc: version 1.0.4

18 years ago[PATCH] support log-priority levels in udev.conf
kay.sievers@vrfy.org [Sat, 26 Mar 2005 23:11:03 +0000 (00:11 +0100)]
[PATCH] support log-priority levels in udev.conf

18 years ago[PATCH] test-suite: remove UDEV_TEST, it's not needed anymore
kay.sievers@vrfy.org [Sat, 26 Mar 2005 23:10:03 +0000 (00:10 +0100)]
[PATCH] test-suite: remove UDEV_TEST, it's not needed anymore

18 years ago[PATCH] libsysfs: remove trailing slash on SYSFS_PATH override
kay.sievers@vrfy.org [Sat, 26 Mar 2005 23:09:05 +0000 (00:09 +0100)]
[PATCH] libsysfs: remove trailing slash on SYSFS_PATH override

18 years ago[PATCH] 056 release 056
gregkh@suse.de [Sat, 19 Mar 2005 15:39:19 +0000 (07:39 -0800)]
[PATCH] 056 release

18 years ago[PATCH] udev-test.pl: use more common user/group names
kay.sievers@vrfy.org [Sat, 19 Mar 2005 02:11:48 +0000 (03:11 +0100)]
[PATCH] udev-test.pl: use more common user/group names

18 years ago[PATCH] klibc: remove SCCS directories from the temporary klibc install
kay.sievers@vrfy.org [Sat, 19 Mar 2005 01:15:43 +0000 (02:15 +0100)]
[PATCH] klibc: remove SCCS directories from the temporary klibc install

18 years ago[PATCH] udev-test.pl: add a test where the group cannot be found in /etc/passwd
kay.sievers@vrfy.org [Sat, 19 Mar 2005 00:45:03 +0000 (01:45 +0100)]
[PATCH] udev-test.pl: add a test where the group cannot be found in /etc/passwd

18 years ago[PATCH] udev-test.pl: add check for textual uid/gid
kay.sievers@vrfy.org [Fri, 18 Mar 2005 22:52:41 +0000 (23:52 +0100)]
[PATCH] udev-test.pl: add check for textual uid/gid

18 years ago[PATCH] fix bad typo that prevents the GROUP to be applied
kay.sievers@vrfy.org [Fri, 18 Mar 2005 09:00:25 +0000 (10:00 +0100)]
[PATCH] fix bad typo that prevents the GROUP to be applied

Thanks to Jim Gifford <maillist@jg555.com> for catching it.

18 years ago[PATCH] fix header paths in udev_libc_wrapper.c
tklauser@access.unizh.ch [Fri, 18 Mar 2005 08:27:31 +0000 (09:27 +0100)]
[PATCH] fix header paths in udev_libc_wrapper.c

In udev_libc_wrapper.c the paths to the local header files are wrong.
The attached patch fixes this.

18 years ago[PATCH] udevd: don't delay events with TIMEOUT in the environment
kay.sievers@vrfy.org [Thu, 17 Mar 2005 10:51:37 +0000 (11:51 +0100)]
[PATCH] udevd: don't delay events with TIMEOUT in the environment

On Tue, 2005-03-15 at 09:25 +0100, Hannes Reinecke wrote:
> The current implementation of the firmware class breaks a fundamental
> assumption in udevd: that the physical device can be initialised fully
> prior to executing the next event for that device.

Thanks to Hannes for the patch.

18 years ago[PATCH] klibc: use klcc wrapper instead of our own Makefile
kay.sievers@vrfy.org [Thu, 17 Mar 2005 10:02:53 +0000 (11:02 +0100)]
[PATCH] klibc: use klcc wrapper instead of our own Makefile

18 years ago[PATCH] change call_foreach_file to return a list
kay.sievers@vrfy.org [Thu, 17 Mar 2005 08:59:32 +0000 (09:59 +0100)]
[PATCH] change call_foreach_file to return a list

18 years ago[PATCH] remove unneeded file from libsysfs
kay.sievers@vrfy.org [Wed, 16 Mar 2005 23:38:43 +0000 (00:38 +0100)]
[PATCH] remove unneeded file from libsysfs

18 years ago[PATCH] 055 release 055
gregkh@suse.de [Thu, 17 Mar 2005 08:45:02 +0000 (00:45 -0800)]
[PATCH] 055 release

18 years ago[PATCH] fix raid rules.
gregkh@suse.de [Thu, 17 Mar 2005 07:23:03 +0000 (23:23 -0800)]
[PATCH] fix raid rules.

Thanks to Kay for pointing it out.

18 years ago[PATCH] added frugalware udev ruleset.
gregkh@suse.de [Thu, 17 Mar 2005 06:51:56 +0000 (22:51 -0800)]
[PATCH] added frugalware udev ruleset.

18 years ago[PATCH] gentoo rule update for raid devices.
gregkh@suse.de [Thu, 17 Mar 2005 06:45:14 +0000 (22:45 -0800)]
[PATCH] gentoo rule update for raid devices.

From Thierry Vignaud <tvignaud@mandrakesoft.com>

18 years ago[PATCH] add udevstart to the RELEASE-NOTES
kay.sievers@vrfy.org [Tue, 15 Mar 2005 23:54:28 +0000 (00:54 +0100)]
[PATCH] add udevstart to the RELEASE-NOTES

18 years ago[PATCH] volume_id: version 43
kay.sievers@vrfy.org [Tue, 15 Mar 2005 23:52:00 +0000 (00:52 +0100)]
[PATCH] volume_id: version 43

18 years ago[PATCH] volume_id: Fix label/uuid reading for reiserfs
hare@suse.de [Tue, 15 Mar 2005 23:46:44 +0000 (00:46 +0100)]
[PATCH] volume_id: Fix label/uuid reading for reiserfs

Well, I just asked our resident reiserfs guru (thx mason :-).
Reiser v3.5 does not support labels nor uuids.

18 years ago[PATCH] clarify the shortcomings of %e
kay.sievers@vrfy.org [Mon, 14 Mar 2005 03:40:12 +0000 (04:40 +0100)]
[PATCH] clarify the shortcomings of %e

18 years ago[PATCH] correct rule match for devices without a physical device
kay.sievers@vrfy.org [Mon, 14 Mar 2005 03:18:20 +0000 (04:18 +0100)]
[PATCH] correct rule match for devices without a physical device

18 years ago[PATCH] remove unneeded code, libsysfs does this for us
kay.sievers@vrfy.org [Mon, 14 Mar 2005 03:01:54 +0000 (04:01 +0100)]
[PATCH] remove unneeded code, libsysfs does this for us

18 years ago[PATCH] add final release note
kay.sievers@vrfy.org [Sun, 13 Mar 2005 10:43:50 +0000 (11:43 +0100)]
[PATCH] add final release note

18 years ago[PATCH] add ENV{} key to match agains environment variables
kay.sievers@vrfy.org [Sun, 13 Mar 2005 10:40:32 +0000 (11:40 +0100)]
[PATCH] add ENV{} key to match agains environment variables

18 years ago[PATCH] simplify sysfs_pair handling
kay.sievers@vrfy.org [Sun, 13 Mar 2005 07:15:10 +0000 (08:15 +0100)]
[PATCH] simplify sysfs_pair handling

18 years ago[PATCH] add a test and simplify debug statement
kay.sievers@vrfy.org [Sun, 13 Mar 2005 06:14:49 +0000 (07:14 +0100)]
[PATCH] add a test and simplify debug statement

18 years ago[PATCH] support =, ==, !=, += for the key match and assignment
kay.sievers@vrfy.org [Sun, 13 Mar 2005 04:46:31 +0000 (05:46 +0100)]
[PATCH] support =, ==, !=, += for the key match and assignment

18 years ago[PATCH] add OPTION="last_rule" to skip any later rule
kay.sievers@vrfy.org [Sat, 12 Mar 2005 21:55:08 +0000 (22:55 +0100)]
[PATCH] add OPTION="last_rule" to skip any later rule

18 years ago[PATCH] rename namedev_dev to udev_rule
kay.sievers@vrfy.org [Sat, 12 Mar 2005 21:36:32 +0000 (22:36 +0100)]
[PATCH] rename namedev_dev to udev_rule

18 years ago[PATCH] correct enum device_type
kay.sievers@vrfy.org [Sat, 12 Mar 2005 20:41:57 +0000 (21:41 +0100)]
[PATCH] correct enum device_type

18 years ago[PATCH] remove udevstart on make clean
kay.sievers@vrfy.org [Sat, 12 Mar 2005 19:55:41 +0000 (20:55 +0100)]
[PATCH] remove udevstart on make clean

18 years ago[PATCH] volume_id: version 42
kay.sievers@vrfy.org [Fri, 11 Mar 2005 23:14:38 +0000 (00:14 +0100)]
[PATCH] volume_id: version 42

18 years ago[PATCH] volume_id: version 41
kay.sievers@vrfy.org [Fri, 11 Mar 2005 07:02:47 +0000 (08:02 +0100)]
[PATCH] volume_id: version 41

18 years ago[PATCH] remove unneeded include
kay.sievers@vrfy.org [Fri, 11 Mar 2005 01:49:15 +0000 (02:49 +0100)]
[PATCH] remove unneeded include

18 years ago[PATCH] The path to dlist.h is not correct.
kay.sievers@vrfy.org [Fri, 11 Mar 2005 01:45:26 +0000 (02:45 +0100)]
[PATCH] The path to dlist.h is not correct.

Pointed out by: Tobias Klauser <tklauser@access.unizh.ch>

18 years ago[PATCH] The following patch fixes some warnings when compiling volume_id
tklauser@access.unizh.ch [Fri, 11 Mar 2005 01:31:58 +0000 (02:31 +0100)]
[PATCH] The following patch fixes some warnings when compiling volume_id

18 years ago[PATCH] The following patch fixes a warning when compiling chassis_id
tklauser@access.unizh.ch [Fri, 11 Mar 2005 01:19:04 +0000 (02:19 +0100)]
[PATCH] The following patch fixes a warning when compiling chassis_id

18 years ago[PATCH] udevinfo -d: use '=' as separator, cause ':' may be a part of the devpath
kay.sievers@vrfy.org [Thu, 10 Mar 2005 17:35:50 +0000 (18:35 +0100)]
[PATCH] udevinfo -d: use '=' as separator, cause ':' may be a part of the devpath

18 years agoselinux merge fixups again...
Greg KH [Wed, 27 Apr 2005 06:52:14 +0000 (23:52 -0700)]
selinux merge fixups again...

18 years ago[PATCH] klibc: version 1.0.3
kay.sievers@vrfy.org [Thu, 10 Mar 2005 16:51:43 +0000 (17:51 +0100)]
[PATCH] klibc: version 1.0.3