]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/netcat/FREEBSD-upgrade
Merge r309688: address regressions in SA-16:37.libc.
[FreeBSD/releng/10.2.git] / contrib / netcat / FREEBSD-upgrade
1 $FreeBSD$
2
3 Most of the instructions is outlined on FreeBSD wiki at:
4
5         http://wiki.freebsd.org/SubversionPrimer/VendorImports
6
7 nc(1) is very small and most of code are just copied as-is from OpenBSD.  With a
8 few exceptions:
9
10  * --no-tcpopt: Local feature specific to FreeBSD.
11  * -V: We use FIB to map what OpenBSD do for "rdomain"
12  * -E, -e: These are mostly self contained IPsec extensions
13
14 delphij@FreeBSD.org - Mar 23, 2010