]>
err.no Git - systemd/log
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
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
kay.sievers@vrfy.org [Sat, 2 Apr 2005 22:29:05 +0000 (00:29 +0200)]
[PATCH] export DEVNAME to RUN-key executed programs
kay.sievers@vrfy.org [Sat, 2 Apr 2005 16:06:26 +0000 (18:06 +0200)]
[PATCH] fix make -j4 and the local klibc-install
kay.sievers@vrfy.org [Sat, 2 Apr 2005 16:03:59 +0000 (18:03 +0200)]
[PATCH] update RELEASE-NOTES
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.
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
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
kay.sievers@vrfy.org [Tue, 29 Mar 2005 02:23:56 +0000 (04:23 +0200)]
[PATCH] correct correction for 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
kay.sievers@vrfy.org [Tue, 29 Mar 2005 01:53:45 +0000 (03:53 +0200)]
[PATCH] klibc: version 1.0.5
kay.sievers@vrfy.org [Mon, 28 Mar 2005 10:37:54 +0000 (12:37 +0200)]
[PATCH] check for strlen()==0 before accessing strlen()-1
kay.sievers@vrfy.org [Mon, 28 Mar 2005 10:20:05 +0000 (12:20 +0200)]
[PATCH] allow to match against empty key values
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
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
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
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.
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
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.
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.
kay.sievers@vrfy.org [Sat, 26 Mar 2005 23:11:52 +0000 (00:11 +0100)]
[PATCH] klibc: version 1.0.4
kay.sievers@vrfy.org [Sat, 26 Mar 2005 23:11:03 +0000 (00:11 +0100)]
[PATCH] support log-priority levels in udev.conf
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
kay.sievers@vrfy.org [Sat, 26 Mar 2005 23:09:05 +0000 (00:09 +0100)]
[PATCH] libsysfs: remove trailing slash on SYSFS_PATH override
gregkh@suse.de [Sat, 19 Mar 2005 15:39:19 +0000 (07:39 -0800)]
[PATCH] 056 release
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
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
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
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
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.
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.
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.
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
kay.sievers@vrfy.org [Thu, 17 Mar 2005 08:59:32 +0000 (09:59 +0100)]
[PATCH] change call_foreach_file to return a list
kay.sievers@vrfy.org [Wed, 16 Mar 2005 23:38:43 +0000 (00:38 +0100)]
[PATCH] remove unneeded file from libsysfs
gregkh@suse.de [Thu, 17 Mar 2005 08:45:02 +0000 (00:45 -0800)]
[PATCH] 055 release
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.
gregkh@suse.de [Thu, 17 Mar 2005 06:51:56 +0000 (22:51 -0800)]
[PATCH] added frugalware udev ruleset.
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>
kay.sievers@vrfy.org [Tue, 15 Mar 2005 23:54:28 +0000 (00:54 +0100)]
[PATCH] add udevstart to the RELEASE-NOTES
kay.sievers@vrfy.org [Tue, 15 Mar 2005 23:52:00 +0000 (00:52 +0100)]
[PATCH] volume_id: version 43
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.
kay.sievers@vrfy.org [Mon, 14 Mar 2005 03:40:12 +0000 (04:40 +0100)]
[PATCH] clarify the shortcomings of %e
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
kay.sievers@vrfy.org [Mon, 14 Mar 2005 03:01:54 +0000 (04:01 +0100)]
[PATCH] remove unneeded code, libsysfs does this for us
kay.sievers@vrfy.org [Sun, 13 Mar 2005 10:43:50 +0000 (11:43 +0100)]
[PATCH] add final release note
kay.sievers@vrfy.org [Sun, 13 Mar 2005 10:40:32 +0000 (11:40 +0100)]
[PATCH] add ENV{} key to match agains environment variables
kay.sievers@vrfy.org [Sun, 13 Mar 2005 07:15:10 +0000 (08:15 +0100)]
[PATCH] simplify sysfs_pair handling
kay.sievers@vrfy.org [Sun, 13 Mar 2005 06:14:49 +0000 (07:14 +0100)]
[PATCH] add a test and simplify debug statement
kay.sievers@vrfy.org [Sun, 13 Mar 2005 04:46:31 +0000 (05:46 +0100)]
[PATCH] support =, ==, !=, += for the key match and assignment
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
kay.sievers@vrfy.org [Sat, 12 Mar 2005 21:36:32 +0000 (22:36 +0100)]
[PATCH] rename namedev_dev to udev_rule
kay.sievers@vrfy.org [Sat, 12 Mar 2005 20:41:57 +0000 (21:41 +0100)]
[PATCH] correct enum device_type
kay.sievers@vrfy.org [Sat, 12 Mar 2005 19:55:41 +0000 (20:55 +0100)]
[PATCH] remove udevstart on make clean
kay.sievers@vrfy.org [Fri, 11 Mar 2005 23:14:38 +0000 (00:14 +0100)]
[PATCH] volume_id: version 42
kay.sievers@vrfy.org [Fri, 11 Mar 2005 07:02:47 +0000 (08:02 +0100)]
[PATCH] volume_id: version 41
kay.sievers@vrfy.org [Fri, 11 Mar 2005 01:49:15 +0000 (02:49 +0100)]
[PATCH] remove unneeded include
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>
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
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
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
Greg KH [Wed, 27 Apr 2005 06:52:14 +0000 (23:52 -0700)]
selinux merge fixups again...
kay.sievers@vrfy.org [Thu, 10 Mar 2005 16:51:43 +0000 (17:51 +0100)]
[PATCH] klibc: version 1.0.3
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
kay.sievers@vrfy.org [Thu, 10 Mar 2005 04:28:41 +0000 (05:28 +0100)]
[PATCH] add RELEASE-NOTES file
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.
kay.sievers@vrfy.org [Thu, 10 Mar 2005 01:46:26 +0000 (02:46 +0100)]
[PATCH] don't lookup "root" in the userdb
kay.sievers@vrfy.org [Wed, 9 Mar 2005 23:58:01 +0000 (00:58 +0100)]
[PATCH] fix ia64 compile
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>.
kay.sievers@vrfy.org [Tue, 8 Mar 2005 00:09:45 +0000 (01:09 +0100)]
[PATCH] cleanup list.h
kay.sievers@vrfy.org [Mon, 7 Mar 2005 06:04:46 +0000 (07:04 +0100)]
[PATCH] klibc: version 0.214
kay.sievers@vrfy.org [Mon, 7 Mar 2005 04:56:40 +0000 (05:56 +0100)]
[PATCH] rename device_list->list to device_list->node
kay.sievers@vrfy.org [Mon, 7 Mar 2005 03:29:43 +0000 (04:29 +0100)]
[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
kay.sievers@vrfy.org [Sun, 6 Mar 2005 23:01:34 +0000 (00:01 +0100)]
[PATCH] split udev and udevstart
kay.sievers@vrfy.org [Sun, 6 Mar 2005 11:16:32 +0000 (12:16 +0100)]
[PATCH] udev_volume_id: version 39
kay.sievers@vrfy.org [Sun, 6 Mar 2005 09:15:51 +0000 (10:15 +0100)]
[PATCH] rename LOG to USE_LOG in all places
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.
kay.sievers@vrfy.org [Sun, 6 Mar 2005 01:09:30 +0000 (02:09 +0100)]
[PATCH] klibc_fixups: remove no longer needed stuff
kay.sievers@vrfy.org [Sun, 6 Mar 2005 01:02:45 +0000 (02:02 +0100)]
[PATCH] udev_volume_id: volume_id v38
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
kay.sievers@vrfy.org [Sat, 5 Mar 2005 21:26:15 +0000 (22:26 +0100)]
[PATCH] fix up segfaulting binaries with new klibc
kay.sievers@vrfy.org [Sat, 5 Mar 2005 10:55:59 +0000 (11:55 +0100)]
[PATCH] udevinfo -d: speed-up device dump
kay.sievers@vrfy.org [Sat, 5 Mar 2005 06:36:51 +0000 (07:36 +0100)]
[PATCH] klibc: version 0.211
kay.sievers@vrfy.org [Sat, 5 Mar 2005 06:16:21 +0000 (07:16 +0100)]
[PATCH] klibc_fixups: remove unneeded stuff
kay.sievers@vrfy.org [Sat, 5 Mar 2005 05:50:09 +0000 (06:50 +0100)]
[PATCH] replace weird defines by real code
kay.sievers@vrfy.org [Sat, 5 Mar 2005 04:39:19 +0000 (05:39 +0100)]
[PATCH] udev-test.pl: remove useless tests
kay.sievers@vrfy.org [Sat, 5 Mar 2005 04:35:31 +0000 (05:35 +0100)]
[PATCH] allow unlimitied count of symlinks
Greg KH [Wed, 27 Apr 2005 06:48:29 +0000 (23:48 -0700)]
more merge fixups, looks like i missed a selinux patch somewhere...
kay.sievers@vrfy.org [Sat, 5 Mar 2005 01:33:31 +0000 (02:33 +0100)]
[PATCH] unmap db-file after use
kay.sievers@vrfy.org [Fri, 4 Mar 2005 20:33:57 +0000 (21:33 +0100)]
[PATCH] remove typedef for call_foreach_file() handler function
kay.sievers@vrfy.org [Fri, 4 Mar 2005 20:13:18 +0000 (21:13 +0100)]
[PATCH] correct udev_init_device
kay.sievers@vrfy.org [Fri, 4 Mar 2005 20:00:43 +0000 (21:00 +0100)]
[PATCH] rename attributes to options
kay.sievers@vrfy.org [Fri, 4 Mar 2005 19:56:51 +0000 (20:56 +0100)]
[PATCH] kill stupid gcc4 warning
kay.sievers@vrfy.org [Fri, 4 Mar 2005 19:52:19 +0000 (20:52 +0100)]
[PATCH] trivial clenaup of namedev code
kay.sievers@vrfy.org [Fri, 4 Mar 2005 05:32:03 +0000 (06:32 +0100)]
[PATCH] klibc: check for gcc4
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.
kay.sievers@vrfy.org [Fri, 4 Mar 2005 03:26:44 +0000 (04:26 +0100)]
[PATCH] klibc: update v0.205
gregkh@suse.de [Sat, 26 Feb 2005 11:14:42 +0000 (03:14 -0800)]
[PATCH] 054 release
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.
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.