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
/
sys
/
nfs
/
bootp_subr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable use of DHCP extensions.
tegge
2001-02-02
1
-33
/
+240
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
1
-1
/
+1
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Reduce kernel stack usage by not having large packets on the stack.
tegge
2000-10-29
1
-516
/
+1024
*
Eliminate some bitrot (nonexisting member variable names).
tegge
2000-10-24
1
-5
/
+5
*
Style fixes.
tegge
2000-10-24
1
-783
/
+842
*
Correctly set the Maximum DHCP Message Size. bootpd now works
ps
2000-06-13
1
-1
/
+1
*
Include a RFC 1533 "Maximum DHCP Message Size" option in our request.
phk
2000-05-07
1
-5
/
+17
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-3
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-5
/
+2
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-3
/
+4
*
Make bootp error message slightly more verbose
dillon
1998-12-03
1
-2
/
+2
*
Yow! Completely change the way socket options are handled, eliminating
wollman
1998-08-23
1
-27
/
+19
*
Fixed printf format errors.
bde
1998-08-18
1
-3
/
+3
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-3
/
+3
*
Moved some #includes from <sys/param.h> nearer to where they are actually
bde
1998-03-28
1
-1
/
+2
*
Add a BOOTP_WIRED_TO option, for use on machines with multiple network
tegge
1998-03-14
1
-3
/
+14
*
Update workaround for limitations in the arp code.
tegge
1998-03-14
1
-4
/
+4
*
Staticize.
eivind
1998-02-09
1
-9
/
+10
*
Increase the minimum bootp reply packet size from 16 (bogus) to 300 (correct).
tegge
1998-01-18
1
-4
/
+4
*
Make the BOOTP family new-style options (in opt_bootp.h)
eivind
1998-01-09
1
-1
/
+3
*
Removed unused #includes.
bde
1997-10-28
1
-4
/
+1
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-23
/
+13
*
Move commonly used code into static functions in order to reduce kernel bloat.
tegge
1997-06-12
1
-139
/
+93
*
Use same syntax as netboot for root and swap mounts.
tegge
1997-05-14
1
-163
/
+155
*
Bring in some kernel bootp support. This removes the need for netboot
tegge
1997-05-11
1
-0
/
+1319