summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems_bsd_mutex: SMP support via ISR locksSebastian Huber2015-03-061-16/+54
|
* rtems-bsd-cxx.cc: Fix include orderSebastian Huber2015-03-061-0/+6
|
* Add zerocopy sendtoSebastian Huber2015-02-131-0/+68
|
* rtems_bsd_mutex: Add missing ISR enableSebastian Huber2015-02-131-0/+2
|
* Update to FreeBSD 9.3Sebastian Huber2015-02-132-1/+2
|
* Add and use rtems_bsd_get_allocator_domain_size()Sebastian Huber2015-02-132-8/+68
|
* Add SMP sysctlsSebastian Huber2015-01-291-0/+12
|
* Add a simple page allocatorSebastian Huber2015-01-291-0/+149
|
* Add rtems_bsd_get_mac_address()Sebastian Huber2015-01-211-0/+51
|
* ZONE(9): Honor cache alignmentSebastian Huber2015-01-211-3/+8
|
* BUS_DMA(9): Support BUS_DMA_COHERENTSebastian Huber2015-01-211-2/+9
|
* Add and use rtems_bsd_get_task_stack_size()Sebastian Huber2015-01-204-3/+50
|
* Add and use rtems_bsd_get_task_priority()Sebastian Huber2015-01-205-13/+72
|
* SYSLOG(3): Replace implementationSebastian Huber2014-10-091-154/+153
| | | | | Avoid potential buffer overflows on the stack. Expand the %m in the format string.
* nexus: Use a linker set for the devicesSebastian Huber2014-10-081-9/+9
|
* nexus: Fix resouce allocationSebastian Huber2014-10-081-12/+13
|
* Generalize linker setsSebastian Huber2014-10-081-3/+3
| | | | Add ability to create linker sets for items with an arbitrary type.
* Provide new rtems_bsdnet_rtrequest()Sebastian Huber2014-10-082-312/+55
| | | | Delete superfluous code.
* critical_enter/exit(): Use inline functionSebastian Huber2014-09-301-61/+0
|
* Delete rtems_bsd_thread_chainSebastian Huber2014-09-253-78/+49
| | | | Rely on RTEMS object registration for threads.
* rtems_bsd_mutex: OptimizeSebastian Huber2014-09-241-0/+98
|
* Replace RTEMS objects with custom implementationSebastian Huber2014-09-235-378/+91
| | | | | | | | Performance analysis revealed that the standard RTEMS objects are a major bottleneck. The object get mechanism and attribute checks at runtime have a significant overhead. Use a custom implementation for synchronization primitives. This drops also the size of the synchronization primitives considerably.
* CONDVAR(9): Use lock classSebastian Huber2014-09-221-18/+7
|
* Import and use subr_lock.cSebastian Huber2014-09-224-133/+21
|
* nexus: Add DISABLE_INTERRUPT_EXTENSIONSebastian Huber2014-09-171-0/+12
| | | | | Add an easy way to avoid the interrupt extension API for BSPs that do not support it.
* Add file to ensure some C++ compatibilitySebastian Huber2014-09-171-0/+64
|
* Update due to rbtree API changesSebastian Huber2014-08-271-4/+4
|
* Update due to chain API changesSebastian Huber2014-04-171-1/+1
|
* Update due to CORE mutex API changesSebastian Huber2014-04-172-4/+4
|
* ZONE(9): Make sure the chunks are properly alignedSebastian Huber2014-01-301-0/+3
|
* DHCPCD(8): Add basic supportSebastian Huber2014-01-301-0/+40
|
* Create "/etc" in rtems_bsd_initialize()Sebastian Huber2014-01-301-0/+3
|
* Add an ARP packet processorSebastian Huber2014-01-301-0/+253
|
* Add rtems_bsd_get_ethernet_addr()Sebastian Huber2014-01-301-0/+74
|
* PRINTF(9): Do not use printk() for log()Sebastian Huber2014-01-301-10/+3
| | | | | The BSD library functions must use printk(). The %D format specifier is not supported, thus we cannot use the printf() family for output.
* Use integer-only printf for syslog()Sebastian Huber2013-12-201-0/+2
|
* Delete rtems_bsd_initialize_with_interrupt_serverSebastian Huber2013-12-202-64/+11
| | | | Move interrupt server initialization to nexus_probe().
* Fix task create argumentSebastian Huber2013-12-201-1/+1
|
* Add support for boottimebin and getbinuptime()Sebastian Huber2013-12-161-0/+2
|
* Delete unused fileSebastian Huber2013-12-161-14/+0
|
* Add RTEMS legacy MII supportSebastian Huber2013-12-161-0/+254
|
* Simplify linker set handlingSebastian Huber2013-12-161-2/+7
|
* Update due to API changesSebastian Huber2013-12-041-3/+3
|
* threads: Delay thread start during initializationSebastian Huber2013-11-131-10/+55
| | | | The FreeBSD initialization is supposed to be single-threaded.
* nexus: Add table based Nexus device initializationSebastian Huber2013-11-131-307/+154
|
* Update to FreeBSD 9.2Sebastian Huber2013-11-112-3/+3
|
* Fix tvtohz() return valueSebastian Huber2013-11-111-1/+1
|
* Rename rtems-bsd-config.hSebastian Huber2013-11-1134-34/+34
| | | | Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
* Update to FreeBSD 8.4Sebastian Huber2013-11-042-0/+2
|
* MUTEX(9): Allow destruction of self-owned mutexesSebastian Huber2013-10-311-5/+13
|