summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove CVS-Ids.Ralf Corsépius2012-07-194-8/+0
* Require automake-1.12.2.Ralf Corsépius2012-07-191-1/+1
* Require autoconf-2.69.Ralf Corsépius2012-07-191-1/+1
* libnetworking: Silence set but not used warningsSebastian Huber2012-07-171-1/+1
* score: Change greedy allocation APISebastian Huber2012-07-176-21/+54
* mghttpd: Clarify commentChristian Mauderer2012-07-121-4/+4
* mghttpd: Add stack size and scheduling optionsChristian Mauderer2012-07-122-0/+66
* mghttpd: Use MD5 librarySebastian Huber2012-07-121-0/+5
* mghttpd: Use HAVE_CONFIG_HSebastian Huber2012-07-121-0/+4
* mghttpd: Update MongooseChristian Mauderer2012-07-124-4797/+4292
* dosfs: Use fs_info instead of mt_entrySebastian Huber2012-07-1114-267/+234
* libblock: Fix read-ahead task wake-upSebastian Huber2012-07-091-5/+10
* libblock: Move read-ahead trigger checkSebastian Huber2012-07-031-1/+2
* libblock: Fix read-ahead trigger and next updateSebastian Huber2012-07-021-1/+1
* libcsupport: C++ compatibilitySebastian Huber2012-07-021-0/+8
* libblock: Fix read-ahead trigger and next updateSebastian Huber2012-07-021-2/+2
* libblock: Fix continuous blocks write requestSebastian Huber2012-07-021-13/+6
* libblock: Remove unused fieldSebastian Huber2012-07-021-1/+0
* 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