summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-23sys/socket.h: Add include of <sys/_types.h> for ssize_tJoel Sherrill1-0/+1
2015-01-23libnetworking: Fix memset() callSebastian Huber1-1/+1
2015-01-22score: Delete superfluous Heap_Statistics::instanceSebastian Huber3-10/+0
2015-01-22Filesystem: Delete node type operationSebastian Huber31-476/+61
2015-01-20powerpc: Fix AltiVec VSCR save/restoreSebastian Huber3-10/+13
2015-01-20libnetworking: Fix close of active socketsSebastian Huber6-66/+99
2015-01-20libnetworking: Delete dead codeSebastian Huber4-10/+0
2015-01-20libnetworking: Avoid spurious event deliverySebastian Huber1-1/+0
2015-01-15libnetworking: Simplify sbwait()Sebastian Huber1-11/+1
2015-01-13powerpc: AltiVec and FPU context supportSebastian Huber5-8/+700
2015-01-13nios2: Disable assembler warningSebastian Huber1-2/+3
2015-01-09arm: Fix compile error for ARMv6-M multilibSebastian Huber2-2/+5
2015-01-09powerpc: Add AltiVec register ASM definesSebastian Huber1-0/+32
2015-01-09powerpc: Use PPC_HAS_FPUSebastian Huber1-0/+2
2015-01-09powerpc: Add PPC_STACK_ALIGN_POWERSebastian Huber1-16/+6
2015-01-09powerpc: Set PPC_DEFAULT_CACHE_LINE_SIZE for e6500Sebastian Huber2-6/+12
2015-01-09powerpc: Use PPC_DEFAULT_CACHE_LINE_SIZESebastian Huber2-3/+4
2015-01-09powerpc: Delete _CPU_IRQ_infoSebastian Huber1-16/+0
2015-01-09powerpc: Use alternate time base for CPU counterSebastian Huber1-3/+3
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