index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
lib
/
libsa
/
bootp.c
Age
Commit message (
Expand
)
Author
2011-05-11
Separate the IP and UDP code paths inside libsa, so I can add HTTP booting
zoltan
2009-07-10
Use a function to add extra data to the vendor area so that data added
roy
2009-07-10
We should request the DHCP parameters we need.
roy
2009-05-06
We should check for potential overflows.
roy
2009-01-17
Remove __P().
tsutsui
2009-01-12
Replace time_t values in libsa sources with the following two types
tsutsui
2008-03-25
- use mem* instead of b* routines, and kill the b* routines.
christos
2007-11-24
style, indent, and ANSI-fy.
isaki
2007-10-01
Make a few debug outputs only happen when debugging.
martin
2006-05-20
add (char *) cast to quieten GCC.
mrg
2005-12-11
merge ktrace-lwp.
christos
2005-06-13
Remove bcmp(). Use memcmp() instead.
junyoung
2005-02-26
nuke trailing whitespace
perry
2003-08-31
Fix signed/unsigned warnings.
fvdl
2003-03-12
no need to include "netif.h" anymore
drochner
2003-02-25
Remove bogus check for bogus netmask.
ragge
2002-03-20
* Add a NetBSD Vendor Class Identifier option as proposed on tech-net
thorpej
2001-07-19
Fix typo (`information' has an 'r').
wiz
2000-11-02
Introduce a way for boot programs to modify the behavior of
thorpej
2000-03-30
Kill some more register declarations.
augustss
1999-11-13
Backout my libsa changes.
thorpej
1999-11-11
Update for the improvements to libsa, and don't reference libkern.h.
thorpej
1999-02-12
Add some #ifdef SUPPORT_LINUX code which specifies a BOOTP tag to pass
drochner
1998-04-24
-catch zero and broadcast IP addresses sent by a DHCP server
drochner
1998-02-16
Always set own IP address to 0.0.0.0 before BOOTP or DHCP.
drochner
1997-09-17
Keep a copy of the original BOOTP bp_siaddr field, in case we want to
drochner
1997-09-06
-add DHCP support - this option also extends the vendor extension area
drochner
1997-06-26
Avoid user space headers for standalone programs.
drochner
1996-10-13
backout previous kprintf changes
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-09-26
enough 64-bit fixes to make network booting work on the Alpha. In general,
cgd
1995-09-18
Another round of clean up, including fixes presented by Matthias Drochner
pk
1995-09-14
Clear up some size_t/ssize_t confusion.
pk
1995-04-22
cast ptrs to longs.
cgd
1995-02-21
Clean up a little.
mycroft
1995-02-20
Various:
mycroft
1994-10-26
new RCS ID format.
cgd
1994-05-08
Standalone networking for network boot loaders.
brezak