summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-03cpukit/score: avoid NULL and races in priority mutex4.10Gedare Bloom2-1/+9
2019-03-14shell: Correct argument order of `mfill`Jonathan Brandmeyer1-1/+1
2018-08-10rfs: Remove erroneous call of rtems_disk_release()Sebastian Huber1-1/+0
2018-03-23score: add Inherited_priorities priority queue and functionsGedare Bloom12-19/+272
2018-03-23score: replace current and real priority with priority nodeGedare Bloom25-67/+76
2018-01-11dosfs: Fix msdos_format()Ralf Kirchner1-1/+1
2018-01-11libnetworking: Disconnect after mbuf shortageSebastian Huber1-1/+4
2018-01-11score: Use _Workspace_Allocate_or_fatal_error()Sebastian Huber1-5/+8
2018-01-11rtems: PR1844: Fix MP process packet sizeSebastian Huber1-2/+2
2018-01-11librpc: PR2066: Fix for short enumsSebastian Huber7-15/+23
2018-01-11network/bootp: PR2031: Add and use header fileSebastien Bourdeauducq6-37/+50
2018-01-11dosfs: Fix for no space left on device conditionSebastian Huber1-3/+5
2018-01-11network/dhcp: PR1841: Fix DNS processing in DHCPSebastien Bourdeauducq1-3/+45
2018-01-10score/chain: Fix _Chain_Is_first and _Chain_Is_lastGedare Bloom1-2/+2
2017-01-26tftpDriver: don't free directory node's path stringMichael Davidsaver1-1/+2
2017-01-26tftpDriver: backport fixesMichael Davidsaver2-92/+84
2017-01-26tftpDriver: apply changes through masterMichael Davidsaver1-215/+161
2016-05-20fat: Fix for invalid cluster sizesSebastian Huber1-1/+3
2016-05-17posix: Fix return states of pthread_kill()Sebastian Huber1-19/+14
2016-05-17posix: Fix return status of pthread_cancel()Sebastian Huber1-1/+1
2015-10-21RFS: Fix resource leakSebastian Huber1-0/+2
2015-07-29tftpDriver: close() false errorMichael Davidsaver1-1/+3
2015-02-23rpc: misaligned pointer dereference in clnt_udp.c line 363Jeffrey Hill1-3/+3
2015-02-23rpc: misaligned address exception in get_myaddress.cJeffrey Hill1-15/+38
2015-02-23networking: alignment exception in ioctl(SIOCGIFCONF)Till Straumann1-11/+12
2014-11-28bdbuf: Fix race condition with sync active flagSebastian Huber1-7/+13
2014-11-24Avoid buffer overflow and misaligned memory accessSebastian Huber1-14/+24
2014-11-22ppp: PR1943: Avoid NULL pointer accessSebastian Huber1-8/+2
2014-11-22capture: back-port conversion from task_name to task_id (see #1361)Nickolay Semyonov1-3/+3
2014-08-20score: PR2179: Fix initially locked PI mutexSebastian Huber1-4/+10
2014-06-27ramdisk: Fix device name generationSebastian Huber1-1/+1
2014-05-23score: PR2179: Fix initially locked PCP mutexesSebastian Huber1-2/+3
2014-04-11posix: fix race condition between pthread_create and capture engineTill Strauman1-0/+5
2013-08-26score: PR2140: Fix _Thread_queue_Process_timeout()Sebastian Huber1-8/+37
2013-08-26score: PR2140: _Thread_queue_Extract()Sebastian Huber4-11/+14
2013-08-23libblock: PR2040: Avoid NULL pointer accessSebastian Huber1-6/+16
2013-01-07score: Fix _Objects_Shrink_information()Sebastian Huber1-20/+16
2013-01-07rtems: Critical fix for eventsSebastian Huber1-7/+12
2012-12-06score: Critical fix for timer serverSebastian Huber1-7/+0
2012-12-06tftpfs: PR1624: Fix parsing of hostnames and pathsDylan Maxwell1-8/+11
2012-08-09libblock: Fix purge device tree traversalSebastian Huber1-1/+2
2012-04-16libblock: PR2040: Fix recycle destination updateSebastian Huber1-8/+7
2012-04-16libblock: PR2040: Add starvation thresholdSebastian Huber1-1/+15
2012-03-14PR2040: libblock: Flash disk starvations statisticSebastian Huber1-2/+10
2012-03-14PR2040: libblock: Flash disk documentationSebastian Huber2-105/+127
2012-03-14PR2040: libblock: Fix return statusSebastian Huber1-3/+3
2012-03-14PR2040: libblock: Avoid erased blocks starvationSebastian Huber1-115/+185
2012-03-14PR2040: libblock: Track number of erased blocksSebastian Huber1-1/+8
2012-03-14PR2040: libblock: Use segment control as parameterSebastian Huber1-100/+91
2012-03-14PR2039: Fix NULL pointer accessSebastian Huber1-2/+2