summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* libdebugger: Fix the mode on task create. Clean up warnings.Chris Johns2017-04-191-14/+21
* 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-182-20/+76
* rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill2017-04-189-59/+90
* libdebugger: Work around assert when using _Thread_Executing.Chris Johns2017-04-152-2/+8
* cpukit/../i386/cpu.c: Use inttypes.h to fix 1 warning.Cillian O'Donnell2017-04-141-1/+2
* Updating default termios initialization for dedicated input/output baud ratesKevin Kirspel2017-04-101-1/+4
* libdl/rtl-obj-cache.c: Using inttypes macros fixes 4 format warningsCillian O'Donnell2017-04-071-9/+12
* xz_config.h: Define XZ_USE_CRC64Joel Sherrill2017-04-061-1/+1
* SMP: Simplify SMP multicast actionsSebastian Huber2017-04-054-63/+85
* sys/event.h: Update to FreeBSD head 2017-02-13Sebastian Huber2017-04-041-7/+9
* bsps: Fix baud settingsSebastian Huber2017-04-032-5/+3
* configure: Remove defunct configure stuffSebastian Huber2017-04-031-2/+0
* libdl: Support link ordered loading of ELF sections.Chris Johns2017-03-315-36/+166
* arm: Optimize context switchSebastian Huber2017-03-283-78/+55
* posix: Fix pthread_detach() internal lock acquireSebastian Huber2017-03-281-1/+1
* rtems: Fix error return pathSebastian Huber2017-03-281-0/+1
* cpukit: Fix Makefile.am and update preinstall.amSebastian Huber2017-03-272-18/+20
* termios: Avoid invalid memory accessSebastian Huber2017-03-271-1/+3
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-2226-293/+658
* dosfs: Fix file name searchSebastian Huber2017-03-161-17/+7
* 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-163-30/+11
* dosfs: Fix msdos_utf8_normalize_and_fold()Sebastian Huber2017-03-161-2/+2
* libio: Fix deadlock in location managementSebastian Huber2017-03-167-13/+17
* arm: Fix CPU context validation for Cortex-R4Sebastian Huber2017-03-092-7/+3
* arm: Remove legacy execption supportSebastian Huber2017-03-084-301/+0
* 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: Fix PPC_CONTEXT_VOLATILE_SIZESebastian Huber2017-03-061-1/+1
* libdrvmgr: remove bracesDaniel Cederman2017-03-061-1/+1
* libdrvmgr: added default BSP init level hookDaniel Hellstrom2017-03-061-0/+9
* libpci: code cleanupDaniel Hellstrom2017-03-061-3/+1
* posix_devctl: Fix for pre C99Sebastian Huber2017-03-021-5/+5
* dosfs: Fix FAT32 formatterSebastian Huber2017-02-281-2/+2
* dosfs: Directories should have a file size of 0Sebastian Huber2017-02-281-1/+6
* termios: Simplify some calculationsSebastian Huber2017-02-281-4/+3
* termios: Implement non-blocking writeSebastian Huber2017-02-281-4/+6
* termios: Make write POSIX compatibleSebastian Huber2017-02-281-34/+81
* termios: Introduce doTransmit()Sebastian Huber2017-02-281-10/+15
* termios: Simplify oproc()Sebastian Huber2017-02-281-19/+36
* termios: Fix infinite loop in receive pathSebastian Huber2017-02-281-5/+9