summaryrefslogtreecommitdiffstats
path: root/libexec/rbootd
Commit message (Collapse)AuthorAgeFilesLines
* Zap register keyword usage and convert: bcopy -> memmove, bzero -> memset,steve1997-06-296-56/+56
| | | | index -> strchr, and rindex -> strrchr.
* Merge conflicts and make this compile -Wall clean.steve1997-06-2912-131/+45
|
* This commit was generated by cvs2svn to compensate for changes in r27074,steve1997-06-297-129/+147
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of NetBSD's rbootd version 19970629steve1997-06-2912-235/+193
| |
* | Show the real revision date and not the date that thissteve1997-06-231-2/+2
| | | | | | | | manpage is being viewed.
* | compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
| | | | | | | | posix standard on the topic.
* | Revert $FreeBSD$ to $Id$peter1997-02-225-5/+5
| |
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-145-5/+5
| | | | | | | | | | | | | | | | 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.
* | Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-1/+2
| | | | | | | | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it.
* | add forgotten $Id$wosch1996-09-225-0/+5
| |
* | Correct some man page xrefs, and some other minor changes to bring somempp1996-04-081-2/+1
| | | | | | | | | | | | man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk.
* | 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-303-3/+3
| |
* | Update to new make macros and disable Kerberos because we haven't got itwollman1994-08-051-1/+1
| | | | | | | | set up right yet.
* | Disable afterinstall rule as it is broken when you have CVS files around.rgrimes1994-05-301-1/+2
|/ | | | | Reviewed by: Submitted by:
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-2712-0/+3271
OpenPOWER on IntegriCloud