summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-02-28termios: Change receive callback invocationSebastian Huber1-11/+47
2017-02-28termios: Change tty_rcvwakeup to boolSebastian Huber2-10/+10
2017-02-28termios: Ignore carriage return early if desiredSebastian Huber1-6/+19
2017-02-28termios: Protect raw input buffer with device lockSebastian Huber1-16/+36
2017-02-28termios: Simplify rtems_termios_read_tty()Sebastian Huber1-11/+4
2017-02-23termios: Add kqueue() and poll() supportSebastian Huber4-9/+36
2017-02-23score: Add RTEMS_WEAK_ALIAS()Sebastian Huber1-0/+10
2017-02-23Add rtems_interrupt_server_request_submit()Sebastian Huber1-1/+181
2017-02-15Remove old CVS keywordsNick Withers2-2/+2
2017-02-15sapi: Fix warningsSebastian Huber1-1/+1
2017-02-15shell: Fix warningsSebastian Huber2-4/+8
2017-02-15libdl: Fix warningSebastian Huber1-1/+2
2017-02-15score: Fix warningSebastian Huber1-0/+2
2017-02-14monitor: Print short and long task namesSebastian Huber2-26/+53
2017-02-14Rename CONFIGURE_SMP_MAXIMUM_PROCESSORSSebastian Huber2-44/+45
2017-02-14shell: Fix warningsSebastian Huber1-2/+0
2017-02-14score: Fix warning in _Thread_Set_name()Sebastian Huber1-1/+1
2017-02-14dosfs: Fix msdos_find_file_in_directory()Sebastian Huber1-1/+1
2017-02-03Prefix confdefs.h internal def with an underscoreSebastian Huber1-455/+352
2017-02-03termios: Fix static device initalizationSebastian Huber2-7/+23
2017-02-03score: Move _Thread_Scheduler_ask_for_help()Sebastian Huber3-36/+34