1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400
|
2008-05-22 14:34 Petter Reinholdtsen <pere@hungry.com>
* NEWS, plugins/compaq_info.c: Add ID for RAID controller HP Smart
Array P400.
2008-02-19 06:35 Petter Reinholdtsen <pere@hungry.com>
* INSTALL: Use /share/man as mandir by default.
2008-02-19 06:29 Petter Reinholdtsen <pere@hungry.com>
* Makefile: Get DESTDIR installation working properly.
2007-06-01 23:41 Petter Reinholdtsen <pere@hungry.com>
* README: Document where to send bug reports while we lack a
mailing list.
2007-05-29 09:04 Raphael Pinson <raphink@gmail.com>
* Makefile, NEWS, plugins/Makefile: Update NEWS and release 0.15
2007-05-29 09:01 Raphael Pinson <raphink@gmail.com>
* Makefile: mandir is /usr/local/man by default
2007-05-29 08:56 Raphael Pinson <raphink@gmail.com>
* Makefile: No $(MAN) rule since the final product is $(MAN).gz
$(MAN) is not kept in the build process.
2007-05-29 08:50 Raphael Pinson <raphink@gmail.com>
* Makefile: $mandir is /usr/share/man in Makefile, use
$DOCBOOK2XMAN variable
2007-05-29 06:43 Petter Reinholdtsen <pere@hungry.com>
* Makefile: Improve manual page building and install rule.
2007-05-29 05:09 Raphael Pinson <raphink@gmail.com>
* Makefile, plugins/Makefile: Bump version to 0.14 in Makefiles and
release 0.14
2007-05-29 05:05 Raphael Pinson <raphink@gmail.com>
* NEWS: Update ChangeLog Update NEWS to release 0.14
2007-05-29 04:50 Petter Reinholdtsen <pere@hungry.com>
* README: More wishes.
2007-02-21 08:28 Petter Reinholdtsen <pere@hungry.com>
* NEWS, plugins/compaq_info.c: Add ID for raid controllers HP Smart
Array E200i.
2007-02-07 15:44 Petter Reinholdtsen <pere@hungry.com>
* NEWS: Typo.
2007-02-07 15:26 Petter Reinholdtsen <pere@hungry.com>
* linuxheaders/linux/cciss_ioctl.h: Get build working on sarge.
2007-02-07 15:11 Petter Reinholdtsen <pere@hungry.com>
* README: Update todo entries.
2007-02-07 14:59 Raphael Pinson <raphink@gmail.com>
* Makefile: gzip the manpage with --best
2007-02-07 14:37 Raphael Pinson <raphink@gmail.com>
* Makefile: * Ignore gzip in $(MAN) in case the gz already existed
* Update ChangeLog
2007-02-07 13:17 Raphael Pinson <raphink@gmail.com>
* Makefile: Generate a bz2 archive in dist:
2007-02-07 10:08 Raphael Pinson <raphink@gmail.com>
* NEWS: * Release 0.13 * Update Changelog
2007-02-07 10:06 Raphael Pinson <raphink@gmail.com>
* Makefile: * Remove ChangeLog before regenerating it in changelog:
* Update ChangeLog
2007-02-07 09:59 Petter Reinholdtsen <pere@hungry.com>
* Makefile, include/Makefile: Clean up clean and distclean targets.
2007-02-07 09:55 Raphael Pinson <raphink@gmail.com>
* Makefile: Build tarball in current directory for dist: target
2007-02-07 09:38 Raphael Pinson <raphink@gmail.com>
* Makefile, lib/Makefile: * *.a removed in clean: target * using
$(MAKE) in Makefile
2007-02-07 09:36 Raphael Pinson <raphink@gmail.com>
* Makefile, include/Makefile, lib/Makefile, plugins/Makefile: * Add
make headers in Makefiles * Add distclean rules and fix clean
rules in Makefiles
2007-02-07 09:22 Raphael Pinson <raphink@gmail.com>
* INSTALL, Makefile, array-info.1.docbook: Add array-info.1.docbook
to generate manpages.
2007-02-07 09:17 Petter Reinholdtsen <pere@hungry.com>
* NEWS, README, include/array_plugin.h, plugins/compaq_info.c,
plugins/md_info.c: Changed the 'status is ok' message for the md
plugin to match the one in the cciss and ida plugin, and make the
string common across all plugins.
2007-02-07 09:13 Raphael Pinson <raphink@gmail.com>
* INSTALL: Add INSTALL file
2007-02-07 08:56 Raphael Pinson <raphink@gmail.com>
* NEWS: Complete NEWS
2007-02-07 08:49 Raphael Pinson <raphink@gmail.com>
* Makefile: * Fix spaces to tab in Makefile
2007-02-07 08:49 Raphael Pinson <raphink@gmail.com>
* Changelog, Contributors, Makefile, NEWS: * Remove Changelog * Add
the contents in Changelog to NEWS * Add a changelog: target in
Makefile * Add a Contributors file to generate ChangeLog from
cvs2cl
2007-02-07 03:22 Petter Reinholdtsen <pere@hungry.com>
* linuxheaders/: cciss_ioctl.h, linux/cciss_ioctl.h: Move
cciss_ioctl.h to its proper location.
2007-02-07 02:05 Raphael Pinson <raphink@gmail.com>
* COPYING: Add COPYING
2007-02-07 02:01 Raphael Pinson <raphink@gmail.com>
* Makefile: Remove existing tarball in dist: before creating it
again
2007-02-07 02:00 Raphael Pinson <raphink@gmail.com>
* Makefile: * Remove duplicate package name and version * Update to
version 0.13
2007-02-07 01:57 Raphael Pinson <raphink@gmail.com>
* Makefile: * Add distclean target * Add dist target
2007-02-06 08:50 Petter Reinholdtsen <pere@hungry.com>
* linuxheaders/cciss_ioctl.h: Add a working cciss_ioctl.h header
for those without one.
2007-02-06 08:48 Petter Reinholdtsen <pere@hungry.com>
* main.c: Print the default plugin path in the usage info block.
2007-02-06 08:39 Petter Reinholdtsen <pere@hungry.com>
* plugins/Makefile: Correct DESTDIR handling.
2007-02-05 08:33 Petter Reinholdtsen <pere@hungry.com>
* README: Mention problem with detecting errors on a cciss RAID.
2007-02-05 07:46 Petter Reinholdtsen <pere@hungry.com>
* NEWS, plugins/compaq_info.c: Add ID for raid controller Compaq
Smart Array 64xx.
2007-02-05 05:35 Petter Reinholdtsen <pere@hungry.com>
* plugins/compaq_info.c: Remove empty line at the end of the status
block.
2007-02-05 05:28 Petter Reinholdtsen <pere@hungry.com>
* NEWS: Document path change.
2007-02-05 05:27 Petter Reinholdtsen <pere@hungry.com>
* Makefile: Cleanup.
2007-02-05 05:27 Petter Reinholdtsen <pere@hungry.com>
* Makefile: array-info need root access. Install it in sbin/, not
bin/.
2007-02-03 07:49 Petter Reinholdtsen <pere@hungry.com>
* README: Add simple todo item.
2007-02-03 02:04 Petter Reinholdtsen <pere@hungry.com>
* NEWS, plugins/Makefile, plugins/cciss_cmd.c,
plugins/cciss_info.c, plugins/cciss_info.h,
plugins/compaq_info.c, plugins/compaq_info.h, plugins/ida_cmd.c,
plugins/ida_info.c, plugins/ida_info.h, plugins/md_info.c,
plugins/xmalloc.ic: Convert the cciss and ida plugin to the new
shared library framework. Some code cleanup.
2007-02-01 06:43 Petter Reinholdtsen <pere@hungry.com>
* array_plugin.c, include/array_plugin.h, plugins/md_info.c,
plugins/md_info.h: Rewrite plugin API to pass driver data between
the functions.
2007-02-01 06:42 Petter Reinholdtsen <pere@hungry.com>
* lib/array_plugin_api.c: Indent.
2007-01-31 05:32 Petter Reinholdtsen <pere@hungry.com>
* array_plugin.c, include/array_plugin.h, plugins/md_info.c,
plugins/md_info.h: Remove the need to link libarray-info into
plugins by providing the functions needed in a list of callbacks.
2007-01-26 02:29 Petter Reinholdtsen <pere@hungry.com>
* plugins/Makefile: Update version number.
2007-01-26 02:26 Petter Reinholdtsen <pere@hungry.com>
* lib/Makefile, plugins/Makefile: Make sure shared objects are
build with position independend code. Patch from Raphal Pinson.
2007-01-26 02:24 Petter Reinholdtsen <pere@hungry.com>
* plugins/Makefile: Correct install target.
2007-01-25 15:13 Petter Reinholdtsen <pere@hungry.com>
* include/array_info.h: Bump version number.
2007-01-25 15:09 Petter Reinholdtsen <pere@hungry.com>
* plugins/: md_info.c, md_info.h: Reduce the number of exported
symbols to make sure the array_plugin interface is used.
2007-01-25 15:02 Petter Reinholdtsen <pere@hungry.com>
* include/array_plugin.h, plugins/md_info.c: Correct the
prototypes.
2007-01-25 07:14 Petter Reinholdtsen <pere@hungry.com>
* Makefile, include/array_plugin.h, lib/Makefile, plugins/Makefile:
Make sure the install target installs the plugins.
2007-01-25 05:31 Petter Reinholdtsen <pere@hungry.com>
* plugins/compaq_info.c: Include controller id when reporting an
unknown controller.
2007-01-25 05:29 Petter Reinholdtsen <pere@hungry.com>
* NEWS, plugins/compaq_info.c: Add ID for raid controller HP Smart
Array E200.
2007-01-25 05:15 Petter Reinholdtsen <pere@hungry.com>
* Makefile, NEWS, linuxheaders/cpqarray.h, linuxheaders/ida_cmd.h,
linuxheaders/ida_ioctl.h: Include needed header files copied from
the linux kernel tree.
2007-01-25 05:11 Petter Reinholdtsen <pere@hungry.com>
* Makefile: Add install target.
2007-01-25 03:30 Petter Reinholdtsen <pere@hungry.com>
* README: Start on readme with the key information.
2007-01-25 03:14 Petter Reinholdtsen <pere@hungry.com>
* NEWS: Start on NEWS file.
2007-01-25 03:14 Petter Reinholdtsen <pere@hungry.com>
* plugins/compaq_info.c: Fix typo in status message.
2002-07-30 07:12 Benoit Gaussen <ben@trez42.net>
* Makefile, array_plugin.c, main.c, include/array_info.h,
include/array_plugin.h, include/array_plugin_api.h, lib/Makefile,
lib/array_plugin_api.c, plugins/Makefile, plugins/md_info.c:
Functions add and show infos
2002-07-29 09:55 Benoit Gaussen <ben@trez42.net>
* main.c: Trivial fix
2002-07-29 09:52 Benoit Gaussen <ben@trez42.net>
* array_info.h, cciss_cmd.c, cciss_info.c, cciss_info.h,
compaq_data.h, compaq_info.c, compaq_info.h, ida_cmd.c,
ida_info.c, ida_info.h, md_cmd.c, md_data.h, md_info.c,
md_info.h: Remove moved files
2002-07-29 09:49 Benoit Gaussen <ben@trez42.net>
* Changelog, Makefile, array_plugin.c, array_utils.c, main.c,
include/Makefile, include/array_info.h, include/array_plugin.h,
include/array_plugin_api.h, lib/Makefile, lib/array_plugin_api.c,
plugins/Makefile, plugins/cciss_cmd.c, plugins/cciss_info.c,
plugins/cciss_info.h, plugins/compaq_data.h,
plugins/compaq_info.c, plugins/compaq_info.h, plugins/ida_cmd.c,
plugins/ida_info.c, plugins/ida_info.h, plugins/md_cmd.c,
plugins/md_data.h, plugins/md_info.c, plugins/md_info.h: Add
plugin support Change directory structure
2002-07-25 09:51 Benoit Gaussen <ben@trez42.net>
* array_utils.c, cciss_cmd.c, cciss_info.c, cciss_info.h,
compaq_data.h, compaq_info.c, compaq_info.h, ida_cmd.c,
ida_info.c, ida_info.h, main.c, md_cmd.c, md_data.h, md_info.c,
md_info.h: CVS Fixes
2002-07-25 09:47 Benoit Gaussen <ben@trez42.net>
* array_info.h, md_info.c, md_info.h: CVS Fixes
2002-07-25 08:15 Benoit Gaussen <ben@trez42.net>
* Changelog, md_data.h, md_info.c, md_info.h: MD Update...
2002-07-25 06:55 Benoit Gaussen <ben@trez42.net>
* md_data.h, md_info.c, md_info.h: MD Update...
2002-07-25 04:01 Benoit Gaussen <ben@trez42.net>
* md_info.c: MD Updates
2002-07-25 03:59 Benoit Gaussen <ben@trez42.net>
* array_info.c: Old file removal
2002-07-25 03:58 Benoit Gaussen <ben@trez42.net>
* Makefile, md_info.c: MD Updates
2002-07-25 03:54 Benoit Gaussen <ben@trez42.net>
* Makefile, compaq_info.c, md_data.h, md_info.c, md_info.h: MD
Updates
2002-07-24 08:23 Benoit Gaussen <ben@trez42.net>
* main.c, md_info.c: Fix mistakes...
2002-07-24 08:12 Benoit Gaussen <ben@trez42.net>
* array_utils.c, compaq_info.c, compaq_info.h, md_info.c,
md_info.h: Rewrite goes on...
2002-07-24 08:04 Benoit Gaussen <ben@trez42.net>
* Changelog, Makefile, array_info.c, array_info.h, array_utils.c,
cciss_info.c, cciss_info.h, ida_cmd.c, ida_info.c, ida_info.h,
main.c, md_info.c, md_info.h, compaq_data.h, compaq_info.c,
compaq_info.h, md_data.h: Rewrite goes on...
2002-07-24 04:01 Benoit Gaussen <ben@trez42.net>
* array_info.c, array_info.h, array_utils.c, cciss_cmd.c,
cciss_info.c, cciss_info.h, ida_info.c, ida_info.h, main.c,
md_info.c, md_info.h: Major data structures changes
2002-07-24 02:45 Benoit Gaussen <ben@trez42.net>
* array_utils.c, Changelog, Makefile, array_info.c, array_info.h,
cciss_cmd.c, cciss_info.c, cciss_info.h, ida_cmd.c, ida_info.c,
ida_info.h, main.c, md_cmd.c, md_info.c, md_info.h: CVS tree
creation
2002-07-24 02:45 Benoit Gaussen <ben@trez42.net>
* array_utils.c, Changelog, Makefile, array_info.c, array_info.h,
cciss_cmd.c, cciss_info.c, cciss_info.h, ida_cmd.c, ida_info.c,
ida_info.h, main.c, md_cmd.c, md_info.c, md_info.h: Initial
revision
|