NetBSD/usr.sbin/timed
cbiere 07c9d403fe * Modified in_cksum() so it can handle unaligned data.
* Replaced most strlcpy() with set_tsp_name() and get_tsp_name() because
   strlcpy() could potentially run out-of-bounds and doesn't zero out
   unused buffer space.
 * Replaced bcopy/bzero() with memcpy/memset().
 * Fixed potential alignment/aliasing issues in measure().
 * Replace u_short/u_long with uint16_t/uint32_t/in_addr_t where appropriate.
 * Renamed sin to addr because sin is a reserved identifier.
 * Use bindresvport() instead of looping over bind(); rresvport() returns
   a SOCK_STREAM socket not SOCK_DGRAM.
2007-01-25 23:25:20 +00:00
..
SMM.doc Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:25:11 +00:00
timed * Modified in_cksum() so it can handle unaligned data. 2007-01-25 23:25:20 +00:00
timedc * Modified in_cksum() so it can handle unaligned data. 2007-01-25 23:25:20 +00:00
CHANGES compatibility, not compatiblity. 2003-01-06 13:26:24 +00:00
Makefile
Makefile.inc