summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/bootp.c
AgeCommit message (Expand)Author
2019-04-05Go back ot using 0x%x instead of %#x because we don't always support thechristos
2019-03-31fix warnings, printf formats, etc.christos
2016-06-25Fix typo.isaki
2015-07-25white space -> tab.isaki
2014-03-20kill sprintfchristos
2011-05-11Separate the IP and UDP code paths inside libsa, so I can add HTTP bootingzoltan
2009-07-10Use a function to add extra data to the vendor area so that data addedroy
2009-07-10We should request the DHCP parameters we need.roy
2009-05-06We should check for potential overflows.roy
2009-01-17Remove __P().tsutsui
2009-01-12Replace time_t values in libsa sources with the following two typestsutsui
2008-03-25- use mem* instead of b* routines, and kill the b* routines.christos
2007-11-24style, indent, and ANSI-fy.isaki
2007-10-01Make a few debug outputs only happen when debugging.martin
2006-05-20add (char *) cast to quieten GCC.mrg
2005-12-11merge ktrace-lwp.christos
2005-06-13Remove bcmp(). Use memcmp() instead.junyoung
2005-02-26nuke trailing whitespaceperry
2003-08-31Fix signed/unsigned warnings.fvdl
2003-03-12no need to include "netif.h" anymoredrochner
2003-02-25Remove bogus check for bogus netmask.ragge
2002-03-20* Add a NetBSD Vendor Class Identifier option as proposed on tech-netthorpej
2001-07-19Fix typo (`information' has an 'r').wiz
2000-11-02Introduce a way for boot programs to modify the behavior ofthorpej
2000-03-30Kill some more register declarations.augustss
1999-11-13Backout my libsa changes.thorpej
1999-11-11Update for the improvements to libsa, and don't reference libkern.h.thorpej
1999-02-12Add some #ifdef SUPPORT_LINUX code which specifies a BOOTP tag to passdrochner
1998-04-24-catch zero and broadcast IP addresses sent by a DHCP serverdrochner
1998-02-16Always set own IP address to 0.0.0.0 before BOOTP or DHCP.drochner
1997-09-17Keep a copy of the original BOOTP bp_siaddr field, in case we want todrochner
1997-09-06-add DHCP support - this option also extends the vendor extension areadrochner
1997-06-26Avoid user space headers for standalone programs.drochner
1996-10-13backout previous kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-26enough 64-bit fixes to make network booting work on the Alpha. In general,cgd
1995-09-18Another round of clean up, including fixes presented by Matthias Drochnerpk
1995-09-14Clear up some size_t/ssize_t confusion.pk
1995-04-22cast ptrs to longs.cgd
1995-02-21Clean up a little.mycroft
1995-02-20Various:mycroft
1994-10-26new RCS ID format.cgd
1994-05-08Standalone networking for network boot loaders.brezak