summaryrefslogtreecommitdiff
path: root/cpukit (follow)
AgeCommit message (Expand)Author
2015-03-12posix: Return error code if mmap is usedsmp-fr-1Daniel Cederman
2015-03-12posix: Move function to file with matching nameDaniel Cederman
2015-03-09LEON3: Clear timer pending bit together with tick update in critical sectionDaniel Cederman
2015-03-09SPARC: support for runtime FPU detectionDaniel Hellstrom
2015-02-25posix: fix error return code for pthread_mutex_trylockGedare Bloom
2015-02-24Panic on RTEMS_FAST_MUTEX network semaphore claim/release.Chris Johns
2015-02-23sparc64: fix copyright notices.Gedare Bloom
2015-02-23rpc: misaligned pointer dereference in clnt_udp.c line 363Jeffrey Hill
2015-02-23rpc: misaligned address exception in get_myaddress.cJeffrey Hill
2015-02-23networking: alignment exception in ioctl(SIOCGIFCONF)Till Straumann
2015-02-20IMFS: Fix copy on write for linfilesSebastian Huber
2015-02-20Don't fail to create passwd and group files if /etc already existsNick Withers
2015-02-19bfin: do not reset dispatch neededGedare Bloom
2015-02-19score: Make <rtems/score/atomic.h> availableSebastian Huber
2015-02-18IMFS: Silence warningSebastian Huber
2015-02-17score: Fix _Thread_Start_multitasking() on SMPSebastian Huber
2015-02-17score: Fix FP context restore via _Thread_HandlerSebastian Huber
2015-02-17score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber
2015-02-15IMFS: Implement variable length node namesSebastian Huber
2015-02-14IMFS: Add CONFIGURE_IMFS_DISABLE_READDIRSebastian Huber
2015-02-13score: Mention ticket in commentSebastian Huber
2015-02-13IMFS: Rename CONFIGURE_IMFS_DISABLE_FCHMODSebastian Huber
2015-02-13IMFS: Add CONFIGURE_IMFS_DISABLE_MKNOD_FILESebastian Huber
2015-02-13IMFS: CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEMSebastian Huber
2015-02-13sapi/Makefile.am: Do not install libsapi.aJoel Sherrill
2015-02-13sys/event.h: Update to FreeBSD 9.3Sebastian Huber
2015-02-12sys/socket.h: Include <sys/types.h> for ssize_tJoel Sherrill
2015-02-12IMFS: Add fine grained configurationSebastian Huber
2015-02-12IMFS: Allow static initialization of FS infoSebastian Huber
2015-02-12IMFS: Fix resource leakSebastian Huber
2015-02-12IMFS: Add root directory to FS infoSebastian Huber
2015-02-12IMFS: Simplify IMFS_symlink()Sebastian Huber
2015-02-12IMFS: Split linfile and memfile modulesSebastian Huber
2015-02-12IMFS: Introduce IMFS_mknod_controlSebastian Huber
2015-02-12Filesystem: Use ENOTSUP for default mount/unmountSebastian Huber
2015-02-10or1k/cpu.c: Eliminate dependency on BSP provided headerHesham ALMatary
2015-02-09Filesystem: Simplify FIFO and pipe configurationSebastian Huber
2015-02-09Filesystem: Delete unused fsmountme_h handlerSebastian Huber
2015-02-04IMFS: Simplify ino generationSebastian Huber
2015-02-04IMFS: Use rtems_filesystem_make_dev_t_from_pointerSebastian Huber
2015-02-04Add rtems_filesystem_make_dev_t_from_pointer()Sebastian Huber
2015-02-04Filesystem: Statically initialize rtems_libio_iopsSebastian Huber
2015-02-04Filesystem: Use rtems_libio_iop_to_descriptor()Sebastian Huber
2015-02-04Filesystem: Delete rtems_libio_last_iopSebastian Huber
2015-02-04Filesystem: Make rtems_libio_number_iops constSebastian Huber
2015-01-28IMFS: Reduce IMFS node typesSebastian Huber
2015-01-28IMFS: Aggregate link support in dedicated modulesSebastian Huber
2015-01-27IMFS: Replace node union with individual structSebastian Huber
2015-01-23sys/socket.h: Add include of <sys/_types.h> for ssize_tJoel Sherrill
2015-01-23libnetworking: Fix memset() callSebastian Huber