summaryrefslogtreecommitdiffstats
path: root/tools/regression/filemon
Commit message (Collapse)AuthorAgeFilesLines
* Remove ia64.marcel2014-07-071-1/+1
| | | | | | | | | | | | | | | | | This includes: o All directories named *ia64* o All files named *ia64* o All ia64-specific code guarded by __ia64__ o All ia64-specific makefile logic o Mention of ia64 in comments and documentation This excludes: o Everything under contrib/ o Everything under crypto/ o sys/xen/interface o sys/sys/elf_common.h Discussed at: BSDcan
* Remove NO_CTF, exccept as an undocumented compatibilityimp2014-04-251-4/+3
| | | | | | option. Convert all other uses to MK_CTF=no. Set MK_CTF=no rather than the indirect WITHOUT_CDDL in filemon regression. It is expected that NO_CTF will be removed in FreeBSD 12 entirely.
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-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.
* Match the options of the kernel.obrien2013-06-043-17/+54
|
* Different approach to making all compilers happy.obrien2013-05-311-2/+1
|
* Allow building with clang (which is being really stupid here...).obrien2013-05-311-0/+1
|
* Test both active and non-active cases.obrien2012-10-261-0/+8
|
* Iterate rather than use recursion. We can blow out the kernel stack if thereobrien2012-10-262-3/+198
| | | | is a long chain of fork(2)s.
* Support also running a 32-bit test on 64-bit platforms.obrien2012-06-291-1/+3
|
* Correct examples to the latest version I had.obrien2012-06-051-6/+11
|
* Add a regression test for filemon(4) [r236592].obrien2012-06-043-0/+144
OpenPOWER on IntegriCloud