summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2011-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-142-57/+63
| | | | | * termios01/init.c: Update due to API changes. Fixed integer types. Make functions static. Added const qualifier.
* 2011-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-142-1/+5
| | | | * libcsupport/src/termios_setinitialbaud.c: Fixed typo.
* 2011-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-146-55/+70
| | | | | | | | | * 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.
* Regenerate.Ralf Corsepius2011-12-1416-32/+144
|
* Bump GDB_RPMREL.Ralf Corsepius2011-12-1416-16/+16
|
* Disable system-readline on EL5 with gdb >= 7.3.91.Ralf Corsepius2011-12-141-1/+8
|
* readline-6.1.2-2.Ralf Corsepius2011-12-143-7/+7
|
* Work-around gdb-7.3.91 bug.Ralf Corsepius2011-12-131-0/+6
|
* Regenerate.Ralf Corsepius2011-12-1316-36/+202
|
* gdb-7.3.91.Ralf Corsepius2011-12-1332-20/+90
|
* New.Ralf Corsepius2011-12-131-0/+417
|
* 2011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-132-12/+20
| | | | * sapi/include/confdefs.h: Fixed workspace size estimate of tasks.
* 2011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-132-1/+5
| | | | * psxconfig01/init.c: Create floating point tasks.
* 2011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-1319-212/+196
| | | | | | | | | | | | | | | | | | | | | | * 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-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-132-2/+5
| | | | * make/custom/qoriq.inc: Remove -W* flags.
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-138-48/+58
| | | | | | * 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-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-133-4/+11
| | | | | | | * 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-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-132-7/+10
| | | | | * sapi/include/confdefs.h: Fixed workspace size estimate of POSIX keys and message queues.
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-135-18/+25
| | | | | | * complex/init.c: Move configuration section. * complex/docomplex.c, complex/docomplexf.c, complex/docomplexl.c: Regenerate.
* 2011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-132-15/+7
| | | | * psxmsgq04/init.c: Fixed allocation of second message queue.
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-132-1/+7
| | | | * complex/docomplex.in: Generate prototype docomplex* prototype.
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-136-21/+41
| | | | | | | | | | | | | | | | | | | | * 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-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-133-10/+11
| | | | | * score/include/rtems/score/wkspace.h, score/src/wkstringduplicate.c: Changed parameter of _Workspace_String_duplicate() to avoid strnlen().
* 2011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-132-61/+233
| | | | * psxconfig01/init.c: Create more objects.
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-133-3/+8
| | | | | * sp31/task1.c: Make Do_nothing static. * sprbtree01/init.c: Make test_compare_function, rb_assert static.
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-132-3/+8
| | | | | * tm30/init.c: Make benchmark_barrier_create, benchmark_barrier_ident, benchmark_barrier_delete static.
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-132-1/+4
| | | | * psx07/init.c: Remove unused var "clock_allowed".
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-133-11/+21
| | | | | | | | * 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-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-133-17/+29
| | | | | | | | * configure.ac: Check for getrusage decl. * psxgetrusage01/init.c: Fix header file inclusion order. Move configuration section up. Apply HAVE_DECL_GETRUSAGE.
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-133-0/+13
| | | | | | * configure.ac: Check for getrusage.h decl. * libcsupport/src/getrusage.c: Apply HAVE_DECL_GETRUSAGE (Missing prototypes).
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-135-575/+1421
| | | | | * compile, depcomp, mdate-sh, texinfo.tex: Update from automake-1.11.1b.
* 2011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-131-0/+9
| | | | | | | | | * 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-12 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-12-123-32/+19
| | | | | | PR bsps/1989 * shared/start/start.S, shared/startup/linkcmds: Boot stack and heap space improvements.
* 2011-12-12 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-12-122-4/+13
| | | | | PR bsps/1988 * shared/start/start.S: Add _init and _fini to .init and .fini sections
* 2011-12-12 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-12-122-6/+10
| | | | | | PR bsps/1988 * shared/startup/linkcmds: Relocate .init and .fini sections closer to .text.
* 2011-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-122-0/+42
| | | | * spwkspace/init.c: Test _Workspace_String_duplicate().
* 2011-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-124-1/+64
| | | | | | | * score/src/wkstringduplicate.c: New file. * score/Makefile.am: Reflect change above. * score/include/rtems/score/wkspace.h: Declare _Workspace_String_duplicate().
* Regenerate.Ralf Corsepius2011-12-121-1/+2
|
* Adjust Source0.Ralf Corsepius2011-12-121-1/+2
|
* Regenerate.Ralf Corsepius2011-12-122-9/+20
|
* Bump AUTOCONF_RPMREL.Ralf Corsepius2011-12-121-3/+3
| | | | Update to automake-1.11.1b.
* Fix perl module filtering.Ralf Corsepius2011-12-122-5/+16
|
* 2011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-112-37/+4
| | | | * imfs_support/fs_supprot.h: Remove (Unused).
* 2011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-111-0/+1
| | | | * Makefile.am: Add support/include/tmtests_empty_function.h.
* 2011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-113-6/+27
| | | | | | | | * 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-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-102-1/+5
| | | | * configure.ac (CFLAGS): Add -Wmissing-prototypes.
* 2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-102-3/+7
| | | | | * posix/src/fork.c: Include <unistd.h> for "fork" prototype. Don't include <sys/types.h> (unnecessary).
* 2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-102-1/+6
| | | | | PR 1985/cpukit * telnetd/Makefile.am: Remove icmds.c.
* 2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-102-2/+8
| | | | | | * shared/interrupts/vectorexceptions.c: Make mips_dump_exception_frame, mips_default_exception_code_handler static.
* 2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-102-1/+9
| | | | | | PR 1986/libcpu * shared/src/cache_aligned_malloc.c: Include <rtems/rtems/cache.h>.