summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* condvar01: Initialize mutexSebastian Huber2015-06-231-0/+1
|
* rtems-bsd-mutex: Fix resource count updatesSebastian Huber2015-06-232-1/+2
|
* Update libbsd.txt with Xilinx Zynq TXCSUM and RXCSUM controls.Chris Johns2015-06-221-1/+13
|
* Revert "if_cgem: Enable hardware checksum assist"Chris Johns2015-06-221-5/+0
| | | | | | | This reverts commit dec6b678bba05624335c87b73dc160b54d845cbd. This default for TXCSUM and RXCSUM should be used and a user should turn on TXCSUM and RXCSUM.
* Revert "Return the default TX and RX hardware checksum for the Cadence ↵Chris Johns2015-06-222-20/+13
| | | | | | | | | driver to off." This reverts commit 54fb9f01f86286ecea3093f6f524afec86d6313f. This change adds white space changes. A better solution is to revert the original change.
* Return the default TX and RX hardware checksum for the Cadence driver to off.Chris Johns2015-06-192-13/+20
| | | | | | The hardware support does not seem to work with qemu. The support can be enabled with ifconfig or via ioctl on real hardware to get the performance boost.
* Remove #undefs and fix formatting.Chris Johns2015-06-192-10/+7
|
* Fix RTEMS ifdef labelling.Chris Johns2015-06-192-12/+12
|
* Supply /dev/bpf and /dev/bpf0. Both are needed.Chris Johns2015-06-191-1/+3
|
* Check if RTEMS is built with POSIX.Chris Johns2015-06-172-4/+8
|
* Add the missing generated libpcap file.Chris Johns2015-06-161-0/+134
|
* Add BDS command support headers.Chris Johns2015-06-161-2/+4
|
* TCPDUMP and PCAP fixes to defines.Chris Johns2015-06-163-258/+266
|
* Add the TCPDUMP command.Chris Johns2015-06-161-0/+9
|
* Add the TCPDUMP command.Chris Johns2015-06-161-0/+2
|
* The BPF dev node needs a minor number for tcpdump.Chris Johns2015-06-161-1/+1
|
* Add error() to the BSD program support.Chris Johns2015-06-162-0/+24
|
* Fix KVM symbol generator to remove warnings.Chris Johns2015-06-161-2/+2
|
* Provide the missing cdecl for _nsdispatch.Chris Johns2015-06-161-0/+3
|
* Add tcpdump and libpcap.Chris Johns2015-06-15267-90/+122568
| | | | | | | | | - 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.
* Update LibBSD doco.Chris Johns2015-06-011-108/+115
|
* Add conditional support for RTEMS PCI to the waf build.Chris Johns2015-06-016-7/+24
| | | | | | | | | | | Check for the "rtems/pci.h" header and provide conditional build support with waf to build for BSPs that do not have PCI support. The Makefile build always defines HAVE_RTEMS_PCI_H which is the same state with this change. The PCI calls still exist however they do nothing and return a constant. Any PCI based driver that makes these calls on a BSP that does not have PCI support will not work which is understandable. Either change the driver or add PCI support the BSP.
* Regenerate with FreeBSD lex, yacc, and rpcgen tools.Chris Johns2015-05-276-3833/+1558
| | | | | | | | | | | | | Use the FreeBSD lex, yacc and rpcgen tools to generate the various sources used in LibBSD. The change also removes an RTEMS specific change added when using other hosts operating systems to generate the files. LibBSD should use FreeBSD version of the tools to generate the source because the FreeBSD kernel is developed using them. The change is supported by the waf build which disables generating the files unless enabled. I am not sure the effect with the Makefile build support.
* waf: Update the README.waf with better documentation.Chris Johns2015-05-241-14/+48
|
* waf: Check for dlfcn.h header is availavble.Chris Johns2015-05-222-2/+8
|
* waf: Add install support.Chris Johns2015-05-214-35/+141
| | | | Install to the --prefix path passed to configure.
* wscript: RegenerateChris Johns2015-05-211-5/+46
|
* waf: Add network configuration support.Chris Johns2015-05-211-5/+55
| | | | | | | Add support to parse the config.inc default file for a network configuration or allow the user to specify their own via a configure option. Update to build the kvm-symbol's generated file.
* waf: Change to show how to only update the rtems_waf submodule.Chris Johns2015-05-211-2/+5
|
* Update freebsd-org submoduleSebastian Huber2015-05-201-0/+0
|
* Add INVARIANTS supportSebastian Huber2015-05-2017-6/+378
|
* Fix struct ucred warningsSebastian Huber2015-05-202-1/+4
|
* wscript: Regenerate.Chris Johns2015-05-201-27/+55
|
* waf: Add warnings and auto-regen options.Chris Johns2015-05-202-22/+48
|
* mghttpd: Install header fileSebastian Huber2015-05-202-0/+4
|
* Add a README for using waf.Chris Johns2015-05-201-0/+70
|
* sys/time.h: Add missing define and declarationSebastian Huber2015-05-201-0/+3
|
* SLEEPQUEUE(9): Update due to RTEMS API changesSebastian Huber2015-05-201-5/+7
|
* Update due to API changes (timecounters)Sebastian Huber2015-05-207-589/+15
|
* Update rtems_bsd_force_select_timeout()Sebastian Huber2015-05-201-4/+1
|
* SLEEPQUEUE(9): Update due to API changesSebastian Huber2015-05-201-2/+2
|
* SLEEPQUEUE(9): Avoid Giant lockSebastian Huber2015-05-201-8/+0
|
* rtems-bsd-mutex: Use standard thread queuesSebastian Huber2015-05-203-92/+33
|
* Update to FreeBSD Stable/9 2015-04-08Sebastian Huber2015-05-20167-2366/+5530
|
* rtems-bsd-chunk: Include missing header fileSebastian Huber2015-05-201-1/+2
|
* wscript: Generate.Chris Johns2015-05-201-0/+1113
|
* Add support to build using waf.Chris Johns2015-05-206-5/+464
|
* Makefile: RegenerateChris Johns2015-05-181-22/+0
|
* freebsd-to-rtems: Fix the Makefile test generator.Chris Johns2015-05-161-7/+7
| | | | This removes the make warnings.
* ZONE(9): Disable uma_prealloc()Sebastian Huber2015-05-151-1/+1
|