summaryrefslogtreecommitdiff
path: root/packages/udev/udev-100
AgeCommit message (Collapse)AuthorFiles
2007-06-30udev 092, 097, 100: Stop booting semi-configured system in case of random ↵Paul Sokolovsky1
miniscule errors. * It makes *completely* no sense to just fail the udev script on first error and continue boot further. Either it should try to ignore them, or halt system boot. Otherwise, system in weird, semi-working state will emerge, without anu notices of such state. * This script for example fails on mount --bind and mount --move, which busybox 1.2.1 doesn't appear to handle correctly.
2007-06-18udev: Cut down default /dev tmpfs size from 10Mb to 2Mb, to preclude DoS.Paul Sokolovsky1
* Like ramdisk the stupid script spit tens of megabytes to a "device", without checking if it exists. * Generall, /dev should contains only devices, typical size - tens of Kb.
2006-12-28udev: Update touchscreen rule so it doesn't require the touchscreen to have ↵Richard Purdie1
EV_KEY support
2006-10-31udev: fix udev rule for SAMSUNG UARTS (stupid missing ',' in rule!)Michael Lauer1
udev: remove 084 and 089, but keep 092 which seems to be pretty solid
2006-10-04udev-092/udev.rules udev-097/udev.rules udev-100/udev.rules : Add ruleGraeme Gregory1
to create UART devices for s3c24XX CPUs.
2006-09-12udev-097,100: firmware_helper is now firmware.sh - fix udev.rulesPhilipp Zabel1
2006-09-08udev: add 0.100, default preference = -1Koen Kooi7