aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/tls/ttls4
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
* Add missing stdlib.h headerEnji Cooper2015-12-081-2/+5
| | | | | | | | | | Apply some minor style(9) fixes MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291984
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-2/+1
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291738
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=264400
* Fixed missing or broken library dependencies.Ruslan Ermilov2010-02-251-1/+2
| | | | Notes: svn path=/head/; revision=204311
* Adjust code to be more reliable.David Xu2005-04-241-10/+8
| | | | Notes: svn path=/head/; revision=145468
* Add a program to test if tls data is clean.David Xu2005-04-232-0/+51
Notes: svn path=/head/; revision=145467