| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r264400:
NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.
r265836:
Remove last two NO_MAN= in the tree. In both of these cases, MAN= is
what is needed.
|
|
|
|
|
| |
MFC after: 3 days
Sponsored by: Juniper Networks, Inc.
|
|
|
|
| |
Discussed with: rwatson
|
|
|
|
|
|
|
|
|
|
| |
Add README.tcpmd5 to describe how to build a simple test setup
and run tests.
Convert compile time options to run time options [1].
Discussed with: rwatson
Suggested by: rwatson [1]
|
|
|
|
| |
Update copyright.
|
|
|
|
| |
OK'ed by: core
|
|
|
|
| |
any fake value.
|
|
|
|
| |
Suggested by: ru (some time ago)
|
|
|
|
| |
Submitted by: Pawel Worach
|
|
closes the specified number of TCP connections sequentially and
synchronously. Useful for trying to trigger races in the accept
code.
|