History log of /dflybsd-src/contrib/lvm2/dist/lib/dragonfly/dev.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 03a6e5db 11-Mar-2015 Sascha Wildner <saw@online.de>

Remove more lvm2 related _XOPEN_SOURCE definitions.


# 5a457047 15-Aug-2010 Alex Hornung <ahornung@gmail.com>

lvm - adjust visibility for devname

* adjust visibility in lib/dragonfly/dev.c to show devname(), avoiding
truncation of higher 32 bits on x86_64, since otherwise the return
value defaults to in

lvm - adjust visibility for devname

* adjust visibility in lib/dragonfly/dev.c to show devname(), avoiding
truncation of higher 32 bits on x86_64, since otherwise the return
value defaults to int.

Reported-by: Sascha Wildner (swildner@)

show more ...


# b060a5b0 14-Aug-2010 Alex Hornung <ahornung@gmail.com>

libdm/lvm - Fix bugs

* Allow adding symlinks to lvm's dev-cache by translating the symlink
for udev/libdevattr.

* Don't include kdev_t.h in libdm since it has the wrong macros for
MAJOR and MIN

libdm/lvm - Fix bugs

* Allow adding symlinks to lvm's dev-cache by translating the symlink
for udev/libdevattr.

* Don't include kdev_t.h in libdm since it has the wrong macros for
MAJOR and MINOR; instead include netbsd's version.

Reported-by: Matt Dillon (dillon@)

show more ...


# 8bd3d23c 10-Jul-2010 Alex Hornung <ahornung@gmail.com>

lvm - use libdevattr for device cache checks

* Improve the device checking of devices that go into that cache and
that don't by using libdevattr and the tagged stuff.