chiark / gitweb /
elogind.git
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

18 years ago[PATCH] This patch causes the remove handler to check that each symlink
jkluebs@luebsphoto.com [Thu, 10 Mar 2005 16:34:31 +0000 (17:34 +0100)]
[PATCH] This patch causes the remove handler to check that each symlink

18 years ago[PATCH] add RELEASE-NOTES file
kay.sievers@vrfy.org [Thu, 10 Mar 2005 04:28:41 +0000 (05:28 +0100)]
[PATCH] add RELEASE-NOTES file

18 years ago[PATCH] remove PLACE key match
kay.sievers@vrfy.org [Thu, 10 Mar 2005 04:15:07 +0000 (05:15 +0100)]
[PATCH] remove PLACE key match

ID should do the same, cause we walk up the chain of devices on the
physical device and can match for the name of every device there with
the ID key.

18 years ago[PATCH] don't lookup "root" in the userdb
kay.sievers@vrfy.org [Thu, 10 Mar 2005 01:46:26 +0000 (02:46 +0100)]
[PATCH] don't lookup "root" in the userdb

18 years ago[PATCH] fix ia64 compile
kay.sievers@vrfy.org [Wed, 9 Mar 2005 23:58:01 +0000 (00:58 +0100)]
[PATCH] fix ia64 compile

18 years ago[PATCH] fix segfaulting udev while DRIVER matching
kay.sievers@vrfy.org [Wed, 9 Mar 2005 01:12:22 +0000 (02:12 +0100)]
[PATCH] fix segfaulting udev while DRIVER matching

Don't try to match against values of a nonexistent physical device.
Discovered by: Thomas Breitner <debian@tombreit.de>.

18 years ago[PATCH] cleanup list.h
kay.sievers@vrfy.org [Tue, 8 Mar 2005 00:09:45 +0000 (01:09 +0100)]
[PATCH] cleanup list.h

18 years ago[PATCH] klibc: version 0.214
kay.sievers@vrfy.org [Mon, 7 Mar 2005 06:04:46 +0000 (07:04 +0100)]
[PATCH] klibc: version 0.214

18 years ago[PATCH] rename device_list->list to device_list->node
kay.sievers@vrfy.org [Mon, 7 Mar 2005 04:56:40 +0000 (05:56 +0100)]
[PATCH] rename device_list->list to device_list->node

