Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r264400,r265836: | ngie | 2014-12-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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. | ||||
* | Properly initialise the "len" argument to getsockname(2) in the tcpdrop | rwatson | 2011-08-06 | 1 | -0/+1 |
| | | | | | | | regression test so that it works (more) consistently. Approved by: re (bz) Sponsored by: Juniper Networks | ||||
* | In the tcpdrop regression test, allow the kernel to allocate us a port | rwatson | 2011-05-30 | 1 | -37/+44 |
| | | | | | | | | | rather than using a fixed port number. This means that the regression test can be run many times in a row without waiting on TIMEWAIT to release a hard-coded port number. MFC after: 3 days Sponsored by: Juniper Networks, Inc. | ||||
* | o style.Makefile(5): WARNS= -> WARNS?=. | maxim | 2006-07-09 | 1 | -1/+1 |
| | |||||
* | Add regression test for tcpdrop sysctl. | rwatson | 2006-04-03 | 2 | -0/+257 |