Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor | dim | 2012-02-07 | 1 | -1/+1 |
| | | | | | | set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp. MFC after: 1 week | ||||
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+1 |
| | |||||
* | Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2 | peter | 2003-10-26 | 1 | -0/+1 |
| | | | | (but I haven't turned it on) | ||||
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -3/+0 |
| | |||||
* | conditionally set WARNS via ?=. | alfred | 2002-07-11 | 1 | -2/+2 |
| | |||||
* | make mostly WARNS=4 clean. | alfred | 2002-07-11 | 1 | -0/+3 |
| | | | | constify, mark unsued args, fixup prototypes. | ||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -5/+5 |
| | | | | | 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. | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Removed bogus dependencies of generated .c files on generated headers. | bde | 1998-05-10 | 1 | -2/+2 |
| | |||||
* | Don't use the FreeBSD misfeature DPSRCS or give explicit dependencies | bde | 1998-03-06 | 1 | -3/+2 |
| | | | | | on generated headers. Just put generated headers in SRCS so that bsd.*.mk can generate better dependencies. | ||||
* | Typo fix: ${.DESTDIR} -> ${DESTDIR}. | asami | 1997-05-23 | 1 | -2/+2 |
| | | | | Reviewed by: bde | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Add sm_inter.h to DPSRCS so that make depend is not required to build | nate | 1996-07-09 | 1 | -1/+2 |
| | | | | this. | ||||
* | Some minor tweaks for statd | peter | 1996-04-01 | 1 | -3/+16 |
| | | | | | | - use rpcgen to generate unmodified code instead of havinf it in the repository - use "natural" function names to avoid conflicts with prototypes etc. | ||||
* | Import Jan 15 version of Andrew Gordon <andrew.gordon@net-tel.co.uk>'s | peter | 1996-02-17 | 1 | -0/+13 |
rpc.statd. This is apparently fully functional and complete. |