Ralf Corsepius
|
d45c69aad1
|
Regenerate.
|
2011-12-13 18:08:46 +00:00 |
|
Ralf Corsepius
|
664d321a69
|
gdb-7.3.91.
|
2011-12-13 18:08:16 +00:00 |
|
Ralf Corsepius
|
eb9f72c763
|
New.
|
2011-12-13 18:07:31 +00:00 |
|
Sebastian Huber
|
3df4d7424a
|
2011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sapi/include/confdefs.h: Fixed workspace size estimate of tasks.
|
2011-12-13 14:37:03 +00:00 |
|
Sebastian Huber
|
03cc73a695
|
2011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
* psxconfig01/init.c: Create floating point tasks.
|
2011-12-13 14:33:42 +00:00 |
|
Sebastian Huber
|
b98d399f3c
|
2011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
* 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 12:56:53 +00:00 |
|
Ralf Corsepius
|
3007610e4e
|
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/qoriq.inc: Remove -W* flags.
|
2011-12-13 12:17:54 +00:00 |
|
Ralf Corsepius
|
b3dbca32f2
|
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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 12:11:10 +00:00 |
|
Ralf Corsepius
|
fa011f35d5
|
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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 12:00:13 +00:00 |
|
Sebastian Huber
|
517bf089dc
|
2011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sapi/include/confdefs.h: Fixed workspace size estimate of POSIX keys
and message queues.
|
2011-12-13 10:52:21 +00:00 |
|
Ralf Corsepius
|
9c2d082ba9
|
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* complex/init.c: Move configuration section.
* complex/docomplex.c, complex/docomplexf.c, complex/docomplexl.c:
Regenerate.
|
2011-12-13 10:49:25 +00:00 |
|
Sebastian Huber
|
5f818ec1be
|
2011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
* psxmsgq04/init.c: Fixed allocation of second message queue.
|
2011-12-13 10:49:13 +00:00 |
|
Ralf Corsepius
|
23e0b66505
|
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* complex/docomplex.in: Generate prototype docomplex* prototype.
|
2011-12-13 10:40:46 +00:00 |
|
Ralf Corsepius
|
257d8fde77
|
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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 10:13:24 +00:00 |
|
Sebastian Huber
|
06a81399b8
|
2011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
* score/include/rtems/score/wkspace.h, score/src/wkstringduplicate.c:
Changed parameter of _Workspace_String_duplicate() to avoid strnlen().
|
2011-12-13 10:06:53 +00:00 |
|
Sebastian Huber
|
7369960810
|
2011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
* psxconfig01/init.c: Create more objects.
|
2011-12-13 10:02:36 +00:00 |
|
Ralf Corsepius
|
849d4bbc80
|
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp31/task1.c: Make Do_nothing static.
* sprbtree01/init.c: Make test_compare_function, rb_assert static.
|
2011-12-13 10:02:30 +00:00 |
|
Ralf Corsepius
|
ee22b256be
|
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* tm30/init.c: Make benchmark_barrier_create,
benchmark_barrier_ident, benchmark_barrier_delete static.
|
2011-12-13 09:54:51 +00:00 |
|
Ralf Corsepius
|
260fa3fd30
|
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx07/init.c: Remove unused var "clock_allowed".
|
2011-12-13 09:40:08 +00:00 |
|
Ralf Corsepius
|
4534ba300e
|
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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 09:36:01 +00:00 |
|
Ralf Corsepius
|
4b27463311
|
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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 06:52:09 +00:00 |
|
Ralf Corsepius
|
66496446db
|
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for getrusage.h decl.
* libcsupport/src/getrusage.c:
Apply HAVE_DECL_GETRUSAGE (Missing prototypes).
|
2011-12-13 06:47:21 +00:00 |
|
Ralf Corsepius
|
055e668569
|
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* compile, depcomp, mdate-sh, texinfo.tex:
Update from automake-1.11.1b.
|
2011-12-13 04:59:22 +00:00 |
|
Ralf Corsepius
|
c444d1ec3c
|
2011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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-13 04:37:56 +00:00 |
|
Gedare Bloom
|
a1a25aeb58
|
2011-12-12 Gedare Bloom <gedare@rtems.org>
PR bsps/1989
* shared/start/start.S, shared/startup/linkcmds: Boot stack and heap
space improvements.
|
2011-12-12 19:31:48 +00:00 |
|
Gedare Bloom
|
8bc6b663f1
|
2011-12-12 Gedare Bloom <gedare@rtems.org>
PR bsps/1988
* shared/start/start.S: Add _init and _fini to .init and .fini sections
|
2011-12-12 19:00:48 +00:00 |
|
Gedare Bloom
|
e17789bf3d
|
2011-12-12 Gedare Bloom <gedare@rtems.org>
PR bsps/1988
* shared/startup/linkcmds: Relocate .init and .fini sections closer to
.text.
|
2011-12-12 18:52:18 +00:00 |
|
Sebastian Huber
|
b1345b2494
|
2011-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
* spwkspace/init.c: Test _Workspace_String_duplicate().
|
2011-12-12 15:18:18 +00:00 |
|
Sebastian Huber
|
141b31107a
|
2011-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
* score/src/wkstringduplicate.c: New file.
* score/Makefile.am: Reflect change above.
* score/include/rtems/score/wkspace.h: Declare
_Workspace_String_duplicate().
|
2011-12-12 15:17:33 +00:00 |
|
Ralf Corsepius
|
ebd6c936de
|
Regenerate.
|
2011-12-12 10:57:00 +00:00 |
|
Ralf Corsepius
|
db52dbac3f
|
Adjust Source0.
|
2011-12-12 10:56:20 +00:00 |
|
Ralf Corsepius
|
341cdaf2f6
|
Regenerate.
|
2011-12-12 10:52:29 +00:00 |
|
Ralf Corsepius
|
ec1dc981fc
|
Bump AUTOCONF_RPMREL.
Update to automake-1.11.1b.
|
2011-12-12 10:51:43 +00:00 |
|
Ralf Corsepius
|
4835eb04fb
|
Fix perl module filtering.
|
2011-12-12 10:51:05 +00:00 |
|
Ralf Corsepius
|
14d4397d01
|
2011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* imfs_support/fs_supprot.h: Remove (Unused).
|
2011-12-11 07:38:02 +00:00 |
|
Ralf Corsepius
|
1415194ce1
|
2011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add support/include/tmtests_empty_function.h.
|
2011-12-11 06:50:42 +00:00 |
|
Ralf Corsepius
|
436ef337de
|
2011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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-11 06:49:22 +00:00 |
|
Ralf Corsepius
|
d71462b4eb
|
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac (CFLAGS): Add -Wmissing-prototypes.
|
2011-12-10 05:53:03 +00:00 |
|
Ralf Corsepius
|
4172953cc4
|
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/fork.c: Include <unistd.h> for "fork" prototype.
Don't include <sys/types.h> (unnecessary).
|
2011-12-10 05:34:15 +00:00 |
|
Ralf Corsepius
|
0a3c6d89d9
|
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1985/cpukit
* telnetd/Makefile.am: Remove icmds.c.
|
2011-12-10 04:27:36 +00:00 |
|
Ralf Corsepius
|
ac4f31c814
|
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/interrupts/vectorexceptions.c: Make
mips_dump_exception_frame, mips_default_exception_code_handler
static.
|
2011-12-10 04:07:46 +00:00 |
|
Ralf Corsepius
|
de5868fe37
|
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1986/libcpu
* shared/src/cache_aligned_malloc.c:
Include <rtems/rtems/cache.h>.
|
2011-12-10 04:03:50 +00:00 |
|
Ralf Corsepius
|
99365ed037
|
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1986/libcpu
* rtems/include/rtems/rtems/cache.h:
Add rtems_cache_aligned_malloc decl.
|
2011-12-10 04:00:32 +00:00 |
|
Ralf Corsepius
|
0a752f4e93
|
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/sigtimedwait.c: Make _POSIX_signals_Get_lowest static.
|
2011-12-10 03:56:16 +00:00 |
|
Joel Sherrill
|
a40eec45a1
|
2011-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1985/cpukit
* telnetd/icmds.c: Removed.
All functionality is in shell. Obsolete and unreferenced.
|
2011-12-09 18:21:17 +00:00 |
|
Sebastian Huber
|
c7dc99ef21
|
2011-12-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* psxconfig01/init.c: Fix due to alignment issue.
|
2011-12-09 16:44:15 +00:00 |
|
Sebastian Huber
|
b6c5fe0f83
|
2011-12-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* psxconfig01/.cvsignore, psxconfig01/Makefile.am, psxconfig01/init.c,
psxconfig01/psxconfig01.doc, psxconfig01/psxconfig01.scn: New files.
* Makefile.am, configure.ac: Reflect changes above.
|
2011-12-09 16:27:11 +00:00 |
|
Joel Sherrill
|
2eddd4d61b
|
2011-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* make/custom/gen68360.cfg, make/custom/gen68360_040.cfg,
make/custom/pgh360.cfg: Simplify and clean up.
|
2011-12-09 16:12:46 +00:00 |
|
Ralf Corsepius
|
2571c79e66
|
2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* project.am (MOSTLYCLEANFILES): Remove index.html.
* ada_user/Makefile.am (CLEANFILES): Fixup image handling.
|
2011-12-09 15:20:14 +00:00 |
|
Ralf Corsepius
|
67cc389e1f
|
2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* cpu.c: Make _defaultExcHandler static.
|
2011-12-09 14:07:58 +00:00 |
|