summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sh/sh7750/sci/sh4uart.c: ix misleading indentation warningJoel Sherrill2017-04-241-1/+1
* powerpc/new-exceptions/bspsupport/ppc_exc_print.c: Fix printf() format warningsJoel Sherrill2017-04-241-2/+2
* powerpc/mpc5xx/console-generic/console-generic.c: Use updated struct termios ...Joel Sherrill2017-04-241-2/+2
* leon2/console/debugputs.c: Fix misleading indentation warningJoel Sherrill2017-04-241-5/+5
* virtex5/startup/dummy_console.c: Fix no prototype warningJoel Sherrill2017-04-241-0/+1
* virtex4/startup/dummy_console.c: Fix no prototype warningJoel Sherrill2017-04-241-0/+1
* mcf5235/console/console.c: Fix indentation and add bracesJoel Sherrill2017-04-241-5/+6
* ratemonreportstatistics.c: Fix printf() warnings so clean on 32 and 64 bit ar...Joel Sherrill2017-04-241-7/+8
* sparc64/shared/helenos/boot/sparc64/loader/main.c: Fix printf() format warningJoel Sherrill2017-04-241-1/+1
* sparc64/shared/clock/ckinit.c: Include <rtems/bspIo.h>Joel Sherrill2017-04-241-0/+1
* shared/drvmgr/leon2_amba_bus.c: Include <rtems/bspIo.h>Joel Sherrill2017-04-241-0/+1
* shared/startup/panic.c: Fix printf() format warningsJoel Sherrill2017-04-241-2/+5
* shared/pci/detect_raven_bridge.c: Fix printf() format warningsJoel Sherrill2017-04-241-1/+1
* shared/bootloader/mm.c: Fix printf() format warningsJoel Sherrill2017-04-241-2/+4
* shared/bootloader/misc.c: Fix printf() format warningsJoel Sherrill2017-04-241-2/+3
* beatnik/pci/gt_pci_init.c: Fix printf() format warningsJoel Sherrill2017-04-241-1/+1
* beatnik/startup/bspstart.c: Fix printf() format warningsJoel Sherrill2017-04-241-1/+1
* beatnik/marvell/discovery.c: Fix printf() format warningsJoel Sherrill2017-04-241-2/+2
* gensh2/console/config.c: Fix to reflect struct termios changeJoel Sherrill2017-04-241-4/+6
* uC5282/startup/bspstart.c: Fix printf() format warningsJoel Sherrill2017-04-241-6/+16
* uC5282/console/console.c: Add braces and correct indentation to fix warningsJoel Sherrill2017-04-241-5/+6
* epiphany/cpu.c: Fix not a prototype warningJoel Sherrill2017-04-241-2/+2
* libbsp/shared/pci/pci_bus_count.c: Add include <rtems/bspIo.h>Joel Sherrill2017-04-241-0/+1
* gen68340/startup/dumpanic.c: Fix printf() format warningsJoel Sherrill2017-04-241-10/+10
* fb/fb.c: Include <rtems/inttypes.h> and use PRI constant to fix warningJoel Sherrill2017-04-231-2/+7
* rtems/inttypes.h: Add PRIdioctl_command_tJoel Sherrill2017-04-231-3/+7
* amba/ahbstat.c: Correct printf() formatJoel Sherrill2017-04-231-1/+1
* linpack/linpack-pc.c: Fix no return statement warningJoel Sherrill2017-04-231-0/+3
* dhrystone/dhry_1.c: Fix may be used uninitialized warningJoel Sherrill2017-04-231-0/+5
* uart/apbuart.c: Correct printk() formatJoel Sherrill2017-04-231-1/+1
* spw/grspw_router.c: Include <rtems/bspIo.h>Joel Sherrill2017-04-231-0/+1
* irq/genirq.c: Include <rtems/bspIo.h>Joel Sherrill2017-04-231-0/+1
* drvmgr/ambapp_bus.c: Include <rtems/bspIo.h>Joel Sherrill2017-04-231-0/+1
* amba/ahbstat.c: Include <rtems/bspIo.h>Joel Sherrill2017-04-231-0/+1
* rtems/inttypes.h: Add blksize_t and blkcnt_tJoel Sherrill2017-04-223-29/+37
* elnk.c: Fix printf() format warningsJoel Sherrill2017-04-201-3/+9
* elnk.c: rtems_elnk_driver_attach() prototype addedJoel Sherrill2017-04-201-0/+3
* elnk.c: Make elnk_txDaemon() static to fix warningJoel Sherrill2017-04-201-1/+1
* if_fxp.c: Add prototype of rtems_fxp_attach()Joel Sherrill2017-04-201-0/+3
* if_fxp.c: Remove unused variableJoel Sherrill2017-04-201-1/+1
* dec21140.c: Add prototype of dec21140_txDaemon()Joel Sherrill2017-04-201-0/+2
* dec21140.c: Fix printk() warningsJoel Sherrill2017-04-201-3/+3
* dec21140.c: Include <libcpu/page.h> to eliminate warningsJoel Sherrill2017-04-201-0/+1
* dec21140.c: Fix PRIxx formatterJoel Sherrill2017-04-201-1/+1
* libdebugger: Fix the mode on task create. Clean up warnings.Chris Johns2017-04-191-14/+21
* testsuite: Fix rtems-test-check-py when a BSP has no tcfg file.Chris Johns2017-04-191-1/+7
* libmisc/monitor: Correctly print unlimited configuration table entries.Chris Johns2017-04-191-12/+22
* Merge tmacros.h PRIxxx constants from testsuites/ into <rtems/inttypes.h>Joel Sherrill2017-04-183-61/+77
* rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill2017-04-189-59/+90
* testsuite: Fix rtems-test-check not excluding tests.Chris Johns2017-04-183-14/+125