summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* sparc: Fix context switch on SMPDaniel Cederman2015-11-171-0/+3
* score: Fix race condition on SMPSebastian Huber2015-11-173-41/+67
* Fix interrupt epilogue for ARMv7-AR and PowerPCSebastian Huber2015-11-171-0/+27
* libblock: Avoid NULL pointer accessSebastian Huber2015-11-021-1/+3
* ada: Add missing includeJan Sommer2015-10-301-0/+1
* CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK was undocumented and not error checkedJoel Sherrill2015-10-271-0/+14
* RFS: Fix resource leakSebastian Huber2015-10-261-0/+2
* rbheap: Fix rtems_rbheap_free()Sebastian Huber2015-09-111-23/+15
* cpukit/libmisc/dumpbuf/dumpbuf.c: Fix compilation warningsMartin Galvan2015-09-031-1/+1
* cpukit/libnetworking/rtems/rtems_dhcp.c: Fix compilation errorMartin Galvan2015-09-031-1/+1
* cpukit/libmisc/dumpbuf/dumpbuf.c: Fix undefined behavior for sprintf()Martin Galvan2015-09-031-46/+75
* cpukit/libnetworking/rtems/rtems_dhcp.c: Fix leak on realloc failure for dhcp...Martin Galvan2015-09-031-5/+13
* various .h files: Add missing C++ extern wrappersMartin Galvan2015-09-032-2/+9
* arm: Replace __sync_synchronize() implementationSebastian Huber2015-09-011-8/+19
* arm: Use compiler memory barrier by defaultSebastian Huber2015-09-011-1/+7
* rbtree: Delete rtems_rbtree_find_control()Sebastian Huber2015-09-012-35/+0
* Respect 2^32 - 1 B NFSv2 maximum file sizeNick Withers2015-08-061-3/+45
* Add __synch_synchronize function for armJan Sommer2015-08-012-0/+10
* tftpDriver: close() false errorMichael Davidsaver2015-07-291-1/+3
* m68k: Include proper header fileSebastian Huber2015-07-241-3/+3
* arm: Include proper header fileSebastian Huber2015-07-231-3/+3
* i2c: Fix return status of i2c dev read/writeSebastian Huber2015-07-231-6/+10
* sparc64/rtems/score/cpu.h: Delete dead declarationJoel Sherrill2015-07-161-16/+0
* powerpc: Do not use the ATB for e500 multilibSebastian Huber2015-07-151-1/+1
* powerpc: Fix _CPU_Counter_read()Nick Withers2015-07-151-1/+1
* libcsupport: Workaround for GCC 5.1 and laterSebastian Huber2015-07-152-2/+7
* libnetworking: Send the hostname if set in the network configuration.Chris Johns2015-07-141-2/+16
* score: Simplify _Thread_Lock_set()Sebastian Huber2015-07-131-11/+56
* score: TypoSebastian Huber2015-07-131-2/+2
* libmisc: Use SMP application by default on SMPSebastian Huber2015-07-081-0/+4
* powerpc: Add BUCSR register definesSebastian Huber2015-07-081-0/+2
* score: Simplify _SMP_ticket_lock_Release()Sebastian Huber2015-07-012-12/+13
* score: Accept NULL pointer in _Freechain_Put()Sebastian Huber2015-07-012-2/+5
* score: Freechain handler API changesSebastian Huber2015-07-014-81/+85
* score: Hide SMP lock profiling impl if disabledSebastian Huber2015-06-264-82/+131
* libmisc: Simplify <rtems/stackchk.h>Sebastian Huber2015-06-262-1/+2
* score: Simplify <rtems/score/scheduler.h>Sebastian Huber2015-06-262-4/+5
* score: Simplify <rtems/system.h>Sebastian Huber2015-06-2612-7/+12
* score: Fix extern "C" in <rtems/score/heap.h>Sebastian Huber2015-06-251-2/+1
* score: Simplify <rtems/score/thread.h>Sebastian Huber2015-06-255-44/+44
* score: Move default _ISR_Is_in_progress()Sebastian Huber2015-06-253-35/+53
* score: Move SMP CPU_USE_DEFERRED_FP_SWITCH checkSebastian Huber2015-06-252-4/+4
* score: Assert proper node sizeSebastian Huber2015-06-241-3/+4
* rtems: Add rtems_interrupt_local_disable|enable()Sebastian Huber2015-06-222-2/+45
* nfsclient: Use an interrupt lockSebastian Huber2015-06-191-21/+29
* arm: Implement _CPU_ISR_Get_level() for ARMv7-MSebastian Huber2015-06-151-3/+3
* Remove use ticks for statistics configure option.Joel Sherrill2015-06-1518-394/+147
* score: Add _Watchdog_Preinitialize()Sebastian Huber2015-06-137-5/+28
* score: Delete unused state WATCHDOG_REMOVE_ITSebastian Huber2015-06-135-26/+4
* rtems: Do not switch off the FP attributeSebastian Huber2015-06-111-4/+0