joerg
dccf569e0e
Use __dead.
2011-08-29 20:38:53 +00:00
lukem
7affd6558f
Fix -Wsign-compare issues
2009-04-15 00:13:50 +00:00
tls
be45f4d02a
For FORTIFY_SOURCE: do not pretend to convert code from b* to mem* by
...
using a #define to turn one into the other, this is pointless and causes
more portability issues than it solves (admittedly, in the year 1702 when
this code was written the opposite may have been the case).
2007-05-27 16:31:41 +00:00
mrg
0c37c63edc
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
...
socklen_t are different signness.
2006-05-09 20:18:05 +00:00
mycroft
9b3fb0ad17
Fix pluralization in a syslog message.
2002-09-18 23:16:13 +00:00
mycroft
c563d4c7c3
select() -> poll()
2002-09-18 23:13:39 +00:00
lukem
c52b93f508
minor makefile delint
2002-09-18 13:31:52 +00:00
wiz
131109e49e
ANSIfy. Remove ifndef __STDC__.
2002-07-13 23:56:39 +00:00
tv
8e6f7afb5b
MKfoo=no -> NOfoo
2001-12-12 01:48:43 +00:00
lukem
dcab0210a0
convert from NOxxx= to MKxxx=no.
...
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00
mrg
32f519716b
- use an array MAXHOSTNAMELEN+1 size to hold hostnames
...
- ensure hostname from gethostname() is nul-terminated in all cases
- minor KNF
- use MAXHOSTNAMELEN over various other values/defines
- be safe will buffers that hold hostnames
1998-07-06 06:56:06 +00:00
lukem
7b9e551896
move (using repository copy) bootp{d,ef,gw,test} into a common hierarchy
...
with a libcommon - to stop unnecessary recompilation of the source.
add Makefile* to suit.
1998-03-15 01:13:24 +00:00
lukem
9493bb7939
warnsify
1998-03-14 04:39:53 +00:00
lukem
149f1867d1
rcsid fascism
1997-10-18 04:36:50 +00:00
christos
134727973b
Fix PR/2373
1996-05-06 13:49:16 +00:00
ws
b7e8360706
Make bootpgw work for more than just the first query
1995-07-24 13:38:10 +00:00
mycroft
76a3199557
Use inet_aton(), not inet_addr().
1995-05-19 22:05:08 +00:00
gwr
bcb13bab8e
Update to version 2.4
1994-08-22 22:14:32 +00:00
gwr
5e9d01f29a
Move this to where the latest consensus indicates it should go.
...
Also, integrate some fixes from Christos.
1994-06-27 21:25:48 +00:00