summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* libmisc/shell: Updating joel script handling fixes from RTEMS 5Chris Johns2020-04-141-67/+116
* libmisc/shell: Fix the handling of joel scripts in telnetChris Johns2020-02-192-96/+210
* libcsupport/newlib: Call newlib's __sinit to force reent initialisationChris Johns2020-02-191-1/+4
* shell: Correct argument order of `mfill`Jonathan Brandmeyer2019-03-141-1/+1
* score: Fix ISR enable in _Thread_Dispatch_enable()Sebastian Huber2018-08-201-2/+1
* rfs: Remove erroneous call of rtems_disk_release()Sebastian Huber2018-08-101-1/+0
* cpukit/mttpd: Add a callback to generate a per file HTTP etag.Chris Johns2018-03-082-6/+26
* Update dlerror usagePatrick Gauvin2018-02-081-2/+6
* libdl: Fix dlerror return typePatrick Gauvin2018-02-082-2/+2
* libdl: dlerror return NULL when no errorPatrick Gauvin2018-02-081-0/+2
* libdl: Clear error between dlerror invocationsPatrick Gauvin2018-02-083-0/+19
* dosfs: Allow creating a file with similar name.Christian Mauderer2017-12-071-3/+7
* dosfs: Fix files with same name as volume name.Christian Mauderer2017-12-051-1/+2
* posix: Fix aio_cancel()Sebastian Huber2017-10-041-1/+1
* i2c: Fix EEPROM driver program timeout handlingSebastian Huber2017-10-021-4/+13
* i2c: Send MSB of address first for EEPROMsSebastian Huber2017-10-021-12/+21
* dosfs: Fix fat_file_update()Sebastian Huber2017-09-061-5/+3
* dosfs: Fix find name next entry preparationSebastian Huber2017-09-061-25/+50
* dosfs: Fix msdos_dir_read()Sebastian Huber2017-09-061-27/+28
* libmisc/shell: Make some internal shell functions public.Chris Johns2017-08-233-19/+35
* confdefs: Fix POSIX keys configurationSebastian Huber2017-08-221-1/+2
* arm: Validate IT[7:0] bit field of PSRSebastian Huber2017-08-101-1/+29
* arm: Fix CPU context validation for Cortex-R4Sebastian Huber2017-08-102-10/+4
* arm: Fix ARMv7-M interrupt processing4.11.2Sebastian Huber2017-07-072-30/+48
* libdl: Back port C++ exception throw and catch from 4.12.Chris Johns2017-04-0434-259/+1239
* dosfs: Fix file name searchSebastian Huber2017-03-211-17/+7
* dosfs: Fix race condition msdos_dir_read()Sebastian Huber2017-03-211-5/+5
* dosfs: Rename fat_entries to lfn_entriesSebastian Huber2017-03-211-20/+20
* dosfs: Fix long file name paddingSebastian Huber2017-03-211-3/+3
* dosfs: msdos_filename_utf8_to_short_name_for_saveSebastian Huber2017-03-211-15/+10
* dosfs: Fix msdos_add_file()Sebastian Huber2017-03-211-245/+155
* dosfs: Simplify msdos_add_file()Sebastian Huber2017-03-211-4/+2
* dosfs: Add and use msdos_lfn_checksum()Sebastian Huber2017-03-213-22/+25
* dosfs: Simplify fat_file_open()Sebastian Huber2017-03-211-3/+1
* dosfs: Simplify msdos_creat_node()Sebastian Huber2017-03-211-21/+14
* dosfs: Fix fat_file_write()Sebastian Huber2017-03-213-30/+11
* dosfs: Fix msdos_utf8_normalize_and_fold()Sebastian Huber2017-03-211-2/+2
* libio: Fix deadlock in location managementSebastian Huber2017-03-217-13/+17
* termios: Fix infinite loop in receive pathSebastian Huber2017-02-281-5/+9
* termios: Protect raw input buffer with device lockSebastian Huber2017-02-281-16/+36
* termios: Simplify rtems_termios_read_tty()Sebastian Huber2017-02-281-9/+4
* dosfs: Fix FAT32 formatterSebastian Huber2017-02-281-2/+2
* dosfs: Directories should have a file size of 0Sebastian Huber2017-02-281-1/+6
* Remove old CVS keywordsNick Withers2017-02-152-2/+2
* Fix exception handler for supporting FPUSudarshan Rajagopalan2017-02-151-4/+4
* dosfs: Fix msdos_find_file_in_directory()Sebastian Huber2017-02-141-1/+1
* Change version to 4.11.1.99Sebastian Huber2017-01-261-1/+1
* bsps/arm: do not introduce CPU_CACHE_LINE_BYTES in 4.11 and correct CPU_STRUC...Pavel Pisa2016-10-031-4/+2
* libdl/rtl-obj.c: synchronize cache should not depend on CPU_CACHE_LINE_BYTES.Pavel Pisa2016-10-031-3/+6
* libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa2016-10-024-0/+74