Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use gethostname(3) to obtain the local host name, as opposed to uname(3). | joerg | 1998-06-03 | 1 | -5/+4 | |
| | | | | Otherwise the length of the name is limited to 32 characters only. | |||||
* | Spelling corrections. | jkoshy | 1998-06-03 | 1 | -3/+3 | |
| | | | | | PR: 6829 Submitted by: Josh Gilliam <josh@quick.net> | |||||
* | Convert to mdoc. Header -> Id. Typo. | charnier | 1998-02-03 | 2 | -395/+394 | |
| | ||||||
* | Removed most unused includes of <net/if_var.h> outside the kernel. | bde | 1998-01-16 | 1 | -2/+1 | |
| | ||||||
* | Typo fix: bootgw -> bootpgw | max | 1997-12-29 | 1 | -2/+2 | |
| | ||||||
* | Use snprintf rather than printf out of paranoia | imp | 1997-12-24 | 5 | -9/+10 | |
| | | | | Obtained from: OpenBSD | |||||
* | Fix description of -t option. | joerg | 1997-08-24 | 1 | -2/+2 | |
| | | | | | PR: 3382 Submitted by: furuta@sra.co.jp (Atsushi Furuta) | |||||
* | Don't rely on stderr to report bad news. | phk | 1997-05-11 | 1 | -8/+8 | |
| | ||||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 32 | -32/+32 | |
| | ||||||
* | Fix a hop count datatype bogon pointed out in PR#2642 (though my fix | jkh | 1997-02-07 | 1 | -5/+6 | |
| | | | | | was slightly different than the one submitted). Submitted by: Elmar Bartel <bartel@informatik.tu-muenchen.de> | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 32 | -32/+32 | |
| | | | | | | | | 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. | |||||
* | Update to match changes in <net/if.h>. | wollman | 1997-01-03 | 2 | -3/+4 | |
| | ||||||
* | Fix up programs which expect <net/if.h> to include <sys/time.h> to instead | wollman | 1996-12-10 | 5 | -11/+7 | |
| | | | | | | 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. | |||||
* | doc/1994: spelling error. | phk | 1996-11-12 | 1 | -2/+2 | |
| | | | | Submitted by: David Leonard David Leonard <d@scry.dstc.edu.au> | |||||
* | add forgotten $Id$ | wosch | 1996-09-22 | 23 | -2/+54 | |
| | ||||||
* | Make the inetd suggestion slightly less confusing. | phk | 1996-09-19 | 1 | -2/+2 | |
| | ||||||
* | bootpd.dump is in /tmp | pst | 1996-09-11 | 1 | -3/+3 | |
| | ||||||
* | Add some missing manual page links. | mpp | 1996-02-02 | 1 | -1/+2 | |
| | ||||||
* | Fix getif() to work under 4.3bsd and later | pst | 1996-01-23 | 1 | -4/+3 | |
| | ||||||
* | Merge back in 4.4bsd ARP changes by hand | pst | 1996-01-23 | 2 | -0/+14 | |
| | ||||||
* | Add bootpgw makefile | pst | 1996-01-23 | 1 | -0/+12 | |
| | ||||||
* | Fix conflicts from 2.4.3 merge | pst | 1996-01-23 | 4 | -42/+71 | |
| | ||||||
* | This commit was generated by cvs2svn to compensate for changes in r13572, | pst | 1996-01-23 | 27 | -108/+1012 | |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | |||||
| * | Import bootpd-2.4.3 from ftp.mc.com | pst | 1996-01-23 | 30 | -146/+1082 | |
| | | ||||||
* | | This commit was generated by cvs2svn to compensate for changes in r13569, | pst | 1996-01-23 | 2 | -4/+2 | |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | |||||
| * | Minor cleanups from NetBSD-current. | pst | 1996-01-23 | 2 | -4/+2 | |
| | | | | | | | | Obtained from: NetBSD | |||||
* | | Fix SRCS (.c's were .o's) so that `make depend' works. | bde | 1995-09-28 | 1 | -2/+2 | |
| | | ||||||
* | | Uncomment 'CFLAGS+=ETC_ETHERS' -- we have support for this as of 2.0.5. | wpaul | 1995-07-25 | 1 | -2/+2 | |
| | | ||||||
* | | Remove trailing whitespace. | rgrimes | 1995-05-30 | 4 | -11/+11 | |
| | | ||||||
* | | The servers bootpd & bootpgw live in /usr/libexec not /etc. Correct the | gpalmer | 1995-04-12 | 1 | -3/+3 | |
| | | | | | | | | references in the man page. | |||||
* | | Discard any messages which are buffered on the routing socket before using | dfr | 1995-01-30 | 1 | -2/+15 | |
| | | | | | | | | | | it otherwise the response to one of our routing messages could be lost due to buffer overflow. | |||||
* | | Change to use RTM_CHANGE when an arp entry already exists. This closes | dfr | 1995-01-16 | 1 | -2/+5 | |
| | | | | | | | | | | problem bin/57 which was caused when an incomplete entry was present for the host which was booting. | |||||
* | | __386BSD__ -> __FreeBSD__ | jkh | 1994-11-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we? | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r3229, | pst | 1994-09-30 | 6 | -0/+287 | |
|\ \ | |/ |/| | | | which included commits to RCS files with non-trunk default branches. | |||||
| * | Rearrange bootpd | pst | 1994-09-30 | 6 | -0/+287 | |
| | ||||||
* | Rearrange bootpd | pst | 1994-09-30 | 44 | -0/+9966 | |