summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/configure.ac: Remove unused use ticks for statistics optionsJoel Sherrill2012-09-281-10/+0
* telnetd: Map CRLF to CRSebastian Huber2012-09-281-4/+3
* telnetd: Inform client that we will echoSebastian Huber2012-09-281-12/+15
* shell/dd-misc.c: Rename __unused to avoid conflict with new <sys/cdefs.h>Joel Sherrill2012-09-051-1/+1
* mips/idtcpu.h: Fix nested comment warningJoel Sherrill2012-09-051-1/+1
* coremsg.c: Clean up and comment improvementJoel Sherrill2012-08-311-7/+13
* timespec helpers: Add wrappers with new testKrzysztof Mięsowicz2012-08-294-0/+359
* libcsupport: Add and use rtems_putc()Sebastian Huber2012-08-204-9/+35
* IMFS: TypoSebastian Huber2012-08-091-1/+1
* PR2069: Similar. Forgot to add missing file.Andreas Heinig2012-08-061-0/+38
* PR2069: [CBS Scheduler] Memory leak and enqueue problemAndreas Heinig2012-08-062-1/+13
* Revert "Add config.h.in."Gedare Bloom2012-08-061-495/+0
* Remove CVS-Ids.Ralf Corsépius2012-07-194-8/+0
* Require automake-1.12.2.Ralf Corsépius2012-07-191-1/+1
* Require autoconf-2.69.Ralf Corsépius2012-07-191-1/+1
* libnetworking: Silence set but not used warningsSebastian Huber2012-07-171-1/+1
* score: Change greedy allocation APISebastian Huber2012-07-176-21/+54
* mghttpd: Clarify commentChristian Mauderer2012-07-121-4/+4
* mghttpd: Add stack size and scheduling optionsChristian Mauderer2012-07-122-0/+66
* mghttpd: Use MD5 librarySebastian Huber2012-07-121-0/+5
* mghttpd: Use HAVE_CONFIG_HSebastian Huber2012-07-121-0/+4
* mghttpd: Update MongooseChristian Mauderer2012-07-124-4797/+4292
* dosfs: Use fs_info instead of mt_entrySebastian Huber2012-07-1114-267/+234
* libblock: Fix read-ahead task wake-upSebastian Huber2012-07-091-5/+10
* libblock: Move read-ahead trigger checkSebastian Huber2012-07-031-1/+2
* libblock: Fix read-ahead trigger and next updateSebastian Huber2012-07-021-1/+1
* libcsupport: C++ compatibilitySebastian Huber2012-07-021-0/+8
* libblock: Fix read-ahead trigger and next updateSebastian Huber2012-07-021-2/+2
* libblock: Fix continuous blocks write requestSebastian Huber2012-07-021-13/+6
* libblock: Remove unused fieldSebastian Huber2012-07-021-1/+0
* score: Fix performance issue for 64-bit timestampsSebastian Huber2012-06-145-62/+22
* score: New structure TOD_ControlSebastian Huber2012-06-1412-38/+41
* sapi: Add nanoseconds_per_tick to configurationSebastian Huber2012-06-142-1/+15
* v850 - byte swap instructions not available on all multilibsJoel Sherrill2012-06-122-7/+33
* libblock: Add block device statisticsSebastian Huber2012-06-1211-0/+344
* libblock: Remove const qualifierSebastian Huber2012-06-122-18/+18
* v850 port: Initial addition with BSP for simulator in GDBJoel Sherrill2012-06-1112-1/+1928
* powerpc/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Init...Joel Sherrill2012-06-111-2/+14
* mips/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill2012-06-111-7/+2
* i386/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill2012-06-111-2/+14
* arm/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill2012-06-111-2/+5
* isr.c: Do not call _CPU_Initialize_vectors() if PIC Interrupt ModelJoel Sherrill2012-06-111-5/+8
* threadhandler.c: Fix spelling of __main() in prototypeJoel Sherrill2012-06-111-5/+8
* librpc: PR2066: Fix for short enumsSebastian Huber2012-06-067-15/+23
* network/bootp: PR2031: Add and use header fileSebastien Bourdeauducq2012-06-066-38/+51
* libcsupport: Add rtems_printf_plugin()Sebastian Huber2012-06-043-0/+36
* libblock: Rename structureSebastian Huber2012-06-041-3/+3
* dosfs: Fix for no space left on device conditionSebastian Huber2012-06-041-3/+5
* libblock: Add read-ahead taskSebastian Huber2012-06-045-130/+293
* powerpc: Simplify context switchSebastian Huber2012-06-042-146/+134