blob: 2067c60ed7b6580c9d0cb927176eac11e8367485 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
2013-07-09
* Import of hwdb
* Fix LGPL license for src/gudev
* Add "hwdb: add --lookup-prefix= option" commit a4bbef099209d4e3bccd913cd30da536f8971064
* DO NOT ADD "static-nodes: move creation of static nodes from udevd to tmpfiles"
commit edeb68c53f1cdc452016b4c8512586a70b1262e3. Upstream has moved this functionality
to systemd-tmpfilesd since kmod v14 now exports static node info in tmpfiles.d format.
We wish to retain this functionality in udevd.
2013-07-10
* Add "hwdb: allow list of lookup keys per given record"
* Import format_timespan() from upstream's src/shared/time-util.c. Note: our
src/libudev/util.c is derived from upstream's src/shared/util.c minus unneeded functions
plus three functions from src/shared/time-util.c: now(), timespec_load() and timespan().
* Bring src/udev/mkdir.c in line with upstreams use of *_internal() with prefix. Also
import path_startswith() from upstream's src/shared/path-util.c. This is now needed
in our src/udev/mkdir.c in the new *_internal() functions.
|