summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mlxcontrol
Commit message (Collapse)AuthorAgeFilesLines
* Make mlxcontrol work with more than one system drive:sepotvin2008-09-122-4/+6
| | | | | | | | | | | | | - When searching for the next system drive, return the next one instead of always returning the first one. - Plug fd lead and make sure that the MLX_NEXT_CHILD ioctl is called on the controller fd, not the disk's one. While there, fix a cut-n-pase error in a warning. Reviewed by: jhb Approved by: kan (mentor) MFC after: 1 month
* Sort sections.ru2005-01-181-4/+4
|
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-10-021-1/+1
|
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+2
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-5/+5
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove whitespace at EOL.dd2001-07-151-4/+4
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-8/+8
|
* Remove hard sentence breaks introduced in the previous commit.sheldonh2000-08-101-3/+4
|
* Added extra paragraph to document the 'rebuild' feature.unfurl2000-08-091-2/+18
| | | | Reviewed by: msmith
* Back out the previous change to the queue(3) interface.jake2000-05-261-6/+6
| | | | | | It was not discussed and should probably not happen. Requested by: msmith and others
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-6/+6
| | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd
* Whitespace change: reformat to avoid hard sentence breaks and longsheldonh2000-04-131-19/+35
| | | | lines.
* Unhook headers from development tree and point to the actual system headers.msmith2000-04-115-28/+9
|
* - Use .Ar properly at the end of a sentence:chris2000-04-111-2/+1
| | | | | | ``.Ar command.'' -> ``.Ar command .'' - Remove a useless empty line.
* This is a command-line management tool for RAID controllers managed by themsmith2000-04-117-0/+1561
mlx(4) driver.
OpenPOWER on IntegriCloud