summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* smp: Add and use _SMP_Should_start_processor()Sebastian Huber2015-01-092-3/+20
* capture: Fix lock initializationSebastian Huber2015-01-091-6/+11
* untar.c: Coverity ID 26151 and reformatJoel Sherrill2015-01-041-295/+251
* Correct error return mismatchesNick Withers2014-12-234-22/+48
* libnetworking: Make rtems_dhcp_failsafe() run time configurablePeter Dufault2014-12-232-44/+91
* posix: Delete unused _POSIX_Threads_Get()Sebastian Huber2014-12-181-34/+0
* smp: Fix timeout for MrsP semaphoresSebastian Huber2014-12-182-60/+91
* Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber2014-12-162-4/+2
* sys/endian.h: Fix 16-bit int problemsSebastian Huber2014-12-151-4/+6
* Enable WebSocket support in the Mongoose HTTP serverNick Withers2014-12-151-1/+1
* libcsupport: Do not use _Assert() for sync()Sebastian Huber2014-12-121-11/+3
* shell: Add 'all' topic for help for all commandsSebastian Huber2014-12-121-11/+19
* Add POSIX key value pairs to resource snapshotSebastian Huber2014-12-122-12/+45
* posix: Delete key/value if value is set to NULLSebastian Huber2014-12-123-38/+87
* posix: Simplify _POSIX_Keys_Find()Sebastian Huber2014-12-124-12/+10
* confdefs.h: Fix workspace size if idle task is FPSebastian Huber2014-12-121-2/+8
* Teach rtems_tarfs_load() about symlinksNick Withers2014-12-111-0/+17
* sparc64: put each copyright on one lineGedare Bloom2014-12-085-16/+11
* shell: Avoid __DATE__ and adjust welcome messageSebastian Huber2014-12-051-2/+1
* nfsclient: Avoid __FILE__ and __LINE__Sebastian Huber2014-12-051-3/+1
* Update bug report URLSebastian Huber2014-12-051-1/+1
* libmisc: More useful default configurationSebastian Huber2014-12-054-65/+106
* doxygen: expand specified compiler macros to empty string, so they are ignore...Jan Dolezal2014-12-041-3/+4
* i386: doxygen and comments related to VESA real mode framebufferJan Dolezal2014-12-042-17/+26
* SPARC: optimize IRQ enable & disableDaniel Hellstrom2014-12-041-2/+16
* monitor: Replace puts() with proper fprintf()Sebastian Huber2014-12-032-3/+3
* nfs: Add RPCd task affinity config optionDaniel Cederman2014-12-022-0/+23
* net: Add network task affinity configDaniel Cederman2014-12-023-0/+55
* libmisc/shell: Edit history hack is corrupting memory. Remove it.Chris Johns2014-12-011-24/+1
* score: Add heap statisticsSebastian Huber2014-11-284-10/+40
* score: Return heap stats via _Heap_Get_informationSebastian Huber2014-11-287-18/+51
* libcsupport: Delete malloc statisticsSebastian Huber2014-11-2817-358/+17
* bdbuf: Fix race condition with sync active flagSebastian Huber2014-11-281-5/+11
* sync.c: Add asserts to document and check assumptionsJoel Sherrill2014-11-271-5/+11
* msdos_file.c: Reverse return codes per GedareJoel Sherrill2014-11-271-3/+3
* shell: Make mv, cp and rm usable for applicationsSebastian Huber2014-11-273-4/+8
* smp: Fix scheduler helping protocolSebastian Huber2014-11-271-34/+77
* smp: Fix scheduler helping protocol assertionsSebastian Huber2014-11-271-3/+5
* rtems: Add rtems_cache_coherent_allocate()Sebastian Huber2014-11-273-0/+184
* monitor/mon-prmisc.c: Use puts() not fprintf()Josh Oguin2014-11-261-1/+1
* objectgetnameasstring.c: Reformat _Objects_Get() switch to follow patternJosh Oguin2014-11-261-7/+8
* objectimpl.h: Add _Assert() to _Objects_Invalidate_Id()Josh Oguin2014-11-261-0/+6
* chainimpl.h: Add _Assert() to _Chain_Initialize_empty()Josh Oguin2014-11-261-3/+9
* cpukit/posix/src/timertsr.c: Add _Assert()Josh Oguin2014-11-261-1/+8
* monitor/mon-editor.c: Use puts() and snprintf() not fprintf() or sprintf()Josh Oguin2014-11-261-5/+7
* imfs/imfs_handlers_link.c: Add _Assert for NULL pointerJosh Oguin2014-11-261-0/+2
* dosfs/msdos_misc.c: Remove unnecessary operationJosh Oguin2014-11-261-1/+1
* dosfs/msdos_file.c: Return an error if it occursJosh Oguin2014-11-261-1/+4
* dosfs/msdos_conv.c: Remove unnecessary operationsJosh Oguin2014-11-261-3/+2
* libcsupport/src/newlibc_exit.c: Remove dead codeJosh Oguin2014-11-261-1/+1