summaryrefslogtreecommitdiffstats
path: root/freebsd/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* freebsd: Use constant ipv6 addresses from vars.c.Christian Mauderer2016-08-041-0/+2
* kern_conf.c: Adapt for RTEMS.Christian Mauderer2016-08-033-1/+70
* kern_conf.c: Import from FreeBSD.Christian Mauderer2016-08-031-0/+1520
* rtemsbsd/devfs: Add.Christian Mauderer2016-08-031-2/+16
* Dummy securelevel_ge() and securelevel_gt()Sebastian Huber2016-08-031-0/+5
* subr_prf.c: Port to RTEMS.Sebastian Huber2016-08-032-0/+56
* subr_prf.c: Import from FreeBSDSebastian Huber2016-08-031-0/+1126
* ZONE(9): Fix mp_maxid definitionSebastian Huber2016-05-061-1/+1
* The maxid is not the number of cpus.Chris Johns2016-05-061-1/+1
* Fix heap corruption in UNIX domain socket connectSebastian Huber2016-02-021-3/+3
* SOCKETPAIR(2): Port to RTEMSSebastian Huber2015-11-162-2/+36
* ZONE(9): Fix slab flag handlingSebastian Huber2015-09-113-3/+13
* ZONE(9): Disable unused fieldSebastian Huber2015-09-111-0/+4
* ZONE(9): Define SMP if RTEMS_SMP is definedSebastian Huber2015-09-111-0/+1
* if_dwc: Fix a possible interrupt starvationSebastian Huber2015-09-112-15/+13
* if_dwc: Invalidate read buffer againSebastian Huber2015-09-111-0/+1
* Fix buiding for the i386.Chris Johns2015-07-161-0/+4
* Revert "if_cgem: Enable hardware checksum assist"Chris Johns2015-06-221-5/+0
* Revert "Return the default TX and RX hardware checksum for the Cadence driver...Chris Johns2015-06-221-7/+12
* Return the default TX and RX hardware checksum for the Cadence driver to off.Chris Johns2015-06-191-12/+7
* Supply /dev/bpf and /dev/bpf0. Both are needed.Chris Johns2015-06-191-1/+3
* The BPF dev node needs a minor number for tcpdump.Chris Johns2015-06-161-1/+1
* Add INVARIANTS supportSebastian Huber2015-05-2010-0/+341
* Fix struct ucred warningsSebastian Huber2015-05-202-1/+4
* SLEEPQUEUE(9): Update due to RTEMS API changesSebastian Huber2015-05-201-5/+7
* Update due to API changes (timecounters)Sebastian Huber2015-05-203-523/+0
* Update rtems_bsd_force_select_timeout()Sebastian Huber2015-05-201-4/+1
* SLEEPQUEUE(9): Update due to API changesSebastian Huber2015-05-201-2/+2
* SLEEPQUEUE(9): Avoid Giant lockSebastian Huber2015-05-201-8/+0
* Update to FreeBSD Stable/9 2015-04-08Sebastian Huber2015-05-20123-2070/+3917
* ZONE(9): Disable uma_prealloc()Sebastian Huber2015-05-151-1/+1
* usb: Import USB support from libusbSebastian Huber2015-05-152-0/+12
* SLEEPQUEUE(9): Update due to API changesSebastian Huber2015-04-231-23/+17
* Use signed integer type for ticksSebastian Huber2015-04-081-2/+6
* SLEEPQUEUE(9): Include missing header fileSebastian Huber2015-04-081-0/+1
* if_dwc: Avoid mbuf use after freeSebastian Huber2015-04-081-17/+29
* if_dwc: Increase DMA descriptor countSebastian Huber2015-04-081-5/+1
* if_dwc: TypoSebastian Huber2015-04-081-1/+1
* if_dwc: Checksum offloadSebastian Huber2015-04-012-6/+63
* if_dwc: Avoid tx defrag if possibleSebastian Huber2015-04-011-48/+107
* if_dwc: Simplify tx desc setupSebastian Huber2015-04-011-25/+9
* if_dwc: Fix transmit starvationSebastian Huber2015-04-011-5/+5
* if_dwc: Avoid NULL pointer accessSebastian Huber2015-04-011-1/+2
* if_dwc: Fix warningSebastian Huber2015-04-011-3/+0
* if_dwc: Use explicit cache operationsSebastian Huber2015-04-011-0/+51
* if_dwc: Move interrupt handler installSebastian Huber2015-04-011-8/+8
* if_dwc: Reduce DMA descriptor countSebastian Huber2015-04-011-0/+8
* if_dwc: Add nexus device supportSebastian Huber2015-04-011-0/+4
* if_dwc: Use rtems_bsd_get_mac_address()Sebastian Huber2015-04-011-0/+8
* if_dwc: Workaround for missing FDT supportSebastian Huber2015-04-011-0/+6