Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync in_cksum.c to the same version ospfd has. This fixes problems | 2020-05-18 | 1 | -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. | 2014-11-19 | 1 | -7/+7 | |
| | |||||
* | Stop using old n_long and n_short types. | 2014-07-13 | 1 | -6/+6 | |
| | |||||
* | Fix alignment of tftp structure by changing the 'header' member's type | 2014-03-28 | 1 | -2/+5 | |
| | | | | | | to a struct with the necessary alignment. analysis and ok kettenis@ | ||||
* | ansification and knf and protos | 2003-08-11 | 1 | -1/+2 | |
| | |||||
* | strcpy/strcat/sprintf removal in all bootblocks. various testing by | 2003-06-01 | 1 | -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 fixups | 2002-03-14 | 1 | -8/+7 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -16/+16 | |
| | |||||
* | add OpenBSD tag. | 1996-09-23 | 1 | -0/+1 | |
| | |||||
* | from netbsd; 64-bit cleanup | 1995-12-15 | 1 | -2/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+120 | |