Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | -I${DESTDIR}/sys -> -I${.CURDIR}/../../sys. | bde | 1997-08-26 | 1 | -1/+1 |
| | |||||
* | Add appropriate ${DESTDIR} in front of absolute paths. | asami | 1997-07-18 | 1 | -1/+1 |
| | |||||
* | Don't use the undocumented .Fr (function return value) macro for function | mpp | 1997-03-19 | 1 | -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 be | bde | 1997-03-19 | 1 | -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_DECLS | jmz | 1997-03-13 | 1 | -0/+2 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Sort cross references. | wosch | 1997-01-20 | 1 | -2/+2 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -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 -C | peter | 1996-08-30 | 1 | -2/+1 |
| | |||||
* | Add a couple more man page links and some minor formatting fixes. | mpp | 1996-02-09 | 2 | -5/+6 |
| | |||||
* | Added some missing MLINKS for section 3 man pages. | mpp | 1996-02-09 | 2 | -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. | mpp | 1996-01-30 | 1 | -3/+3 |
| | |||||
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-08-06 | 1 | -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. | rgrimes | 1995-05-30 | 2 | -11/+11 |
| | |||||
* | Make it so that the command formats are the same for both -i and -o. | dufault | 1995-05-05 | 2 | -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. | dufault | 1995-04-28 | 2 | -3/+12 |
| | |||||
* | Clean up handling of unspecified names. Clarify man page. | dufault | 1995-01-26 | 2 | -97/+111 |
| | |||||
* | Remove "va_start" macro. | dufault | 1995-01-25 | 1 | -2/+1 |
| | |||||
* | SCSI library layered on SCIOCOMMAND | dufault | 1995-01-24 | 4 | -0/+1567 |