Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-08-28 | udev: add sbin into PATH for network.sh, should close #2869 | Clement Hermann | 4 | |
2007-07-04 | udev-hostap-cs-vcc-workaround: PACKAGE_ARCH = "all" | Paul Sokolovsky | 1 | |
2007-07-04 | udev: Stop questionable device-specific hacks from contaminating PACKAGE_ARCH. | Paul Sokolovsky | 4 | |
* Instead, put into own package and make machines RDEPEND on it per their likes. | ||||
2007-06-30 | udev 092, 097, 100: Stop booting semi-configured system in case of random ↵ | Paul Sokolovsky | 3 | |
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-30 | udev: Stop booting semi-configured system in case of random miniscule errors. | Paul Sokolovsky | 4 | |
* 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-18 | udev: Cut down default /dev tmpfs size from 10Mb to 2Mb, to preclude DoS. | Paul Sokolovsky | 1 | |
* Like ramdisk the stupid script spit tens of megabytes to a "device", without checking if it exists. * Generally, /dev should contains only devices, typical size - tens of Kb. | ||||
2007-06-18 | udev: Cut down default /dev tmpfs size from 10Mb to 2Mb, to preclude DoS. | Paul Sokolovsky | 6 | |
* 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. | ||||
2007-06-14 | udev: disable parallel compilation | Rolf Leggewie | 1 | |
while we're at it, clean up a little | ||||
2007-06-12 | udev: make only udev RPROVIDE hotplug not all packages (from Poky) | Marcin Juszkiewicz | 1 | |
2007-02-21 | udev: Fixup slight mistake in previous commit, bump PR | Oyvind Repvik | 3 | |
2007-02-21 | udev: Fixup etc->sysconfdir, make sure sysconfdir/udev exists before writing ↵ | Oyvind Repvik | 3 | |
into it | ||||
2006-12-31 | remove extra whitespace at end-of-line in about 900 bb files. | Rolf Leggewie | 3 | |
2006-12-28 | udev: Update touchscreen rule so it doesn't require the touchscreen to have ↵ | Richard Purdie | 6 | |
EV_KEY support | ||||
2006-12-12 | many files: KERNELORG_MIRROR variable created | Marcin Juszkiewicz | 3 | |
2006-11-28 | udev: merge stuff from 097 and 100 into udev.inc, add do_stage from poky, ↵ | Koen Kooi | 4 | |
bump PR | ||||
2006-11-07 | udev: Auto-add the rootfs partition to mount.blacklist via postinst to work ↵ | Matthias Hentges | 4 | |
around a bug in the auto-mounter * * Untested in .dev! * * | ||||
2006-10-31 | udev: fix udev rule for SAMSUNG UARTS (stupid missing ',' in rule!) | Michael Lauer | 18 | |
udev: remove 084 and 089, but keep 092 which seems to be pretty solid | ||||
2006-10-04 | udev-092/udev.rules udev-097/udev.rules udev-100/udev.rules : Add rule | Graeme Gregory | 3 | |
to create UART devices for s3c24XX CPUs. | ||||
2006-09-28 | udev: Enable udev-100 on SlugOS | Michael-Luke Jones | 1 | |
2006-09-14 | udev: remove needless machine specifications | Philipp Zabel | 13 | |
2006-09-12 | udev-097,100: firmware_helper is now firmware.sh - fix udev.rules | Philipp Zabel | 4 | |
2006-09-08 | udev: add 0.100, default preference = -1 | Koen Kooi | 8 | |
2006-08-25 | udev-097: drop the MAKEDEV link from links.conf, it is created in the init ↵ | Philipp Zabel | 2 | |
script | ||||
2006-08-22 | udev: add description for libvolume_id | Philipp Zabel | 1 | |
2006-08-22 | udev: stop overwriting description in udev.inc | Philipp Zabel | 2 | |
2006-08-22 | udev: add 097 | Philipp Zabel | 8 | |
- drop support for kernels <2.6.15, udevsynthesize replaced by udevtrigger - split out libvolume_id into its own package - I set PKG_libvolume-id-dev="libvolume-id-dev" because otherwise libvolume-id-dev would be renamed to libvolume-id0, too. - DEFAULT_PREFERENCE="-1", it's not run-time tested yet. | ||||
2006-08-15 | udev: Prune old obsolete broken versions (058, 063, 065, 070, 071). | Richard Purdie | 23 | |
2006-08-15 | udev: Fix packaging after -dbg changes (udev-utils wasn't populated) | Richard Purdie | 4 | |
2006-08-12 | udev: add mount.blacklist for h2200 and ipaq-pxa270 | Koen Kooi | 4 | |
2006-08-12 | udev 092: fix hostap on h2200, courtesy Joshua Layne | Koen Kooi | 2 | |
2006-08-11 | udev 092: Update for keeping the debug information in the correct package | Jamie Lenehan | 2 | |
which is clearer. Appened to package list so -dbg package stays first and use .../* to match files and ignore directories. | ||||
2006-08-11 | udev 092: Remove the spurious debug info from the packages. Closes #1241 | Jamie Lenehan | 2 | |
"udev ships spurious debug info" | ||||
2006-08-05 | merge of '61c6cd8658c99e2416e242b79cdff01967f01c94' | Holger Freyther | 2 | |
and 'f2735ada47cf2da717d1f68b7c88a4d129f0e8b2' | ||||
2006-08-05 | udev 092: remove BTNTOUCH for touchscreen rules to fix it for ipaqs | Koen Kooi | 2 | |
2006-08-05 | packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks! | Holger Freyther | 8 | |
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included. | ||||
2006-07-26 | udev 092: Fix ARM inotify syscall | Richard Purdie | 2 | |
2006-07-24 | udev - /proc/sys/kernel/hotplug hasmoved to /sys/kernel/uevent_helper in 2.6.16. | Raymond Danks | 6 | |
2006-06-13 | udev 092: Add missing file. Third time lucky... | Richard Purdie | 2 | |
2006-06-13 | udev 092: Fix a typo | Richard Purdie | 2 | |
2006-06-13 | udev: Add 092. Included is a custom rule which adds a symlink to the ↵ | Richard Purdie | 6 | |
touchscreen as /dev/input/touchscreen0 if present (this does not work under udev 089 due to bugs). Several udev conf files required cleanups to work with the new udev version. | ||||
2006-05-31 | udev: Add mount blacklist for amsdelta. | Jonathan McDowell | 2 | |
2006-05-27 | udev: Add /dev/ram to the automount blacklists for all devices. Enable 089 ↵ | Richard Purdie | 12 | |
as the default version. | ||||
2006-05-03 | udev: Do not start any NICs before /etc/init.d/network is run and /var/ is ↵ | Matthias Hentges | 3 | |
populated | ||||
2006-04-30 | udev: Fix init levels. udev could stop but given it has nothing to do, we ↵ | Richard Purdie | 8 | |
may as well remove its shutdown entirely. (#803) | ||||
2006-04-26 | udev: Add /dev/loop* to mount blacklist | Matthias Hentges | 6 | |
2006-04-25 | udev 089: add links.conf | Koen Kooi | 1 | |
2006-04-14 | udev: Added a slugos-specific mount.blacklist to exclude ram[0-9]$, ↵ | Rod Whitby | 3 | |
mtdblock[0-9]$, sd[a-z]$ and hd[a-z]$ from automounting. | ||||
2006-04-23 | udev 084: ship links.conf, patch courtesy Stelios Koroneos | Koen Kooi | 1 | |
2006-04-20 | udev: network.sh: Do not ifup an already configured network device again. | Matthias Hentges | 2 | |
2006-04-18 | udev: Add udev rule to auto-load the sd_mod module on demand, closing OE bug ↵ | Matthias Hentges | 3 | |
#811 Add basic auto-mounting support with automatic creation and deletion of mount-points |