summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/net.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync in_cksum.c to the same version ospfd has. This fixes problemspatrick2020-05-181-2/+2
| | | | | | | | | | with odd packet lengths, which can happen when using TFTP to load a file with an odd length. ospfd actually took dvmrpd's version in 2006 to fix the same issue, and both daemons implementations are the same. For the bootloader we keep the consts from the previous version and replace the fatal with a print and return. ok deraadt@
* Sprinkle const whenever possible.miod2014-11-191-7/+7
|
* Stop using old n_long and n_short types.mpi2014-07-131-6/+6
|
* Fix alignment of tftp structure by changing the 'header' member's typeguenther2014-03-281-2/+5
| | | | | | to a struct with the necessary alignment. analysis and ok kettenis@
* ansification and knf and protosderaadt2003-08-111-1/+2
|
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-2/+2
| | | | | 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-8/+7
|
* First round of __P removal in sysmillert2002-03-141-16/+16
|
* add OpenBSD tag.mickey1996-09-231-0/+1
|
* from netbsd; 64-bit cleanupderaadt1995-12-151-2/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+120