aboutsummaryrefslogtreecommitdiff
path: root/sbin/ccdconfig
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Correct use of .Nm, use .Bl/.El in FILES section. Add rcsid. Remove unusedPhilippe Charnier1998-06-042-18/+22
| | | | | | | #includes and make it a little more -Wall-friendly. Notes: svn path=/head/; revision=36628
* Properly drop group privs to open file names specified by the user.Warner Losh1997-12-301-1/+15
| | | | | | | | Submitted by: Niall Smart rotel@indigo.ie Obtained from: OpenBSD (rev 1.7 and 1.8) Notes: svn path=/head/; revision=32116
* Remove __progname. Cosmetic in usage string.Philippe Charnier1997-06-101-12/+8
| | | | Notes: svn path=/head/; revision=26541
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22990
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* .Os NetBSD -> .Os FreeBSD.Wolfram Schneider1996-09-281-1/+1
| | | | | | | The pages are not NetBSD specific and FreeBSD is not a child of NetBSD. Notes: svn path=/head/; revision=18549
* Our kernel is not called /netbsd. ;)Satoshi Asami1996-06-141-4/+4
| | | | | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr> Notes: svn path=/head/; revision=16362
* Add CCDF_MIRROR and CCDF_PARITY to list of flags.Satoshi Asami1996-01-311-0/+2
| | | | Notes: svn path=/head/; revision=13781
* Add mirror and parity flags to list of symbolic names.Satoshi Asami1996-01-301-1/+3
| | | | Notes: svn path=/head/; revision=13762
* ccdcontrol -> ccdconfig.Satoshi Asami1996-01-301-3/+3
| | | | Notes: svn path=/head/; revision=13722
* Added $Id$.Satoshi Asami1995-12-281-0/+2
| | | | Notes: svn path=/head/; revision=13070
* Make it work for FreeBSD-2.1.Satoshi Asami1995-12-271-21/+8
| | | | Notes: svn path=/head/; revision=13052
* Makefile.Satoshi Asami1995-12-271-0/+11
| | | | Notes: svn path=/cvs2svn/branches/FREEBSD/; revision=13049
* Oops, forgot pathnames.h.Satoshi Asami1995-12-271-0/+35
| | | | Notes: svn path=/cvs2svn/branches/FREEBSD/; revision=13047
* ccdcontrol from NetBSD-1.1. Note it was called "ccdconfig" originally.Satoshi Asami1995-12-272-0/+877
Notes: svn path=/cvs2svn/branches/FREEBSD/; revision=13044