summaryrefslogtreecommitdiffstats
path: root/rtemsbsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pc386: Add RealTek network driver to the nexus bus.Chris Johns2016-04-281-0/+1
|
* rtems/bsd/bsd.h: DocumentationSebastian Huber2016-04-271-1/+19
|
* Add root bus support functionsSebastian Huber2016-04-262-0/+123
|
* Initialize interrupt server earlySebastian Huber2016-04-262-13/+67
| | | | This enables its use before the Nexus device exists.
* intrmask_t: Provide dummy type definitionSebastian Huber2016-04-181-2/+0
|
* kvm: Include missing header fileSebastian Huber2016-04-181-0/+1
|
* syslog: Include missing header fileSebastian Huber2016-04-181-0/+1
|
* sys/time.h: Delete superfluous declarationSebastian Huber2016-04-061-2/+0
| | | | Provided by RTEMS d2f9fa510f7e35cb86c056c57f51b416adf803bf.
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-04-062-2/+2
|
* rtems-bsd-mutex: Fix mtx_destroy()Sebastian Huber2016-04-061-1/+1
|
* ftpd: Resolve function name conflictSebastian Huber2016-03-181-3/+3
| | | | Visible with Newlib be657151f12f4d198e45395987f0a626ee1bbb91.
* Update due to Watchdog Handler changesSebastian Huber2016-03-141-0/+2
|
* Update due to chain API changesSebastian Huber2016-01-181-5/+7
|
* Use RTEMS provided <sys/endian.h>Sebastian Huber2015-11-171-0/+3
|
* SOCKETPAIR(2): Port to RTEMSSebastian Huber2015-11-161-0/+2
|
* dwc_otg: Port to RTEMSSebastian Huber2015-11-122-0/+175
|
* USB: Update to FreeBSD trunk 2015-11-10Sebastian Huber2015-11-123-11/+478
|
* Rename kernel space log() to _bsd_log()Sebastian Huber2015-11-101-0/+1
| | | | This avoids a conflict with the standard math library log() function.
* DELAY(): Use rtems_counter_delay_nanoseconds()Sebastian Huber2015-09-301-16/+6
|
* i386: Quick and dirty hack to get PCI workingSebastian Huber2015-09-301-4/+69
|
* BUS_SPACE(9): Use FreeBSD files for i386 archSebastian Huber2015-09-293-1787/+567
|
* 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
|