summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-142011-12-14 Joel Sherrill <joel.sherrilL@OARcorp.com>HEADmasterJoel Sherrill
* Makefile.am: Change to one file per line. Clean up.
2011-12-14Typo.Sebastian Huber
2011-12-142011-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
PR 1924/cpukit * spstkalloc02/.cvsignore, spstkalloc02/Makefile.am, spstkalloc02/init.c, spstkalloc02/spstkalloc02.doc, spstkalloc02/spstkalloc02.scn: New files. * Makefile.am, configure.ac: Reflect changes above.
2011-12-142011-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
PR 1924/cpukit * sapi/include/rtems/config.h: Added stack_allocate_init_hook to rtems_configuration_table. * sapi/include/confdefs.h: Added CONFIGURE_TASK_STACK_FROM_ALLOCATOR and CONFIGURE_TASK_STACK_ALLOCATOR_INIT defines. Set default stack allocator and free hook to _Workspace_Allocate() and _Workspace_Free() respectively. * score/src/thread.c, score/src/threadstackallocate.c, score/src/threadstackfree.c: Update due to API changes.
2011-12-142011-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
* termios01/init.c: Update due to API changes. Fixed integer types. Make functions static. Added const qualifier.
2011-12-142011-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
* libcsupport/src/termios_setinitialbaud.c: Fixed typo.
2011-12-142011-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
* libcsupport/include/rtems/termiostypes.h, libcsupport/src/termios_baud2num.c, libcsupport/src/termios_baudtable.c, libcsupport/src/termios_num2baud.c, libcsupport/src/termios_setinitialbaud.c: Added const qualifier to baud associations. Fixed integer types.
2011-12-14Regenerate.Ralf Corsepius
2011-12-14Bump GDB_RPMREL.Ralf Corsepius
2011-12-14Disable system-readline on EL5 with gdb >= 7.3.91.Ralf Corsepius
2011-12-14readline-6.1.2-2.Ralf Corsepius
2011-12-13Work-around gdb-7.3.91 bug.Ralf Corsepius
2011-12-13Regenerate.Ralf Corsepius
2011-12-13gdb-7.3.91.Ralf Corsepius
2011-12-13New.Ralf Corsepius
2011-12-132011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
* sapi/include/confdefs.h: Fixed workspace size estimate of tasks.
2011-12-132011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
* psxconfig01/init.c: Create floating point tasks.
2011-12-132011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
* posix/src/mqueuenametoid.c, posix/src/semaphorenametoid.c: Removed files. * posix/src/psxnametoid.c: New file. * posix/Makefile.am: Reflect changes above. * posix/include/rtems/posix/config.h: Fixed integer types. * posix/include/rtems/posix/posixapi.h: Declare _POSIX_Name_to_id(). * posix/include/rtems/posix/mqueue.h, posix/inline/rtems/posix/mqueue.inl: Changed parameter of _POSIX_Message_queue_Create_support(). _POSIX_Message_queue_Name_to_id() is now inline. * posix/include/rtems/posix/semaphore.h, posix/inline/rtems/posix/semaphore.inl: Changed parameter of _POSIX_Semaphore_Create_support(). _POSIX_Semaphore_Name_to_id() is now inline. * posix/src/mqueuecreatesupp.c, posix/src/semaphorecreatesupp.c: Use _Workspace_String_duplicate(). * posix/src/mqueuesendsupp.c, posix/src/mqueueopen.c, posix/src/mqueueunlink.c, posix/src/seminit.c, posix/src/semopen.c, posix/src/semunlink.c: Update due to API changes.
2011-12-132011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* make/custom/qoriq.inc: Remove -W* flags.
2011-12-132011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* math/init.c, mathf/init.c, mathl/init.c: Move configuration section. * math/domath.c, mathf/domathf.c, mathl/domathl.c: Regenerate. * math/domath.in: Generate domath* prototype.
2011-12-132011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* libchip/i2c/spi-memdrv.c: Make spi_memdrv_minor2param_ptr, spi_memdrv_wait_ms static. * libchip/i2c/spi-sd-card.c: Make sd_card_compute_crc7, sd_card_compute_crc16 static.
2011-12-132011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
* sapi/include/confdefs.h: Fixed workspace size estimate of POSIX keys and message queues.
2011-12-132011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* complex/init.c: Move configuration section. * complex/docomplex.c, complex/docomplexf.c, complex/docomplexl.c: Regenerate.
2011-12-132011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
* psxmsgq04/init.c: Fixed allocation of second message queue.
2011-12-132011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* complex/docomplex.in: Generate prototype docomplex* prototype.
2011-12-132011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* psxtmbarrier01/init.c: Make benchmark_pthread_barrier_init, benchmark_pthread_barrier_destroy static. * psxtmkey01/init.c: Make benchmark_pthread_key_create, benchmark_pthread_key_delete static. * psxtmrwlock01/init.c: Make benchmark_pthread_rwlock_init, benchmark_pthread_rwlock_rdlock, benchmark_pthread_rwlock_unlock, benchmark_pthread_rwlock_tryrdlock, benchmark_pthread_rwlock_timedrdlock, benchmark_pthread_rwlock_wrlock, benchmark_pthread_rwlock_trywrlock, benchmark_pthread_rwlock_timedwrlock, benchmark_pthread_rwlock_destroy static. * psxtmsem01/init.c: Make benchmark_sem_init, benchmark_sem_destroy, benchmark_sem_open, benchmark_sem_close, benchmark_sem_unlink, benchmark_sem_open_second, benchmark_sem_close_second static. * psxtmthread01/init.c: Make benchmark_pthread_create static.
2011-12-132011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
* score/include/rtems/score/wkspace.h, score/src/wkstringduplicate.c: Changed parameter of _Workspace_String_duplicate() to avoid strnlen().
2011-12-132011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
* psxconfig01/init.c: Create more objects.
2011-12-132011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* sp31/task1.c: Make Do_nothing static. * sprbtree01/init.c: Make test_compare_function, rb_assert static.
2011-12-132011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* tm30/init.c: Make benchmark_barrier_create, benchmark_barrier_ident, benchmark_barrier_delete static.
2011-12-132011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* psx07/init.c: Remove unused var "clock_allowed".
2011-12-132011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* fileio/init.c: Comment out setup_nvdisk (Unused). Make shell_nvdisk_trace, shell_nvdisk_erase, shell_bdbuf_trace, disk_test_set_block_size, disk_test_write_blocks, disk_test_block_sizes, parse_size_arg, create_ramdisk, create_nvdisk static. * nsecs/init.c: Make my_ctime, subtract_em static.
2011-12-132011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* configure.ac: Check for getrusage decl. * psxgetrusage01/init.c: Fix header file inclusion order. Move configuration section up. Apply HAVE_DECL_GETRUSAGE.
2011-12-132011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* configure.ac: Check for getrusage.h decl. * libcsupport/src/getrusage.c: Apply HAVE_DECL_GETRUSAGE (Missing prototypes).
2011-12-132011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* compile, depcomp, mdate-sh, texinfo.tex: Update from automake-1.11.1b.
2011-12-132011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* Makefile.am: Add support/include/tmtests_empty_function.h. * support/include/tmtests_empty_function.h: New. * support/src/tmtests_empty_function.c, support/src/tmtests_support.c: Include "tmtests_empty_function.h". Remove local decls (Missing prototypes).
2011-12-122011-12-12 Gedare Bloom <gedare@rtems.org>Gedare Bloom
PR bsps/1989 * shared/start/start.S, shared/startup/linkcmds: Boot stack and heap space improvements.
2011-12-122011-12-12 Gedare Bloom <gedare@rtems.org>Gedare Bloom
PR bsps/1988 * shared/start/start.S: Add _init and _fini to .init and .fini sections
2011-12-122011-12-12 Gedare Bloom <gedare@rtems.org>Gedare Bloom
PR bsps/1988 * shared/startup/linkcmds: Relocate .init and .fini sections closer to .text.
2011-12-122011-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
* spwkspace/init.c: Test _Workspace_String_duplicate().
2011-12-122011-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
* score/src/wkstringduplicate.c: New file. * score/Makefile.am: Reflect change above. * score/include/rtems/score/wkspace.h: Declare _Workspace_String_duplicate().
2011-12-12Regenerate.Ralf Corsepius
2011-12-12Adjust Source0.Ralf Corsepius
2011-12-12Regenerate.Ralf Corsepius
2011-12-12Bump AUTOCONF_RPMREL.Ralf Corsepius
Update to automake-1.11.1b.
2011-12-12Fix perl module filtering.Ralf Corsepius
2011-12-112011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* imfs_support/fs_supprot.h: Remove (Unused).
2011-12-112011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* Makefile.am: Add support/include/tmtests_empty_function.h.
2011-12-112011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/tmtests_empty_function.h: New. * support/src/tmtests_empty_function.c, support/src/tmtests_support.c: Include "tmtests_empty_function.h". Remove local decls (Missing prototypes).
2011-12-102011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* configure.ac (CFLAGS): Add -Wmissing-prototypes.