index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libexec
/
bootpd
/
bootpd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make tv_sec a time_t on all platforms but alpha. Brings us more in line with
trhodes
2005-12-24
1
-2
/
+3
*
Fix most cases where the address of an int is passed to a function expecting a
stefanf
2005-02-14
1
-1
/
+2
*
Add the '-h hostname' to usage(), too.
roam
2004-02-13
1
-1
/
+3
*
fix a couple typos in the comments
jmg
2003-06-15
1
-2
/
+2
*
fix bootpd to use fd_set. For some reason on Sparc, using int with
jmg
2003-06-15
1
-4
/
+6
*
Add FBSDID. udp/bootps -> bootps/udp. Use err(3).
charnier
2003-02-05
1
-5
/
+4
*
This code defined a private __P, nuke it.
alfred
2002-05-28
1
-13
/
+9
*
Assume __STDC__, remove non-__STDC__ code.
alfred
2002-05-28
1
-4
/
+0
*
Mark report() as printflike and fix resulting warnings, including one bug
kris
2002-02-04
1
-1
/
+1
*
RFC2132 is not clear about whether the "Maximum DHCP Message Size"
iedowse
2001-09-25
1
-2
/
+2
*
Add `_PATH_DEVZERO'.
obrien
2000-12-09
1
-1
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
More egcs warning fixes:
imp
1999-04-25
1
-2
/
+3
*
Ensure that things returned by gethostname() and
brian
1999-04-07
1
-3
/
+5
*
Block for buffer overflow.
eivind
1998-12-13
1
-1
/
+3
*
PR: bin/9031
dillon
1998-12-12
1
-2
/
+2
*
Use gethostname(3) to obtain the local host name, as opposed to uname(3).
joerg
1998-06-03
1
-5
/
+4
*
Don't rely on stderr to report bad news.
phk
1997-05-11
1
-8
/
+8
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
add forgotten $Id$
wosch
1996-09-22
1
-0
/
+3
*
Fix conflicts from 2.4.3 merge
pst
1996-01-23
1
-28
/
+51
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Rearrange bootpd
pst
1994-09-30
1
-0
/
+1380