aboutsummaryrefslogtreecommitdiff
path: root/sbin/ccdconfig/ccdconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Make this WARNS=6 clean by renaming the variable 'err' to 'error'Johan Karlsson2003-08-071-6/+6
* 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-021-0/+19
* 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
* 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-171-18/+18
* Fix various details so we get to WARNS=3.Poul-Henning Kamp2003-01-171-82/+32
* Remove CCDF_SWAP and CCDF_PARITY. They have never been implemented.Poul-Henning Kamp2003-01-031-2/+0
* o __P removal.Warner Losh2002-03-181-41/+24
* 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-041-135/+83
* SECURITY: Drop `setgid kmem' bit as early as possible.Ruslan Ermilov2001-08-311-0/+2
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-2/+3
* 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* (1) Include linker.h because we use kldload()Bill Fumerola1999-07-041-3/+5
* don't use <sys/disk.h>Poul-Henning Kamp1999-05-061-2/+1
* kldload("ccd") if the ccd module isn't present.Peter Wemm1999-04-051-1/+8
* Update system to new device statistics code.Justin T. Gibbs1998-09-151-1/+2
* Correct use of .Nm, use .Bl/.El in FILES section. Add rcsid. Remove unusedPhilippe Charnier1998-06-041-9/+8
* Properly drop group privs to open file names specified by the user.Warner Losh1997-12-301-1/+15
* Remove __progname. Cosmetic in usage string.Philippe Charnier1997-06-101-12/+8
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add mirror and parity flags to list of symbolic names.Satoshi Asami1996-01-301-1/+3
* Added $Id$.Satoshi Asami1995-12-281-0/+2
* Make it work for FreeBSD-2.1.Satoshi Asami1995-12-271-21/+8
* ccdcontrol from NetBSD-1.1. Note it was called "ccdconfig" originally.Satoshi Asami1995-12-271-0/+723