summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-28termios: Fix infinite loop in receive pathSebastian Huber1-5/+9
2017-02-28termios: Protect raw input buffer with device lockSebastian Huber1-16/+36
2017-02-28termios: Simplify rtems_termios_read_tty()Sebastian Huber1-9/+4
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-15Remove old CVS keywordsNick Withers2-2/+2
2017-02-15Fix exception handler for supporting FPUSudarshan Rajagopalan1-4/+4
2017-02-14dosfs: Fix msdos_find_file_in_directory()Sebastian Huber1-1/+1
2017-01-26Change version to 4.11.1.99Sebastian Huber1-1/+1
2016-10-03bsps/arm: do not introduce CPU_CACHE_LINE_BYTES in 4.11 and correct CPU_STRUC...Pavel Pisa1-4/+2
2016-10-03libdl/rtl-obj.c: synchronize cache should not depend on CPU_CACHE_LINE_BYTES.Pavel Pisa1-3/+6
2016-10-02libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa4-0/+74
2016-10-02rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa2-1/+30
2016-10-02score/arm: Ensure that copile time alignment is 64 bytes for Cortex-A multilib.Pavel Pisa2-2/+11
2016-10-02arm/score and shared: define ARM hypervisor mode and alternate vector table b...Pavel Pisa1-0/+1
2016-09-23score: Fix C/C++ compatibility issueSebastian Huber18-67/+17
2016-08-15libdl: Fix cache corruption bugs.Chris Johns3-30/+86
2016-08-15libdl: Add trace output when reading section headers.Chris Johns1-0/+3
2016-05-25posix: Fix pthread_spin_unlock() error statusSebastian Huber3-17/+7
2016-05-20fat: Fix for invalid cluster sizesSebastian Huber1-1/+3
2016-05-17posix: Fix return states of pthread_kill()Sebastian Huber1-17/+11
2016-05-17posix: Fix return status of pthread_cancel()Sebastian Huber1-1/+1
2016-02-02Filesystem: Export most generic path eval functionSebastian Huber3-22/+6
2016-01-27score: Fix simple timecounter supportSebastian Huber4-17/+67
2016-01-11Clearly mark SMP support as experimental in 4.11Sebastian Huber1-3/+7
2016-01-05score: Fix watchdog insertSebastian Huber1-4/+12
2015-12-21score: Fix watchdog removalSebastian Huber1-1/+10
2015-11-25Fix _Assert() statementSebastian Huber2-2/+2
2015-11-23untar: do not exit with error when created directory already exists.Pavel Pisa2-2/+46
2015-11-17sparc: Fix context switch on SMPDaniel Cederman1-0/+3
2015-11-17score: Fix race condition on SMPSebastian Huber3-41/+67
2015-11-17Fix interrupt epilogue for ARMv7-AR and PowerPCSebastian Huber1-0/+27
2015-11-02libblock: Avoid NULL pointer accessSebastian Huber1-1/+3
2015-10-30ada: Add missing includeJan Sommer1-0/+1
2015-10-27CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK was undocumented and not error checkedJoel Sherrill1-0/+14
2015-10-26RFS: Fix resource leakSebastian Huber1-0/+2
2015-09-11rbheap: Fix rtems_rbheap_free()Sebastian Huber1-23/+15
2015-09-03cpukit/libmisc/dumpbuf/dumpbuf.c: Fix compilation warningsMartin Galvan1-1/+1
2015-09-03cpukit/libnetworking/rtems/rtems_dhcp.c: Fix compilation errorMartin Galvan1-1/+1
2015-09-03cpukit/libmisc/dumpbuf/dumpbuf.c: Fix undefined behavior for sprintf()Martin Galvan1-46/+75
2015-09-03cpukit/libnetworking/rtems/rtems_dhcp.c: Fix leak on realloc failure for dhcp...Martin Galvan1-5/+13
2015-09-03various .h files: Add missing C++ extern wrappersMartin Galvan2-2/+9
2015-09-01arm: Replace __sync_synchronize() implementationSebastian Huber1-8/+19
2015-09-01arm: Use compiler memory barrier by defaultSebastian Huber1-1/+7
2015-09-01rbtree: Delete rtems_rbtree_find_control()Sebastian Huber2-35/+0
2015-08-06Respect 2^32 - 1 B NFSv2 maximum file sizeNick Withers1-3/+45
2015-08-01Add __synch_synchronize function for armJan Sommer2-0/+10
2015-07-29tftpDriver: close() false errorMichael Davidsaver1-1/+3
2015-07-24m68k: Include proper header fileSebastian Huber1-3/+3
2015-07-23arm: Include proper header fileSebastian Huber1-3/+3