summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-25posix: refactor cond wait support to defer abstime conversionGedare Bloom4-32/+33
2016-07-25cpukit/rtems: fix return type mismatch for _TOD_To_secondsGedare Bloom1-1/+1
2016-07-25posix: add clock_nanosleep and testsGedare Bloom1-9/+46
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom47-144/+200
2016-07-25score: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-07-25score: Relax thread begin extension environmentSebastian Huber1-7/+8
2016-07-25score: Disable RTEMS_NO_RETURN for RTEMS_DEBUGSebastian Huber1-1/+1
2016-07-22score: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-07-22score: Assert proper seqlock writer stateSebastian Huber1-0/+3
2016-07-22score: Add debug support to chainsSebastian Huber16-7/+84
2016-07-21posix: Fix double chain extractSebastian Huber1-5/+2
2016-07-21libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa4-2/+74
2016-07-12Misc: Spell length correctlyJoel Sherrill1-1/+1
2016-07-12DOSFS - LENGHT -> LENGTHJoel Sherrill4-6/+6
2016-07-06score: Postpone SMP shutdown in _Terminate()Sebastian Huber2-4/+7
2016-07-06score: Do not disable ISR in _Terminate()Sebastian Huber2-9/+1
2016-07-04libdl/rtl-obj.c: ensure that loaded code is synchronized through caches.Pavel Pisa1-0/+2
2016-07-04rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa2-1/+30
2016-07-04score/arm: Ensure that copile time alignment is 64 bytes for Cortex-A multilib.Pavel Pisa2-2/+9
2016-07-04arm/score and shared: define ARM hypervisor mode and alternate vector table b...Pavel Pisa1-0/+1
2016-07-01net: Fix byte order issue for getnameinfo()Sebastian Huber1-4/+2
2016-07-01score: Change scheduler node init and destroySebastian Huber23-64/+107
2016-07-01score: Fix MPCI message layoutSebastian Huber1-1/+1
2016-07-01rtems: Fix rtems_task_set_scheduler() APISebastian Huber4-58/+89
2016-07-01score: Workaround for #2751Sebastian Huber1-0/+4
2016-07-01score: Next try to fix thread lock on SMPSebastian Huber1-6/+16
2016-07-01score: Fix priority affinity SMP schedulerSebastian Huber1-2/+10
2016-06-30score: Strong APA scheduler processor allocationSebastian Huber3-24/+24
2016-06-30score: Avoid atomic fences for thread wait flagsSebastian Huber7-34/+37
2016-06-30score: Fix thread lock on SMP configurationsSebastian Huber4-12/+46
2016-06-29score: _CPU_SMP_Send_interrupt() documentationSebastian Huber1-4/+0
2016-06-29score: Fix SMP message handlingSebastian Huber5-28/+37
2016-06-28libnetworking: Import current <sys/socket.h>Christian Mauderer1-73/+373
2016-06-28libnetworking: Move RTEMS-specific socket wake-upSebastian Huber3-15/+18
2016-06-28libnetworking: Hide SO_PRIVSTATEChristian Mauderer2-1/+7
2016-06-28libnetworking: Add <machine/_align.h>Christian Mauderer3-1/+29
2016-06-28libnetworking: Import current <arpa/inet.h>Christian Mauderer9-38/+73
2016-06-28libnetworking: Import current <netinet/in.h>Christian Mauderer18-135/+443
2016-06-28libnetworking: Import current <netinet6/in6.h>Christian Mauderer3-0/+760
2016-06-28libnetworking: Import <sys/_sockaddr_storage.h>Christian Mauderer3-1/+60
2016-06-28libnetworking: Add minimal getnameinfo()Christian Mauderer2-1/+62
2016-06-28libnetworking: Import current <netdb.h>Christian Mauderer7-52/+212
2016-06-28libnetworking: Add <rtems/rtems_netdb.h>Christian Mauderer13-22/+66
2016-06-28libcsupport: Add dummy for setgroups().Christian Mauderer2-1/+27
2016-06-24score: Change Priority_Control to 64-bitSebastian Huber10-19/+26
2016-06-24score: Silence integer conversion warningsSebastian Huber4-4/+5
2016-06-24score: Move SCHEDULER_EDF_PRIO_MSBSebastian Huber4-12/+11
2016-06-24score: Fix _Scheduler_EDF_Yield()Sebastian Huber1-1/+1
2016-06-24posix: Fix pthread_create()Sebastian Huber1-4/+7
2016-06-23score: Fix EDF no-preempt thread handlingSebastian Huber1-1/+4