NEWS 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. -*- change-log -*-
  2. 2015-06-14 Ed Cashin <ed.cashin@acm.org>
  3. Add convenience script for creating sparse files
  4. vblade-23
  5. 2015-02-25 Catalin Salgau <csalgau@users.sourceforge.net>
  6. Warn about Windows problem with CHS misalignment
  7. 2014-09-13 Ed Cashin <ed.cashin@acm.org>
  8. code cleanup: remove unused variables
  9. 2014-08-10 Ed Cashin <ed.cashin@acm.org>
  10. vblade-22
  11. 2014-06-08 Ed Cashin <ed.cashin@acm.org>
  12. update version for v22 release candidate 1
  13. buffer boundary cleanups
  14. FreeBSD BPF and MTU fixes from Catalin Salgau
  15. offset and size options by Christoph Biedl
  16. vblade-22rc1
  17. 2013-03-18 Ed Cashin <ecashin@coraid.com>
  18. add big-endian support from Daniel Mealha Cabrita <dancab@gmx.net>
  19. vblade-21
  20. 2009-08-14 Sam Hopkins <sah@coraid.com>
  21. bugfix: aoe command error did not set Error bit in flags
  22. add support for AoEr11
  23. set ident serial to shelf.slot:hostname
  24. vblade-20
  25. 2008-10-08 Ed Cashin <ecashin@coraid.com>
  26. add Chris Webb's bpf fix for FreeBSD
  27. add Ryan Thomas's fix to stop bufcnt being overridden
  28. vblade-19
  29. 2008-07-14 Ed Cashin <ecashin@coraid.com>
  30. add Chris Webb's block device options patch
  31. add Chris Webb's socket options patch for better jumbo handling
  32. remove obsolete contrib/o_direct.diff
  33. vblade-18
  34. 2008-06-09 Ed Cashin <ecashin@coraid.com>
  35. add Chris Webb's latest BPF patch to vblade, remove from contrib
  36. update contributed AIO patch for compatibility with current sources
  37. vblade-17
  38. 2008-05-07 Ed Cashin <ecashin@coraid.com>
  39. add Chris Webb's AIO patch to the contributions
  40. add Chris Webb's BPF patch to the contributions
  41. vblade-16
  42. 2008-02-20 Ed Cashin <ecashin@coraid.com>
  43. require the amount of data we use, not the amount ethernet requires
  44. make sure the packet length agrees with the config query length
  45. make sure the packet length agrees with the amount to write
  46. remove newline embedded in fw version field of ATA dev ID response
  47. vblade-15
  48. 2006-11-20 Sam Hopkins <sah@coraid.com>
  49. apply contrib jumbo patch to standard distribution
  50. add jumbo configuration app. note in README
  51. add jumbo README reference to manpage
  52. add mask feature; -m flag
  53. update manpage to describe -m flag
  54. vblade-14
  55. 2006-10-05 Sam Hopkins <sah@coraid.com>
  56. fix confcmd memcpy bug
  57. correct scnt return value in read/write ata response
  58. replace O_RDONLY fallback with explicit stat. root always wins.
  59. vblade-13
  60. 2006-10-04 Sam Hopkins <sah@coraid.com>
  61. fix confcmd buglets
  62. fix atacmd buglets
  63. add atacmd handling for bad argument errors
  64. add O_RDONLY open if O_RDWR fails
  65. add contrib patch directory
  66. add contrib/README
  67. add jumbo patch to contrib
  68. add o_direct patch to contrib
  69. vblade-12
  70. 2006-09-21 "Adam J. Richter" <adam@yggdrasil.com>
  71. add install target for makefile
  72. vblade-11
  73. 2005-12-06 Ed Cashin <ecashin@coraid.com>
  74. fix u64 configuration on FreeBSD
  75. release vblade-10
  76. 2005-12-06 Valeriy Glushkov <valery@rocketdivision.com>
  77. implemented config string support
  78. added handler for ATA Check power mode command
  79. 2005-11-15 Ed Cashin <ecashin@coraid.com>
  80. add compatibility with platforms lacking u64 (e.g., Slackware)
  81. release vblade-9
  82. 2005-11-10 Ed Cashin <ecashin@coraid.com>
  83. call atainit on program startup
  84. put VBLADE_VERSION in dat.h and use it in firmware version
  85. release vblade-7
  86. include Stacey's patch to use p{read,write} on FreeBSD
  87. include Stacey's patch to typedef ulong on FreeBSD
  88. fix makefile dependencies (e.g., rebuild on new aoe.c)
  89. fix config string length specification
  90. include Stacey's patch to avoid compile warnings on FreeBSD
  91. release vblade-8
  92. 2005-11-10 "Stacey D. Son" <sson@verio.net>
  93. include FreeBSD support
  94. 2005-10-03 Ed Cashin <ecashin@coraid.com>
  95. don't invoke vblade with dash from vbladed
  96. 2005-08-31 20:14:12 GMT Ed Cashin <ecashin@coraid.com>
  97. ATA identify: don't juggle bytes in shorts on big endian arch
  98. add manpage for vblade, vbladed
  99. release vblade-6
  100. 2005-03-17 15:24:30 GMT Ed Cashin <ecashin@coraid.com>
  101. follow up on vblade-2's off-by-one patch, making end of device usable
  102. release vblade-5
  103. 2005-03-15 22:03:17 GMT Ed Cashin <ecashin@coraid.com>
  104. don't rely on kernel headers for defining the aoe type 0x88a2
  105. release vblade-4
  106. 2005-03-15 17:27:01 GMT Ed Cashin <ecashin@coraid.com>
  107. docs: aoe-2.6-7 is the first driver to support multiple blades per mac
  108. release vblade-3
  109. 2005-03-11 18:30:26 GMT Ed Cashin <ecashin@coraid.com>
  110. put 64-bit configuration into config.h file
  111. don't use uninitialized variables
  112. broadcast config query on startup
  113. clarify desired patch format in HACKING
  114. add sah@coraid.com's vblade-1.ata.c.patch: fix off-by-one and ext LBA
  115. add docs, remove daemonizing code from vblade
  116. release vblade-2
  117. 2005-02-08 20:21:52 GMT Ed Cashin <ecashin@coraid.com>
  118. starting documentation
  119. add script that daemonizes vblade process, logging output
  120. make vblade sources -Wall clean, use daemon(3)
  121. release vblade-1