18 years ago[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
kay.sievers@vrfy.org [Mon, 7 Mar 2005 03:29:43 +0000 (04:29 +0100)]
[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()

18 years ago[PATCH] split udev and udevstart
kay.sievers@vrfy.org [Sun, 6 Mar 2005 23:01:34 +0000 (00:01 +0100)]
[PATCH] split udev and udevstart

18 years ago[PATCH] udev_volume_id: version 39
kay.sievers@vrfy.org [Sun, 6 Mar 2005 11:16:32 +0000 (12:16 +0100)]
[PATCH] udev_volume_id: version 39

18 years ago[PATCH] rename LOG to USE_LOG in all places
kay.sievers@vrfy.org [Sun, 6 Mar 2005 09:15:51 +0000 (10:15 +0100)]
[PATCH] rename LOG to USE_LOG in all places

18 years ago[PATCH] remove Makefile magic for klibc integration
kay.sievers@vrfy.org [Sun, 6 Mar 2005 05:16:52 +0000 (06:16 +0100)]
[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.

18 years ago[PATCH] klibc_fixups: remove no longer needed stuff
kay.sievers@vrfy.org [Sun, 6 Mar 2005 01:09:30 +0000 (02:09 +0100)]
[PATCH] klibc_fixups: remove no longer needed stuff

18 years ago[PATCH] udev_volume_id: volume_id v38
kay.sievers@vrfy.org [Sun, 6 Mar 2005 01:02:45 +0000 (02:02 +0100)]
[PATCH] udev_volume_id: volume_id v38

18 years ago[PATCH] use numeric owner/group as default values to avoid parsing userdb
kay.sievers@vrfy.org [Sat, 5 Mar 2005 21:41:00 +0000 (22:41 +0100)]
[PATCH] use numeric owner/group as default values to avoid parsing userdb

18 years ago[PATCH] fix up segfaulting binaries with new klibc
kay.sievers@vrfy.org [Sat, 5 Mar 2005 21:26:15 +0000 (22:26 +0100)]
[PATCH] fix up segfaulting binaries with new klibc

18 years ago[PATCH] udevinfo -d: speed-up device dump
kay.sievers@vrfy.org [Sat, 5 Mar 2005 10:55:59 +0000 (11:55 +0100)]
[PATCH] udevinfo -d: speed-up device dump

18 years ago[PATCH] klibc: version 0.211
kay.sievers@vrfy.org [Sat, 5 Mar 2005 06:36:51 +0000 (07:36 +0100)]
[PATCH] klibc: version 0.211

18 years ago[PATCH] klibc_fixups: remove unneeded stuff
kay.sievers@vrfy.org [Sat, 5 Mar 2005 06:16:21 +0000 (07:16 +0100)]
[PATCH] klibc_fixups: remove unneeded stuff

18 years ago[PATCH] replace weird defines by real code
kay.sievers@vrfy.org [Sat, 5 Mar 2005 05:50:09 +0000 (06:50 +0100)]
[PATCH] replace weird defines by real code

18 years ago[PATCH] udev-test.pl: remove useless tests
kay.sievers@vrfy.org [Sat, 5 Mar 2005 04:39:19 +0000 (05:39 +0100)]
[PATCH] udev-test.pl: remove useless tests

18 years ago[PATCH] allow unlimitied count of symlinks
kay.sievers@vrfy.org [Sat, 5 Mar 2005 04:35:31 +0000 (05:35 +0100)]
[PATCH] allow unlimitied count of symlinks

18 years agomore merge fixups, looks like i missed a selinux patch somewhere...
Greg KH [Wed, 27 Apr 2005 06:48:29 +0000 (23:48 -0700)]
more merge fixups, looks like i missed a selinux patch somewhere...

18 years ago[PATCH] unmap db-file after use
kay.sievers@vrfy.org [Sat, 5 Mar 2005 01:33:31 +0000 (02:33 +0100)]
[PATCH] unmap db-file after use

18 years ago[PATCH] remove typedef for call_foreach_file() handler function
kay.sievers@vrfy.org [Fri, 4 Mar 2005 20:33:57 +0000 (21:33 +0100)]
[PATCH] remove typedef for call_foreach_file() handler function

18 years ago[PATCH] correct udev_init_device
kay.sievers@vrfy.org [Fri, 4 Mar 2005 20:13:18 +0000 (21:13 +0100)]
[PATCH] correct udev_init_device

18 years ago[PATCH] rename attributes to options
kay.sievers@vrfy.org [Fri, 4 Mar 2005 20:00:43 +0000 (21:00 +0100)]
[PATCH] rename attributes to options

18 years ago[PATCH] kill stupid gcc4 warning
kay.sievers@vrfy.org [Fri, 4 Mar 2005 19:56:51 +0000 (20:56 +0100)]
[PATCH] kill stupid gcc4 warning

18 years ago[PATCH] trivial clenaup of namedev code
kay.sievers@vrfy.org [Fri, 4 Mar 2005 19:52:19 +0000 (20:52 +0100)]
[PATCH] trivial clenaup of namedev code

18 years ago[PATCH] klibc: check for gcc4
kay.sievers@vrfy.org [Fri, 4 Mar 2005 05:32:03 +0000 (06:32 +0100)]
[PATCH] klibc: check for gcc4

18 years ago[PATCH] udev selinux fix
pebenito@gentoo.org [Tue, 8 Mar 2005 14:57:25 +0000 (06:57 -0800)]
[PATCH] udev selinux fix

Here is a fix for the SELinux part of udev.

Setfscreatecon() overrides the default labeling behavior of SELinux when
creating files, so it should only be used for as short of a time as
possible, around the mknod or symlink calls.  Without this, the files in
udev_db get the wrong label because the fscreatecon is reset after the
udev_db file creation instead of before.  I'm guessing the Redhat people
missed this because they modify udev_db to be one big file instead of a
directory of small files (at least that's what I'm told).  I created
selinux_resetfscreatecon() to reset the fscreatecon asap after the
file/node is created.

Fixed a memory leak in selinux_init.  Getfscreatecon() allocates memory
for the context, and the udev code was immediately setting the pointer
(security_context_t is actually a typedef'ed char*) to NULL after the
call regardless of success/failure.  If you're wondering about the case
where there's effectively a setfscreatecon(NULL), this is ok, as its
used to tell SELinux to do the default labeling behavior.

Renamed selinux_restore() to selinux_exit() due to the changed behavior.

Fixed a couple of dbg() messages.

18 years ago[PATCH] klibc: update v0.205
kay.sievers@vrfy.org [Fri, 4 Mar 2005 03:26:44 +0000 (04:26 +0100)]
[PATCH] klibc: update v0.205

18 years ago[PATCH] 054 release 054
gregkh@suse.de [Sat, 26 Feb 2005 11:14:42 +0000 (03:14 -0800)]
[PATCH] 054 release

18 years ago[PATCH] update scsi_id to work with libsysfs changes
patmans@us.ibm.com [Sat, 26 Feb 2005 07:51:17 +0000 (23:51 -0800)]
[PATCH] update scsi_id to work with libsysfs changes

Update scsi_id to work with the libsysfs changes in udev: use
sysfs_get_classdev_attr and sysfs_get_device_attr in place of
sysfs_read_attribute_value.

18 years ago[PATCH] namedev: skip backslashes only if followed by newline
kay.sievers@vrfy.org [Sat, 26 Feb 2005 01:52:04 +0000 (02:52 +0100)]
[PATCH] namedev: skip backslashes only if followed by newline

Fix from: Hannes Reinecke <hare@suse.de>
namedev_parse is a bit overzealous when in comes to handling backspaces;
it always eats up backspaces regardless of anything beyond that. This
means it is impossible to enter '\t' in a rule. Quite a bit of fun when
you're trying to write regexps.

18 years ago[PATCH] wait_for_sysfs: add joydev
kay.sievers@vrfy.org [Sat, 26 Feb 2005 00:08:44 +0000 (01:08 +0100)]
[PATCH] wait_for_sysfs: add joydev

18 years ago[PATCH] udevinfo: print devpath -> node relationship for all devices
kay.sievers@vrfy.org [Fri, 25 Feb 2005 06:40:14 +0000 (07:40 +0100)]
[PATCH] udevinfo: print devpath -> node relationship for all devices

18 years ago[PATCH] trivial rename of some variables
kay.sievers@vrfy.org [Thu, 24 Feb 2005 19:13:25 +0000 (20:13 +0100)]
[PATCH] trivial rename of some variables

18 years ago[PATCH] klibc v0.199
kay.sievers@vrfy.org [Thu, 24 Feb 2005 18:54:47 +0000 (19:54 +0100)]
[PATCH] klibc v0.199

18 years ago[PATCH] big libsysfs diet (pre 2.0 version)
kay.sievers@vrfy.org [Wed, 23 Feb 2005 11:21:39 +0000 (12:21 +0100)]
[PATCH] big libsysfs diet (pre 2.0 version)

18 years ago[PATCH] udev_volume_id: add Reiser4 support
tklauser@access.unizh.ch [Wed, 23 Feb 2005 03:35:26 +0000 (04:35 +0100)]
[PATCH] udev_volume_id: add Reiser4 support

18 years ago[PATCH] udev_volume_id: volume_id v35
kay.sievers@vrfy.org [Wed, 23 Feb 2005 01:58:31 +0000 (02:58 +0100)]
[PATCH] udev_volume_id: volume_id v35

18 years ago[PATCH] add "serio" to bus list
kay.sievers@vrfy.org [Tue, 22 Feb 2005 20:55:46 +0000 (21:55 +0100)]
[PATCH] add "serio" to bus list

18 years ago[PATCH] determine device type in udev_init_device()
kay.sievers@vrfy.org [Mon, 21 Feb 2005 14:01:53 +0000 (15:01 +0100)]
[PATCH] determine device type in udev_init_device()

18 years ago[PATCH] move kernel name/number evaluation into udev_init_device()
kay.sievers@vrfy.org [Mon, 21 Feb 2005 13:48:12 +0000 (14:48 +0100)]
[PATCH] move kernel name/number evaluation into udev_init_device()

18 years ago[PATCH] detect NAME="" as ignore_device rule
kay.sievers@vrfy.org [Mon, 21 Feb 2005 13:05:52 +0000 (14:05 +0100)]
[PATCH] detect NAME="" as ignore_device rule

18 years ago[PATCH] trivial namedev cleanup
kay.sievers@vrfy.org [Mon, 21 Feb 2005 13:01:23 +0000 (14:01 +0100)]
[PATCH] trivial namedev cleanup

18 years ago[PATCH] cleanup db functions
kay.sievers@vrfy.org [Mon, 21 Feb 2005 12:48:10 +0000 (13:48 +0100)]
[PATCH] cleanup db functions

18 years ago[PATCH] clean up match_place()
kay.sievers@vrfy.org [Mon, 21 Feb 2005 12:45:33 +0000 (13:45 +0100)]
[PATCH] clean up match_place()

18 years ago[PATCH] switch device type to enum
kay.sievers@vrfy.org [Mon, 21 Feb 2005 12:45:04 +0000 (13:45 +0100)]
[PATCH] switch device type to enum

18 years ago[PATCH] switch major/minor to dev_t
kay.sievers@vrfy.org [Mon, 21 Feb 2005 12:44:39 +0000 (13:44 +0100)]
[PATCH] switch major/minor to dev_t

18 years ago[PATCH] remove the device node only if the major/minor number matches
kay.sievers@vrfy.org [Fri, 18 Feb 2005 02:30:03 +0000 (03:30 +0100)]
[PATCH] remove the device node only if the major/minor number matches

18 years ago[PATCH] libsysfs: work around a klibc bug
kay.sievers@vrfy.org [Wed, 16 Feb 2005 22:20:48 +0000 (23:20 +0100)]
[PATCH] libsysfs: work around a klibc bug

18 years ago[PATCH] introduce OPTIONS=ignore_device, ignore_remove, all_partitions" key
kay.sievers@vrfy.org [Mon, 14 Feb 2005 05:03:06 +0000 (06:03 +0100)]
[PATCH] introduce OPTIONS=ignore_device, ignore_remove, all_partitions" key

Here we move all possible options into a own key to make it possible
to have options-only rules.

The options on the NAME key are removed from the man page and will
be removed from a future version of udev.

For ignore rules, OPTIONS="ignore" should be used.

The rule:
  SUBSYSTEM="block", SYSFS{removable}="1", OPTIONS="all_partitions"

will create all partitions for a block device which is known to have
removable media (a check for cdrom drives would be needed too).

18 years ago[PATCH] namedev: execute PROGRAM only once and not possibly for every physical device
kay.sievers@vrfy.org [Mon, 14 Feb 2005 00:46:05 +0000 (01:46 +0100)]
[PATCH] namedev: execute PROGRAM only once and not possibly for every physical device

18 years ago[PATCH] namedev: move some matches out of the parent loop
kay.sievers@vrfy.org [Fri, 11 Feb 2005 17:33:40 +0000 (18:33 +0100)]
[PATCH] namedev: move some matches out of the parent loop

18 years ago[PATCH] namedev: if SUBSYSTEM or KERNEL key doesn't match, give up immediately
kay.sievers@vrfy.org [Fri, 11 Feb 2005 04:21:03 +0000 (05:21 +0100)]
[PATCH] namedev: if SUBSYSTEM or KERNEL key doesn't match, give up immediately

We don't need to look at the parents in the device chain. There
will never be another kernel name or subsystem.

18 years ago[PATCH] udevinfo: print SUBSYSTEM and DRIVER
kay.sievers@vrfy.org [Fri, 11 Feb 2005 03:59:28 +0000 (04:59 +0100)]
[PATCH] udevinfo: print SUBSYSTEM and DRIVER

18 years ago[PATCH] 053 release 053
gregkh@suse.de [Sat, 12 Feb 2005 03:55:00 +0000 (19:55 -0800)]
[PATCH] 053 release

18 years ago[PATCH] fix gentoo fb permission issue.
gregkh@suse.de [Sat, 12 Feb 2005 03:48:04 +0000 (19:48 -0800)]
[PATCH] fix gentoo fb permission issue.

18 years ago[PATCH] allow simple-build-check.sh to go faster if MAKEOPTS is set
gregkh@suse.de [Sat, 12 Feb 2005 02:42:03 +0000 (18:42 -0800)]
[PATCH] allow simple-build-check.sh to go faster if MAKEOPTS is set

This lets my multiprocessor boxes do the testing quicker...

18 years ago[PATCH] make the release tarballs have writable files in them.
gregkh@suse.de [Sat, 12 Feb 2005 02:37:58 +0000 (18:37 -0800)]
[PATCH] make the release tarballs have writable files in them.

18 years ago[PATCH] scsi_id changes for use with udev %N and %p
patmans@us.ibm.com [Sat, 12 Feb 2005 02:30:01 +0000 (18:30 -0800)]
[PATCH] scsi_id changes for use with udev %N and %p

Changes to scsi_id to support the udev %N and %p substitutions:

- Update version from .7 to .8

- change TMP_DIR back to /tmp

- if DEVPATH is set assume hotplug_mode (use syslog for logging, and does
  not output some warnings)

- Always output a newline after the id is printed

- Allow command line options to override settings when hotplug_mode is set

- update man page

- update generator script to use the %N and %p substitutions.

18 years ago[PATCH] remove gentoo permission file as it's not valid anymore.
greg@kroah.com [Fri, 11 Feb 2005 02:10:36 +0000 (18:10 -0800)]
[PATCH] remove gentoo permission file as it's not valid anymore.

18 years ago[PATCH] udev_volume_id: fix typo
kay.sievers@vrfy.org [Fri, 11 Feb 2005 02:30:11 +0000 (03:30 +0100)]
[PATCH] udev_volume_id: fix typo

18 years ago[PATCH] fix test for temporary nodes
patmans@us.ibm.com [Fri, 11 Feb 2005 02:28:17 +0000 (03:28 +0100)]
[PATCH] fix test for temporary nodes

18 years ago[PATCH] fix special file mode mask for temporary device node
kay.sievers@vrfy.org [Thu, 10 Feb 2005 18:46:50 +0000 (19:46 +0100)]
[PATCH] fix special file mode mask for temporary device node

18 years ago[PATCH] udevstart: simplify "dev" file searching
kay.sievers@vrfy.org [Thu, 10 Feb 2005 17:26:09 +0000 (18:26 +0100)]
[PATCH] udevstart: simplify "dev" file searching

Just stat() the "dev" file in the device directory instead of
opening the directory and iterating over all entries.

Make udevstart work with the settings in with udev.conf so we can
run a test program.

Add a test for udevstart.

Remove changelog stuff from code. We should never start with this
silly thing.

18 years ago[PATCH] udev_volume_id: remove temporary node creation and parent handling
kay.sievers@vrfy.org [Thu, 10 Feb 2005 08:35:52 +0000 (09:35 +0100)]
[PATCH] udev_volume_id: remove temporary node creation and parent handling

udev can create the temporary node for us now. (On bootup we don't
know where a writable filesystem is mounted). Also the parent handling
is not needed anymore, cause udev is able to pass us the node name
of the parent device.

18 years ago[PATCH] add %P modifier to query the node name of the parent device
kay.sievers@vrfy.org [Thu, 10 Feb 2005 08:03:55 +0000 (09:03 +0100)]
[PATCH] add %P modifier to query the node name of the parent device

Events for partition devies may want to read the main block device
name to compose it's own name or read a disklabel from the main device.

SUBSYSTEM="block", KERNEL="*[1-9]", NAME="%P-p%n"
will append the partition number to the name of the main block device.

18 years ago[PATCH] udev_volume_id: remove __packed__ from dasd structure as it does not work
kay.sievers@vrfy.org [Thu, 10 Feb 2005 04:51:41 +0000 (05:51 +0100)]
[PATCH] udev_volume_id: remove __packed__ from dasd structure as it does not work

18 years ago[PATCH] 052 release 052
greg@kroah.com [Wed, 9 Feb 2005 06:53:37 +0000 (22:53 -0800)]
[PATCH] 052 release

18 years ago[PATCH] fix example comment in ide-devfs.sh
greg@kroah.com [Wed, 9 Feb 2005 05:40:06 +0000 (21:40 -0800)]
[PATCH] fix example comment in ide-devfs.sh

18 years ago[PATCH] Add infiniband to gentoo rules.
greg@kroah.com [Wed, 9 Feb 2005 05:39:54 +0000 (21:39 -0800)]
[PATCH] Add infiniband to gentoo rules.

18 years ago[PATCH] Another gentoo fix, adding dvb support.
greg@kroah.com [Wed, 9 Feb 2005 05:32:55 +0000 (21:32 -0800)]
[PATCH] Another gentoo fix, adding dvb support.

18 years ago[PATCH] Fix gentoo bug #76056 (fb device group permissions.)
greg@kroah.com [Wed, 9 Feb 2005 05:27:02 +0000 (21:27 -0800)]
[PATCH] Fix gentoo bug #76056 (fb device group permissions.)

18 years ago[PATCH] Fix gentoo bug #81102, device nodes for the pktcdvd device.
greg@kroah.com [Wed, 9 Feb 2005 05:24:29 +0000 (21:24 -0800)]
[PATCH] Fix gentoo bug #81102, device nodes for the pktcdvd device.

18 years ago[PATCH] create /block/*/range count of partitons for all_partitions
kay.sievers@vrfy.org [Wed, 9 Feb 2005 07:43:18 +0000 (08:43 +0100)]
[PATCH] create /block/*/range count of partitons for all_partitions

18 years ago[PATCH] provide temporary device node for callouts to access the device
kay.sievers@vrfy.org [Wed, 9 Feb 2005 03:37:32 +0000 (04:37 +0100)]
[PATCH] provide temporary device node for callouts to access the device

%N will create a temporary node for a callout a be sustituted with the
name of the node.

18 years ago[PATCH] udev_volume_id: fix dasd disklabel reading with -l option
kay.sievers@vrfy.org [Wed, 9 Feb 2005 00:15:35 +0000 (01:15 +0100)]
[PATCH] udev_volume_id: fix dasd disklabel reading with -l option

18 years ago[PATCH] udev_volume_id: volume_id version 034
kay.sievers@vrfy.org [Wed, 9 Feb 2005 00:02:18 +0000 (01:02 +0100)]
[PATCH] udev_volume_id: volume_id version 034

18 years ago[PATCH] trivial: remove _all_ trailing slashes with no_trailing_slash()
mbuesch@freenet.de [Sun, 6 Feb 2005 02:23:43 +0000 (03:23 +0100)]
[PATCH] trivial: remove _all_ trailing slashes with no_trailing_slash()

This changes no_trailing_slash() to remove all trailing slashes
and not just the last one.

18 years ago[PATCH] trivial: fix signedness
mbuesch@freenet.de [Sun, 6 Feb 2005 00:39:25 +0000 (01:39 +0100)]
[PATCH] trivial: fix signedness

We are already using %u in the sscanf() format string.
The patch replaces the int for the kernel release number with
unsigned int, as we can never have negative release numbers.

18 years ago[PATCH] debian: update rules files
md@Linux.IT [Sun, 6 Feb 2005 00:08:31 +0000 (01:08 +0100)]
[PATCH] debian: update rules files

18 years ago[PATCH] raid-devfs.sh: devfs names for hardware RAID controllers
md@Linux.IT [Sun, 6 Feb 2005 00:07:13 +0000 (01:07 +0100)]
[PATCH] raid-devfs.sh: devfs names for hardware RAID controllers

18 years ago[PATCH] scsi_id: when udevstart is started, /tmp is not writeable.
md@Linux.IT [Sun, 6 Feb 2005 00:01:29 +0000 (01:01 +0100)]
[PATCH] scsi_id: when udevstart is started, /tmp is not writeable.