summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-28cpukit/configure.ac: Remove unused use ticks for statistics optionsJoel Sherrill1-10/+0
2012-09-28telnetd: Map CRLF to CRSebastian Huber1-4/+3
2012-09-28telnetd: Inform client that we will echoSebastian Huber1-12/+15
2012-09-05shell/dd-misc.c: Rename __unused to avoid conflict with new <sys/cdefs.h>Joel Sherrill1-1/+1
2012-09-05mips/idtcpu.h: Fix nested comment warningJoel Sherrill1-1/+1
2012-08-31coremsg.c: Clean up and comment improvementJoel Sherrill1-7/+13
2012-08-29timespec helpers: Add wrappers with new testKrzysztof Mięsowicz4-0/+359
2012-08-20libcsupport: Add and use rtems_putc()Sebastian Huber4-9/+35
2012-08-09IMFS: TypoSebastian Huber1-1/+1
2012-08-06PR2069: Similar. Forgot to add missing file.Andreas Heinig1-0/+38
2012-08-06PR2069: [CBS Scheduler] Memory leak and enqueue problemAndreas Heinig2-1/+13
2012-08-06Revert "Add config.h.in."Gedare Bloom1-495/+0
2012-07-19Remove CVS-Ids.Ralf Corsépius4-8/+0
2012-07-19Require automake-1.12.2.Ralf Corsépius1-1/+1
2012-07-19Require autoconf-2.69.Ralf Corsépius1-1/+1
2012-07-17libnetworking: Silence set but not used warningsSebastian Huber1-1/+1
2012-07-17score: Change greedy allocation APISebastian Huber6-21/+54
2012-07-12mghttpd: Clarify commentChristian Mauderer1-4/+4
2012-07-12mghttpd: Add stack size and scheduling optionsChristian Mauderer2-0/+66
2012-07-12mghttpd: Use MD5 librarySebastian Huber1-0/+5
2012-07-12mghttpd: Use HAVE_CONFIG_HSebastian Huber1-0/+4
2012-07-12mghttpd: Update MongooseChristian Mauderer4-4797/+4292
2012-07-11dosfs: Use fs_info instead of mt_entrySebastian Huber14-267/+234
2012-07-09libblock: Fix read-ahead task wake-upSebastian Huber1-5/+10
2012-07-03libblock: Move read-ahead trigger checkSebastian Huber1-1/+2
2012-07-02libblock: Fix read-ahead trigger and next updateSebastian Huber1-1/+1
2012-07-02libcsupport: C++ compatibilitySebastian Huber1-0/+8
2012-07-02libblock: Fix read-ahead trigger and next updateSebastian Huber1-2/+2
2012-07-02libblock: Fix continuous blocks write requestSebastian Huber1-13/+6
2012-07-02libblock: Remove unused fieldSebastian Huber1-1/+0
2012-06-14score: Fix performance issue for 64-bit timestampsSebastian Huber5-62/+22
2012-06-14score: New structure TOD_ControlSebastian Huber12-38/+41
2012-06-14sapi: Add nanoseconds_per_tick to configurationSebastian Huber2-1/+15
2012-06-12v850 port: byte swap instructions not available on all multilibsJoel Sherrill2-7/+33
2012-06-12v850 - byte swap instructions not available on all multilibsJoel Sherrill2-7/+33
2012-06-12libblock: Add block device statisticsSebastian Huber11-0/+344
2012-06-12libblock: Remove const qualifierSebastian Huber2-18/+18
2012-06-11v850 port: Initial addition with BSP for simulator in GDBJoel Sherrill12-1/+1928
2012-06-11powerpc/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Init...Joel Sherrill1-2/+14
2012-06-11mips/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill1-7/+2
2012-06-11i386/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill1-2/+14
2012-06-11arm/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill1-2/+5
2012-06-11isr.c: Do not call _CPU_Initialize_vectors() if PIC Interrupt ModelJoel Sherrill1-5/+8
2012-06-11threadhandler.c: Fix spelling of __main() in prototypeJoel Sherrill1-5/+8
2012-06-06librpc: PR2066: Fix for short enumsSebastian Huber7-15/+23
2012-06-06network/bootp: PR2031: Add and use header fileSebastien Bourdeauducq6-38/+51
2012-06-04libcsupport: Add rtems_printf_plugin()Sebastian Huber3-0/+36
2012-06-04libblock: Rename structureSebastian Huber1-3/+3
2012-06-04dosfs: Fix for no space left on device conditionSebastian Huber1-3/+5
2012-06-04libblock: Add read-ahead taskSebastian Huber5-130/+293