summaryrefslogtreecommitdiffstats
path: root/freebsd (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-26ffec: Fix commentSebastian Huber1-4/+4
2017-10-25ffec: Add checksum offloadSebastian Huber2-3/+53
2017-10-25ffec: Add interrupt coalescing supportSebastian Huber2-0/+186
2017-10-25ffec: Increase buffer descriptor count to 512Sebastian Huber1-2/+2
2017-10-25ffec: Defragment transmit mbuf only if necessarySebastian Huber1-104/+139
2017-10-25ffec: Fix NULL pointer accessSebastian Huber1-0/+3
2017-10-25ffec: Use RACC[SHIFT16]Sebastian Huber1-16/+35
2017-10-23Add rtems_bsd_set_if_input()Sebastian Huber2-0/+30
2017-10-20powerpc: Fix warningsSebastian Huber1-0/+9
2017-10-20Import CRC32 support from FreeBSDSebastian Huber1-0/+770
2017-10-20blist: Import from FreeBSDSebastian Huber2-0/+1201
2017-10-20Fix INVARIANTS supportSebastian Huber6-0/+17
2017-10-20ZONE(9): Use recursive lock for the UMA drainSebastian Huber1-1/+1
2017-10-20ZONE(9): Reduce BUCKET_MAX to 128Sebastian Huber1-1/+7
2017-10-20ZONE(9): Fix uma_zone_set_max()Sebastian Huber1-0/+9
2017-10-20DEVICE(9): Avoid NULL pointer accessSebastian Huber1-0/+3
2017-10-17SLEEPQUEUE(9): Update due to API changesSebastian Huber1-1/+1
2017-10-12BPF(9): Remove RTEMS-specificsSebastian Huber1-7/+0
2017-10-11tcpdump: Update to FreeBSD head 2017-04-04Sebastian Huber421-29677/+44341
2017-10-09Update libpcap to FreeBSD head 2017-04-04Sebastian Huber46-9231/+13996
2017-09-27ffec: Add wmb() to descriptor updatesSebastian Huber1-0/+2
2017-09-27ffec: Support up to three interrupt requestsSebastian Huber1-18/+34
2017-09-27ffec: Avoid AXI bus issues due to a MAC resetSebastian Huber1-1/+8
2017-09-27ffec: Add FECFLAG_AVB variant flagSebastian Huber2-7/+17
2017-09-27ffec: Increase descriptor ring alignmentSebastian Huber1-1/+1
2017-09-27ffec: Use explicit cache synchronizationSebastian Huber1-0/+7
2017-09-27ffec: Support more rgmii variantsSebastian Huber1-0/+4
2017-09-27ffec: Port to RTEMSSebastian Huber1-0/+4
2017-09-27ffec: Import from FreeBSDSebastian Huber2-0/+2098
2017-09-15Support reference counting for file descriptorsSebastian Huber4-25/+39
2017-08-25Include missing <string.h> and <limits.h>Sebastian Huber1-0/+3
2017-08-23openssl: Workaround for ARM-specific filesSebastian Huber2-0/+4
2017-08-22Remove strtoimax() and strtoumax()Sebastian Huber2-308/+0
2017-08-20Import openssl from FreeBSD.Sichen Zhao906-0/+364148
2017-07-28KQUEUE(2): Add missing file handlerSebastian Huber1-1/+4
2017-07-28PIPE(2): Add missing file handlerSebastian Huber1-6/+78
2017-07-28SOCKET(2): Add missing file handlerSebastian Huber1-1/+64
2017-07-18ohci: Fix for BSP_USB_OTG_TRANSCEIVER_I2C_ADDRSebastian Huber1-0/+5
2017-07-17dev/rtwn: Import new files from FreeBSD.Christian Mauderer18-0/+2258
2017-07-13Port am335x usb driver to RTEMS.Sichen Zhao2-0/+21
2017-07-13Import am335x usb driver file from FreeBSD.Sichen Zhao15-0/+7444
2017-07-10libkern.h: Add ffsll()Sebastian Huber1-3/+3
2017-07-10libkern.h: Avoid conflict with <strings.h>Sebastian Huber1-2/+13
2017-06-22Remove unused inet_* weak referencesSebastian Huber1-0/+2
2017-06-16Remove unused inet_* weak referencesSebastian Huber12-178/+22
2017-06-08Use <sys/lock.h> provided by NewlibSebastian Huber335-337/+337
2017-06-08Update due to Newlib 2017-06-07 changesSebastian Huber674-4059/+738
2017-05-19Redirect FREEBSD's kern_yield to RTEMS sched_yieldKevin Kirspel1-1/+2
2017-05-19Add bitcount inlinesfor RTEMS. These are found in FREEBSDs types.hKevin Kirspel1-0/+3
2017-05-19Modify FREEBSD EVDEV driver for use in RTEMSKevin Kirspel1-0/+4