summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-13libcsupport/include/clockdrv.h: Remove rtems_clock_major/minorJoel Sherrill1-2/+0
2014-10-13libmisc/redirector/stdio-redirect.c: Use sleep not usleep and do not overflow...Joel Sherrill1-1/+1
2014-10-13shell/main_cp.c: Delete unused -rtems_shell_cp_exit()Joel Sherrill1-6/+0
2014-10-13score: Rework global constructionSebastian Huber6-85/+134
2014-10-10cpukit/include/rtems/irq.h: Fix spacingJoel Sherrill1-1/+1
2014-10-10arm: Fix warningSebastian Huber1-0/+6
2014-10-10shell/lsof: Fix warningsSebastian Huber1-8/+9
2014-10-09m32r/cpu_asm.c: Add prototype to fix warningJoel Sherrill1-0/+5
2014-10-09m32r/rtems/score/cpu.h: Fix macros to avoid warningsJoel Sherrill1-18/+20
2014-10-09h8300/rtems/score/cpu.h: Fix macros to avoid warningsJoel Sherrill1-6/+17
2014-10-09avr/rtems/score/cpu.h: Fix macros to avoid warningsJoel Sherrill1-6/+5
2014-10-09cpukit/score/src/ts64*: Return a value from non-void functionJoel Sherrill4-4/+4
2014-10-09m68k/rtems/score/cpu.h: _CPU_Context_Restart_self needed RTEMS_COMPILER_NO_RE...Joel Sherrill1-1/+1
2014-10-09moxiertems/score/cpu.h: _CPU_Context_switch needed RTEMS_COMPILER_NO_RETURN_A...Joel Sherrill1-9/+22
2014-10-09arm/rtems/score/cpu.h: _ARMV7M_Start_multitasking needed RTEMS_COMPILER_NO_RE...Joel Sherrill1-1/+2
2014-10-09nios2-iic-irq.c: Fix warningsJoel Sherrill1-0/+6
2014-10-09nios2-iic-irq.c: Include <rtems/score/interr.h> so it buildsJoel Sherrill1-0/+1
2014-10-08ppp: PR1943: Avoid NULL pointer accessSebastian Huber1-8/+2
2014-10-08IMFS: Avoid NULL pointer accessSebastian Huber1-1/+2
2014-10-08posix: Add auto initializaton for rwlockSebastian Huber10-46/+54
2014-10-08posix: Fix mutex auto initializationSebastian Huber1-1/+10
2014-10-08posix: Use function instead of macrosSebastian Huber1-41/+28
2014-10-08ppp: Add ppp_unit()Sebastian Huber1-15/+21
2014-10-07ppp: Nothing to transmit hint for Termios driverSebastian Huber1-1/+10
2014-10-07termios: Partially hide rtems_termios_ttySebastian Huber5-106/+195
2014-10-07termios: Separate flow control from normal handlerSebastian Huber2-17/+41
2014-10-07termios: Fix transmit daemonSebastian Huber1-1/+9
2014-10-06SPARC: Fatal_halt use source and exit codesDaniel Hellstrom1-8/+2
2014-10-04libmisc/shell: Remove the need for -lm when linking from the ping command.Chris Johns1-5/+12
2014-09-30pppd: Import change from NetBSDSebastian Huber1-1/+1
2014-09-30pppd: Fix warningsSebastian Huber2-3/+22
2014-09-30libnetworking: Update due to Termios changesSebastian Huber2-3/+3
2014-09-29or1k fix bug: Initialize thread context with higher stack address.Hesham ALMatary1-2/+3
2014-09-23m68k: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPECSebastian Huber1-1/+1
2014-09-23powerpc: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPECSebastian Huber1-1/+1
2014-09-23score: Delete Thread_Wait_information::Block2nSebastian Huber1-4/+0
2014-09-19score: Critical fix for _Thread_queue_Dequeue()Sebastian Huber1-6/+8
2014-09-18sparc: Add commentSebastian Huber1-0/+5
2014-09-18telnetd: Use socklen_tSebastian Huber1-10/+0
2014-09-17redirector: Rename rtems_stdio_redirect_tSebastian Huber2-25/+25
2014-09-16Libmisc/Makefile.am: Build with networking disabledJoel Sherrill1-2/+3
2014-09-16tod.h -> libcsupport like other driver and helper prototype filesJoel Sherrill3-0/+75
2014-09-16Revert: rtems-rfs-buffer.c: Correct printf() format specifiers to eliminate w...Joel Sherrill1-2/+3
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill4-40/+1
2014-09-16score/cpu/or1k: Follow no_cpu ISR_Handler algorithm.Hesham ALMatary1-0/+10
2014-09-16OpenRISC: Account for red-zone (fixup printf bug).Hesham ALMatary2-19/+22
2014-09-16shell: Add an md5 hash command for files.Chris Johns3-3/+119
2014-09-16libmisc: Add a stdio redirector helper.Chris Johns5-0/+458
2014-09-16shell: Add a ping command.Chris Johns4-1/+2100
2014-09-11dosfs: Check error statusSebastian Huber1-14/+16