summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add Untar_FromChunk_Print() + TestAlexander Krutwig2016-07-262-1/+197
* score: FormatSebastian Huber2016-07-261-9/+9
* score: Fix printk() format specifiersSebastian Huber2016-07-261-2/+5
* score: FormatSebastian Huber2016-07-262-24/+21
* score: Add a STATES_DEBUGGER for use by debugging agents to a thread's state.Chris Johns2016-07-261-0/+2
* posix: fix clock_nanosleep and nanosleep clock useGedare Bloom2016-07-251-25/+68
* posix: cond_timedwait remember and use clock from condattrGedare Bloom2016-07-2515-15/+29
* posix: refactor cond wait support to defer abstime conversionGedare Bloom2016-07-254-32/+33
* cpukit/rtems: fix return type mismatch for _TOD_To_secondsGedare Bloom2016-07-251-1/+1
* posix: add clock_nanosleep and testsGedare Bloom2016-07-251-9/+46
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-2547-144/+200
* score: Fix for RTEMS_DEBUGSebastian Huber2016-07-251-0/+1
* score: Relax thread begin extension environmentSebastian Huber2016-07-251-7/+8
* score: Disable RTEMS_NO_RETURN for RTEMS_DEBUGSebastian Huber2016-07-251-1/+1
* score: Fix for RTEMS_DEBUGSebastian Huber2016-07-221-0/+1
* score: Assert proper seqlock writer stateSebastian Huber2016-07-221-0/+3
* score: Add debug support to chainsSebastian Huber2016-07-2216-7/+84
* posix: Fix double chain extractSebastian Huber2016-07-211-5/+2
* libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa2016-07-214-2/+74
* Misc: Spell length correctlyJoel Sherrill2016-07-121-1/+1
* 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