summaryrefslogtreecommitdiff
path: root/lib/libm/src/w_scalbf.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-09-03 06:48:26 +0000
committerchristos <christos@NetBSD.org>2006-09-03 06:48:26 +0000
commit94de7229efc19cdcee1a4baa57d41a20340f8890 (patch)
treea4e80046b52ac0c5329df1df6edd819d9ccda98e /lib/libm/src/w_scalbf.c
parent0c58aff5f55dd553f9c7b30f770e1dbb85b13680 (diff)
use c99 initializers
Diffstat (limited to 'lib/libm/src/w_scalbf.c')
0 files changed, 0 insertions, 0 deletions
-highlight'> routines. This change fixes PR kern/42532. 2009-09-09Fix bug in kmem_alloc/kmem_free of params string. Params string washaad allocated with length DM_MAX_PARAMS_SIZE and released with strlen + 1 size. Disable KM_NOSLEEP allocation because we do not need them here there is nothing critical in ioctl part of dm driver. Bug reported by jak@. 2009-04-13Destroy locks in dm_dev_free, do not allocate struct disk twice.haad 2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger 2009-03-06Fix lvm lvrename command. There was bug in dm_dev_lookup wherehaad dm_dev_lookup_name was called with device uuid. Remove dm_dev_t:dk_label is it not used anymore. 2008-12-19Merge the haad-dm branch to -current. This branch adds LVM functionality tohaad the base NetBSD system. It uses Linux LVM2 tools and our BSD licensed device-mapper driver. The device-mapper driver can be used to create virtual block devices which maps virtual blocks to real with target mapping called target. Currently these targets are available a linear, zero, error and a snapshot (this is work in progress and doesn't work yet). The lvm2tools adds lvm and dmsetup binary to based system, where the lvm tool is used to manage and administer whole LVM and the dmestup is used to communicate iwith device-mapper kernel driver. With these tools also a libdevmapper library is instaled to the base system. Building of tools and driver is currently disable and can be enabled with MKLVM=yes in mk.conf. I will add sets lists and rc.d script soon. Oked by agc@ and cube@.