summaryrefslogtreecommitdiffstats
path: root/libbsd.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* builder.py: addTargetSourceCPUDependentSourceFilesSebastian Huber2015-09-251-25/+12
| | | | Avoid and delete this function.
* Avoid pci_bus.c file renameSebastian Huber2015-09-251-8/+1
|
* Delete superfluous pci_cfgreg.h filesSebastian Huber2015-09-011-2/+1
|
* Delete superfluous legacyvar.h filesSebastian Huber2015-09-011-8/+0
|
* Delete superfluous pci_bus.c filesSebastian Huber2015-09-011-2/+1
|
* Delete superfluous legacy.c filesSebastian Huber2015-09-011-9/+0
|
* e1000: Add missing fileSebastian Huber2015-07-311-11/+12
|
* TCPDUMP and PCAP fixes to defines.Chris Johns2015-06-161-3/+11
|
* Add tcpdump and libpcap.Chris Johns2015-06-151-3/+321
| | | | | | | | | - Update the file builder generator to handle generator specific cflags and includes. The tcpdump and libpcap have localised headers and need specific headers paths to see them. There are also module specific flags and these need to be passed to the lex and yacc generators. - Add the tcpdump support.
* Add INVARIANTS supportSebastian Huber2015-05-201-0/+1
|
* Update due to API changes (timecounters)Sebastian Huber2015-05-201-3/+0
|
* usb: Import USB support from libusbSebastian Huber2015-05-151-2/+3
|
* Disable IEEE 802.11 moduleSebastian Huber2015-05-151-1/+1
|
* freebsd-to-rtems: Refactor the conversion support to allow multiples build ↵Chris Johns2015-05-151-0/+2300
systems. Split the freebsd-to-rtems.py into separate parts to allow more than a single build system generator.