summaryrefslogtreecommitdiff
path: root/usr.bin/vi/docs/internals
diff options
context:
space:
mode:
authorrtr <rtr@NetBSD.org>2007-11-04 15:20:11 +0000
committerrtr <rtr@NetBSD.org>2007-11-04 15:20:11 +0000
commit3aa5278c3ae94de7eddcea481fa6e010d123dbe7 (patch)
tree7258cd31a9d4619474ea4854db18f73c06ad0870 /usr.bin/vi/docs/internals
parent4ba09b41c3ea7b82e5314fc6ac04bcfb6e259d4f (diff)
- remove const from h_header, this pointer is occasionally free'd
- remove unused write_str var + move header parsing to new function separation of parsing vs processing + alter some variable names to avoid confusion between header value and header name (caused breakage with previous rev)
Diffstat (limited to 'usr.bin/vi/docs/internals')
0 files changed, 0 insertions, 0 deletions
7'>Major update to isp(4) driver to bring it in line with external sources.mjacob The major changes are: + 4Gb (24XX) card support + Rewritten fabric and loop evaluation code + New f/w sets The 4Gb changes required major rototilling, which caused a rewrite of fabric and loop eval code. The latter can now be set up to tune for dynamic device arrival/departure if the framework is set up for it, or to be firm about waiting for devices. Testing has been principally on amd64, i386 and sparc64 and seems to not have broken things for me.