summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/arp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop using old n_long and n_short types.mpi2014-07-131-2/+1
|
* ansification and knf and protosderaadt2003-08-111-29/+15
|
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-9/+9
| | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-2/+2
|
* First round of __P removal in sysmillert2002-03-141-3/+3
|
* panic prints a newline for you, don't do it in the panic stringmillert1999-01-111-3/+2
|
* strong signedness typing a version of egcs I tried months ago wantedniklas1998-02-231-2/+2
| | | | | me to fix. I am not sure these are necessary for gas 2.8 but I figure I would commit them anyhow.
* Merge to NetBSD 961207niklas1996-12-081-7/+5
|
* remove unneeded include <string.h>mickey1996-10-161-3/+1
|
* add OpenBSD tag.mickey1996-09-231-0/+1
|
* from gwr:deraadt1995-12-151-20/+26
| | | | | Check return value from sendrecv so that ARP timeout does not cause garbage to be entered into the ARP table. Also fix ARP_DEBUG code.
* initial import of NetBSD treederaadt1995-10-181-0/+306