summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/rarp.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
2014-03-29Obtain and/or use ETHER_ADDR_LEN.jakllsch
2011-05-11Separate the IP and UDP code paths inside libsa, so I can add HTTP bootingzoltan
2009-01-17Remove __P().tsutsui
2009-01-12Replace time_t values in libsa sources with the following two typestsutsui
2008-04-05Fix a warning in #ifdef RARP_DEBUG. PR kern/20314tsutsui
2008-03-25- use mem* instead of b* routines, and kill the b* routines.christos
2007-11-24style, indent, and ANSI-fy.isaki
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
2000-03-30Kill some more register declarations.augustss
1999-11-13Backout my libsa changes.thorpej
1999-11-12fix pointer size in debug messagelukem
1999-11-11Update for the improvements to libsa, and don't reference libkern.h.thorpej
1997-07-07Don't use private copy of old netinet/if_ether.h.drochner
1997-06-26Avoid user space headers for standalone programs.drochner
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1996-10-13backout previous kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-06-03missing semicolonpk
1995-09-23More cleanup: change some private types to eliminate casts,gwr
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-09-11Changes from Gordon Ross:thorpej
1995-06-27Fix ARP opcode, add more debugging prints.gwr
1995-02-20Various:mycroft
1994-10-26new RCS ID format.cgd
1994-08-04Make libsa compile again by not including sys/errno.hbrezak
1994-05-31s/REVARP/ARPOP/hpeyerl
1994-05-08Standalone networking for network boot loaders.brezak