summaryrefslogtreecommitdiff
path: root/freebsd/sys (follow)
AgeCommit message (Expand)Author
2018-02-06dwc_otg: Default to USB host modeSebastian Huber
2018-02-06dwc_otg: Add compatibility string, constifySebastian Huber
2018-02-06Add device tree support for Altera/Intel Cyclone VSebastian Huber
2018-02-05SLEEPQUEUE(9): Update due to API changesSebastian Huber
2018-01-19ZONE(9): Avoid function call overheadSebastian Huber
2018-01-08DEVICE(9): Fix __BUS_ACCESSOR()Sebastian Huber
2017-11-17at91_mci: Fix for 32k buffer.Christian Mauderer
2017-11-17Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber
2017-11-17Revert "SX(9): Implement with reader/writer lock"Sebastian Huber
2017-11-16SX(9): Implement with reader/writer lockSebastian Huber
2017-11-16RWLOCK(9): Add reader/writer lock implementationSebastian Huber
2017-11-15Fix file descriptor reference counting in accept()Sebastian Huber
2017-11-10Fix warningSebastian Huber
2017-11-10at91_mci: Add timing to read_ivar.Christian Mauderer
2017-11-10freebsd/bus: Check return value of bus_accessor.Christian Mauderer
2017-11-10at91_mci: Port to RTEMS and adapt for atsam.Christian Mauderer
2017-11-10at91_mci: Import from FreeBSDSebastian Huber
2017-11-10saf1761_otg: Port to RTEMS.Christian Mauderer
2017-11-10usb/saf1761: Import from FreeBSD.Christian Mauderer
2017-11-10Fix build for non-FDT platformsSebastian Huber
2017-11-10Import BBB sd driver files from FreeBSD.Sichen Zhao
2017-11-10Disable HHOOK(9) support for socketsSebastian Huber
2017-11-10Fix reference counting for file descriptorsSebastian Huber
2017-10-26ffec: Fix commentSebastian Huber
2017-10-25ffec: Add checksum offloadSebastian Huber
2017-10-25ffec: Add interrupt coalescing supportSebastian Huber
2017-10-25ffec: Increase buffer descriptor count to 512Sebastian Huber
2017-10-25ffec: Defragment transmit mbuf only if necessarySebastian Huber
2017-10-25ffec: Fix NULL pointer accessSebastian Huber
2017-10-25ffec: Use RACC[SHIFT16]Sebastian Huber
2017-10-23Add rtems_bsd_set_if_input()Sebastian Huber
2017-10-20powerpc: Fix warningsSebastian Huber
2017-10-20Import CRC32 support from FreeBSDSebastian Huber
2017-10-20blist: Import from FreeBSDSebastian Huber
2017-10-20Fix INVARIANTS supportSebastian Huber
2017-10-20ZONE(9): Use recursive lock for the UMA drainSebastian Huber
2017-10-20ZONE(9): Reduce BUCKET_MAX to 128Sebastian Huber
2017-10-20ZONE(9): Fix uma_zone_set_max()Sebastian Huber
2017-10-20DEVICE(9): Avoid NULL pointer accessSebastian Huber
2017-10-17SLEEPQUEUE(9): Update due to API changesSebastian Huber
2017-10-12BPF(9): Remove RTEMS-specificsSebastian Huber
2017-09-27ffec: Add wmb() to descriptor updatesSebastian Huber
2017-09-27ffec: Support up to three interrupt requestsSebastian Huber
2017-09-27ffec: Avoid AXI bus issues due to a MAC resetSebastian Huber
2017-09-27ffec: Add FECFLAG_AVB variant flagSebastian Huber
2017-09-27ffec: Increase descriptor ring alignmentSebastian Huber
2017-09-27ffec: Use explicit cache synchronizationSebastian Huber
2017-09-27ffec: Support more rgmii variantsSebastian Huber
2017-09-27ffec: Port to RTEMSSebastian Huber
2017-09-27ffec: Import from FreeBSDSebastian Huber