summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/score: avoid NULL and races in priority mutex4.10Gedare Bloom2020-01-032-1/+9
* shell: Correct argument order of `mfill`Jonathan Brandmeyer2019-03-141-1/+1
* rfs: Remove erroneous call of rtems_disk_release()Sebastian Huber2018-08-101-1/+0
* score: add Inherited_priorities priority queue and functionsGedare Bloom2018-03-2312-19/+272
* score: replace current and real priority with priority nodeGedare Bloom2018-03-2325-67/+76
* dosfs: Fix msdos_format()Ralf Kirchner2018-01-111-1/+1
* libnetworking: Disconnect after mbuf shortageSebastian Huber2018-01-111-1/+4
* score: Use _Workspace_Allocate_or_fatal_error()Sebastian Huber2018-01-111-5/+8
* rtems: PR1844: Fix MP process packet sizeSebastian Huber2018-01-111-2/+2
* librpc: PR2066: Fix for short enumsSebastian Huber2018-01-117-15/+23
* network/bootp: PR2031: Add and use header fileSebastien Bourdeauducq2018-01-116-37/+50
* dosfs: Fix for no space left on device conditionSebastian Huber2018-01-111-3/+5
* network/dhcp: PR1841: Fix DNS processing in DHCPSebastien Bourdeauducq2018-01-111-3/+45
* score/chain: Fix _Chain_Is_first and _Chain_Is_lastGedare Bloom2018-01-101-2/+2
* tftpDriver: don't free directory node's path stringMichael Davidsaver2017-01-261-1/+2
* tftpDriver: backport fixesMichael Davidsaver2017-01-262-92/+84
* tftpDriver: apply changes through masterMichael Davidsaver2017-01-261-215/+161
* fat: Fix for invalid cluster sizesSebastian Huber2016-05-201-1/+3
* posix: Fix return states of pthread_kill()Sebastian Huber2016-05-171-19/+14
* posix: Fix return status of pthread_cancel()Sebastian Huber2016-05-171-1/+1
* RFS: Fix resource leakSebastian Huber2015-10-211-0/+2
* tftpDriver: close() false errorMichael Davidsaver2015-07-291-1/+3
* rpc: misaligned pointer dereference in clnt_udp.c line 363Jeffrey Hill2015-02-231-3/+3
* rpc: misaligned address exception in get_myaddress.cJeffrey Hill2015-02-231-15/+38
* networking: alignment exception in ioctl(SIOCGIFCONF)Till Straumann2015-02-231-11/+12
* bdbuf: Fix race condition with sync active flagSebastian Huber2014-11-281-7/+13
* Avoid buffer overflow and misaligned memory accessSebastian Huber2014-11-241-14/+24
* ppp: PR1943: Avoid NULL pointer accessSebastian Huber2014-11-221-8/+2
* capture: back-port conversion from task_name to task_id (see #1361)Nickolay Semyonov2014-11-221-3/+3
* score: PR2179: Fix initially locked PI mutexSebastian Huber2014-08-201-4/+10
* ramdisk: Fix device name generationSebastian Huber2014-06-271-1/+1
* score: PR2179: Fix initially locked PCP mutexesSebastian Huber2014-05-231-2/+3
* posix: fix race condition between pthread_create and capture engineTill Strauman2014-04-111-0/+5
* score: PR2140: Fix _Thread_queue_Process_timeout()Sebastian Huber2013-08-261-8/+37
* score: PR2140: _Thread_queue_Extract()Sebastian Huber2013-08-264-11/+14
* libblock: PR2040: Avoid NULL pointer accessSebastian Huber2013-08-231-6/+16
* score: Fix _Objects_Shrink_information()Sebastian Huber2013-01-071-20/+16
* rtems: Critical fix for eventsSebastian Huber2013-01-071-7/+12
* score: Critical fix for timer serverSebastian Huber2012-12-061-7/+0
* tftpfs: PR1624: Fix parsing of hostnames and pathsDylan Maxwell2012-12-061-8/+11
* libblock: Fix purge device tree traversalSebastian Huber2012-08-091-1/+2
* libblock: PR2040: Fix recycle destination updateSebastian Huber2012-04-161-8/+7
* libblock: PR2040: Add starvation thresholdSebastian Huber2012-04-161-1/+15
* PR2040: libblock: Flash disk starvations statisticSebastian Huber2012-03-141-2/+10
* PR2040: libblock: Flash disk documentationSebastian Huber2012-03-142-105/+127
* PR2040: libblock: Fix return statusSebastian Huber2012-03-141-3/+3
* PR2040: libblock: Avoid erased blocks starvationSebastian Huber2012-03-141-115/+185
* PR2040: libblock: Track number of erased blocksSebastian Huber2012-03-141-1/+8
* PR2040: libblock: Use segment control as parameterSebastian Huber2012-03-141-100/+91
* PR2039: Fix NULL pointer accessSebastian Huber2012-03-141-2/+2