summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* remove detach_state files from the sysfs test tree.Greg KH2005-05-186-6/+0
| | | | Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Fix libsysfs issue with relying on the detach_state file to beGreg KH2005-05-181-8/+7
| | | | | | | | 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>
* added translated (jp) version of writing udev rules file.2005-05-161-0/+598
| | | | From Masanao Igarashi <masayuko@alpha.ocn.ne.jp>
* Update permissions on test scripts so they will run properly now.Greg KH2005-05-102-0/+0
| | | | Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* hopefully fix up the symlinks in the test directoryGreg KH2005-05-1021-0/+0
| | | | | | | Thanks to Kay for pointing this out. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Removed klibc/klibc.spec as it is autogeneratedGreg KH2005-05-101-102/+0
|
* [PATCH] Writing udev rules docs updateDaniel Drake2005-05-0922-64/+89
| | | | | | | | | | | | 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..!
* Added symlinks thanks to Kay's script and git hacking.Greg KH2005-05-0521-0/+21
| | | | Now the tests should work again...
* [PATCH] selinux: fix handling during creation of symlinkskay.sievers@vrfy.org2005-04-261-1/+1
| | | | | | Patch from: Dan Walsh <dwalsh@redhat.com>
* [PATCH] Fedora udev.rules updatekay.sievers@vrfy.org2005-04-262-289/+196
|
* [PATCH] libsysfs: version 2.0kay.sievers@vrfy.org2005-04-269-14/+530
|
* [PATCH] klibc: version 1.0.7kay.sievers@vrfy.org2005-04-264-10/+10
|
* [PATCH] 057 relelease057gregkh@suse.de2005-04-262-1/+40
|
* [PATCH] fix stupid all_partitions bugtklauser@access.unizh.ch2005-04-262-1/+2
| | | | | | | | | | | | | | | | | | | > 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.
* [PATCH] add test for make -j4 to build-checkkay.sievers@vrfy.org2005-04-262-2/+3
|
* [PATCH] klibc: version 1.0.6kay.sievers@vrfy.org2005-04-2622-64/+102
|
* [PATCH] update Debian ruleskay.sievers@vrfy.org2005-04-263-149/+118
|
* [PATCH] apply default permissions only for devices that will need itkay.sievers@vrfy.org2005-04-261-3/+5
|
* [PATCH] adapt RELEASE-NOTESkay.sievers@vrfy.org2005-04-261-6/+9
|
* [PATCH] udev_volume_id: fix endianess macroskay.sievers@vrfy.org2005-04-262-1/+5
|
* [PATCH] udev-test.pl: add test for DEVNAME export to RUN environmentkay.sievers@vrfy.org2005-04-261-0/+13
|
* [PATCH] update the man page to reflect the recent changeskay.sievers@vrfy.org2005-04-261-21/+18
|
* [PATCH] export DEVNAME to RUN-key executed programskay.sievers@vrfy.org2005-04-263-9/+11
|
* [PATCH] fix make -j4 and the local klibc-installkay.sievers@vrfy.org2005-04-261-10/+10
|
* [PATCH] update RELEASE-NOTESkay.sievers@vrfy.org2005-04-261-0/+18
|
* [PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org2005-04-2613-13/+266
| | | | | | | | | | | 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.
* [PATCH] fix udevtest to print the error if logging is disabledkay.sievers@vrfy.org2005-04-261-5/+5
|
* [PATCH] move execute_program to utils + add action to init_devicekay.sievers@vrfy.org2005-04-268-65/+104
|
* [PATCH] correct correction for error path for PROGRAM executionkay.sievers@vrfy.org2005-04-261-3/+2
|
* [PATCH] correct error path for PROGRAM executionkay.sievers@vrfy.org2005-04-261-3/+5
|
* [PATCH] klibc: version 1.0.5kay.sievers@vrfy.org2005-04-264-6/+8
|
* [PATCH] check for strlen()==0 before accessing strlen()-1kay.sievers@vrfy.org2005-04-261-3/+4
|
* [PATCH] allow to match against empty key valueskay.sievers@vrfy.org2005-04-264-45/+40
|
* [PATCH] read %s{}-sysfs values at any device in the chainkay.sievers@vrfy.org2005-04-262-2/+21
|
* [PATCH] udev_rules.c: don't change sysfs_device while walking up the device ↵kay.sievers@vrfy.org2005-04-261-13/+15
| | | | chain
* [PATCH] klibc: strlcpy/strlcat - don't alter destination if size == 0kay.sievers@vrfy.org2005-04-263-4/+8
|
* [PATCH] fix klibc's broken strlcpy/strlcatkay.sievers@vrfy.org2005-04-265-32/+38
| | | | | | | | 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.
* [PATCH] udevinfo: print SYSFS attribute the same way we match itkay.sievers@vrfy.org2005-04-261-28/+23
|
* [PATCH] remove untrusted chars read from sysfs-values or returned by PROGRAMkay.sievers@vrfy.org2005-04-265-90/+91
| | | | | | | | | | | | | 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.
* [PATCH] udevinfo: print errors to stderr instead of stdoutkay.sievers@vrfy.org2005-04-261-14/+14
| | | | | | | | | | | | | | | | 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.
* [PATCH] klibc: version 1.0.4kay.sievers@vrfy.org2005-04-2625-5354/+2
|
* [PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org2005-04-2620-176/+233
|
* [PATCH] test-suite: remove UDEV_TEST, it's not needed anymorekay.sievers@vrfy.org2005-04-266-207/+199
|
* [PATCH] libsysfs: remove trailing slash on SYSFS_PATH overridekay.sievers@vrfy.org2005-04-262-12/+9
|
* [PATCH] 056 release056gregkh@suse.de2005-04-263-2/+19
|
* [PATCH] udev-test.pl: use more common user/group nameskay.sievers@vrfy.org2005-04-261-4/+4
|
* [PATCH] klibc: remove SCCS directories from the temporary klibc installkay.sievers@vrfy.org2005-04-261-0/+1
|
* [PATCH] udev-test.pl: add a test where the group cannot be found in /etc/passwdkay.sievers@vrfy.org2005-04-261-0/+10
|
* [PATCH] udev-test.pl: add check for textual uid/gidkay.sievers@vrfy.org2005-04-261-24/+63
|
* [PATCH] fix bad typo that prevents the GROUP to be appliedkay.sievers@vrfy.org2005-04-262-2/+2
| | | | | | Thanks to Jim Gifford <maillist@jg555.com> for catching it.