aboutsummaryrefslogtreecommitdiff
path: root/libexec/rbootd
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-101-0/+1
| | | | | | | <time.h>). Notes: svn path=/head/; revision=66907
* $Id$ -> $FreeBSD$Peter Wemm1999-08-288-8/+8
| | | | Notes: svn path=/head/; revision=50476
* Ensure that things returned by gethostname() andBrian Somers1999-04-072-5/+5
| | | | | | | | | | | | | friends are terminated and allow for a maximum host name length of MAXHOSTNAMELEN - 1. Put parenthesis around sizeof args. Make some variables static. Fix telnetd -u (broken by my last commit) Prompted by: bde Notes: svn path=/head/; revision=45422
* Remove no longer needed FreeBSD specific code.Steve Price1998-07-201-6/+1
| | | | | | | | | PR: 5497 Submitted by: Jacob Bohn Lorensen <jacob@jblhome.ping.mk> Obtained from: OpenBSD (indirectly it seems so just to be safe) Notes: svn path=/head/; revision=37769
* Add usage(), rcsids.Philippe Charnier1997-11-247-16/+43
| | | | Notes: svn path=/head/; revision=31386
* Zap register keyword usage and convert: bcopy -> memmove, bzero -> memset,Steve Price1997-06-296-56/+56
| | | | | | | index -> strchr, and rindex -> strrchr. Notes: svn path=/head/; revision=27079
* Merge conflicts and make this compile -Wall clean.Steve Price1997-06-2912-131/+45
| | | | Notes: svn path=/head/; revision=27077
* This commit was generated by cvs2svn to compensate for changes in r27074,Steve Price1997-06-297-129/+147
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=27075
| * Import of NetBSD's rbootd version 19970629Steve Price1997-06-2912-0/+3229
| | | | Notes: svn path=/vendor/NetBSD/dist/; revision=27074
* Show the real revision date and not the date that thisSteve Price1997-06-231-2/+2
| | | | | | | manpage is being viewed. Notes: svn path=/head/; revision=26826
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24349
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-225-5/+5
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman1996-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. Notes: svn path=/head/; revision=20287
* add forgotten $Id$Wolfram Schneider1996-09-225-0/+5
| | | | Notes: svn path=/head/; revision=18471
* Correct some man page xrefs, and some other minor changes to bring someMike Pritchard1996-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. Notes: svn path=/head/; revision=15135
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-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. Notes: svn path=/head/; revision=9970
* Remove trailing whitespace.Rodney W. Grimes1995-05-303-3/+3
| | | | Notes: svn path=/head/; revision=8870
* Update to new make macros and disable Kerberos because we haven't got itGarrett Wollman1994-08-051-1/+1
| | | | | | | set up right yet. Notes: svn path=/head/; revision=1875
* Disable afterinstall rule as it is broken when you have CVS files around.Rodney W. Grimes1994-05-301-1/+2
| | | | | | | | Reviewed by: Submitted by: Notes: svn path=/head/; revision=1634
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-2712-0/+3271
Notes: svn path=/vendor/CSRG/dist/; revision=1592