Home | History | Annotate | only in /src/usr.sbin/mlxctl
History log of /src/usr.sbin/mlxctl
RevisionDateAuthorComments
 1.5 10-Dec-2016  rin s/LIButil/LIBUTIL/ in DPADD
 1.4 11-Jun-2014  joerg branches: 1.4.6;
Use hw.iostats and not kvm.
 1.3 14-Aug-2011  christos branches: 1.3.8; 1.3.18;
avoid type punned warnings
 1.2 22-Jun-2011  mrg apply some -Wno-error and/or -fno-strict-aliasing.


all of this should be looked at closer, but some of them are not
very trivial.
 1.1 04-Feb-2001  ad branches: 1.1.2;
Add a control utility for `mlx' devices. Derived from FreeBSD's `mlxcontrol'.
 1.1.2.2 09-Dec-2001  he Pull up revision 1.1 (new, requested by ad):
Add mlxctl(8), a Mylex DAC960 family management utility.
 1.1.2.1 04-Feb-2001  he file Makefile was added on branch netbsd-1-5 on 2001-12-09 19:36:10 +0000
 1.3.18.1 10-Aug-2014  tls Rebase.
 1.3.8.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.6.1 07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.13 14-Aug-2011  christos avoid type punned warnings
 1.12 17-Apr-2009  lukem Fix WARNS=4 issues (-Wshadow -Wextra -Wcast-qual -Wsign-compare)
 1.11 28-Apr-2008  martin branches: 1.11.8;
Remove clause 3 and 4 from TNF licenses
 1.10 26-Mar-2007  hubertf branches: 1.10.10;
Remove unneeded #include <getopt.h>
From: Slava Semushin <php-coder@altlinux.ru>
 1.9 21-Feb-2007  hubertf Remove unneeded ctype.h header
From: Slava Semushin <slava.semushin@gmail.com>
 1.8 02-Jun-2005  lukem appease gcc -Wuninitialized
 1.7 13-Jul-2003  itojun use bounded string op
 1.6 26-Aug-2002  ad - Must now get some info from the kernel, not the board.
- Don't try to do things that the firmware can't handle.
 1.5 07-Apr-2002  ad branches: 1.5.2;
Sync the firmware version report with mlx.c. Addresses PR 14155.
 1.4 17-Apr-2001  ad branches: 1.4.2;
Nits.
 1.3 15-Feb-2001  simonb Use separate printf()s instead of using a saved format string. Fixes
compiles with "FORMAT_AUDIT=yes WFORMAT=2".
 1.2 15-Feb-2001  simonb Remove a duplicated "md->name" in a warnx call.
Noticed by Tyrel Beede on current-users.
 1.1 04-Feb-2001  ad Add a control utility for `mlx' devices. Derived from FreeBSD's `mlxcontrol'.
 1.4.2.3 11-Apr-2002  he Pull up revision 1.5 (requested by ad):
Sync the firmware version report with mlx.c. Fixes PR#14155.
 1.4.2.2 09-Dec-2001  he Pull up revisions 1.1-1.4 (new, requested by ad):
