summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* dosfs: Fix warningsSebastian Huber2015-03-057-18/+12
* tests: Fix warningSebastian Huber2015-03-051-2/+1
* IMFS: Fix warningSebastian Huber2015-03-051-1/+1
* IMFS: Include missing header fileSebastian Huber2015-03-051-0/+1
* IMFS: Fix warningSebastian Huber2015-03-051-1/+1
* libblock: Fix warningSebastian Huber2015-03-051-2/+1
* score: C/C++ compatibility macros for ISR locksSebastian Huber2015-03-052-4/+96
* Filesystem: Delete unused null_op_fsmount_me()Sebastian Huber2015-03-051-8/+0
* tests: Refactor parallel test executionAlexander Krutwig2015-03-053-0/+269
* score: DocumentationAlexander Krutwig2015-03-051-0/+13
* Move test support from sapi to libmisc/testsupportSebastian Huber2015-03-059-7/+14
* score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber2015-03-0519-333/+0
* score/cpu/or1k: Add cpuatomic.h to fix broken build.Hesham ALMatary2015-03-043-2/+19
* libcsupport: scale times() call to microsecondsGedare Bloom2015-03-041-6/+7
* score: ISR lock C/C++ compatiblity issueSebastian Huber2015-03-041-65/+63
* score: Add and use _Thread_Enable_dispatch_body()Sebastian Huber2015-03-042-5/+8
* score: Inline _Thread_Disable_dispatch() for SMPSebastian Huber2015-03-041-2/+1
* score: Add parameter to Giant acquire/releaseSebastian Huber2015-03-043-10/+18
* xdr_float.c: Fix typoJoel Sherrill2015-03-031-1/+1
* or1k/or1k-exception-default.c: Eliminate dependency on BSP provided .h fileHesham ALMatary2015-03-031-1/+0
* librpc: Include or1knd part of the recongnized CPUs at xdr_float.cHesham ALMatary2015-03-031-1/+1
* score: Enable SMP barriers for all configurationsSebastian Huber2015-03-022-6/+1
* ARM: Fix _ARMV4_Exception_fiq_defaultMartin Galvan2015-02-271-0/+8
* posix: fix error return code for pthread_mutex_trylockGedare Bloom2015-02-251-1/+4
* Panic on RTEMS_FAST_MUTEX network semaphore claim/release.Chris Johns2015-02-241-1/+8
* sparc64: fix copyright notices.Gedare Bloom2015-02-231-12/+1
* 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
* IMFS: Fix copy on write for linfilesSebastian Huber2015-02-201-0/+3
* Don't fail to create passwd and group files if /etc already existsNick Withers2015-02-201-5/+4
* bfin: do not reset dispatch neededGedare Bloom2015-02-191-2/+0
* score: Make <rtems/score/atomic.h> availableSebastian Huber2015-02-194-206/+588
* IMFS: Silence warningSebastian Huber2015-02-181-1/+1
* score: Fix _Thread_Start_multitasking() on SMPSebastian Huber2015-02-171-11/+13
* score: Fix FP context restore via _Thread_HandlerSebastian Huber2015-02-174-68/+44
* score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber2015-02-176-6/+22
* IMFS: Implement variable length node namesSebastian Huber2015-02-155-25/+46
* IMFS: Add CONFIGURE_IMFS_DISABLE_READDIRSebastian Huber2015-02-148-141/+177
* score: Mention ticket in commentSebastian Huber2015-02-131-1/+1
* IMFS: Rename CONFIGURE_IMFS_DISABLE_FCHMODSebastian Huber2015-02-131-2/+2
* IMFS: Add CONFIGURE_IMFS_DISABLE_MKNOD_FILESebastian Huber2015-02-131-1/+5
* IMFS: CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEMSebastian Huber2015-02-131-0/+11
* sapi/Makefile.am: Do not install libsapi.aJoel Sherrill2015-02-132-15/+0
* sys/event.h: Update to FreeBSD 9.3Sebastian Huber2015-02-131-1/+3
* sys/socket.h: Include <sys/types.h> for ssize_tJoel Sherrill2015-02-121-1/+1
* IMFS: Add fine grained configurationSebastian Huber2015-02-128-252/+126
* IMFS: Allow static initialization of FS infoSebastian Huber2015-02-126-100/+118
* IMFS: Fix resource leakSebastian Huber2015-02-121-1/+9
* IMFS: Add root directory to FS infoSebastian Huber2015-02-124-88/+69