freebsd-dev/usr.bin/dtc
David Chisnall a0706eb457 Lots of improvements to the BSD-licensed dtc
- Various fixes to includes (including recursive includes)
- Lots of testing that the output exactly matches GPL'd dtc
- Lots of bug fixes to merging
- Fix incorrect mmap usage
- Ad-hoc memory management replaced with C++11 unique_ptr and similar

Patrick Wildt has successfully run many (all?) of the GPL dtc test suite.
2015-10-25 14:52:16 +00:00
..
checking.cc Lots of improvements to the BSD-licensed dtc 2015-10-25 14:52:16 +00:00
checking.hh Lots of improvements to the BSD-licensed dtc 2015-10-25 14:52:16 +00:00
dtb.cc Lots of improvements to the BSD-licensed dtc 2015-10-25 14:52:16 +00:00
dtb.hh Fix a ton of speelling errors 2015-10-21 05:37:09 +00:00
dtc.1 Remove EOL whitespace. 2013-08-22 16:01:20 +00:00
dtc.cc Lots of improvements to the BSD-licensed dtc 2015-10-25 14:52:16 +00:00
fdt.cc Lots of improvements to the BSD-licensed dtc 2015-10-25 14:52:16 +00:00
fdt.hh Lots of improvements to the BSD-licensed dtc 2015-10-25 14:52:16 +00:00
HACKING
input_buffer.cc Lots of improvements to the BSD-licensed dtc 2015-10-25 14:52:16 +00:00
input_buffer.hh Lots of improvements to the BSD-licensed dtc 2015-10-25 14:52:16 +00:00
Makefile
string.cc Explicitly include headers that are implicitly included by libstdc++. Fixes 2013-01-23 08:54:34 +00:00
string.hh Lots of improvements to the BSD-licensed dtc 2015-10-25 14:52:16 +00:00
util.hh