summaryrefslogtreecommitdiffstats
path: root/lib/libscsi
Commit message (Collapse)AuthorAgeFilesLines
* -I${DESTDIR}/sys -> -I${.CURDIR}/../../sys.bde1997-08-261-1/+1
|
* Add appropriate ${DESTDIR} in front of absolute paths.asami1997-07-181-1/+1
|
* Don't use the undocumented .Fr (function return value) macro for functionmpp1997-03-191-33/+34
| | | | | arguments. Use .Fa instead (the output is the same). Also fixed a formatting error.
* Fixed quoting in .Fn macro invocations in synopsis. The args must bebde1997-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.
* Add a pair __BEGIN_DECLS/__END_DECLSjmz1997-03-131-0/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Sort cross references.wosch1997-01-201-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* cmp -s || install -c ==> install -Cpeter1996-08-301-2/+1
|
* Add a couple more man page links and some minor formatting fixes.mpp1996-02-092-5/+6
|
* Added some missing MLINKS for section 3 man pages.mpp1996-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.
* Another round of spelling fixes.mpp1996-01-301-3/+3
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-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.
* Remove trailing whitespace.rgrimes1995-05-302-11/+11
|
* Make it so that the command formats are the same for both -i and -o.dufault1995-05-052-16/+71
| | | | This means "t" has to stand for bit fields, since b is a valid hex number.
* Fix a few problems with the debugging output. Add a new "visit" function.dufault1995-04-282-3/+12
|
* Clean up handling of unspecified names. Clarify man page.dufault1995-01-262-97/+111
|
* Remove "va_start" macro.dufault1995-01-251-2/+1
|
* SCSI library layered on SCIOCOMMANDdufault1995-01-244-0/+1567
OpenPOWER on IntegriCloud