summaryrefslogtreecommitdiffstats
path: root/freebsd (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-25Avoid pci_bus.c file renameSebastian Huber1-0/+0
2015-09-11ZONE(9): Fix slab flag handlingSebastian Huber3-3/+13
2015-09-11ZONE(9): Disable unused fieldSebastian Huber1-0/+4
2015-09-11ZONE(9): Define SMP if RTEMS_SMP is definedSebastian Huber1-0/+1
2015-09-11if_dwc: Fix a possible interrupt starvationSebastian Huber2-15/+13
2015-09-11if_dwc: Invalidate read buffer againSebastian Huber1-0/+1
2015-09-01Delete superfluous pci_cfgreg.h filesSebastian Huber15-900/+0
2015-09-01Delete superfluous legacyvar.h filesSebastian Huber15-945/+0
2015-09-01Delete superfluous pci_bus.c filesSebastian Huber16-11776/+0
2015-09-01Delete superfluous legacy.c filesSebastian Huber15-5595/+0
2015-07-31PCI: Enable some functionsSebastian Huber1-2/+0
2015-07-31Disable pcibus_pnp driver moduleSebastian Huber1-0/+2
2015-07-31Dummy securelevel_ge() and securelevel_gt()Sebastian Huber1-0/+5
2015-07-31DEVICE.HINTS(5): Enable resource_disabled()Sebastian Huber1-1/+1
2015-07-31i386/legacy.c: Disable per CPU stuffSebastian Huber1-1/+9
2015-07-31e1000: Add missing fileSebastian Huber1-0/+906
2015-07-31i386: Make <machine/cpufunc.h> compile cleanSebastian Huber1-0/+4
2015-07-16Fix buiding for the i386.Chris Johns1-0/+4
2015-06-26tcpdump: Return the PCAP loop return value. Increase the stack size.Chris Johns1-2/+2
2015-06-26tcpdump: Allow enter/return to exit tcpdump.Chris Johns1-0/+105
2015-06-22Revert "if_cgem: Enable hardware checksum assist"Chris Johns1-5/+0
2015-06-22Revert "Return the default TX and RX hardware checksum for the Cadence driver...Chris Johns1-7/+12
2015-06-19Return the default TX and RX hardware checksum for the Cadence driver to off.Chris Johns1-12/+7
2015-06-19Fix RTEMS ifdef labelling.Chris Johns2-12/+12
2015-06-19Supply /dev/bpf and /dev/bpf0. Both are needed.Chris Johns1-1/+3
2015-06-16Add the missing generated libpcap file.Chris Johns1-0/+134
2015-06-16Add BDS command support headers.Chris Johns1-2/+4
2015-06-16The BPF dev node needs a minor number for tcpdump.Chris Johns1-1/+1
2015-06-16Provide the missing cdecl for _nsdispatch.Chris Johns1-0/+3
2015-06-15Add tcpdump and libpcap.Chris Johns259-0/+121354
2015-05-27Regenerate with FreeBSD lex, yacc, and rpcgen tools.Chris Johns6-3833/+1558
2015-05-20Add INVARIANTS supportSebastian Huber10-0/+341
2015-05-20Fix struct ucred warningsSebastian Huber2-1/+4
2015-05-20SLEEPQUEUE(9): Update due to RTEMS API changesSebastian Huber1-5/+7
2015-05-20Update due to API changes (timecounters)Sebastian Huber3-523/+0
2015-05-20Update rtems_bsd_force_select_timeout()Sebastian Huber1-4/+1
2015-05-20SLEEPQUEUE(9): Update due to API changesSebastian Huber1-2/+2
2015-05-20SLEEPQUEUE(9): Avoid Giant lockSebastian Huber1-8/+0
2015-05-20Update to FreeBSD Stable/9 2015-04-08Sebastian Huber165-2337/+4981
2015-05-15ZONE(9): Disable uma_prealloc()Sebastian Huber1-1/+1
2015-05-15usb: Import USB support from libusbSebastian Huber2-0/+12
2015-04-23SLEEPQUEUE(9): Update due to API changesSebastian Huber1-23/+17
2015-04-08Use signed integer type for ticksSebastian Huber1-2/+6
2015-04-08SLEEPQUEUE(9): Include missing header fileSebastian Huber1-0/+1
2015-04-08Add generated filesSebastian Huber8-0/+8818
2015-04-08if_dwc: Avoid mbuf use after freeSebastian Huber1-17/+29
2015-04-08if_dwc: Increase DMA descriptor countSebastian Huber1-5/+1
2015-04-08if_dwc: TypoSebastian Huber1-1/+1
2015-04-01if_dwc: Checksum offloadSebastian Huber2-6/+63
2015-04-01if_dwc: Avoid tx defrag if possibleSebastian Huber1-48/+107