summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-22confdefs: Fix POSIX keys configurationSebastian Huber1-1/+2
2016-01-27score: Fix simple timecounter supportSebastian Huber1-6/+29
2015-10-27CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK was undocumented and not error checkedJoel Sherrill1-0/+14
2015-09-11rbheap: Fix rtems_rbheap_free()Sebastian Huber1-23/+15
2015-09-01rbtree: Delete rtems_rbtree_find_control()Sebastian Huber1-10/+0
2015-06-26score: Simplify <rtems/system.h>Sebastian Huber2-0/+2
2015-05-27sapi: Fix workspace size estimateSebastian Huber1-2/+1
2015-05-27sapi: Fix workspace size estimateSebastian Huber1-4/+15
2015-05-27sapi: Simplify confdefs.hSebastian Huber1-1/+0
2015-05-20timecounter: Use in RTEMSAlexander Krutwig1-0/+1
2015-05-20timecounter: Port to RTEMSAlexander Krutwig5-0/+508
2015-04-17sapi: Avoid declaration in source, fix typeSebastian Huber3-5/+5
2015-04-17DRVMGR: added driver manager to cpukit/libdrvmgrDaniel Hellstrom2-1/+73
2015-04-17LIBPCI: added PCI layer to cpukit/libpciDaniel Hellstrom1-0/+46
2015-04-17IO_MANAGER: early dynamic driver registrationDaniel Hellstrom2-1/+17
2015-03-22score: Simplify debug code and use _Assert()Sebastian Huber1-1/+1
2015-03-11confdefs.h: Improve the DoxygenJoel Sherrill1-121/+780
2015-03-10cpukit: deprecate task variables. closes #2293.Gedare Bloom1-0/+3
2015-03-10cpukit: deprecate notepadsGedare Bloom1-3/+7
2015-03-06Fix even more Doxygen issuesJoel Sherrill1-1/+1
2015-03-05Move test support from sapi to libmisc/testsupportSebastian Huber5-247/+0
2015-02-14IMFS: Add CONFIGURE_IMFS_DISABLE_READDIRSebastian Huber1-1/+5
2015-02-13IMFS: Rename CONFIGURE_IMFS_DISABLE_FCHMODSebastian Huber1-2/+2
2015-02-13IMFS: Add CONFIGURE_IMFS_DISABLE_MKNOD_FILESebastian Huber1-1/+5
2015-02-13IMFS: CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEMSebastian Huber1-0/+11
2015-02-13sapi/Makefile.am: Do not install libsapi.aJoel Sherrill2-15/+0
2015-02-12IMFS: Add fine grained configurationSebastian Huber1-67/+117
2015-02-09Filesystem: Simplify FIFO and pipe configurationSebastian Huber1-30/+23
2015-02-04Filesystem: Statically initialize rtems_libio_iopsSebastian Huber1-2/+4
2015-02-04Filesystem: Make rtems_libio_number_iops constSebastian Huber1-1/+1
2014-12-12confdefs.h: Fix workspace size if idle task is FPSebastian Huber1-2/+8
2014-11-28libcsupport: Delete malloc statisticsSebastian Huber1-13/+0
2014-11-24_Scheduler_FIXME_thread_priority_queues_are_brokenSebastian Huber1-6/+0
2014-11-04sapi/src/testextension.c: Fix warningsJoel Sherrill1-0/+2
2014-10-24sapi: Use an interrupt lock for test extensionSebastian Huber1-23/+20
2014-10-23sapi: Report only if not an SMP shutdown responseSebastian Huber1-3/+23
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill1-1/+1
2014-09-02sapi: Add profiling report begin/end messageSebastian Huber1-3/+7
2014-08-29Regenerate all preinstall.am files.Chris Johns1-6/+6
2014-08-07rbtree: Simplify insert and extractSebastian Huber1-9/+3
2014-08-05rbtree: Add and use RBTree_Compare_resultSebastian Huber3-35/+45
2014-08-05Add and use RTEMS_CONTAINER_OF()Sebastian Huber2-11/+1
2014-07-29rbtree: Rename find header in find controlSebastian Huber1-4/+4
2014-07-29rbtree: Simplify off-tree handlingSebastian Huber1-4/+4
2014-07-26Delete unused *_Is_null() functionsSebastian Huber1-7/+0
2014-07-15rbtree: Reduce RBTree_Control sizeSebastian Huber2-32/+22
2014-07-15rbtree: Delete unused functionsSebastian Huber1-40/+0
2014-06-23score: Collect scheduler related fields in TCBSebastian Huber1-1/+1
2014-06-12score: Fix scheduler context initializerSebastian Huber1-3/+3
2014-06-02libblock: Add RTEMS_BDBUF_USE_PTHREADRalf Kirchner1-10/+40