summaryrefslogtreecommitdiffstats
path: root/rtemsbsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nexus-devices: Add pc386 nexus device and driversSebastian Huber2015-07-311-0/+10
|
* rtems-bsd-mutex: Update due to API changesSebastian Huber2015-07-243-13/+20
|
* Update due to header guard changesSebastian Huber2015-07-232-3/+3
|
* rtems-bsd-mutex: Fix resource count updatesSebastian Huber2015-06-232-1/+2
|
* Remove #undefs and fix formatting.Chris Johns2015-06-192-10/+7
|
* Add the TCPDUMP command.Chris Johns2015-06-161-0/+9
|
* Add the TCPDUMP command.Chris Johns2015-06-161-0/+2
|
* Add error() to the BSD program support.Chris Johns2015-06-162-0/+24
|
* Fix KVM symbol generator to remove warnings.Chris Johns2015-06-161-2/+2
|
* Add tcpdump and libpcap.Chris Johns2015-06-151-0/+2
| | | | | | | | | - Update the file builder generator to handle generator specific cflags and includes. The tcpdump and libpcap have localised headers and need specific headers paths to see them. There are also module specific flags and these need to be passed to the lex and yacc generators. - Add the tcpdump support.
* Add conditional support for RTEMS PCI to the waf build.Chris Johns2015-06-012-7/+20
| | | | | | | | | | | Check for the "rtems/pci.h" header and provide conditional build support with waf to build for BSPs that do not have PCI support. The Makefile build always defines HAVE_RTEMS_PCI_H which is the same state with this change. The PCI calls still exist however they do nothing and return a constant. Any PCI based driver that makes these calls on a BSP that does not have PCI support will not work which is understandable. Either change the driver or add PCI support the BSP.
* waf: Add install support.Chris Johns2015-05-211-1/+0
| | | | Install to the --prefix path passed to configure.
* Add INVARIANTS supportSebastian Huber2015-05-204-6/+34
|
* sys/time.h: Add missing define and declarationSebastian Huber2015-05-201-0/+3
|
* Update due to API changes (timecounters)Sebastian Huber2015-05-203-63/+15
|
* rtems-bsd-mutex: Use standard thread queuesSebastian Huber2015-05-203-92/+33
|
* Update to FreeBSD Stable/9 2015-04-08Sebastian Huber2015-05-202-29/+549
|
* rtems-bsd-chunk: Include missing header fileSebastian Huber2015-05-201-1/+2
|
* usb: Import USB support from libusbSebastian Huber2015-05-157-837/+1256
|
* rtems-bsd-mutex: Update due to API changesSebastian Huber2015-04-232-11/+9
|
* Use signed integer type for ticksSebastian Huber2015-04-081-0/+7
|
* mghttpd: Import from RTEMSSebastian Huber2015-04-082-0/+5907
|
* The <sys/_stdint.h> is now available in NewlibSebastian Huber2015-04-011-1/+0
|
* if_dwc: Add Altera Cyclone V supportSebastian Huber2015-04-012-1/+22
|
* mii: Add phy devicesSebastian Huber2015-04-011-1/+20
|
* Fix maxid and maxcpus sysctlsSebastian Huber2015-04-011-5/+6
| | | | This prevents an infinte loop in netstat -m on SMP configurations.
* ftpd: FairplaySebastian Huber2015-04-011-0/+5
|
* LAGG(4): Enable and testSebastian Huber2015-03-301-0/+3
|
* VLAN(4): Enable and testSebastian Huber2015-03-301-0/+3
|
* dw_mmc: Implement host acquire/releaseSebastian Huber2015-03-261-11/+10
| | | | This should avoid the "mmc: host bridge didn't serialize us." panic.
* mmc: Import MMC/SDCard support from libusbSebastian Huber2015-03-269-6/+1646
|
* nexus-devices: Fix for QorIQ T variantsSebastian Huber2015-03-261-4/+8
|
* rtems-bsd-mutex: Support priority changesSebastian Huber2015-03-262-14/+31
|
* CONDVAR(9): Use FreeBSD implementationSebastian Huber2015-03-241-165/+0
|
* SLEEPQUEUE(9): Port to RTEMSSebastian Huber2015-03-244-22/+4
|
* SLEEP(9): Port to RTEMSSebastian Huber2015-03-243-273/+1
|
* Update due to Newlib <sys/time.h> etc. changesSebastian Huber2015-03-243-467/+54
|
* atomic.h: Fix for GCC version 5 and laterSebastian Huber2015-03-091-1/+2
|
* rtems_bsd_mutex: SMP support via ISR locksSebastian Huber2015-03-063-37/+82
|
* atomic.h: Use <stdatomic.h> or <atomic> for SMPSebastian Huber2015-03-061-34/+1041
|
* atomic.h: Format changesSebastian Huber2015-03-061-21/+33
|
* Change license to BSDSebastian Huber2015-03-066-26/+128
|
* Mark header files as emptySebastian Huber2015-03-062-65/+2
|
* rtems-bsd-cxx.cc: Fix include orderSebastian Huber2015-03-061-0/+6
|
* Delete unused filesSebastian Huber2015-03-063-146/+0
|
* Add zerocopy sendtoSebastian Huber2015-02-132-0/+136
|
* rtems_bsd_mutex: Add missing ISR enableSebastian Huber2015-02-131-0/+2
|
* Update to FreeBSD 9.3Sebastian Huber2015-02-136-21/+1478
|
* if_tsec: Add Nexus supportSebastian Huber2015-02-132-1/+338
|
* Add and use rtems_bsd_get_allocator_domain_size()Sebastian Huber2015-02-133-8/+88
|