Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-26 | [PATCH] 053 release053 | gregkh@suse.de | 3 | -2/+23 | |
2005-04-26 | [PATCH] fix gentoo fb permission issue. | gregkh@suse.de | 1 | -1/+1 | |
2005-04-26 | [PATCH] allow simple-build-check.sh to go faster if MAKEOPTS is set | gregkh@suse.de | 1 | -6/+6 | |
This lets my multiprocessor boxes do the testing quicker... | |||||
2005-04-26 | [PATCH] make the release tarballs have writable files in them. | gregkh@suse.de | 1 | -1/+1 | |
2005-04-26 | [PATCH] scsi_id changes for use with udev %N and %p | patmans@us.ibm.com | 4 | -39/+29 | |
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. | |||||
2005-04-26 | [PATCH] remove gentoo permission file as it's not valid anymore. | greg@kroah.com | 1 | -205/+0 | |
2005-04-26 | [PATCH] udev_volume_id: fix typo | kay.sievers@vrfy.org | 1 | -1/+1 | |
2005-04-26 | [PATCH] fix test for temporary nodes | patmans@us.ibm.com | 1 | -2/+2 | |
2005-04-26 | [PATCH] fix special file mode mask for temporary device node | kay.sievers@vrfy.org | 2 | -18/+18 | |
2005-04-26 | [PATCH] udevstart: simplify "dev" file searching | kay.sievers@vrfy.org | 3 | -83/+126 | |
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. | |||||
2005-04-26 | [PATCH] udev_volume_id: remove temporary node creation and parent handling | kay.sievers@vrfy.org | 2 | -91/+25 | |
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. | |||||
2005-04-26 | [PATCH] add %P modifier to query the node name of the parent device | kay.sievers@vrfy.org | 3 | -1/+55 | |
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. | |||||
2005-04-26 | [PATCH] udev_volume_id: remove __packed__ from dasd structure as it does not ↵ | kay.sievers@vrfy.org | 4 | -5/+5 | |
work | |||||
2005-04-26 | [PATCH] 052 release052 | greg@kroah.com | 3 | -2/+41 | |
2005-04-26 | [PATCH] fix example comment in ide-devfs.sh | greg@kroah.com | 1 | -1/+1 | |
2005-04-26 | [PATCH] Add infiniband to gentoo rules. | greg@kroah.com | 1 | -0/+4 | |
2005-04-26 | [PATCH] Another gentoo fix, adding dvb support. | greg@kroah.com | 1 | -0/+3 | |
2005-04-26 | [PATCH] Fix gentoo bug #76056 (fb device group permissions.) | greg@kroah.com | 1 | -1/+1 | |
2005-04-26 | [PATCH] Fix gentoo bug #81102, device nodes for the pktcdvd device. | greg@kroah.com | 1 | -0/+3 | |
2005-04-26 | [PATCH] create /block/*/range count of partitons for all_partitions | kay.sievers@vrfy.org | 5 | -6/+31 | |
2005-04-26 | [PATCH] provide temporary device node for callouts to access the device | kay.sievers@vrfy.org | 8 | -40/+80 | |
%N will create a temporary node for a callout a be sustituted with the name of the node. | |||||
2005-04-26 | [PATCH] udev_volume_id: fix dasd disklabel reading with -l option | kay.sievers@vrfy.org | 1 | -5/+5 | |
2005-04-26 | [PATCH] udev_volume_id: volume_id version 034 | kay.sievers@vrfy.org | 29 | -532/+974 | |
2005-04-26 | [PATCH] trivial: remove _all_ trailing slashes with no_trailing_slash() | mbuesch@freenet.de | 1 | -3/+3 | |
This changes no_trailing_slash() to remove all trailing slashes and not just the last one. | |||||
2005-04-26 | [PATCH] trivial: fix signedness | mbuesch@freenet.de | 2 | -5/+5 | |
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. | |||||
2005-04-26 | [PATCH] debian: update rules files | md@Linux.IT | 3 | -198/+209 | |
2005-04-26 | [PATCH] raid-devfs.sh: devfs names for hardware RAID controllers | md@Linux.IT | 1 | -0/+50 | |
2005-04-26 | [PATCH] scsi_id: when udevstart is started, /tmp is not writeable. | md@Linux.IT | 1 | -2/+2 | |
2005-04-26 | [PATCH] cdsymlinks.sh: trivial fix, the variable is initialized to '', not 0 | md@Linux.IT | 1 | -1/+1 | |
2005-04-26 | [PATCH] gentoo/udev.rules: add default permissions for sound devices | sschweizer@gmail.com | 1 | -3/+4 | |
2005-04-26 | [PATCH] namdev: allow symlink-only rules to specify node permissions | mbuesch@freenet.de | 1 | -36/+25 | |
First case without the patch: KERNEL="hd*", GROUP="disk", MODE="0660" KERNEL="hdc", SYMLINK="cdrecorder", MODE="0666" brw-rw---- 1 root disk 22, 0 Feb 5 14:08 /dev/hdc Second case without the patch: KERNEL="hd*", GROUP="disk", MODE="0660" KERNEL="hdc", MODE="0666" brw-rw-rw- 1 root disk 22, 0 Feb 5 14:08 /dev/hdc | |||||
2005-04-26 | [PATCH] udevd: fix valgrind warning | mbuesch@freenet.de | 1 | -0/+1 | |
==4304== Syscall param sigaction(act) contains uninitialised or unaddressable byte(s) ==4304== at 0x804A37B: (within /sbin/udevd) ==4304== Address 0x52BFE7FC is on thread 1's stack | |||||
2005-04-26 | [PATCH] udev_volume_id: rename probe_ibm into probe_dasd | kay.sievers@vrfy.org | 4 | -11/+8 | |
2005-04-26 | [PATCH] udev_volume_id: volume_id version 032 | kay.sievers@vrfy.org | 17 | -47/+154 | |
2005-04-26 | [PATCH] Makefile: add some more warnings and prepare for clean gcc4 compile | kay.sievers@vrfy.org | 2 | -5/+6 | |
2005-04-26 | [PATCH] Makefile: cleanup conditional config option sections | kay.sievers@vrfy.org | 1 | -68/+61 | |
2005-04-26 | [PATCH] fix -Wsign-compare warnings | kay.sievers@vrfy.org | 4 | -6/+5 | |
2005-04-26 | [PATCH] chassis_id: clean compilation and fix bad function parameter passing | kay.sievers@vrfy.org | 4 | -43/+58 | |
Adding prototypes for functions resulted in an error, cause: table_find_disk(disk_snum, &chassis_num, &slot_num); is called but the function is defined as: int table_find_disk(char *serialnumber , int *host_num, int *chassis_num, int *slot_num) which can obviously not work correctly. Using popen() is not klibc compatible, so skip the compilation if a klibc compile is requested. | |||||
2005-04-26 | [PATCH] simple_build_check: make it possible to pass KERNEL_DIR | kay.sievers@vrfy.org | 1 | -12/+15 | |
2005-04-26 | [PATCH] selinux: cleanup udev integration | kay.sievers@vrfy.org | 5 | -157/+217 | |
Move code into a .c-file instead of big inline functions in a header file. Pass the device name down instead of relying that the node name is equal to the kernel name. | |||||
2005-04-26 | [PATCH] 051 release051 | greg@kroah.com | 3 | -2/+62 | |
2005-04-26 | [PATCH] gentoo fb permission fix. | greg@kroah.com | 1 | -1/+1 | |
2005-04-26 | [PATCH] The attached patch fixes the code path if namedev_name_device() fails. | mbuesch@freenet.de | 1 | -1/+1 | |
2005-04-26 | [PATCH] udev_volume_id: new version of volume_id | kay.sievers@vrfy.org | 42 | -2395/+3472 | |
Every filesystem has its own subdirectory. The IBM dasd label reading is included into volume_id. | |||||
2005-04-26 | [PATCH] udev_volume_id: fix -d option | cborntra@de.ibm.com | 1 | -1/+1 | |
The -d option in udev_allows to go from a partition to the underlying disk for s390 dasd labels. If the device is already the disk itself, finding the parent will fail, therefore -d on /sys/block/dasda/ for example gives no result at all. | |||||
2005-04-26 | [PATCH] klibc: update to version 0.198 | kay.sievers@vrfy.org | 7 | -13/+13 | |
2005-04-26 | [PATCH] remove the lfs startup script on request of the author. | greg@kroah.com | 1 | -60/+0 | |
The distro now has its own version, so this one is not needed. | |||||
2005-04-26 | [PATCH] clean up the aoe char device rules, and delete the block one as it's ↵ | greg@kroah.com | 1 | -7/+3 | |
not needed. | |||||
2005-04-26 | [PATCH] fix gcc 2.96 issue in libsysfs | greg@bucket.kroah.org | 1 | -2/+5 | |
2005-04-26 | [PATCH] rearrange link order in Makefile | hare@suse.de | 1 | -2/+2 | |
The link-order in the main Makefile is not quite correct (sysfs should be linked after udev.a) which might cause the build to fail. |