summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* builder.py: addTargetSourceCPUDependentSourceFilesSebastian Huber2015-09-253-52/+29
| | | | Avoid and delete this function.
* Makefile: DeleteSebastian Huber2015-09-252-2094/+0
| | | | Use waf instead.
* Avoid pci_bus.c file renameSebastian Huber2015-09-253-9/+2
|
* media01: Add network and SMP supportSebastian Huber2015-09-111-3/+44
|
* ZONE(9): Fix slab flag handlingSebastian Huber2015-09-113-3/+13
| | | | Disable unused slab flags.
* ZONE(9): Disable unused fieldSebastian Huber2015-09-111-0/+4
|
* ZONE(9): Define SMP if RTEMS_SMP is definedSebastian Huber2015-09-111-0/+1
|
* if_dwc: Fix a possible interrupt starvationSebastian Huber2015-09-112-15/+13
|
* if_dwc: Invalidate read buffer againSebastian Huber2015-09-111-0/+1
| | | | | This may prevent problems in case a cache line prefetch added some lines to the cache during a DMA transfer.
* Delete superfluous pci_cfgreg.h filesSebastian Huber2015-09-0116-902/+1
|
* Delete superfluous legacyvar.h filesSebastian Huber2015-09-0116-953/+0
|
* Delete superfluous pci_bus.c filesSebastian Huber2015-09-0118-11807/+15
|
* Delete superfluous legacy.c filesSebastian Huber2015-09-0117-5624/+5
|
* nexus-devices: Add pc386 nexus device and driversSebastian Huber2015-07-311-0/+10
|
* PCI: Enable some functionsSebastian Huber2015-07-311-2/+0
|
* Disable pcibus_pnp driver moduleSebastian Huber2015-07-311-0/+2
|
* Dummy securelevel_ge() and securelevel_gt()Sebastian Huber2015-07-311-0/+5
|
* DEVICE.HINTS(5): Enable resource_disabled()Sebastian Huber2015-07-311-1/+1
|
* i386/legacy.c: Disable per CPU stuffSebastian Huber2015-07-311-1/+9
|
* waf_generator.py: Move arch header includesSebastian Huber2015-07-312-4/+4
| | | | Make sure that architecture specific header files are found first.
* e1000: Add missing fileSebastian Huber2015-07-313-11/+919
|
* i386: Make <machine/cpufunc.h> compile cleanSebastian Huber2015-07-311-0/+4
|
* rtems-bsd-mutex: Update due to API changesSebastian Huber2015-07-243-13/+20
|
* Update due to header guard changesSebastian Huber2015-07-233-4/+4
|
* Fix buiding for the i386.Chris Johns2015-07-161-0/+4
|
* libbsd.txt: Clarify rules to modify FreeBSD codeSebastian Huber2015-07-151-3/+13
|
* tcpdump: Return the PCAP loop return value. Increase the stack size.Chris Johns2015-06-261-2/+2
|
* tcpdump: Allow enter/return to exit tcpdump.Chris Johns2015-06-261-0/+105
| | | | | | Implement the PCAP loop in a separate thread and block the shell thread in the stdin getchar. When a user presses enter/return call the PCAP break loop function to have it return.
* modified: waf_generator.py Fix incorrect encoding of NET_CFG_GATEWAY_IP and ↵Gene Smith2015-06-262-6/+6
| | | | | | | | change _IP_IP ending to _IP. Remove _IP_IP ending from NET_TAP_INTERFACE. modified: wscript Re-generated from "./freebsd-to-rtems -m" based on waf_generator.py
* 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
|