summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-19libdebugger: Fix the mode on task create. Clean up warnings.Chris Johns1-14/+21
2017-04-19libmisc/monitor: Correctly print unlimited configuration table entries.Chris Johns1-12/+22
2017-04-18Merge tmacros.h PRIxxx constants from testsuites/ into <rtems/inttypes.h>Joel Sherrill2-20/+76
2017-04-18rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill9-59/+90
2017-04-15libdebugger: Work around assert when using _Thread_Executing.Chris Johns2-2/+8
2017-04-14cpukit/../i386/cpu.c: Use inttypes.h to fix 1 warning.Cillian O'Donnell1-1/+2
2017-04-10Updating default termios initialization for dedicated input/output baud ratesKevin Kirspel1-1/+4
2017-04-07libdl/rtl-obj-cache.c: Using inttypes macros fixes 4 format warningsCillian O'Donnell1-9/+12
2017-04-06xz_config.h: Define XZ_USE_CRC64Joel Sherrill1-1/+1
2017-04-05SMP: Simplify SMP multicast actionsSebastian Huber4-63/+85
2017-04-04sys/event.h: Update to FreeBSD head 2017-02-13Sebastian Huber1-7/+9
2017-04-03bsps: Fix baud settingsSebastian Huber2-5/+3
2017-04-03configure: Remove defunct configure stuffSebastian Huber1-2/+0
2017-03-31libdl: Support link ordered loading of ELF sections.Chris Johns5-36/+166
2017-03-28arm: Optimize context switchSebastian Huber3-78/+55
2017-03-28posix: Fix pthread_detach() internal lock acquireSebastian Huber1-1/+1
2017-03-28rtems: Fix error return pathSebastian Huber1-0/+1
2017-03-27cpukit: Fix Makefile.am and update preinstall.amSebastian Huber2-18/+20
2017-03-27termios: Avoid invalid memory accessSebastian Huber1-1/+3
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel26-293/+658
2017-03-16dosfs: Fix file name searchSebastian Huber1-17/+7
2017-03-16dosfs: Fix race condition msdos_dir_read()Sebastian Huber1-5/+5
2017-03-16dosfs: Rename fat_entries to lfn_entriesSebastian Huber1-20/+20
2017-03-16dosfs: Fix long file name paddingSebastian Huber1-3/+3
2017-03-16dosfs: msdos_filename_utf8_to_short_name_for_saveSebastian Huber1-15/+10
2017-03-16dosfs: Fix msdos_add_file()Sebastian Huber1-245/+155
2017-03-16dosfs: Simplify msdos_add_file()Sebastian Huber1-4/+2
2017-03-16dosfs: Add and use msdos_lfn_checksum()Sebastian Huber3-22/+25
2017-03-16dosfs: Simplify fat_file_open()Sebastian Huber1-3/+1
2017-03-16dosfs: Simplify msdos_creat_node()Sebastian Huber1-21/+14
2017-03-16dosfs: Fix fat_file_write()Sebastian Huber3-30/+11
2017-03-16dosfs: Fix msdos_utf8_normalize_and_fold()Sebastian Huber1-2/+2
2017-03-16libio: Fix deadlock in location managementSebastian Huber7-13/+17
2017-03-09arm: Fix CPU context validation for Cortex-R4Sebastian Huber2-7/+3
2017-03-08arm: Remove legacy execption supportSebastian Huber4-301/+0
2017-03-07monitor: Do not zero sema id and nameSebastian Huber1-1/+5
2017-03-07score: Fix scheduler yield in SMP configurationsSebastian Huber4-20/+46
2017-03-06powerpc: Fix PPC_CONTEXT_VOLATILE_SIZESebastian Huber1-1/+1
2017-03-06libdrvmgr: remove bracesDaniel Cederman1-1/+1
2017-03-06libdrvmgr: added default BSP init level hookDaniel Hellstrom1-0/+9
2017-03-06libpci: code cleanupDaniel Hellstrom1-3/+1
2017-03-02posix_devctl: Fix for pre C99Sebastian Huber1-5/+5
2017-02-28dosfs: Fix FAT32 formatterSebastian Huber1-2/+2
2017-02-28dosfs: Directories should have a file size of 0Sebastian Huber1-1/+6
2017-02-28termios: Simplify some calculationsSebastian Huber1-4/+3
2017-02-28termios: Implement non-blocking writeSebastian Huber1-4/+6
2017-02-28termios: Make write POSIX compatibleSebastian Huber1-34/+81
2017-02-28termios: Introduce doTransmit()Sebastian Huber1-10/+15
2017-02-28termios: Simplify oproc()Sebastian Huber1-19/+36
2017-02-28termios: Fix infinite loop in receive pathSebastian Huber1-5/+9