summaryrefslogtreecommitdiffstats
path: root/freebsd/sys (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-24Fix alignment of getsockaddr_sockaddrSebastian Huber1-1/+1
2018-08-24Update due to <sys/time.h> API changesSebastian Huber2-11/+12
2018-08-09libkern.h: Avoid call overhead for bcmp()Sebastian Huber1-0/+4
2018-08-01if_ipsec: Port and add to everything-buildset.Christian Mauderer1-0/+4
2018-08-01if_ipsec: Import from FreeBSD.Christian Mauderer2-0/+1043
2018-08-01random: Implement read_random via getentropy.Christian Mauderer1-0/+10
2018-08-01crypto/sha2: Remove left over file.Christian Mauderer1-141/+0
2018-07-26Make sure CALLOUT_DFRMIGRATION is not usedSebastian Huber2-11/+22
2018-07-26Make sure CALLOUT_PROCESSED is not usedSebastian Huber2-1/+3
2018-07-26Critical bug fix for calloutsSebastian Huber2-1/+33
2018-07-26Fix sporadic test failures via uma_timeout()Sebastian Huber2-0/+15
2018-07-04Avoid malloc() in getsockaddr()Sebastian Huber2-0/+47
2018-07-04BPF(9): Pass flags to bpfopen()Nicolas Tsiogkas1-1/+1
2018-04-27at91_mci: Simplify XDMA usageSebastian Huber1-43/+27
2018-04-27at91_mci: Get rid of bounce bufferSebastian Huber1-63/+57
2018-04-26at91_mci: Use real interruptSebastian Huber1-0/+51
2018-04-26mmc: Optimize mmc_wait_for_req()Sebastian Huber2-0/+19
2018-04-26at91_mci: Fix use of BOARD_MCKSebastian Huber1-1/+1
2018-04-26at91_mci: Fix use of pre-processor definesSebastian Huber1-1/+1
2018-03-28CRYPTO(4): Port to RTEMSSebastian Huber1-0/+75
2018-03-27CRYPTO(4): Import from FreeBSDSebastian Huber1-0/+1375
2018-03-27DEVFS(5): Fix warningSebastian Huber1-0/+3
2018-02-06dwc_otg: Default to USB host modeSebastian Huber1-0/+2
2018-02-06dwc_otg: Add compatibility string, constifySebastian Huber1-1/+2
2018-02-06Add device tree support for Altera/Intel Cyclone VSebastian Huber4-39/+273
2018-02-05SLEEPQUEUE(9): Update due to API changesSebastian Huber1-1/+1
2018-01-19ZONE(9): Avoid function call overheadSebastian Huber1-1/+3
2018-01-08DEVICE(9): Fix __BUS_ACCESSOR()Sebastian Huber1-2/+0
2017-11-17at91_mci: Fix for 32k buffer.Christian Mauderer1-0/+11
2017-11-17Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber1-2/+2
2017-11-17Revert "SX(9): Implement with reader/writer lock"Sebastian Huber2-2/+5
2017-11-16SX(9): Implement with reader/writer lockSebastian Huber2-5/+2
2017-11-16RWLOCK(9): Add reader/writer lock implementationSebastian Huber1-2/+2
2017-11-15Fix file descriptor reference counting in accept()Sebastian Huber1-0/+2
2017-11-10Fix warningSebastian Huber1-0/+2
2017-11-10at91_mci: Add timing to read_ivar.Christian Mauderer1-0/+10
2017-11-10freebsd/bus: Check return value of bus_accessor.Christian Mauderer1-0/+23
2017-11-10at91_mci: Port to RTEMS and adapt for atsam.Christian Mauderer2-1/+279
2017-11-10at91_mci: Import from FreeBSDSebastian Huber5-0/+1875
2017-11-10saf1761_otg: Port to RTEMS.Christian Mauderer2-4/+84
2017-11-10usb/saf1761: Import from FreeBSD.Christian Mauderer4-0/+4435
2017-11-10Fix build for non-FDT platformsSebastian Huber1-0/+5
2017-11-10Import BBB sd driver files from FreeBSD.Sichen Zhao10-0/+5100
2017-11-10Disable HHOOK(9) support for socketsSebastian Huber1-0/+10
2017-11-10Fix reference counting for file descriptorsSebastian Huber5-1/+29
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