aboutsummaryrefslogtreecommitdiff
path: root/sbin/ccdconfig
Commit message (Expand)AuthorAgeFilesLines
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-102-8/+6
* Sort sections.Ruslan Ermilov2005-01-181-10/+10
* Fixed display types.Ruslan Ermilov2005-01-151-5/+5
* Replace link to nonexistent raid(4) with one to geom(8). I don't likeDima Dorfman2004-10-311-2/+1
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-20/+40
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Try to catch up with device name changes due to GEOM'ification. RemoveDavid E. O'Brien2003-12-081-14/+19
* Make this WARNS=6 clean by renaming the variable 'err' to 'error'Johan Karlsson2003-08-072-7/+7
* Be consistent about module names.Poul-Henning Kamp2003-06-091-2/+2
* GEOMification of CCD.Poul-Henning Kamp2003-06-091-165/+69
* Further devilification of CCD:Poul-Henning Kamp2003-06-021-122/+29
* Use GEOM OAM api to retrive list of configured ccd devices.Poul-Henning Kamp2003-06-022-0/+22
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+2
* Don't pick the name out of the devstat member of the ccd softc, it willPoul-Henning Kamp2003-03-061-2/+1
* mdoc(7) police: markup laundry.Ruslan Ermilov2003-02-231-3/+6
* Convert references to other manpages to .Xr and addGiorgos Keramidas2003-01-261-4/+7
* Fix two errorchecks to check for negative error returns.Poul-Henning Kamp2003-01-181-2/+2
* Find places to store the previously implicityly passed unit number inPoul-Henning Kamp2003-01-172-18/+21
* Fix various details so we get to WARNS=3.Poul-Henning Kamp2003-01-172-83/+33
* I don't know where we got this ccd creation example from... or if it wasDavid E. O'Brien2003-01-101-2/+9
* Remove CCDF_SWAP and CCDF_PARITY. They have never been implemented.Poul-Henning Kamp2003-01-032-4/+0
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* The .Nm utilityPhilippe Charnier2002-07-061-7/+11
* o __P removal.Warner Losh2002-03-181-41/+24
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* Spelling police: "more then" - "more than" where appropriate.Dima Dorfman2001-11-241-1/+1
* Removed -M and -N from getopt(3) call as well.Ruslan Ermilov2001-09-111-1/+1
* Duh! forgot this bit of the NCCD patch.Poul-Henning Kamp2001-09-043-152/+83
* SECURITY: Drop `setgid kmem' bit as early as possible.Ruslan Ermilov2001-08-311-0/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-4/+4
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-4/+0
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-1/+0
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-4/+1
* Add missing coma in SEE ALSO sectionAlexey Zelkin2000-12-141-1/+1
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-2/+3
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-6/+6
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
* Fix world-breakage: warnx("..') --> warnx("...")Alexander Langer2000-08-051-1/+1
* Don't call warnx() without a format string (localized error messagesKris Kennaway2000-08-051-4/+4
* Removal of sys/device.hNick Hibma1999-10-051-1/+0
* Silence -WallBill Fumerola1999-09-261-1/+2
* Bring documentation up to dateMatthew Dillon1999-09-231-5/+60
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Mention that CCD requires partitions of type FS_BSDFFS.Joseph Koshy1999-08-061-1/+7
* (1) Include linker.h because we use kldload()Bill Fumerola1999-07-041-3/+5