History log of /freebsd-9.3-release/tools/regression/sockets/reconnect/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 156735 15-Mar-2006 ru

Style: NO_MAN doesn't need any value.


# 140643 22-Jan-2005 rwatson

Use WARNS?= instead of WARNS= in Makefiles so that global warning
settings can override local ones.

Pointed out by: ru


# 140109 12-Jan-2005 sobomax

Add test which excersises problem with unability to change association of
already associated datagram unix domain socket by issuing connect() system
call.