summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 4.7.99.1Joel Sherrill2007-03-131-1/+1
|
* 2007-03-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-132-5/+4
| | | | | * libcsupport/src/assocnamebad.c: Remove dead code. Use PRI* macros to fix warnings.
* 2007-03-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-132-1/+2
| | | | * score/include/rtems/score/stack.h: Use size_t for stack sizes.
* 2007-03-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-133-5/+10
| | | | | * score/include/rtems/score/chain.h, score/src/chain.c: Change _Chain_Initialize to using size_t.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-123-5/+20
| | | | | * libmisc/dumpbuf/dumpbuf.c, libmisc/dumpbuf/dumpbuf.h: Rename Dump_Buffer to rtems_print_buffer.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-123-2/+9
| | | | | | | * score/src/heapallocatealigned.c, score/src/threadqrequeue.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
* 2007-03-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-102-2/+8
| | | | | | PR 1226/cpukit * sapi/include/confdefs.h: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE not CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE.
* 2007-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-083-29/+7
| | | | * libfs/src/imfs/imfs.h: Fix comment.
* 2007-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-081-0/+4
| | | | * libfs/src/imfs/imfs.h: Fix comment.
* 2007-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-084-13/+12
| | | | | * libmisc/stackchk/check.c, libmisc/stackchk/internal.h, libmisc/stackchk/stackchk.h: Change dump usage to report usage.
* 2007-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-085-165/+124
| | | | | | | | | * rtems/Makefile.am, rtems/src/msgqsend.c, rtems/src/msgqurgent.c: Remove wrapper for message queue send and urgent and implement them directly. There was an unnecessary function call layer in addition to conditions in the shared routine. Directly coding both directives is simpler and should result in smaller code. * rtems/src/msgqsubmit.c: Removed.
* 2007-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-0520-103/+300
| | | | | | | | | | | | | | | | | | | PR 1222/cpukit * score/Makefile.am, score/include/rtems/score/coremutex.h, score/include/rtems/score/threadq.h, score/inline/rtems/score/coremutex.inl, score/src/coremsgsubmit.c, score/src/coremutexsurrender.c, score/src/threadchangepriority.c, score/src/threadclearstate.c, score/src/threadhandler.c, score/src/threadinitialize.c, score/src/threadqdequeuefifo.c, score/src/threadqdequeuepriority.c, score/src/threadqenqueue.c, score/src/threadqenqueuefifo.c, score/src/threadqenqueuepriority.c, score/src/threadqextractfifo.c, score/src/threadqextractpriority.c, score/src/threadsetstate.c: Enhance so that when the prioirity of a thread that is blocked on a priority based thread queue is changed, that its placement in the queue is reevaluated based upon the new priority. This enhancement includes modifications to the SuperCore as well as new test cases. * score/src/threadqrequeue.c: New file.
* 2007-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-052-1/+4
| | | | * sapi/src/exinit.c: Fix spacing.
* 2007-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-052-5/+13
| | | | | PR 1221/cpukit * posix/src/pthreadequal.c: Fix critical section nesting.
* 2007-02-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-222-2/+7
| | | | | * libcsupport/Makefile.am: Move getpagesize.c to newlib-only compiled files.
* Revert to version 4.7.99-0Ralf Corsepius2007-02-221-1/+1
|
* Testing: Upgrade to 4.7.99.1Ralf Corsepius2007-02-221-1/+1
|
* 2007-02-21 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-212-1/+5
| | | | * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
* 2007-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-162-3/+5
| | | | * score/Makefile.am: Remove macros/README.
* 2007-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-111-0/+3
| | | | | | * score/include/rtems/score/heap.h, score/src/heap.c, score/src/heapallocatealigned.c, score/src/heapresizeblock.c: More size_t for heap-sizes.
* More size_t for heap-sizes.Ralf Corsepius2007-02-114-8/+8
|
* 2007-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-111-0/+3
| | | | | | * score/include/rtems/score/heap.h, score/src/heap.c, score/src/heapallocate.c, score/src/heapextend.c: Use size_t for heap-sizes.
* Use size_t for heap-sizes.Ralf Corsepius2007-02-114-8/+8
|
* 2007-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-112-60/+64
| | | | * libnetworking/resolv.h: Typo fixes. Remove __P().
* 2007-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-091-1/+6
| | | | | * rtems/include/rtems/rtems/tasks.h, rtems/src/taskcreate.c: Use size_t for stack-sizes.
* Use size_t for stack-sizes.Ralf Corsepius2007-02-092-3/+3
|
* 2007-02-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-072-58/+3
| | | | | * libnetworking/vm/vm_extern.h: Remove non-implemented/unused functions.
* 2007-02-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-072-2/+17
| | | | | * configure.ac: Check fo intmax_t, uintptr_t, intptr_t, pthread.h, pthread_rwlock_t, pthread_barrier_t, pthread_spinlock_t.
* 2007-02-06 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-02-062-13/+28
| | | | | | * libcsupport/src/gxx_wrappers.c: fix PR#690. Supply taskvar dtor to plug memory leak. Applied patch attached to PR#690.
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-061-0/+7
| | | | | | | * libcsupport/src/getpagesize.c: New (moved from posix/src). * posix/src/getpagesize.c: Removed. * posix/Makefile.am: Remove references to getpagesize.c. * libcsupport/Makefile.am: Add getpagesize.c.
* Remove getpagesize.c.Ralf Corsepius2007-02-061-1/+1
|
* Add getpagesize.c.Ralf Corsepius2007-02-061-1/+1
|
* Removed (moved to libcsupport/src).Ralf Corsepius2007-02-061-23/+0
|
* New (moved from posix/src).Ralf Corsepius2007-02-061-0/+24
|
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-062-0/+6
| | | | * posix/src/sysconf.c: Add support for _SC_PAGESIZE (PR 1215).
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-062-1/+3
| | | | | * posix/src/mqueuesendsupp.c: Remove cast to make broken const cast visible.
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-062-3/+7
| | | | * score/inline/rtems/score/coremsg.inl: More size_t and consts.
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-061-0/+2
| | | | | * rtems/src/msgqsend.c: Use size_t for sizes. * rtems/src/msgqurgent.c: Use size_t for sizes.
* Use size_t for sizes.Ralf Corsepius2007-02-062-2/+2
|
* Use size_t for sizes.Ralf Corsepius2007-02-061-2/+2
|
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-061-0/+9
| | | | | | | | | * rtems/src/msgqbroadcast.c: Use size_t for sizes. * rtems/src/msgmp.c: Use size_t for sizes. * rtems/src/msgqsubmit.c: Use size_t for sizes. * rtems/include/rtems/rtems/msgmp.h: Use size_t for sizes. * rtems/include/rtems/rtems/message.h: Use size_t for sizes. * score/inline/rtems/score/coremsg.inl: Use size_t for sizes.
* Use size_t for sizes.Ralf Corsepius2007-02-066-9/+9
|
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-061-0/+5
| | | | | | | | * itron/src/trcv_mbf.c: Use size_t for sizes. * libmisc/monitor/mon-object.c: Use size_t for sizes. * libmisc/monitor/mon-server.c: Use size_t for sizes. * libmisc/monitor/monitor.h: Use size_t for sizes. * libmisc/mw-fb/mw_uid.c: Use size_t for sizes.
* Use size_t for sizes.Ralf Corsepius2007-02-065-6/+6
|
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-061-0/+1
| | | | * rtems/include/rtems/rtems/message.h: Use size_t for sizes.
* Use size_t for sizes.Ralf Corsepius2007-02-061-1/+1
|
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-061-0/+2
| | | | | * rtems/src/msgqreceive.c: Use size_t for sizes. * posix/src/mqueuerecvsupp.c: Use size_t for sizes.
* Use size_t for sizes.Ralf Corsepius2007-02-062-2/+2
|
* Use size_t for sizes.Ralf Corsepius2007-02-061-1/+1
|
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-061-0/+4
| | | | * score/src/coremsgseize.c: Use size_t for sizes.