summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-14libmisc/shell: Updating joel script handling fixes from RTEMS 5Chris Johns1-67/+116
2020-02-19libmisc/shell: Fix the handling of joel scripts in telnetChris Johns2-96/+210
2020-02-19libcsupport/newlib: Call newlib's __sinit to force reent initialisationChris Johns1-1/+4
2019-03-14shell: Correct argument order of `mfill`Jonathan Brandmeyer1-1/+1
2018-08-20score: Fix ISR enable in _Thread_Dispatch_enable()Sebastian Huber1-2/+1
2018-08-10rfs: Remove erroneous call of rtems_disk_release()Sebastian Huber1-1/+0
2018-03-08cpukit/mttpd: Add a callback to generate a per file HTTP etag.Chris Johns2-6/+26
2018-02-08Update dlerror usagePatrick Gauvin1-2/+6
2018-02-08libdl: Fix dlerror return typePatrick Gauvin2-2/+2
2018-02-08libdl: dlerror return NULL when no errorPatrick Gauvin1-0/+2
2018-02-08libdl: Clear error between dlerror invocationsPatrick Gauvin3-0/+19
2017-12-07dosfs: Allow creating a file with similar name.Christian Mauderer1-3/+7
2017-12-05dosfs: Fix files with same name as volume name.Christian Mauderer1-1/+2
2017-10-04posix: Fix aio_cancel()Sebastian Huber1-1/+1
2017-10-02i2c: Fix EEPROM driver program timeout handlingSebastian Huber1-4/+13
2017-10-02i2c: Send MSB of address first for EEPROMsSebastian Huber1-12/+21
2017-09-06dosfs: Fix fat_file_update()Sebastian Huber1-5/+3
2017-09-06dosfs: Fix find name next entry preparationSebastian Huber1-25/+50
2017-09-06dosfs: Fix msdos_dir_read()Sebastian Huber1-27/+28
2017-08-23libmisc/shell: Make some internal shell functions public.Chris Johns3-19/+35
2017-08-22confdefs: Fix POSIX keys configurationSebastian Huber1-1/+2
2017-08-10arm: Validate IT[7:0] bit field of PSRSebastian Huber1-1/+29
2017-08-10arm: Fix CPU context validation for Cortex-R4Sebastian Huber2-10/+4
2017-07-07arm: Fix ARMv7-M interrupt processing4.11.2Sebastian Huber2-30/+48
2017-04-04libdl: Back port C++ exception throw and catch from 4.12.Chris Johns34-259/+1239
2017-03-21dosfs: Fix file name searchSebastian Huber1-17/+7
2017-03-21dosfs: Fix race condition msdos_dir_read()Sebastian Huber1-5/+5
2017-03-21dosfs: Rename fat_entries to lfn_entriesSebastian Huber1-20/+20
2017-03-21dosfs: Fix long file name paddingSebastian Huber1-3/+3
2017-03-21dosfs: msdos_filename_utf8_to_short_name_for_saveSebastian Huber1-15/+10
2017-03-21dosfs: Fix msdos_add_file()Sebastian Huber1-245/+155
2017-03-21dosfs: Simplify msdos_add_file()Sebastian Huber1-4/+2
2017-03-21dosfs: Add and use msdos_lfn_checksum()Sebastian Huber3-22/+25
2017-03-21dosfs: Simplify fat_file_open()Sebastian Huber1-3/+1
2017-03-21dosfs: Simplify msdos_creat_node()Sebastian Huber1-21/+14
2017-03-21dosfs: Fix fat_file_write()Sebastian Huber3-30/+11
2017-03-21dosfs: Fix msdos_utf8_normalize_and_fold()Sebastian Huber1-2/+2
2017-03-21libio: Fix deadlock in location managementSebastian Huber7-13/+17
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