Add mlxctl(8), a Mylex DAC960 family management utility.
 1.4.2.1 17-Apr-2001  he file cmds.c was added on branch netbsd-1-5 on 2001-12-09 19:36:41 +0000
 1.5.2.1 28-Jul-2003  he Pull up revision 1.6 (requested by ad in ticket #1129):
Improve stability of the mlx driver.
o Get some info from kernel, not the board
o Don't try to do things the firmware can't handle
 1.10.10.1 18-May-2008  yamt sync with head.
 1.11.8.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.5 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.4 26-Mar-2007  hubertf branches: 1.4.10;
Remove unneeded #include <getopt.h>
From: Slava Semushin <php-coder@altlinux.ru>
 1.3 21-Feb-2007  hubertf Remove unneeded ctype.h header
From: Slava Semushin <slava.semushin@gmail.com>
 1.2 26-Aug-2002  ad - Must now get some info from the kernel, not the board.
- Don't try to do things that the firmware can't handle.
 1.1 04-Feb-2001  ad branches: 1.1.2; 1.1.4;
Add a control utility for `mlx' devices. Derived from FreeBSD's `mlxcontrol'.
 1.1.4.1 28-Jul-2003  he Pull up revision 1.2 (requested by ad in ticket #1129):
Improve stability of the mlx driver.
o Get some info from kernel, not the board
o Don't try to do things the firmware can't handle
 1.1.2.2 09-Dec-2001  he Pull up revision 1.1 (new, requested by ad):
Add mlxctl(8), a Mylex DAC960 family management utility.
 1.1.2.1 04-Feb-2001  he file config.c was added on branch netbsd-1-5 on 2001-12-09 19:36:10 +0000
 1.4.10.1 18-May-2008  yamt sync with head.
 1.11 13-Jun-2014  joerg Use asysctl.
 1.10 11-Jun-2014  joerg Use hw.iostats and not kvm.
 1.9 17-Apr-2009  lukem branches: 1.9.12; 1.9.22;
Fix WARNS=4 issues (-Wshadow -Wextra -Wcast-qual -Wsign-compare)
 1.8 28-Apr-2008  martin branches: 1.8.8;
Remove clause 3 and 4 from TNF licenses
 1.7 20-Apr-2006  blymn branches: 1.7.18;
Prefix iostat structure elements with io_
 1.6 14-Apr-2006  blymn New io statistics collection.
 1.5 30-Oct-2004  dsl Add (unsigned char) cast to ctype functions
 1.4 01-Jun-2002  lukem SIMPLEQ rototill:
- implement SIMPLEQ_REMOVE(head, elm, type, field). whilst it's O(n),
this mirrors the functionality of SLIST_REMOVE() (the other
singly-linked list type) and FreeBSD's STAILQ_REMOVE()
- remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
- remove notes about SIMPLEQ not supporting arbitrary element removal
- use SIMPLEQ_FOREACH() instead of home-grown for loops
- use SIMPLEQ_EMPTY() appropriately
- use SIMPLEQ_*() instead of accessing sqh_first,sqh_last,sqe_next directly
- reorder manual page; be consistent about how the types are listed
- other minor cleanups
 1.3 29-Sep-2001  jdolecek branches: 1.3.2;
Fix obvious mistake in way the disk tailq is walked.
Fixes bin/14086 by Ben Harris.
 1.2 17-Apr-2001  ad Nits.
 1.1 04-Feb-2001  ad Add a control utility for `mlx' devices. Derived from FreeBSD's `mlxcontrol'.
 1.3.2.2 09-Dec-2001  he Pull up revisions 1.1-1.3 (new, requested by ad):
Add mlxctl(8), a Mylex DAC960 family management utility.
 1.3.2.1 29-Sep-2001  he file dklist.c was added on branch netbsd-1-5 on 2001-12-09 19:36:56 +0000
 1.7.18.1 18-May-2008  yamt sync with head.
 1.8.8.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.9.22.1 10-Aug-2014  tls Rebase.
 1.9.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.3 26-Aug-2002  ad branches: 1.3.30;
- Must now get some info from the kernel, not the board.
- Don't try to do things that the firmware can't handle.
 1.2 06-Feb-2001  ad branches: 1.2.2; 1.2.4;
Squash some nits.
 1.1 04-Feb-2001  ad Add a control utility for `mlx' devices. Derived from FreeBSD's `mlxcontrol'.
 1.2.4.1 28-Jul-2003  he Pull up revision 1.3 (requested by ad in ticket #1129):
Improve stability of the mlx driver.
o Get some info from kernel, not the board
o Don't try to do things the firmware can't handle
 1.2.2.2 09-Dec-2001  he Pull up revisions 1.1-1.2 (new, requested by ad):
Add mlxctl(8), a Mylex DAC960 family management utility.
 1.2.2.1 06-Feb-2001  he file extern.h was added on branch netbsd-1-5 on 2001-12-09 19:37:11 +0000
 1.3.30.1 18-May-2008  yamt sync with head.
 1.7 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.6 21-Feb-2007  hubertf branches: 1.6.10;
Remove unneeded ctype.h header
From: Slava Semushin <slava.semushin@gmail.com>
 1.5 26-Aug-2002  ad - Must now get some info from the kernel, not the board.
- Don't try to do things that the firmware can't handle.
 1.4 07-Apr-2002  ad branches: 1.4.2;
Fix -a: correctly verify which disks belong to the current controller, and
print a more informative message if we don't find any. Addresses part of
(already closed) PR 14086.
 1.3 17-Apr-2001  ad branches: 1.3.2;
Nits.
 1.2 20-Feb-2001  cgd use getprogname()
 1.1 04-Feb-2001  ad Add a control utility for `mlx' devices. Derived from FreeBSD's `mlxcontrol'.
 1.3.2.3 11-Apr-2002  he Pull up revision 1.4 (requested by ad):
Fix ``-a'' option: verify which disks belong to the current
controller, and print a more informative message if we did not
find any. Fixes part of PR#14086.
 1.3.2.2 09-Dec-2001  he Pull up revisions 1.1-1.3 (new, via patch, requested by ad):
Add mlxctl(8), a Mylex DAC960 family management utility.
 1.3.2.1 17-Apr-2001  he file main.c was added on branch netbsd-1-5 on 2001-12-09 19:37:30 +0000
 1.4.2.1 28-Jul-2003  he Pull up revision 1.5 (requested by ad in ticket #1129):
Improve stability of the mlx driver.
o Get some info from kernel, not the board
o Don't try to do things the firmware can't handle
 1.6.10.1 18-May-2008  yamt sync with head.
 1.10 02-May-2008  martin Move TNF licenses to 2 clause form
 1.9 13-Nov-2006  ad branches: 1.9.16;
Remove authors section, and update history where appropriate.
 1.8 07-Apr-2003  wiz Some e.g. cleanup: replace "eg" with "e.g.,". From Igor Sobrado in PR 19692.
 1.7 31-Mar-2003  perry Incresed->Increased, Micheal->Michael, from Igor Sobrado PR misc/20739
 1.6 14-Feb-2003  grant The correct capitalisation of 'NetBSD.org' is (you
guessed it) 'NetBSD.org'.

some mdoc fixes.
 1.5 26-Aug-2002  ad Re-word a sentence.
 1.4 19-Jan-2002  wiz branches: 1.4.2;
Improve markup.
 1.3 18-Dec-2001  ad First appeared in 1.5.3.
 1.2 06-Feb-2001  ad branches: 1.2.2;
Squash some nits.
 1.1 04-Feb-2001  ad Add a control utility for `mlx' devices. Derived from FreeBSD's `mlxcontrol'.
 1.2.2.2 09-Dec-2001  he Pull up revisions 1.1-1.2 (new, via patch, requested by ad):
Add mlxctl(8), a Mylex DAC960 family management utility.
Also mark as ``First appeared in NetBSD 1.5.3.''
 1.2.2.1 06-Feb-2001  he file mlxctl.8 was added on branch netbsd-1-5 on 2001-12-09 19:38:03 +0000
 1.4.2.1 28-Jul-2003  he Pull up revision 1.5 (requested by ad in ticket #1129):
Improve stability of the mlx driver.
o Get some info from kernel, not the board
o Don't try to do things the firmware can't handle
 1.9.16.1 18-May-2008  yamt sync with head.
 1.7 17-Apr-2009  lukem Fix WARNS=4 issues (-Wshadow -Wextra -Wcast-qual -Wsign-compare)
 1.6 28-Apr-2008  martin branches: 1.6.8;
Remove clause 3 and 4 from TNF licenses
 1.5 15-Dec-2007  perry branches: 1.5.4;
replace instances of __attribute__((__packed__)) with __packed
 1.4 07-Apr-2002  ad branches: 1.4.24;
Sync the firmware version report with mlx.c. Addresses PR 14155.
 1.3 17-Apr-2001  ad branches: 1.3.2;
Nits.
 1.2 09-Feb-2001  enami Pull in decl. of memset() so that this can be compiled on alpha.
 1.1 04-Feb-2001  ad Add a control utility for `mlx' devices. Derived from FreeBSD's `mlxcontrol'.
 1.3.2.3 11-Apr-2002  he Pull up revision 1.4 (requested by ad):
Sync the firmware version report with mlx.c. Fixes PR#14155.
 1.3.2.2 09-Dec-2001  he Pull up revisions 1.1-1.3 (new, requested by ad):
Add mlxctl(8), a Mylex DAC960 family management utility.
 1.3.2.1 17-Apr-2001  he file util.c was added on branch netbsd-1-5 on 2001-12-09 19:38:21 +0000
 1.4.24.1 09-Jan-2008  matt sync with HEAD
 1.5.4.1 18-May-2008  yamt sync with head.
 1.6.8.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

RSS XML Feed