summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* posix: shared memory supportGedare Bloom2017-01-1325-10/+1196
* posix: fix typo in mmap argumentsGedare Bloom2017-01-131-2/+2
* posix: add stub implementations for mman functionsGedare Bloom2017-01-139-0/+222
* posix: move sys/mman.h to newlib and test it in psxhdrsGedare Bloom2017-01-1316-195/+323
* configure: Remove __RTEMS_DO_NOT_INLINE_THREAD_*Sebastian Huber2017-01-131-6/+0
* configure: Remove __RTEMS_HAVE_DECL_SIGALTSTACK__Sebastian Huber2017-01-132-17/+0
* configure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUESebastian Huber2017-01-139-30/+0
* configure: Remove envlock supportSebastian Huber2017-01-133-124/+1
* configure: Remove SIZEOF_PTHREAD_SPINLOCK_TSebastian Huber2017-01-136-65/+2
* configure: Remove HAVE_THREADS_H supportSebastian Huber2017-01-134-11/+1
* configure: Remove HAVE_SEMAPHORE_H supportSebastian Huber2017-01-134-170/+1
* posix: Add pthread_getname_np(), ...Sebastian Huber2017-01-139-0/+218
* score: Add _Thread_Set_name()Sebastian Huber2017-01-135-0/+53
* score: Add and use _Thread_Get_name()Sebastian Huber2017-01-137-37/+82
* score: Add Thread_queue_Queue::nameSebastian Huber2017-01-137-21/+46
* score: Add and use _Objects_Name_to_string()Sebastian Huber2017-01-132-27/+79
* configure: Add RTEMS_TOOL_CHAIN_ERRORSebastian Huber2017-01-131-14/+13
* GRETH: Interrupt Handler Uses Wrong EventsChristian Spindeldreier2017-01-121-1/+1
* cpuuse: Call printer only onceSebastian Huber2017-01-121-14/+7
* Fix documentation commentSebastian Huber2017-01-121-4/+4
* rtems: Use header file for rtems_object_get_name()Sebastian Huber2017-01-121-10/+1
* Add and use rtems_assoc_thread_states_to_string()Sebastian Huber2017-01-125-90/+81
* libdebugger: Fix const qualifierSebastian Huber2017-01-121-1/+1
* Add rtems_assoc_32_to_string()Sebastian Huber2017-01-124-1/+155
* score: Remove unused _States_Is_*()Sebastian Huber2017-01-121-153/+0
* score: Replace STATES_DELAYINGSebastian Huber2017-01-125-41/+8
* Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill2017-01-11338-146128/+3
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-1126-170/+70
* Add support for posix_devctl()Joel Sherrill2017-01-1112-1/+301
* posix: Fix alarm() in SMP configurationsSebastian Huber2017-01-111-2/+0
* score: Improve SMP lock debug supportSebastian Huber2017-01-114-7/+18
* score: Optimize thread state valuesSebastian Huber2017-01-111-48/+73
* score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber2017-01-1116-49/+43
* score: Delete STATES_WAITING_FOR_BUFFERSebastian Huber2017-01-113-22/+1
* score: Format thread state definesSebastian Huber2017-01-111-27/+27
* sys/event.h: Update to FreeBSD head 2017-01-02Sebastian Huber2017-01-091-29/+31
* score: Relax <sys/lock.h> static assertionsSebastian Huber2016-12-235-9/+9
* libio: Use CONSOLE_DEVICE_NAMESebastian Huber2016-12-231-3/+4
* Clarify simple timecounter documentationSebastian Huber2016-12-211-13/+21
* Rename *.s to *.SSebastian Huber2016-12-202-1/+1
* bsp/atsam: Use standard XDMA throughoutSebastian Huber2016-12-208-32/+6
* JFFS2: RTEMS_JFFS2_ON_DEMAND_GARBAGE_COLLECTIONSebastian Huber2016-12-204-2/+55
* JFFS2: Add RTEMS_JFFS2_FORCE_GARBAGE_COLLECTIONSebastian Huber2016-12-203-0/+68
* JFFS2: Add RTEMS_JFFS2_GET_INFOSebastian Huber2016-12-208-5/+470
* bsp/atsam: Use standard XDMA for QSPI supportSebastian Huber2016-12-161-9/+1
* bsp/atsam: Add SC16IS752 supportSebastian Huber2016-12-164-0/+158
* dev: Add NXP SC16IS752 serial device driverAlexander Krutwig2016-12-166-0/+875
* termios: Add TERMIOS_IRQ_SERVER_DRIVENAlexander Krutwig2016-12-162-5/+8
* termios: Use mutex for task driven modeSebastian Huber2016-12-162-7/+97
* bsp/atsam: Move interrupt setup to PIO_Configure()Sebastian Huber2016-12-162-25/+21