summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* style.Makefile(5):johan2004-02-231-1/+1
| | | | Use WARNS?= instead of WARNS=.
* Remove VINUMDEBUG. vinum(8) always compiles with VINUMDEBUG to be ablegrog2003-05-011-1/+1
| | | | to cope with kernel modules with VINUMDEBUG.
* Default to WARNS=2.obrien2001-12-041-1/+2
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* Reinstate VINUMDEBUG. Removing it also removes some diagnostic commands.grog2001-10-151-1/+1
| | | | I should reconsider whether I just leave them in without #ifdef VINUMDEBUG.
* Add some features to libdevstat, and overhaul the interface a bit:tmm2001-08-041-2/+2
| | | | | | | | | | | | | | | | | | | | | 1.) prefix all functions in the library with devstat_ (compatability functions are available for all functions that were chaned in an incompatible way, but are deprecated). 2.) Add a pointer to a kvm_t as the first argument to functions that used to get their information via sysctl; they behave the same as before when NULL is passed as this argument, otherwise, the information is obtained via libkvm using the supplied handle. 3.) Add a new function, devstat_compute_statistics(), that is intended to replace the old compute_stats() function. It offers more statistics data, and has a more flexible interface. libdevstat does now require libkvm; a library depedency is added, so that libkvm only needs to be explicitely specified for statically linked programs. The library major version number is bumped. Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>, ken (3) Reviewed by: ken
* Remove cruft.grog2001-05-231-3/+0
|
* Remove -DVINUMDEBUG. vinum(8) now always supports debug options ifgrog2001-05-231-1/+1
| | | | the kernel module is built that way.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* Fix vinum for both devfs and non-devfs systems.alfred2001-02-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | userland tool: Use the vfs.devfs.generation sysctl to test for devfs presense (thanks phk!) when devfs is active it will not try to create the device nodes in /dev and therefore will not complain about the failure to do so. Revert the change in the #define for VINUM_DIR in the kernel header so that vinum can find its device nodes. Replace perror() with vinum_perror() to print file/line when DEVBUG is defined (not defined by default). kernel: Don't use the #define names for the "superdev" creation since they will be prepended by "/dev/" (based on VINUM_DIR), instead use string constants. Create both debug and non-debug "superdev" nodes in the devfs. Problem noticed and fix tested by: Martin Blapp <mblapp@fuchur.lan.attic.ch>
* Bring LDADD in line with DPADD.grog2000-09-061-1/+1
| | | | Reported by: bde
* Clean up now that setproctitle() is in libc.grog2000-09-031-1/+1
| | | | Submitted by: brian
* Remove MAINTAINER.grog2000-04-161-2/+0
|
* Fixed a missing library in DPADD.bde2000-03-271-3/+4
| | | | Fixed some misformattings.
* Remove -g compiler flag.marcel2000-01-031-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* If the wrong version of vinum(8) has been started (i.e. non-RAID-5grog1999-04-091-1/+1
| | | | | | | when the kernel module is RAID-5, or the other way round), execve() the correct one. Add \n to an error message.
* Include libdevstat in executable, for extended start command.grog1999-02-111-3/+3
|
* Correct include pathsgrog1999-01-311-6/+2
| | | | | Remove unnecessary additional CFLAGS Remove BINGRP and BINMODE
* Add MAINTAINERgrog1999-01-301-0/+3
|
* 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>
* Tweaks as a result of having vinum statically buildable in a kernel.peter1998-12-281-3/+3
|
* Reenable vinum after repository copy.sos1998-12-281-3/+3
| | | | Forgotten by: Peter.
* 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.
* Import base vinum userland sourcesgrog1998-09-161-0/+23
OpenPOWER on IntegriCloud