summaryrefslogtreecommitdiffstats
path: root/sbin/vinum
Commit message (Collapse)AuthorAgeFilesLines
* Correct include pathsgrog1999-01-311-6/+2
| | | | | Remove unnecessary additional CFLAGS Remove BINGRP and BINMODE
* Add MAINTAINERgrog1999-01-301-0/+3
|
* Fix broken command tables (change formatting from tbl to .Bl/.El)grog1999-01-271-145/+32
| | | | | Move the BUGS section to vinum.4: the only bug in vinum.8 was the man page, fixed with this commit.
* Update to reflect major changes in vinum kernel modulegrog1999-01-214-131/+431
|
* Update to reflect changes in kernel lkmgrog1999-01-211-84/+169
|
* Remove -DRAID5 from CFLAGSgrog1999-01-211-2/+2
|
* Don't install vinum(8) sgid.grog1999-01-131-2/+2
| | | | Reported-by: Paul Hart <hart@iserver.com>
* - Format corrections for troff outputgrog1999-01-091-14/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Comment out the description of the unimplemented replace command - Explain in even stronger language that resetconfig is not for everyday use Motivated by: Marko Schütz <marko@ki.informatik.uni-frankfurt.de> - Correct the description of the start command (no longer used to start vinum, just specific objects) Motivated by: dg - Remove .TH N commands, which conflict badly with the doc macros, causing strange headings in nroff output and endless loops in troff. The current version produces warning messages with some screen sizes, and will be fixed when I have time. Bug-report: docs/9328 (nroff) Reported-by: joerg (troff) - Add gotcha info for the setupstate keyword and the use of label and resetconfig. - Add bug entry for the warning messages introduced by fixing docs/9328. - Add references to web pages on Vinum
* Complete change from DEBUG to VINUMDEBUG. Now it still builds whengrog1999-01-062-4/+4
| | | | VINUMDEBUG is set as well.
* Complete previous commit: change debug macro from DEBUG to VINUMDEBUGgrog1999-01-061-5/+7
| | | | Reported by: dg
* Fix problems compiling without -DVINUMDEBUGgrog1999-01-061-3/+7
| | | | Reported by: dg
* Tweaks as a result of having vinum statically buildable in a kernel.peter1998-12-284-10/+10
|
* Reenable vinum after repository copy.sos1998-12-281-3/+3
| | | | Forgotten by: Peter.
* - Correct alphabetical order of commandsgrog1998-12-271-36/+125
| | | | | | | | | | | | | | - Describe subdisk attachment in more detail - Describe new 'makedev' command - Correct use of 'partition' and 'slice' - Describe 'setupstate' keyword - Include performance guidelines for striped plexes - Correct numerical values in examples - Add examples for disklabel(8) - Clarify problems creating Vinum drives on inappropriate partitions Prodded by: NAGANUMA Yasuhiro <y_naga@carat.rim.or.jp> (slices and partitions)
* Correct u_int_64 casting to remove warnings in printf()grog1998-11-031-2/+2
|
* Show revive pointer in percentage complete as well as absolute value.grog1998-11-021-4/+5
|
* Remove kludge to set subdisk states when bringing up a plexgrog1998-11-021-50/+1
|
* list.c:grog1998-10-211-4/+106
| | | | | Add dump of last requests with 'info -V'. This requires the requests to be enabled with 'debug 8'.
* Honour the default CFLAGS. This fixes a spew of warnings for compilingbde1998-10-171-14/+6
| | | | | | | | | | | | | | | | unused static inlines in headers without -O. Fixed missing libraries in DPADD. Use .PATH instead of a symlink farm. Removed bogus dependency of util.c on statetext.h (only util.o depends on it). Removed rule for building statetext.h. The dependency was used to get statetext.h built, but statetext.h is a non-generated source file so it doesn't need building. This fixes an annoying message for the null build and use of `make' instead of ${MAKE} to do the null build. Fixed some style bugs.
* Don't assume that time_t is long.bde1998-10-171-3/+7
|
* Bring man page up to dategrog1998-09-291-34/+52
|
* Import base vinum userland sourcesgrog1998-09-166-0/+3375
OpenPOWER on IntegriCloud