summaryrefslogtreecommitdiffstats
path: root/sbin/ccdconfig
Commit message (Collapse)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
| | | | | | per letter dated July 22, 1999. Approved by: core, imp
* Try to catch up with device name changes due to GEOM'ification. Removeobrien2003-12-081-14/+19
| | | | | | note about requirement of operating on 'c' partition, GEOM removed this. Mention RAIDframe, don't mention DPT hardware RAID as a good alternative.
* Make this WARNS=6 clean by renaming the variable 'err' to 'error'johan2003-08-072-7/+7
| | | | | | in order not to shadow err(3). Tested by: make universe
* Be consistent about module names.phk2003-06-091-2/+2
|
* GEOMification of CCD.phk2003-06-091-165/+69
| | | | | You need your kernel and ccdconfig(8) to be in sync, particularly if your source tree is on a ccd device.
* Further devilification of CCD:phk2003-06-021-122/+29
| | | | | | | Change the list interface to simplify things. Remove old list ioctls which bogusly exported the softc to userland. Move the softc and associated structures from the public header to the source file.
* Use GEOM OAM api to retrive list of configured ccd devices.phk2003-06-022-0/+22
| | | | Link against libgeom.
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+2
|
* Don't pick the name out of the devstat member of the ccd softc, it willphk2003-03-061-2/+1
| | | | disappear soon. Exporting the softc in the first place is a mistake.
* mdoc(7) police: markup laundry.ru2003-02-231-3/+6
|
* Convert references to other manpages to .Xr and addkeramida2003-01-261-4/+7
| | | | entries to the SEE ALSO section.
* Fix two errorchecks to check for negative error returns.phk2003-01-181-2/+2
|
* Find places to store the previously implicityly passed unit number inphk2003-01-172-18/+21
| | | | | | | | | | | | | | | | | | | the three configuration ioctls which need a unit number. Add a "ccd.ctl" device for config operations. Implement ioctls on ccd.ctl which rely on the explicityly passed unit numbers. Update ccdconfig to use the new ccd.ctl interface. Add code to the kernel to detect old ccdconfig binaries, and whine about it. Add code to ccdconfig to detect old kernels, and whine about it. These two compatibility measures will be retained only for a limited period since they are in the way of GEOM'ification of ccd.
* Fix various details so we get to WARNS=3.phk2003-01-172-83/+33
| | | | Center operation on unit number rather than path name.
* I don't know where we got this ccd creation example from... or if it wasobrien2003-01-101-2/+9
| | | | | ever correct. It certainly hasn't been correct for *years*, and it conflicts with the FAQ. So update this example to match the FAQ.
* Remove CCDF_SWAP and CCDF_PARITY. They have never been implemented.phk2003-01-032-4/+0
|
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-1/+1
|
* The .Nm utilitycharnier2002-07-061-7/+11
|
* o __P removal.imp2002-03-181-41/+24
| | | | | o Use ANSI function definitions. o main(int, char *[])
* Default to WARNS=2.obrien2001-12-041-0/+1
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* Spelling police: "more then" - "more than" where appropriate.dd2001-11-241-1/+1
|
* Removed -M and -N from getopt(3) call as well.ru2001-09-111-1/+1
|
* Duh! forgot this bit of the NCCD patch.phk2001-09-043-152/+83
| | | | | Submitted by: sobomax Reviewed by: phk
* SECURITY: Drop `setgid kmem' bit as early as possible.ru2001-08-311-0/+2
|
* Remove whitespace at EOL.dd2001-07-151-4/+4
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-4/+0
|
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-181-1/+0
|
* - 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-2/+2
|
* Prepare for mdoc(7)NG.ru2001-01-161-2/+2
|
* Prepare for mdoc(7)NG.ru2000-12-271-4/+1
|
* Add missing coma in SEE ALSO sectionphantom2000-12-141-1/+1
| | | | Reported by: Rich Morin <rdm@cfcl.com>
* Add `_PATH_DEVZERO'.obrien2000-12-091-2/+3
| | | | Use _PATH_* where where possible.
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-6/+6
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
|
* Fix world-breakage: warnx("..') --> warnx("...")alex2000-08-051-1/+1
| | | | | | Submitted by: Alain Thivillon <Alain.Thivillon@hsc.fr>, Udo Erdelhoff <ue@nathan.ruhr.de> Approved by: green
* Don't call warnx() without a format string (localized error messageskris2000-08-051-4/+4
| | | | | | could conceivably cause a crash). Obtained from: OpenBSD
* Removal of sys/device.hn_hibma1999-10-051-1/+0
| | | | | | | | | | | | | - Move intrhook stuff into kernel.h - Remove all occurrences of #device <device.h> - Add kernel.h were necessary (nowhere) - delete device.h This file contained the structures for cfdata (old style config) and is no longer used. It was included by most drivers. It confuses the remote debugger as the definition of 'struct device' in device.h is found before the one in bus_private.h.
* Silence -Wallbillf1999-09-261-1/+2
| | | | Reviewed by: dillon
* Bring documentation up to datedillon1999-09-231-5/+60
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Mention that CCD requires partitions of type FS_BSDFFS.jkoshy1999-08-061-1/+7
| | | | | PR: docs/12985 Submitted by: Kiril Mitev <kiril@ideaglobal.com>
* (1) Include linker.h because we use kldload()billf1999-07-041-3/+5
| | | | | | | (2) Clear up an ambigious, nested if/else (3) Cast a ccio_size to a long and use the correct format identifier. Reviewed by: green
* don't use <sys/disk.h>phk1999-05-061-2/+1
|
* kldload("ccd") if the ccd module isn't present.peter1999-04-051-1/+8
|
* Change sd -> da in examples.asami1998-11-191-4/+4
| | | | Inspired by: a mail by Scott Smyth <smyth@bashful.realminfo.com>
* Update system to new device statistics code.gibbs1998-09-151-1/+2
| | | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com> mike@smith.net.au (Mike Smith)
* Correct use of .Nm, use .Bl/.El in FILES section. Add rcsid. Remove unusedcharnier1998-06-042-18/+22
| | | | #includes and make it a little more -Wall-friendly.
* Properly drop group privs to open file names specified by the user.imp1997-12-301-1/+15
| | | | | Submitted by: Niall Smart rotel@indigo.ie Obtained from: OpenBSD (rev 1.7 and 1.8)
OpenPOWER on IntegriCloud