summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-14score: Fix performance issue for 64-bit timestampsSebastian Huber5-62/+22
2012-06-14score: New structure TOD_ControlSebastian Huber12-38/+41
2012-06-14sapi: Add nanoseconds_per_tick to configurationSebastian Huber2-1/+15
2012-06-12v850 - byte swap instructions not available on all multilibsJoel Sherrill2-7/+33
2012-06-12libblock: Add block device statisticsSebastian Huber11-0/+344
2012-06-12libblock: Remove const qualifierSebastian Huber2-18/+18
2012-06-11v850 port: Initial addition with BSP for simulator in GDBJoel Sherrill12-1/+1928
2012-06-11powerpc/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Init...Joel Sherrill1-2/+14
2012-06-11mips/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill1-7/+2
2012-06-11i386/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill1-2/+14
2012-06-11arm/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill1-2/+5
2012-06-11isr.c: Do not call _CPU_Initialize_vectors() if PIC Interrupt ModelJoel Sherrill1-5/+8
2012-06-11threadhandler.c: Fix spelling of __main() in prototypeJoel Sherrill1-5/+8
2012-06-06librpc: PR2066: Fix for short enumsSebastian Huber7-15/+23
2012-06-06network/bootp: PR2031: Add and use header fileSebastien Bourdeauducq6-38/+51
2012-06-04libcsupport: Add rtems_printf_plugin()Sebastian Huber3-0/+36
2012-06-04libblock: Rename structureSebastian Huber1-3/+3
2012-06-04dosfs: Fix for no space left on device conditionSebastian Huber1-3/+5
2012-06-04libblock: Add read-ahead taskSebastian Huber5-130/+293
2012-06-04powerpc: Simplify context switchSebastian Huber2-146/+134
2012-05-31Fix C files which had two semi-colons at EOLJoel Sherrill6-6/+6
2012-05-31dosfs: Fix format request with sectors per clusterSebastian Huber1-2/+10
2012-05-31libblock: Move rtems_bdbuf_get_media_block() callSebastian Huber1-75/+78
2012-05-31libblock: Simplify disk managementSebastian Huber7-118/+229
2012-05-31libblock: Remove explicit bds_per_group parameterSebastian Huber1-18/+13
2012-05-31libblock: Remove const qualifier from bdbuf APISebastian Huber8-27/+27
2012-05-31libblock: Add task stack size bdbuf configurationSebastian Huber3-41/+72
2012-05-29dosfs: Fix print format stringSebastian Huber1-1/+2
2012-05-29ftpd: Set current directory after session closeSebastian Huber1-1/+2
2012-05-29Filesystem: Wait for unmount() to finishSebastian Huber4-11/+79
2012-05-24shell/lsof: Use fprintf() instead of printk()Sebastian Huber1-2/+6
2012-05-24libblock: Fix read request block count calculationSebastian Huber1-1/+1
2012-05-24libblock: Fix state descriptionsSebastian Huber1-1/+1
2012-05-24Add config.h.in.Ralf Corsépius1-0/+495
2012-05-22network/dhcp: PR1841: Fix DNS processing in DHCPSebastien Bourdeauducq1-3/+45
2012-05-16pci.h cleanup - Consolidate common defines to cpukit pci.hJoel Sherrill1-4/+8
2012-05-16mvme5500 and cpukit pci.h - Eliminate mvme5500 specific pci.hJoel Sherrill1-2/+12
2012-05-16nfsclient: Fix symbolic link evaluationSebastian Huber1-66/+97
2012-05-16libcsupport: Adjust malloc_walk() prototypeSebastian Huber3-3/+4
2012-05-15Filesystem: Add missing include file <stdint.h>Sebastian Huber1-0/+1
2012-05-15Filesystem: Change pathconf_limits_and_optionsSebastian Huber6-11/+7
2012-05-15Filesystem: Move operations to mount table entrySebastian Huber37-64/+76
2012-05-15Filesystem: Add const qualifier to lock/unlockSebastian Huber7-15/+19
2012-05-15Filesystem: PR1255: Move offset update to handlersSebastian Huber11-20/+39
2012-05-15Filesystem: Add shared device IO supportSebastian Huber14-289/+255
2012-05-15Filesystem: Use ioctl_command_tSebastian Huber15-89/+45
2012-05-15rfs: Fix major and minor number integer typesSebastian Huber1-25/+30
2012-05-14libblock: Fix purge device tree traversalSebastian Huber1-1/+2
2012-05-14dosfs: Remove unused parameterSebastian Huber1-1/+0
2012-05-14devfs: C++ compatibilitySebastian Huber1-1/+1