summaryrefslogtreecommitdiffstats
path: root/freebsd (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-03kern_conf.c: Adapt for RTEMS.Christian Mauderer3-1/+70
2016-08-03kern_conf.c: Import from FreeBSD.Christian Mauderer1-0/+1520
2016-08-03rtemsbsd/devfs: Add.Christian Mauderer1-2/+16
2016-08-03Dummy securelevel_ge() and securelevel_gt()Sebastian Huber1-0/+5
2016-08-03subr_prf.c: Port to RTEMS.Sebastian Huber2-0/+56
2016-08-03subr_prf.c: Import from FreeBSDSebastian Huber1-0/+1126
2016-05-06ZONE(9): Fix mp_maxid definitionSebastian Huber1-1/+1
2016-05-06The maxid is not the number of cpus.Chris Johns1-1/+1
2016-02-02Fix heap corruption in UNIX domain socket connectSebastian Huber1-3/+3
2015-11-16SOCKETPAIR(2): Port to RTEMSSebastian Huber2-2/+36
2015-10-19NSDISPATCH(3): Add proper nsparser.hSebastian Huber1-102/+16
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-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
2015-04-01if_dwc: Simplify tx desc setupSebastian Huber1-25/+9