summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* termios: Change receive callback invocationSebastian Huber2017-02-281-11/+47
* termios: Change tty_rcvwakeup to boolSebastian Huber2017-02-282-10/+10
* termios: Ignore carriage return early if desiredSebastian Huber2017-02-281-6/+19
* termios: Protect raw input buffer with device lockSebastian Huber2017-02-281-16/+36
* termios: Simplify rtems_termios_read_tty()Sebastian Huber2017-02-281-11/+4
* termios: Add kqueue() and poll() supportSebastian Huber2017-02-234-9/+36
* score: Add RTEMS_WEAK_ALIAS()Sebastian Huber2017-02-231-0/+10
* Add rtems_interrupt_server_request_submit()Sebastian Huber2017-02-231-1/+181
* Remove old CVS keywordsNick Withers2017-02-152-2/+2
* sapi: Fix warningsSebastian Huber2017-02-151-1/+1
* shell: Fix warningsSebastian Huber2017-02-152-4/+8
* libdl: Fix warningSebastian Huber2017-02-151-1/+2
* score: Fix warningSebastian Huber2017-02-151-0/+2
* monitor: Print short and long task namesSebastian Huber2017-02-142-26/+53
* Rename CONFIGURE_SMP_MAXIMUM_PROCESSORSSebastian Huber2017-02-142-44/+45
* shell: Fix warningsSebastian Huber2017-02-141-2/+0
* score: Fix warning in _Thread_Set_name()Sebastian Huber2017-02-141-1/+1
* dosfs: Fix msdos_find_file_in_directory()Sebastian Huber2017-02-141-1/+1