aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/dpt
Commit message (Collapse)AuthorAgeFilesLines
* Hide in the Attic. This isn't built any more (it wont) and it can betterDavid E. O'Brien2001-07-2123-1878/+0
| | | | | | | collect dust up there. Notes: svn path=/head/; revision=80059
* Removed CSRG ids. CSRG never had anything to do with dpt.Bruce Evans2001-07-207-28/+0
| | | | | | | | | | Don't set BINMODE to 500. This is not a setuid program. Note: the dpt utilities have never been attached to the world and haven't been compilable for a year or two. Notes: svn path=/head/; revision=80046
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-207-14/+21
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-207-7/+7
| | | | Notes: svn path=/head/; revision=80022
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-267-0/+7
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-207-14/+0
| | | | Notes: svn path=/head/; revision=74532
* Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard1999-08-286-2/+11
| | | | | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=50534
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2817-17/+17
| | | | Notes: svn path=/head/; revision=50479
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+2
| | | | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48791
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-197-13/+7
| | | | Notes: svn path=/head/; revision=39496
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
| | | | Notes: svn path=/head/; revision=39495
* Don't mess around in OBJDIR for includes, and remove some warnings.Eivind Eklund1998-08-0611-28/+31
| | | | Notes: svn path=/head/; revision=38148
* Update DPT driver from 1.4.3 to 1.4.5Eivind Eklund1998-08-053-22/+51
| | | | | | | Submitted by: Simon Shapiro <shimon@simon-shapiro.org> Notes: svn path=/head/; revision=38115
* Undouble.Bruce Evans1998-05-011-5/+2
| | | | Notes: svn path=/head/; revision=35593
* A bit of the dpt userland utilities that got left out.Julian Elischer1998-01-263-0/+136
| | | | Notes: svn path=/head/; revision=32803
* Obtained from: Simon ShapiroJulian Elischer1998-01-2620-0/+1737
Userland utilities to control, and monitor a DPT RAID system. Notes: svn path=/head/; revision=32802