Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-19 | change database file names | Kay Sievers | |
With very deeply nested devices, We can not use a single file name to carry an entire DEVPATH. Use <subsystem>:<sysname> as the database filename, which should also simplify the handling of devices moving around, as these values will not change but still be unique. For the name stack we use the <maj>:<min> now as the filename. > On Tue, Aug 18, 2009 at 09:59:56AM -0400, Ric Wheeler wrote: > The first is that udev grumbles during boot about "file name too long" > like the following: > > Aug 17 06:49:58 megadeth udevd-event[20447]: unable to create db file > '/dev/.udev/db/\x2fdevices\x2fpci0000:00\x2f0000:00:04.0\x2f0000:17:00.0\x2f0000:18:0a.0\x2f0000:1f:00.0\x2fhost11\x2fport-11:0\x2fexpander-11:0\x2fport-11:0:0\x2fexpander-11:1\x2fport-11:1:0\x2fexpander-11:2\x2fport-11:2:17\x2fexpander-11:3\x2fport-11:3:1\x2fend_device-11:3:1\x2fbsg\x2fend_device-11:3:1': > File name too long | |||
2009-08-08 | fix spelling | Alan Jenkins | |
Fix spelling in docbook comments, code comments, and a local variable name. Thanks to "ispell -h" for docbook HTML and "scspell" for source code. Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk> | |||
2009-07-08 | libudev: device - free values before updating them | Kay Sievers | |
2009-07-04 | libudev: monitor - handle kernel supplied DEVNAME properly | Kay Sievers | |
2009-07-02 | udevadm: test - print list of properties | Kay Sievers | |
2009-06-28 | do not exports properties starting with a '.' | Kay Sievers | |
Private variables can be marked like: ENV{.FOO}="bar" | |||
2009-06-15 | libudev: doc - add queue | Kay Sievers | |
2009-06-15 | libudev: doc - add section headers | Kay Sievers | |
2009-06-15 | libudev: update documentation | Kay Sievers | |
2009-06-09 | libudev: device_new() -> udev_device_new() | Kay Sievers | |
2009-06-08 | libudev: move to top-level directory | Kay Sievers | |