summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bsps/powerpc: Disable SPE for soft-float variantsSebastian Huber2014-12-152-2/+2
* sys/endian.h: Fix 16-bit int problemsSebastian Huber2014-12-151-4/+6
* Enable WebSocket support in the Mongoose HTTP serverNick Withers2014-12-154-14/+205
* bsp/lpc32xx: Fix memory mapSebastian Huber2014-12-151-1/+1
* bsp/mpc8xx: Fix warningsSebastian Huber2014-12-128-118/+45
* doc: Clarify rate-monotonic statisticsSebastian Huber2014-12-121-4/+15
* doc: Clarify rtems_task_set_priority()Sebastian Huber2014-12-121-0/+3
* bsp/mpc8xx: Fix warningsSebastian Huber2014-12-127-26/+30
* 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-123-27/+74
* posix: Delete key/value if value is set to NULLSebastian Huber2014-12-124-38/+106
* 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-113-4/+25
* sparc64: put each copyright on one lineGedare Bloom2014-12-0813-46/+29
* libtests/complex: Avoid multiple definitionsSebastian Huber2014-12-081-1/+1
* shell: Avoid __DATE__ and adjust welcome messageSebastian Huber2014-12-051-2/+1
* nfsclient: Avoid __FILE__ and __LINE__Sebastian Huber2014-12-051-3/+1
* bsps/sparc: Fix trap table initializationSebastian Huber2014-12-053-9/+13
* Update bug report URLSebastian Huber2014-12-05156-156/+156
* libmisc: More useful default configurationSebastian Huber2014-12-0517-169/+202
* beagle bsp: disable watchdog on am335xBen Gras2014-12-052-0/+15
* 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-0410-416/+685
* i386/pc386: cammelCase (struct and function names) to underscores, typedefed ...Jan Dolezal2014-12-047-245/+250
* bsp/leon3: Fix trap table initializationSebastian Huber2014-12-041-1/+2
* SPARC: optimize IRQ enable & disableDaniel Hellstrom2014-12-047-96/+157
* pc386 bsp fix for default modeBen Gras2014-12-031-2/+2
* monitor: Replace puts() with proper fprintf()Sebastian Huber2014-12-032-3/+3
* sptests: Add get_one_tick_busy_value()Sebastian Huber2014-12-031-29/+38
* libtests: Omit libdl tests if no RTEMS toolsSebastian Huber2014-12-031-7/+8
* Move the flash size probe into bankValidate()Nick Withers2014-12-031-4/+5
* sparc/leon2: LEON_Is_interrupt_masked for Leon2 in leon.h wrongly definedJiri Gaisler2014-12-021-1/+1
* sparc/leon3: LEON_Is_interrupt_masked for Leon3 in leon.h wrongly definedJiri Gaisler2014-12-021-3/+1
* SPARC: optimize window underflow trapDaniel Hellstrom2014-12-022-9/+16
* SPARC: optimize window overflow trap entryDaniel Hellstrom2014-12-021-0/+1
* SPARC: window overflow optimizationDaniel Hellstrom2014-12-022-17/+19
* DEVFS04: make test work on LEON3-FT GR712RCDaniel Hellstrom2014-12-021-1/+1
* spcpuset01: fix test commentsDaniel Hellstrom2014-12-023-70/+70
* nfs: Add RPCd task affinity config optionDaniel Cederman2014-12-022-0/+23
* net: Add network task affinity configDaniel Cederman2014-12-023-0/+55
* tools: Provide strnlen() if missingSebastian Huber2014-12-024-3/+50
* libtests/complex,math: Prevent optimizationsSebastian Huber2014-12-012-81/+195
* m68k/mcf5235: GCC 4.9.2 generates invalid code for Init5235.Chris Johns2014-12-013-13/+26
* libmisc/shell: Edit history hack is corrupting memory. Remove it.Chris Johns2014-12-011-24/+1
* score: Add heap statisticsSebastian Huber2014-11-285-23/+59
* score: Return heap stats via _Heap_Get_informationSebastian Huber2014-11-288-24/+76
* libcsupport: Delete malloc statisticsSebastian Huber2014-11-2826-546/+45
* bdbuf: Fix race condition with sync active flagSebastian Huber2014-11-281-5/+11