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