aboutsummaryrefslogtreecommitdiff
path: root/sbin/ccdconfig
Commit message (Collapse)AuthorAgeFilesLines
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
| | | | Notes: svn path=/head/; revision=131506
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-20/+40
| | | | Notes: svn path=/head/; revision=131488
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
| | | | | | | | | per letter dated July 22, 1999. Approved by: core, imp Notes: svn path=/head/; revision=128073
* Try to catch up with device name changes due to GEOM'ification. RemoveDavid E. O'Brien2003-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. Notes: svn path=/head/; revision=123295
* Make this WARNS=6 clean by renaming the variable 'err' to 'error'Johan Karlsson2003-08-072-7/+7
| | | | | | | | | in order not to shadow err(3). Tested by: make universe Notes: svn path=/head/; revision=118632
* Be consistent about module names.Poul-Henning Kamp2003-06-091-2/+2
| | | | Notes: svn path=/head/; revision=116126
* GEOMification of CCD.Poul-Henning Kamp2003-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. Notes: svn path=/head/; revision=116111
* Further devilification of CCD:Poul-Henning Kamp2003-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. Notes: svn path=/head/; revision=115731
* Use GEOM OAM api to retrive list of configured ccd devices.Poul-Henning Kamp2003-06-022-0/+22
| | | | | | | Link against libgeom. Notes: svn path=/head/; revision=115730
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+2
| | | | Notes: svn path=/head/; revision=114589
* Don't pick the name out of the devstat member of the ccd softc, it willPoul-Henning Kamp2003-03-061-2/+1
| | | | | | | disappear soon. Exporting the softc in the first place is a mistake. Notes: svn path=/head/; revision=111943
* mdoc(7) police: markup laundry.Ruslan Ermilov2003-02-231-3/+6
| | | | Notes: svn path=/head/; revision=111285
* Convert references to other manpages to .Xr and addGiorgos Keramidas2003-01-261-4/+7
| | | | | | | entries to the SEE ALSO section. Notes: svn path=/head/; revision=109846
* Fix two errorchecks to check for negative error returns.Poul-Henning Kamp2003-01-181-2/+2
| | | | Notes: svn path=/head/; revision=109472
* Find places to store the previously implicityly passed unit number inPoul-Henning Kamp2003-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. Notes: svn path=/head/; revision=109421
* Fix various details so we get to WARNS=3.Poul-Henning Kamp2003-01-172-83/+33
| | | | | | | Center operation on unit number rather than path name. Notes: svn path=/head/; revision=109417
* I don't know where we got this ccd creation example from... or if it wasDavid E. O'Brien2003-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. Notes: svn path=/head/; revision=109076
* Remove CCDF_SWAP and CCDF_PARITY. They have never been implemented.Poul-Henning Kamp2003-01-032-4/+0
| | | | Notes: svn path=/head/; revision=108592
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
| | | | Notes: svn path=/head/; revision=102231
* The .Nm utilityPhilippe Charnier2002-07-061-7/+11
| | | | Notes: svn path=/head/; revision=99501
* o __P removal.Warner Losh2002-03-181-41/+24
| | | | | | | | o Use ANSI function definitions. o main(int, char *[]) Notes: svn path=/head/; revision=92539
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
| | | | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87325
* Spelling police: "more then" - "more than" where appropriate.Dima Dorfman2001-11-241-1/+1
| | | | Notes: svn path=/head/; revision=86875
* Removed -M and -N from getopt(3) call as well.Ruslan Ermilov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=83329
* Duh! forgot this bit of the NCCD patch.Poul-Henning Kamp2001-09-043-152/+83
| | | | | | | | Submitted by: sobomax Reviewed by: phk Notes: svn path=/head/; revision=82943
* SECURITY: Drop `setgid kmem' bit as early as possible.Ruslan Ermilov2001-08-311-0/+2
| | | | Notes: svn path=/head/; revision=82664
* Remove whitespace at EOL.Dima Dorfman2001-07-151-4/+4
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79530
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-4/+0
| | | | Notes: svn path=/head/; revision=79454
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-1/+0
| | | | Notes: svn path=/head/; revision=76812
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74815
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-2/+2
| | | | Notes: svn path=/head/; revision=74531
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-2/+2
| | | | Notes: svn path=/head/; revision=71099
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-4/+1
| | | | Notes: svn path=/head/; revision=70401
* Add missing coma in SEE ALSO sectionAlexey Zelkin2000-12-141-1/+1
| | | | | | | Reported by: Rich Morin <rdm@cfcl.com> Notes: svn path=/head/; revision=70025
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-2/+3
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-6/+6
| | | | Notes: svn path=/head/; revision=68960
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
| | | | Notes: svn path=/head/; revision=68854
* Fix world-breakage: warnx("..') --> warnx("...")Alexander Langer2000-08-051-1/+1
| | | | | | | | | Submitted by: Alain Thivillon <Alain.Thivillon@hsc.fr>, Udo Erdelhoff <ue@nathan.ruhr.de> Approved by: green Notes: svn path=/head/; revision=64282
* Don't call warnx() without a format string (localized error messagesKris Kennaway2000-08-051-4/+4
| | | | | | | | | could conceivably cause a crash). Obtained from: OpenBSD Notes: svn path=/head/; revision=64275
* Removal of sys/device.hNick 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. Notes: svn path=/head/; revision=51957
* Silence -WallBill Fumerola1999-09-261-1/+2
| | | | | | | Reviewed by: dillon Notes: svn path=/head/; revision=51690
* Bring documentation up to dateMatthew Dillon1999-09-231-5/+60
| | | | Notes: svn path=/head/; revision=51604
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50476
* Mention that CCD requires partitions of type FS_BSDFFS.Joseph Koshy1999-08-061-1/+7
| | | | | | | | PR: docs/12985 Submitted by: Kiril Mitev <kiril@ideaglobal.com> Notes: svn path=/head/; revision=49454
* (1) Include linker.h because we use kldload()Bill Fumerola1999-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 Notes: svn path=/head/; revision=48568
* don't use <sys/disk.h>Poul-Henning Kamp1999-05-061-2/+1
| | | | Notes: svn path=/head/; revision=46577
* kldload("ccd") if the ccd module isn't present.Peter Wemm1999-04-051-1/+8
| | | | Notes: svn path=/head/; revision=45329
* Change sd -> da in examples.Satoshi Asami1998-11-191-4/+4
| | | | | | | Inspired by: a mail by Scott Smyth <smyth@bashful.realminfo.com> Notes: svn path=/head/; revision=41255
* Update system to new device statistics code.Justin T. Gibbs1998-09-151-1/+2
| | | | | | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com> mike@smith.net.au (Mike Smith) Notes: svn path=/head/; revision=39228