summaryrefslogtreecommitdiff
path: root/usr.sbin/bootparamd
AgeCommit message (Expand)Author
2008-08-02Remove a useless cast.Olivier Houchard
2008-08-01Char is unsigned on arm, so is not suitable to store the return value ofOlivier Houchard
2008-01-30Fix bootparamd on 64 bit platforms - at least amd64 was broken due to theRink Springer
2007-11-07Cleanup of userland __P useKevin Lo
2006-03-17Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov
2005-02-09Pass -C to rpcgen.Stefan Farfeleder
2005-01-18Sort sections.Ruslan Ermilov
2004-12-21Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov
2004-11-13Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb
2004-10-24For variables that are only checked with defined(), don't provideRuslan Ermilov
2004-06-08- Don't use argv[i] when i is uninitialised.Stefan Farfeleder
2003-10-26Make this compile cleanly. Switch to using rpcgen to generatePeter Wemm
2003-06-20fix problem with uninitalized ptr (from PR)John-Mark Gurney
2002-07-14The .Nm utilityPhilippe Charnier
2001-08-08can not -> cannotSheldon Hearn
2001-07-23s/adress/address/Kris Kennaway
2001-07-20Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien
2001-07-15Remove whitespace at EOL.Dima Dorfman
2001-03-26- Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov
2001-03-19Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein
2001-01-24mdoc(7) police: Remove the debug line that prevents hyphenationRuslan Ermilov
2000-12-14Mdoc(7)ify.Ruslan Ermilov
2000-12-11Add a workaround in the EXAMPLE section for booting diskless SPARC/SunOSWilko Bulte
2000-03-01Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-12Add $Id$, to make it simpler for members of the translation teams toNik Clayton
1998-06-12#include <arpa/inet.h> for inet_* definitions.Peter Wemm
1998-06-09o be careful about buffer overflowsWarner Losh
1998-05-09Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogusBruce Evans
1998-04-26Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogusBruce Evans
1998-03-23.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier
1998-01-01Restored xref to diskless(8). diskless(8) existed but was not installed.Bruce Evans
1997-10-19Fix a number of buffer overflow conditions.Joerg Wunsch
1997-09-04Use err(3). Add usage and prototypes. Remove Xref: Diskless(8) does notPhilippe Charnier
1997-06-23Show the real revision date and not the date that thisSteve Price
1997-03-31compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-02-20#include <string.h> to help silence -Wall.Mike Pritchard
1997-01-20Sort cross references.Wolfram Schneider
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-12-23Convert to mdoc format.Mike Pritchard
1996-11-25Correct the syntax of the example to reflect reality, and note that theMike Smith
1996-04-07Change references from rpc.bootparamd to bootparamd.Mike Pritchard
1996-03-28Add bootparams.5.Joerg Wunsch
1995-12-30recording cvs-1.6 file deathPeter Wemm
1995-07-25main.c:Bill Paul
1995-07-04Add a dependency on the .x source file and avoid copying it.Bruce Evans
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1995-03-26Stop callbootd from dumping core when attempting to directly query aBill Paul
1995-03-02Took out .include "../../Makefile.inc" which shouldn't be needed now that IBill Paul