aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bootparamd
Commit message (Expand)AuthorAgeFilesLines
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* Pass -C to rpcgen.Stefan Farfeleder2005-02-091-3/+3
* Sort sections.Ruslan Ermilov2005-01-181-3/+3
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-132-0/+17
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* - Don't use argv[i] when i is uninitialised.Stefan Farfeleder2004-06-081-3/+2
* Make this compile cleanly. Switch to using rpcgen to generatePeter Wemm2003-10-262-5/+7
* fix problem with uninitalized ptr (from PR)John-Mark Gurney2003-06-201-8/+13
* The .Nm utilityPhilippe Charnier2002-07-141-2/+3
* can not -> cannotSheldon Hearn2001-08-081-1/+1
* s/adress/address/Kris Kennaway2001-07-231-2/+2
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-204-2/+8
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-2/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-4/+6
* mdoc(7) police: Remove the debug line that prevents hyphenationRuslan Ermilov2001-01-241-1/+0
* Mdoc(7)ify.Ruslan Ermilov2000-12-142-22/+45
* Add a workaround in the EXAMPLE section for booting diskless SPARC/SunOSWilko Bulte2000-12-111-0/+8
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-3/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-287-7/+7
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* #include <arpa/inet.h> for inet_* definitions.Peter Wemm1998-06-122-4/+8
* o be careful about buffer overflowsWarner Losh1998-06-091-5/+7
* Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogusBruce Evans1998-05-091-6/+7
* Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogusBruce Evans1998-04-261-5/+6
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-1/+1
* Restored xref to diskless(8). diskless(8) existed but was not installed.Bruce Evans1998-01-011-2/+3
* Fix a number of buffer overflow conditions.Joerg Wunsch1997-10-191-9/+17
* Use err(3). Add usage and prototypes. Remove Xref: Diskless(8) does notPhilippe Charnier1997-09-045-109/+108
* Show the real revision date and not the date that thisSteve Price1997-06-231-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-226-6/+6
* #include <string.h> to help silence -Wall.Mike Pritchard1997-02-201-0/+1
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-146-6/+6
* Convert to mdoc format.Mike Pritchard1996-12-231-52/+34
* Correct the syntax of the example to reflect reality, and note that theMike Smith1996-11-251-6/+6
* Change references from rpc.bootparamd to bootparamd.Mike Pritchard1996-04-072-3/+3
* Add bootparams.5.Joerg Wunsch1996-03-282-1/+81
* recording cvs-1.6 file deathPeter Wemm1995-12-303-347/+0
* main.c:Bill Paul1995-07-252-24/+9
* Add a dependency on the .x source file and avoid copying it.Bruce Evans1995-07-042-30/+20
* Remove trailing whitespace.Rodney W. Grimes1995-05-305-52/+52
* Stop callbootd from dumping core when attempting to directly query aBill Paul1995-03-261-1/+6
* Took out .include "../../Makefile.inc" which shouldn't be needed now that IBill Paul1995-03-022-4/+2
* Whoops. I knew I was forgetting something.Bill Paul1995-03-021-0/+3
* My patch this morning was not complete. I never tested make install - stupidlyJordan K. Hubbard1995-03-012-2/+4
* The current bootparamd makefiles break if you do a make obj first. It doesPoul-Henning Kamp1995-03-012-27/+22
* Obtained from: The Xkernel source distributionBill Paul1995-02-2611-0/+1203