NEWS 4.4 KB

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