History log of /freebsd-current/tools/regression/netinet/udpzerobyte/udpzerobyte.c
Revision Date Author Comments
# b3e76948 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 4039f071 19-Nov-2012 Ed Maste <emaste@FreeBSD.org>

Use '%zu' and '%zd' as appropriate for size_t / ssize_t.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# a848550a 07-Oct-2008 Robert Watson <rwatson@FreeBSD.org>

Update udpzerobyte to understand that passing 0 as a length to recv(2)
will cause it to return 0, not EAGAIN.

Add UNIX domain socket support to udpzerobyte, which suggests this
regression test should be moved to the general sockets test area rather
than netinet.


# dba96bd9 07-Oct-2008 Robert Watson <rwatson@FreeBSD.org>

Add IPv6 support to zero-size UDP transmit/receive test.


# 8c3bc1af 07-Oct-2008 Robert Watson <rwatson@FreeBSD.org>

Regression test for the loopback handling of zero-length UDP packets, which
should be delivered but without payload.