summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-2277-658/+1393
* bsp/atsam: Fix DMA support of some driversSebastian Huber2017-03-223-0/+3
* dosfs: Fix file name searchSebastian Huber2017-03-162-18/+17
* dosfs: Fix race condition msdos_dir_read()Sebastian Huber2017-03-161-5/+5
* dosfs: Rename fat_entries to lfn_entriesSebastian Huber2017-03-161-20/+20
* dosfs: Fix long file name paddingSebastian Huber2017-03-161-3/+3
* dosfs: msdos_filename_utf8_to_short_name_for_saveSebastian Huber2017-03-161-15/+10
* dosfs: Fix msdos_add_file()Sebastian Huber2017-03-161-245/+155
* dosfs: Simplify msdos_add_file()Sebastian Huber2017-03-161-4/+2
* dosfs: Add and use msdos_lfn_checksum()Sebastian Huber2017-03-163-22/+25
* dosfs: Simplify fat_file_open()Sebastian Huber2017-03-161-3/+1
* dosfs: Simplify msdos_creat_node()Sebastian Huber2017-03-161-21/+14
* dosfs: Fix fat_file_write()Sebastian Huber2017-03-1610-36/+183
* dosfs: Fix msdos_utf8_normalize_and_fold()Sebastian Huber2017-03-162-5/+22
* libio: Fix deadlock in location managementSebastian Huber2017-03-168-17/+21
* psxstrsignal01: New testJoel Sherrill2017-03-156-1/+198
* tools/build/eolstrip.c: Use snprintf() to avoid potential buffer overflowJoel Sherrill2017-03-141-1/+3
* libchip/serial/mc68681.c: Add error checkJoel Sherrill2017-03-141-0/+2
* Fix rtems-test-check with a BSD sed.Chris Johns2017-03-142-6/+6
* libbsp/mips/shared/irq/i8259.c: Add include of rtems/bspIo.hJoel Sherrill2017-03-091-0/+1
* libbsp/shared/clock/clockdrv.c: Remove unneeded printk()Joel Sherrill2017-03-091-1/+0
* libbsp/malta/pci/pci.c: Correct printk() formatsJoel Sherrill2017-03-091-6/+6
* libbsp/csb350/clock/clockdrv.c: Remove unneeded printk()Joel Sherrill2017-03-091-3/+0
* libbsp/mips/shared/irq.c: Fix warningsJoel Sherrill2017-03-092-41/+11
* arm: Fix CPU context validation for Cortex-R4Sebastian Huber2017-03-092-7/+3
* bsp/tms570: Fix CPU counter frequencySebastian Huber2017-03-092-27/+12
* bsp/tms570: Support printk() earlySebastian Huber2017-03-093-48/+105
* bsp/beagle: Fix warningsSebastian Huber2017-03-081-0/+1
* bsp/smdk2410: Fix format warningSebastian Huber2017-03-081-1/+1
* bsp/lpc176x: Fix integer to pointer warningsSebastian Huber2017-03-082-2/+4
* bsps/umon: Fix format warningsSebastian Huber2017-03-081-3/+3
* bsp/altera-cyclone-v: Remove debug outputSebastian Huber2017-03-081-2/+0
* arm: Remove legacy execption supportSebastian Huber2017-03-0826-896/+182
* bsp/qoriq: Fix memory configurationSebastian Huber2017-03-081-1/+6
* bsps: Provide <bsp/fdt.h> for every BSPSebastian Huber2017-03-087-6/+56
* monitor: Do not zero sema id and nameSebastian Huber2017-03-071-1/+5
* score: Fix scheduler yield in SMP configurationsSebastian Huber2017-03-074-20/+46
* powerpc: Optimize AltiVec context switchSebastian Huber2017-03-072-31/+30
* powerpc: Fix AltiVec context switchSebastian Huber2017-03-071-12/+12
* bsp/beatnik: More verbose fatal extensionSebastian Huber2017-03-061-0/+6
* powerpc: Fix PPC_CONTEXT_VOLATILE_SIZESebastian Huber2017-03-061-1/+1
* bsp/beatnik: Update due to API changesSebastian Huber2017-03-062-2/+1
* leon, grspw_pkt: fix overwrite protection when more than 32 devsDaniel Hellstrom2017-03-061-1/+1
* leon,grtm: ioctl() shouldn't access pointer before validatedDaniel Hellstrom2017-03-061-1/+2
* leon, grspw_pkt: SMP supportDaniel Hellstrom2017-03-062-36/+53
* leon, grspw_pkt: unregister ISR on closeDaniel Hellstrom2017-03-061-0/+3
* leon, grspw_pkt: ISR activate shutdown work only if errintr enabledDaniel Hellstrom2017-03-061-1/+2
* leon, grspw_pkt: fix descriptor table mem leak on grspw_close()Daniel Hellstrom2017-03-061-0/+6
* leon, grspw_pkt: add missing GRSPW1 IP-core supportDaniel Hellstrom2017-03-061-0/+23
* leon, grspw_pkt: ISR RX/TX DMA interrupt source disable configurableDaniel Hellstrom2017-03-062-12/+51