Page MenuHomeFreeBSD

Add ctfdiff
Needs ReviewPublic

Authored by aokblast on Wed, Dec 25, 1:29 PM.
Tags
None
Referenced Files
F107074524: D48199.diff
Thu, Jan 9, 5:29 PM
F107031325: D48199.diff
Thu, Jan 9, 5:59 AM
Unknown Object (File)
Sun, Jan 5, 11:34 PM
Unknown Object (File)
Sat, Jan 4, 5:09 AM
Unknown Object (File)
Thu, Jan 2, 11:51 AM
Unknown Object (File)
Tue, Dec 31, 5:19 PM
Unknown Object (File)
Tue, Dec 31, 7:20 AM
Unknown Object (File)
Mon, Dec 30, 7:29 PM
Subscribers

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 61328
Build 58212: 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
8

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