Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] rename namedev_dev to udev_rule | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] correct enum device_type | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove udevstart on make clean | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] volume_id: version 42 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] volume_id: version 41 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove unneeded include | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] The path to dlist.h is not correct. | kay.sievers@vrfy.org | |
Pointed out by: Tobias Klauser <tklauser@access.unizh.ch> | |||
2005-04-26 | [PATCH] The following patch fixes some warnings when compiling volume_id | tklauser@access.unizh.ch | |
2005-04-26 | [PATCH] The following patch fixes a warning when compiling chassis_id | tklauser@access.unizh.ch | |
2005-04-26 | [PATCH] udevinfo -d: use '=' as separator, cause ':' may be a part of the ↵ | kay.sievers@vrfy.org | |
devpath | |||
2005-04-26 | selinux merge fixups again... | Greg KH | |
2005-04-26 | [PATCH] klibc: version 1.0.3 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] This patch causes the remove handler to check that each symlink | jkluebs@luebsphoto.com | |
2005-04-26 | [PATCH] add RELEASE-NOTES file | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove PLACE key match | kay.sievers@vrfy.org | |
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. | |||
2005-04-26 | [PATCH] don't lookup "root" in the userdb | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix ia64 compile | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix segfaulting udev while DRIVER matching | kay.sievers@vrfy.org | |
Don't try to match against values of a nonexistent physical device. Discovered by: Thomas Breitner <debian@tombreit.de>. | |||
2005-04-26 | [PATCH] cleanup list.h | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] klibc: version 0.214 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] rename device_list->list to device_list->node | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] replace strncpy()/strncat() by strlcpy()/strlcat() | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] split udev and udevstart | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udev_volume_id: version 39 | 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] udev_volume_id: volume_id v38 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] use numeric owner/group as default values to avoid parsing userdb | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix up segfaulting binaries with new klibc | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udevinfo -d: speed-up device dump | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] klibc: version 0.211 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] klibc_fixups: remove unneeded stuff | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] replace weird defines by real code | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udev-test.pl: remove useless tests | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] allow unlimitied count of symlinks | kay.sievers@vrfy.org | |
2005-04-26 | more merge fixups, looks like i missed a selinux patch somewhere... | Greg KH | |
2005-04-26 | [PATCH] unmap db-file after use | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove typedef for call_foreach_file() handler function | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] correct udev_init_device | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] rename attributes to options | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] kill stupid gcc4 warning | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] trivial clenaup of namedev code | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] klibc: check for gcc4 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udev selinux fix | pebenito@gentoo.org | |
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. | |||
2005-04-26 | [PATCH] klibc: update v0.205 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] 054 releaseudev/v054 | gregkh@suse.de | |
2005-04-26 | [PATCH] update scsi_id to work with libsysfs changes | patmans@us.ibm.com | |
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. | |||
2005-04-26 | [PATCH] namedev: skip backslashes only if followed by newline | kay.sievers@vrfy.org | |
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. | |||
2005-04-26 | [PATCH] wait_for_sysfs: add joydev | kay.sievers@vrfy.org | |