Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetics | sos | 2004-01-21 | 1 | -1/+1 |
| | |||||
* | Make sure argv[x] exists before using it. | johan | 2003-11-05 | 1 | -9/+15 |
| | | | | | | | | PR: 56696 Reported by: Igor Truszkowski <igort@intergate.pl> Submitted by: maxim@ Approved by: sos@ MFC after: 2 weeks | ||||
* | Make this WARNS=6 clean by: | johan | 2003-11-05 | 2 | -4/+14 |
| | | | | | | | | | | | - declaring 'mode2str' as returning a 'const char *' - prototyping all function - rename the argument 'version' to 'ver', not to shadow the now prototyped function 'version'. Also mark it as WARNS?= 6 clean to try to keep it clean. Tested by: make universe (including amd64) | ||||
* | Adjust to the new sys/ata.h layout | sos | 2003-08-24 | 1 | -29/+35 |
| | |||||
* | DOnt allow getting caps from other than master and slave device :) | sos | 2003-05-05 | 1 | -0/+3 |
| | |||||
* | Added more descriptive error outputs. | sos | 2003-05-04 | 1 | -13/+39 |
| | | | | PR: 46096 | ||||
* | On getting status print the stripesize on RAID0's. | sos | 2003-05-04 | 1 | -2/+4 |
| | |||||
* | Add "addspare" functionality. | sos | 2003-05-02 | 2 | -3/+20 |
| | |||||
* | Make this WARNS=2 clean by using %j and (uintmax_t). | johan | 2003-04-22 | 2 | -2/+2 |
| | | | | | Reviewed by: tjr@ on audit@ Approved by: silence from sos@ | ||||
* | - Add a new ioctl to get the maximum number of ATA channels. | mux | 2003-03-22 | 1 | -4/+7 |
| | | | | | | | | | | - Use it in atacontrol(8) when listing ATA devices instead of stopping at the first ENXIO received. This makes atacontrol list work on my sparc64 where the two ATA channels I have are numbered 2 and 3. Reviewed by: sos | ||||
* | mdoc(7) police: markup nits. | ru | 2002-12-23 | 1 | -19/+31 |
| | |||||
* | Add a list of currently supported modes && an EXAMPLES section. | trhodes | 2002-12-14 | 1 | -0/+34 |
| | | | | | PR: 40465 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> | ||||
* | Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes. | mike | 2002-09-16 | 1 | -4/+6 |
| | |||||
* | Use the proper fields for security. | sos | 2002-09-12 | 1 | -2/+2 |
| | | | | PR: 41870 | ||||
* | mdoc(7) police: kill hard sentence break. | ru | 2002-08-13 | 1 | -1/+2 |
| | |||||
* | Also print the serial # on atacontrol cap .... | sos | 2002-07-31 | 1 | -0/+1 |
| | |||||
* | The .Nm utility | charnier | 2002-07-06 | 1 | -1/+4 |
| | |||||
* | Minor spelling and grammar fixes in the atacontrol(8) manual page. | trhodes | 2002-07-02 | 1 | -11/+11 |
| | | | | PR: 39393 | ||||
* | mdoc(7) police: tidy up the markup. | ru | 2002-05-29 | 1 | -12/+35 |
| | |||||
* | Sync with the new endianness in ata.h | sos | 2002-04-05 | 1 | -7/+19 |
| | |||||
* | Be able to print ATA133 mode. | sos | 2002-04-05 | 1 | -1/+1 |
| | |||||
* | Add get-status to the ATA RAID subsystem. | sos | 2002-04-02 | 2 | -11/+61 |
| | |||||
* | Add support for getting status (fan, temp, 5V and 12V levels) from | sos | 2002-03-30 | 2 | -0/+19 |
| | | | | | | Promise Superswap enclosures. Sponsored by: Advanis | ||||
* | Add support for creating/deleting ATA RAID's | sos | 2002-03-27 | 2 | -82/+161 |
| | | | | Sponsored by: Advanis | ||||
* | mdoc(7) police: tiny fixes. | ru | 2002-03-15 | 1 | -2/+2 |
| | |||||
* | Check the <channel> arg a bit more. | sos | 2002-03-10 | 2 | -5/+12 |
| | | | | Submitted by: David Malone <dwmalone@maths.tcd.ie> | ||||
* | Update headers | sos | 2002-03-04 | 2 | -2/+2 |
| | |||||
* | Add the RAID rebuild command. | sos | 2002-03-03 | 2 | -3/+14 |
| | |||||
* | Match the requirements of the new kernel structures. | sos | 2002-02-04 | 1 | -0/+103 |
| | |||||
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+2 |
| | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike | ||||
* | Update to reflect the change in ata.h | sos | 2001-10-07 | 1 | -1/+1 |
| | | | | Forgotten by: sos | ||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Fix bogon introduce by last commit. | sos | 2001-05-18 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: update document date. | ru | 2001-05-17 | 1 | -1/+1 |
| | |||||
* | Update to use the new ioctl interface. | sos | 2001-05-17 | 2 | -73/+71 |
| | | | | Add the list command. | ||||
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 1 | -2/+1 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | Fix minor mdoc(7) and spelling nits. | ru | 2001-03-19 | 1 | -4/+4 |
| | |||||
* | Some minor cleanups to the code, no new functionality. | sos | 2001-03-19 | 1 | -44/+62 |
| | |||||
* | Incorporate most of Ruslans changes plus minor addtion by me | sos | 2001-03-19 | 1 | -32/+48 |
| | |||||
* | Back out ru's changes. Soren has requested this and I see no reason | imp | 2001-03-16 | 4 | -187/+98 |
| | | | | | | to not just do it. It is his new code that is being actively developed so he has say over it. ru's direct changes were premature as they occurred less than 4 hours after it was committed to the tree. | ||||
* | Make this compile with ${BDECFLAGS}, apply style(9), cleanup manpage. | ru | 2001-03-15 | 4 | -98/+187 |
| | |||||
* | Add atacontrol, a util to control variuos aspects of the ATA.4 driver, | sos | 2001-03-15 | 3 | -0/+302 |
please consult atacontrol.8 for usage.. |