summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* DOSFS - LENGHT -> LENGTHJoel Sherrill2016-07-124-6/+6
* score: Postpone SMP shutdown in _Terminate()Sebastian Huber2016-07-062-4/+7
* score: Do not disable ISR in _Terminate()Sebastian Huber2016-07-062-9/+1
* libdl/rtl-obj.c: ensure that loaded code is synchronized through caches.Pavel Pisa2016-07-041-0/+2
* rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa2016-07-042-1/+30
* score/arm: Ensure that copile time alignment is 64 bytes for Cortex-A multilib.Pavel Pisa2016-07-042-2/+9
* arm/score and shared: define ARM hypervisor mode and alternate vector table b...Pavel Pisa2016-07-041-0/+1
* net: Fix byte order issue for getnameinfo()Sebastian Huber2016-07-011-4/+2
* score: Change scheduler node init and destroySebastian Huber2016-07-0123-64/+107
* score: Fix MPCI message layoutSebastian Huber2016-07-011-1/+1
* rtems: Fix rtems_task_set_scheduler() APISebastian Huber2016-07-014-58/+89
* score: Workaround for #2751Sebastian Huber2016-07-011-0/+4
* score: Next try to fix thread lock on SMPSebastian Huber2016-07-011-6/+16
* score: Fix priority affinity SMP schedulerSebastian Huber2016-07-011-2/+10
* score: Strong APA scheduler processor allocationSebastian Huber2016-06-303-24/+24
* score: Avoid atomic fences for thread wait flagsSebastian Huber2016-06-307-34/+37
* score: Fix thread lock on SMP configurationsSebastian Huber2016-06-304-12/+46
* score: _CPU_SMP_Send_interrupt() documentationSebastian Huber2016-06-291-4/+0
* score: Fix SMP message handlingSebastian Huber2016-06-295-28/+37
* libnetworking: Import current <sys/socket.h>Christian Mauderer2016-06-281-73/+373
* libnetworking: Move RTEMS-specific socket wake-upSebastian Huber2016-06-283-15/+18
* libnetworking: Hide SO_PRIVSTATEChristian Mauderer2016-06-282-1/+7
* libnetworking: Add <machine/_align.h>Christian Mauderer2016-06-283-1/+29
* libnetworking: Import current <arpa/inet.h>Christian Mauderer2016-06-289-38/+73
* libnetworking: Import current <netinet/in.h>Christian Mauderer2016-06-2818-135/+443
* libnetworking: Import current <netinet6/in6.h>Christian Mauderer2016-06-283-0/+760
* libnetworking: Import <sys/_sockaddr_storage.h>Christian Mauderer2016-06-283-1/+60
* libnetworking: Add minimal getnameinfo()Christian Mauderer2016-06-282-1/+62
* libnetworking: Import current <netdb.h>Christian Mauderer2016-06-287-52/+212
* libnetworking: Add <rtems/rtems_netdb.h>Christian Mauderer2016-06-2813-22/+66
* libcsupport: Add dummy for setgroups().Christian Mauderer2016-06-282-1/+27
* score: Change Priority_Control to 64-bitSebastian Huber2016-06-2410-19/+26
* score: Silence integer conversion warningsSebastian Huber2016-06-244-4/+5
* score: Move SCHEDULER_EDF_PRIO_MSBSebastian Huber2016-06-244-12/+11
* score: Fix _Scheduler_EDF_Yield()Sebastian Huber2016-06-241-1/+1
* posix: Fix pthread_create()Sebastian Huber2016-06-241-4/+7
* score: Fix EDF no-preempt thread handlingSebastian Huber2016-06-231-1/+4
* score: Improve heap protectionAlexander Krutwig2016-06-221-2/+7
* score: Add thread priority to scheduler nodesSebastian Huber2016-06-2235-461/+398
* score: Move _RBTree_Find()Sebastian Huber2016-06-228-141/+120
* score: Move _RBTree_Insert()Sebastian Huber2016-06-225-77/+79
* score: Rework EDF schedulerSebastian Huber2016-06-2212-183/+191
* score: Modify release job scheduler operationSebastian Huber2016-06-229-20/+24
* score: Remove hidden deadline overrule for CBSSebastian Huber2016-06-221-22/+8
* score: Introduce map priority scheduler operationSebastian Huber2016-06-2228-82/+317
* score: Delete unused _Scheduler_Priority_compare()Sebastian Huber2016-06-2218-194/+37
* rtems: Rework RTEMS API to SuperCore prioritySebastian Huber2016-06-229-115/+199
* posix: Generalize _POSIX_Priority_To_core()Sebastian Huber2016-06-227-32/+44
* posix: Make POSIX API aware of scheduler instancesSebastian Huber2016-06-2210-93/+91
* posix: Rework sporadic server scheduling policySebastian Huber2016-06-229-193/+254