Page MenuHomeFreeBSD

Add ctfdiff
Needs ReviewPublic

Authored by aokblast on Wed, Dec 25, 1:29 PM.

Details

Summary

Wiki Page on introducing how to use this tool: https://wiki.freebsd.org/ShengYiHong/ABIStability

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 61330
Build 58214: arc lint + arc unit

Event Timeline

Remove unused CTF in Makefile

The elf parse, ctf parser is all from ctfdump and refactor it into C++. However, because it is cddl licensed, I am wondering if there is any legal concern?

usr.bin/ctfdiff/ctfdiff.1
7

Should the copyright header be yours?

The elf parse, ctf parser is all from ctfdump and refactor it into C++. However, because it is cddl licensed, I am wondering if there is any legal concern?

So not only included the CDDL headers but also some code derived from CDDL files?

cc @imp