summaryrefslogtreecommitdiffstats
path: root/rtemsbsd (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-03pfctl: Add rtems_bsd_command_pfctl.Christian Mauderer3-0/+13
2016-08-03rtemsbsd: Add wrapper for open, fopen, malloc, ...Christian Mauderer2-2/+582
2016-08-03rtemsbsd: Add call to program with a data restoreChristian Mauderer2-0/+28
2016-08-03testsuite/pf01: Add test that links PF.Christian Mauderer1-0/+9
2016-08-03rtems-bsd-symbols.h: add pf symbols.Christian Mauderer1-0/+459
2016-08-03linkersets.h: Add necessary macros from rtems 4.12.Christian Mauderer1-0/+19
2016-08-03rtemsbsd: Add linkersets.h from current rtems 4.12.Christian Mauderer1-0/+104
2016-08-03kern_conf.c: Adapt for RTEMS.Christian Mauderer1-65/+0
2016-08-03rtemsbsd/devfs: Add.Christian Mauderer1-0/+293
2015-11-16SOCKETPAIR(2): Port to RTEMSSebastian Huber1-0/+2
2015-11-10Rename kernel space log() to _bsd_log()Sebastian Huber1-0/+1
2015-07-23Update due to header guard changesSebastian Huber2-3/+3
2015-06-23rtems-bsd-mutex: Fix resource count updatesSebastian Huber2-1/+2
2015-06-19Remove #undefs and fix formatting.Chris Johns2-10/+7
2015-06-16Add the TCPDUMP command.Chris Johns1-0/+9
2015-06-16Add the TCPDUMP command.Chris Johns1-0/+2
2015-06-16Add error() to the BSD program support.Chris Johns2-0/+24
2015-06-16Fix KVM symbol generator to remove warnings.Chris Johns1-2/+2
2015-06-15Add tcpdump and libpcap.Chris Johns1-0/+2
2015-06-01Add conditional support for RTEMS PCI to the waf build.Chris Johns2-7/+20
2015-05-21waf: Add install support.Chris Johns1-1/+0
2015-05-20Add INVARIANTS supportSebastian Huber4-6/+34
2015-05-20sys/time.h: Add missing define and declarationSebastian Huber1-0/+3
2015-05-20Update due to API changes (timecounters)Sebastian Huber3-63/+15
2015-05-20rtems-bsd-mutex: Use standard thread queuesSebastian Huber3-92/+33
2015-05-20Update to FreeBSD Stable/9 2015-04-08Sebastian Huber2-29/+549
2015-05-20rtems-bsd-chunk: Include missing header fileSebastian Huber1-1/+2
2015-05-15usb: Import USB support from libusbSebastian Huber7-837/+1256
2015-04-23rtems-bsd-mutex: Update due to API changesSebastian Huber2-11/+9
2015-04-08Use signed integer type for ticksSebastian Huber1-0/+7
2015-04-08mghttpd: Import from RTEMSSebastian Huber2-0/+5907
2015-04-01The <sys/_stdint.h> is now available in NewlibSebastian Huber1-1/+0
2015-04-01if_dwc: Add Altera Cyclone V supportSebastian Huber2-1/+22
2015-04-01mii: Add phy devicesSebastian Huber1-1/+20
2015-04-01Fix maxid and maxcpus sysctlsSebastian Huber1-5/+6
2015-04-01ftpd: FairplaySebastian Huber1-0/+5
2015-03-30LAGG(4): Enable and testSebastian Huber1-0/+3
2015-03-30VLAN(4): Enable and testSebastian Huber1-0/+3
2015-03-26dw_mmc: Implement host acquire/releaseSebastian Huber1-11/+10
2015-03-26mmc: Import MMC/SDCard support from libusbSebastian Huber9-6/+1646
2015-03-26nexus-devices: Fix for QorIQ T variantsSebastian Huber1-4/+8
2015-03-26rtems-bsd-mutex: Support priority changesSebastian Huber2-14/+31
2015-03-24CONDVAR(9): Use FreeBSD implementationSebastian Huber1-165/+0
2015-03-24SLEEPQUEUE(9): Port to RTEMSSebastian Huber4-22/+4
2015-03-24SLEEP(9): Port to RTEMSSebastian Huber3-273/+1
2015-03-24Update due to Newlib <sys/time.h> etc. changesSebastian Huber3-467/+54
2015-03-09atomic.h: Fix for GCC version 5 and laterSebastian Huber1-1/+2
2015-03-06rtems_bsd_mutex: SMP support via ISR locksSebastian Huber3-37/+82
2015-03-06atomic.h: Use <stdatomic.h> or <atomic> for SMPSebastian Huber1-34/+1041
2015-03-06atomic.h: Format changesSebastian Huber1-21/+33