summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-09smp: Add and use _SMP_Should_start_processor()Sebastian Huber2-3/+20
2015-01-09capture: Fix lock initializationSebastian Huber1-6/+11
2015-01-04untar.c: Coverity ID 26151 and reformatJoel Sherrill1-295/+251
2014-12-23Correct error return mismatchesNick Withers4-22/+48
2014-12-23libnetworking: Make rtems_dhcp_failsafe() run time configurablePeter Dufault2-44/+91
2014-12-18posix: Delete unused _POSIX_Threads_Get()Sebastian Huber1-34/+0
2014-12-18smp: Fix timeout for MrsP semaphoresSebastian Huber2-60/+91
2014-12-16Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber2-4/+2
2014-12-15sys/endian.h: Fix 16-bit int problemsSebastian Huber1-4/+6
2014-12-15Enable WebSocket support in the Mongoose HTTP serverNick Withers1-1/+1
2014-12-12libcsupport: Do not use _Assert() for sync()Sebastian Huber1-11/+3
2014-12-12shell: Add 'all' topic for help for all commandsSebastian Huber1-11/+19
2014-12-12Add POSIX key value pairs to resource snapshotSebastian Huber2-12/+45
2014-12-12posix: Delete key/value if value is set to NULLSebastian Huber3-38/+87
2014-12-12posix: Simplify _POSIX_Keys_Find()Sebastian Huber4-12/+10
2014-12-12confdefs.h: Fix workspace size if idle task is FPSebastian Huber1-2/+8
2014-12-11Teach rtems_tarfs_load() about symlinksNick Withers1-0/+17
2014-12-08sparc64: put each copyright on one lineGedare Bloom5-16/+11
2014-12-05shell: Avoid __DATE__ and adjust welcome messageSebastian Huber1-2/+1
2014-12-05nfsclient: Avoid __FILE__ and __LINE__Sebastian Huber1-3/+1
2014-12-05Update bug report URLSebastian Huber1-1/+1
2014-12-05libmisc: More useful default configurationSebastian Huber4-65/+106
2014-12-04doxygen: expand specified compiler macros to empty string, so they are ignore...Jan Dolezal1-3/+4
2014-12-04i386: doxygen and comments related to VESA real mode framebufferJan Dolezal2-17/+26
2014-12-04SPARC: optimize IRQ enable & disableDaniel Hellstrom1-2/+16
2014-12-03monitor: Replace puts() with proper fprintf()Sebastian Huber2-3/+3
2014-12-02nfs: Add RPCd task affinity config optionDaniel Cederman2-0/+23
2014-12-02net: Add network task affinity configDaniel Cederman3-0/+55
2014-12-01libmisc/shell: Edit history hack is corrupting memory. Remove it.Chris Johns1-24/+1
2014-11-28score: Add heap statisticsSebastian Huber4-10/+40
2014-11-28score: Return heap stats via _Heap_Get_informationSebastian Huber7-18/+51
2014-11-28libcsupport: Delete malloc statisticsSebastian Huber17-358/+17
2014-11-28bdbuf: Fix race condition with sync active flagSebastian Huber1-5/+11
2014-11-27sync.c: Add asserts to document and check assumptionsJoel Sherrill1-5/+11
2014-11-27msdos_file.c: Reverse return codes per GedareJoel Sherrill1-3/+3
2014-11-27shell: Make mv, cp and rm usable for applicationsSebastian Huber3-4/+8
2014-11-27smp: Fix scheduler helping protocolSebastian Huber1-34/+77
2014-11-27smp: Fix scheduler helping protocol assertionsSebastian Huber1-3/+5
2014-11-27rtems: Add rtems_cache_coherent_allocate()Sebastian Huber3-0/+184
2014-11-26monitor/mon-prmisc.c: Use puts() not fprintf()Josh Oguin1-1/+1
2014-11-26objectgetnameasstring.c: Reformat _Objects_Get() switch to follow patternJosh Oguin1-7/+8
2014-11-26objectimpl.h: Add _Assert() to _Objects_Invalidate_Id()Josh Oguin1-0/+6
2014-11-26chainimpl.h: Add _Assert() to _Chain_Initialize_empty()Josh Oguin1-3/+9
2014-11-26cpukit/posix/src/timertsr.c: Add _Assert()Josh Oguin1-1/+8
2014-11-26monitor/mon-editor.c: Use puts() and snprintf() not fprintf() or sprintf()Josh Oguin1-5/+7
2014-11-26imfs/imfs_handlers_link.c: Add _Assert for NULL pointerJosh Oguin1-0/+2
2014-11-26dosfs/msdos_misc.c: Remove unnecessary operationJosh Oguin1-1/+1
2014-11-26dosfs/msdos_file.c: Return an error if it occursJosh Oguin1-1/+4
2014-11-26dosfs/msdos_conv.c: Remove unnecessary operationsJosh Oguin1-3/+2
2014-11-26libcsupport/src/newlibc_exit.c: Remove dead codeJosh Oguin1-1/+1