summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-31libmisc/shell: Add the rtrace command for buffered tracing support.Chris Johns7-2/+1051
2015-03-26libcsupport: Include missing header fileSebastian Huber1-0/+1
2015-03-25sparc: Ensure interrupt service after ISR enableSebastian Huber1-1/+8
2015-03-25testsupport: Generate unique worker namesSebastian Huber1-1/+11
2015-03-24monitor: Fix notepad dumpSebastian Huber1-4/+7
2015-03-24score: Fix MrsP ISR/task sychronizationSebastian Huber1-9/+12
2015-03-24score: Add scheduler acquire/releaseSebastian Huber9-32/+67
2015-03-24score: Use a dedicated ISR lock for thread queuesSebastian Huber1-20/+34
2015-03-24score: Add thread lockSebastian Huber5-6/+209
2015-03-24score: Add thread priority change handlerSebastian Huber6-69/+131
2015-03-24cpukit/libmisc/utf8proc/utf8proc.c: Avoid overflowJoel Sherrill1-0/+5
2015-03-24libdl/rtl-shell.c: Adjust printf() format for off_t based on targetJoel Sherrill1-6/+8
2015-03-24libdl/rtl-mdreloc-moxie.c: Fix printf() format warningsJoel Sherrill2-5/+5
2015-03-24rtems/score/tls.h: Add casts to eliminate warnings on some targetsJoel Sherrill1-3/+9
2015-03-24shell/utils-cp.c: Avoid redefinition of TIMESPEC_TO_TIMEVALJoel Sherrill1-0/+9
2015-03-24dummy/default-configuration.c: Tune configuration down for small targetsJoel Sherrill1-4/+10
2015-03-24capture/capture_support.c: Fix printf() warning and formattingJoel Sherrill1-10/+14
2015-03-24imfs.h: Add cast to remove warning for pointer/integer size mismatchJoel Sherrill1-1/+1
2015-03-22cpukit/libmisc/shell/hexdump-conv.c: Eliminate printf() format warningJoel Sherrill1-1/+5
2015-03-22cpukit/libmisc/shell/main_df.c: Eliminate printf() format warningJoel Sherrill1-2/+3
2015-03-22score: Simplify debug code and use _Assert()Sebastian Huber3-59/+12
2015-03-22score: Move _Thread_queue_Requeue()Sebastian Huber3-68/+43
2015-03-22score: Move _Thread_queue_Extract()Sebastian Huber5-174/+118
2015-03-22score: Move _Thread_blocking_operation_Cancel()Sebastian Huber4-124/+90
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber40-40/+40
2015-03-20score: Delete unused _Timestamp_(To|From)_ticks()Alexander Krutwig4-103/+1
2015-03-20score: Delete unused _Timestamp_Divide_by_integerAlexander Krutwig4-85/+1
2015-03-20score: Fix _Thread_Change_priority()Sebastian Huber3-14/+31
2015-03-19score: Delete unused _Timestamp_Is_valid()Alexander Krutwig2-31/+0
2015-03-19score: Fix _Debug_Is_owner_of_allocator()Sebastian Huber1-2/+11
2015-03-19libmisc/capture: Clean up formatting on ARM.Chris Johns2-22/+29
2015-03-18testsupport: Do not suspend worker tasksSebastian Huber1-1/+3
2015-03-18libmisc/redirector: Fix unlock on exit from the handler.Chris Johns1-1/+1
2015-03-17IMFS: NUL-terminate name returned by readdir()Sebastian Huber1-2/+5
2015-03-17cpukit/include/rtems/btimer.h: Improve briefJoel Sherrill1-1/+1
2015-03-17Disable deprecated warning on implementation of deprecated methodsJoel Sherrill8-4/+46
2015-03-17libmisc/monitor/mon-task.c: Disable deprecated warning for use of notepadsJoel Sherrill1-2/+21
2015-03-17cpukit/libdl/rtl-obj-comp.c: Use correct printf() specificationJoel Sherrill2-3/+3
2015-03-17testsupport: Add worker setup handlerSebastian Huber2-12/+71
2015-03-17score: Ensure properties of CPU_Uint32ptrSebastian Huber1-0/+10
2015-03-16cpukit: add and use CPU_Uint32ptr typeGedare Bloom21-2/+61
2015-03-16IMFS: don't strlen() an unterminated string in IMFS_dir_read().Jamie Iles1-1/+1
2015-03-16shell: remove rtems ifdef, upstream is correctGedare Bloom1-8/+0
2015-03-16shell: fix printf warningsGedare Bloom1-4/+5
2015-03-16capture: fix warnings in printGedare Bloom1-4/+6
2015-03-16rtems: make error codes uintptr_tGedare Bloom1-1/+1
2015-03-16rfs: cast minor to uintptr_t to truncate explicitlyGedare Bloom1-2/+2
2015-03-15score: Add _Objects_ISR_disable_and_acquire()Sebastian Huber1-7/+22
2015-03-13score/or1k: Fix warnings. Add missing prototypesHesham ALMatary1-0/+4
2015-03-12posix/src/nanosleep.c: Address issue when delay is longer than desiredJoel Sherrill1-16/+27