aboutsummaryrefslogtreecommitdiff
path: root/lib/libscsi
Commit message (Collapse)AuthorAgeFilesLines
* libscsi is obsoleted by CAM.Justin T. Gibbs1998-09-174-1649/+0
| | | | Notes: svn path=/head/; revision=39402
* -I${DESTDIR}/sys -> -I${.CURDIR}/../../sys.Bruce Evans1997-08-261-1/+1
| | | | Notes: svn path=/head/; revision=28801
* Add appropriate ${DESTDIR} in front of absolute paths.Satoshi Asami1997-07-181-1/+1
| | | | Notes: svn path=/head/; revision=27498
* Don't use the undocumented .Fr (function return value) macro for functionMike Pritchard1997-03-191-33/+34
| | | | | | | | arguments. Use .Fa instead (the output is the same). Also fixed a formatting error. Notes: svn path=/head/; revision=24057
* Fixed quoting in .Fn macro invocations in synopsis. The args must beBruce Evans1997-03-191-8/+8
| | | | | | | | | quoted individually. Quoting them all together sort of worked, except for scsreq_build(), the long arg list was chopped near column 80, to no avail since the closing parentheses was put on new line by itself. Notes: svn path=/head/; revision=24010
* Add a pair __BEGIN_DECLS/__END_DECLSJean-Marc Zucconi1997-03-131-0/+2
| | | | Notes: svn path=/head/; revision=23821
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
| | | | Notes: svn path=/head/; revision=21907
* 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
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-2/+1
| | | | Notes: svn path=/head/; revision=17935
* Add a couple more man page links and some minor formatting fixes.Mike Pritchard1996-02-092-5/+6
| | | | Notes: svn path=/head/; revision=13991
* Added some missing MLINKS for section 3 man pages.Mike Pritchard1996-02-092-4/+6
| | | | | | | | | | Also corrected a few minor formatting errors, file location and cross references in some of the section 3 man pages. This shuts up a lot of the output from "manck" for section 3. Notes: svn path=/head/; revision=13987
* Another round of spelling fixes.Mike Pritchard1996-01-301-3/+3
| | | | Notes: svn path=/head/; revision=13754
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-061-1/+1
| | | | | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary. Notes: svn path=/head/; revision=9970
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-11/+11
| | | | Notes: svn path=/head/; revision=8870
* Make it so that the command formats are the same for both -i and -o.Peter Dufault1995-05-052-16/+71
| | | | | | | This means "t" has to stand for bit fields, since b is a valid hex number. Notes: svn path=/head/; revision=8297
* Fix a few problems with the debugging output. Add a new "visit" function.Peter Dufault1995-04-282-3/+12
| | | | Notes: svn path=/head/; revision=8144
* Clean up handling of unspecified names. Clarify man page.Peter Dufault1995-01-262-97/+111
| | | | Notes: svn path=/head/; revision=5946
* Remove "va_start" macro.Peter Dufault1995-01-251-2/+1
| | | | Notes: svn path=/head/; revision=5867
* SCSI library layered on SCIOCOMMANDPeter Dufault1995-01-244-0/+1567
Notes: svn path=/cvs2svn/branches/libscsi/; revision=5847