summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-22Filesystem: PR1619: Use ENOSYS for default statvfsSebastian Huber1-1/+1
2012-11-22score: PR1607: Add and use CPU_SIZEOF_POINTERSebastian Huber21-13/+114
2012-11-22score: Inline _API_extensions_Run_postswitch()Sebastian Huber3-21/+16
2012-11-22score: Inline _User_extensions_Thread_switch()Sebastian Huber3-44/+17
2012-11-22score: Add and use <rtems/score/userextimpl.h>Sebastian Huber48-242/+256
2012-11-22score: Avoid superfluous loadsSebastian Huber1-4/+12
2012-11-22score: Change _Internal_error_Occurred()Sebastian Huber2-10/+24
2012-11-22score: Delete nest level from internal error stateSebastian Huber2-9/+0
2012-11-22ftpfs: Fix NULL pointer accessSebastian Huber1-7/+11
2012-11-21ftpfs: Use SIZE commandSebastian Huber1-1/+98
2012-11-21ftpfs: Open control connection during path evalSebastian Huber1-162/+151
2012-11-21ftpfs: FormatSebastian Huber1-29/+30
2012-11-21ftpd: Add SIZE commandSebastian Huber1-0/+29
2012-11-21arm: Add _CPU_Thread_Idle_body for ARMv7-MSebastian Huber3-1/+40
2012-11-21score: Add RTEMS_FATAL_SOURCE_POWERPC_EXCEPTIONSebastian Huber1-0/+9
2012-11-21libnetworking: Use rtems_clock_get_uptime_secondsSebastian Huber2-16/+5
2012-11-21libnetworking: Use rtems_clock_get_uptime_timevalSebastian Huber2-14/+5
2012-11-21rtems: Add rtems_clock_get_uptime_seconds()Sebastian Huber3-0/+42
2012-11-21rtems: Add rtems_clock_get_uptime_timeval()Sebastian Huber3-0/+35
2012-11-21score: Add and use _TOD_Get_with_nanoseconds()Sebastian Huber5-89/+35
2012-11-21score: Add _Timestamp_To_timeval()Sebastian Huber4-1/+76
2012-11-21powerpc: Add more BUCSR register valuesSebastian Huber1-0/+8
2012-11-21monitor: TypoSebastian Huber1-1/+1
2012-11-15score: Add RTEMS_FATAL_SOURCE_STACK_CHECKERSebastian Huber2-1/+11
2012-11-15score: Add RTEMS_FATAL_SOURCE_ASSERTSebastian Huber2-1/+8
2012-11-15score: Add RTEMS_FATAL_SOURCE_BSP_SPECIFICSebastian Huber1-0/+7
2012-11-15score: Add RTEMS_FATAL_SOURCE_BSP_GENERICSebastian Huber1-0/+10
2012-11-15score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber1-0/+7
2012-11-15score: Add RTEMS_FATAL_SOURCE_APPLICATIONSebastian Huber1-0/+7
2012-11-15score: Add RTEMS_FATAL_SOURCE_BDBUFSebastian Huber2-78/+80
2012-11-15score: Add RTEMS_FATAL_SOURCE_LASTSebastian Huber1-2/+10
2012-11-15score: Add rtems_fatal()Sebastian Huber3-14/+66
2012-11-15score: Add INTERNAL_ERROR_CPU_ISR_INSTALL_VECTORSebastian Huber4-2/+38
2012-11-15sapi: Add and use rtems_internal_error_descriptionSebastian Huber3-1/+70
2012-11-15sapi: Add rtems_fatal_source and rtems_fatal_codeSebastian Huber1-0/+4
2012-11-15score: Add nest level to interal error stateSebastian Huber2-0/+9
2012-11-15score: DocumentationSebastian Huber1-3/+10
2012-11-14powerpc: Delete _CPU_Install_interrupt_stack()Sebastian Huber1-11/+0
2012-11-13Filesystem: Preserve source NULL pointer in mountSebastian Huber1-4/+6
2012-11-13dosfs: Lazy update of FAT32 FS info sectorSebastian Huber5-86/+84
2012-11-13dosfs: Use FAT_UNDEFINED_VALUESebastian Huber2-6/+6
2012-11-13score: Fix per CPU member offsetsSebastian Huber1-65/+47
2012-11-13sapi: Add BSP_INITIAL_EXTENSION to confdefs.hSebastian Huber1-1/+5
2012-11-13score: Move global variables definitionSebastian Huber3-2/+6
2012-11-13score: Statically initialize user extensionsSebastian Huber4-35/+57
2012-11-13score: Add and use _User_extensions_Iterate()Sebastian Huber8-283/+260
2012-11-13score: Add and use RTEMS_ARRAY_SIZE()Sebastian Huber2-6/+6
2012-11-07sapi: Make initial user extensions table read-onlySebastian Huber3-6/+6
2012-11-07sapi: Fix user scheduler configurationSebastian Huber1-13/+0
2012-11-07sapi: Make Configuration read-onlySebastian Huber2-2/+2