summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix typo in yesterday's patch.Ralf Corsepius2006-11-191-1/+1
|
* 2006-11-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-182-21/+26
| | | | | | * score/src/heapwalk.c: Do not use printk yet since many BSPs do not prove the hooks for printk yet. This will require enough BSP changes to delay until 4.8.
* 2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-181-0/+7
| | | | | | | * configure.ac: Add check for uintmax_t. * libcsupport/src/malloc.c: Use uintmax_t instead of uint64_t for MALLOC_STATS statistics. Use inttypes.h PRIxXXX macros for printing.
* Use uintmax_t instead of uint64_t for MALLOC_STATS statistics.Ralf Corsepius2006-11-181-10/+22
| | | | Use inttypes.h PRIxXXX macros for printing.
* Add check for uintmax_t.Ralf Corsepius2006-11-181-0/+1
|
* 2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-181-0/+6
| | | | | | * aclocal/check-networking.m4: Integrate type checks. * configure.ac: Use rtems_cv_HAS_NETWORKING instead of HAS_NETWORKING.
* Use rtems_cv_HAS_NETWORKING instead of HAS_NETWORKING.Ralf Corsepius2006-11-181-2/+2
|
* Integrate type checks.Ralf Corsepius2006-11-181-11/+18
|
* 2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-181-0/+6
| | | | | | * aclocal/check-itron.m4: Integrate ITRON-type checks. * configure.ac: Remove ITRON-type checks. Move RTEMS_CHECK* after type-checks.
* Remove ITRON-type checks.Ralf Corsepius2006-11-181-11/+4
| | | | Move RTEMS_CHECK* after type-checks.
* Integrate ITRON-type checks.Ralf Corsepius2006-11-181-5/+11
|
* 2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-182-11/+2
| | | | * configure.ac: Remove $LIBRPC.
* 2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-182-0/+2
| | | | * configure.ac: Check for uint64_t, int64_t.
* Regenerate.Ralf Corsepius2006-11-186-8/+8
|
* 2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-181-0/+7
| | | | | | | * configure.ac, Makefile.am, configure.ac, ftpd/Makefile.am, httpd/Makefile.am, libnetworking/Makefile.am, pppd/Makefile.am, telnetd/Makefile.am, wrapup/Makefile.am: Replace AM_CONDITIONAL(HAS_NETWORKING) with AM_CONDITIONAL(LIBNETWORKING).
* Replace AM_CONDITIONAL(HAS_NETWORKING) with AM_CONDITIONAL(LIBNETWORKING).Ralf Corsepius2006-11-188-11/+11
|
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-173-6/+9
| | | | | | * score/inline/rtems/score/object.inl, score/src/objectnametoid.c: Properly honor searching only local node even when on single CPU system.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-172-0/+5
| | | | * score/src/coresemseize.c: Add missing ISR enable.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-172-20/+25
| | | | * score/src/heapwalk.c: Use printk not printf.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-172-6/+25
| | | | * libmisc/rtmonuse/rtmonuse.c: Do not use float for calculations.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-172-4/+12
| | | | * libcsupport/src/sync.c: Do not dereference NULL reent.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-172-6/+11
| | | | | * posix/src/semtimedwait.c: Used wrong constant for blocking with bad timeout value.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-172-6/+11
| | | | | * posix/src/semtimedwait.c: Reverse accidentally included semtimedwait.c.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-174-13/+19
| | | | | | * posix/src/keygetspecific.c, posix/src/keysetspecific.c, posix/src/semtimedwait.c: Correct indexing of key data to use api and index NOT class and index. Class is always 1.
* Regenerate.Ralf Corsepius2006-11-172-4/+4
|
* 2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-171-0/+7
| | | | | | | * configure.ac: Suppress itron if int8/int16_t are not provided. * configure.ac, Makefile.am, itron/Makefile.am, wrapup/Makefile.am: Introduce AM_CONDITIONAL(LIBITRON). Remove AM_CONDITIONAL(HAS_ITRON).
* Suppress itron if int8/int16_t are not provided.Ralf Corsepius2006-11-171-1/+8
| | | | | Introduce AM_CONDITIONAL(LIBITRON). Remove AM_CONDITIONAL(HAS_ITRON).
* Introduce AM_CONDITIONAL(LIBITRON).Ralf Corsepius2006-11-173-3/+3
| | | | Remove AM_CONDITIONAL(HAS_ITRON).
* Introduce AM_CONDITIONAL(LIBDOSFS).Ralf Corsepius2006-11-171-0/+5
|
* 2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-172-0/+3
| | | | * wrapup/Makefile.am: Introduce AM_CONDITIONAL(LIBDOSFS).
* 2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-173-3/+8
| | | | | * configure.ac, Makefile.am, libfs/Makefile.am: Introduce AM_CONDITIONAL(LIBDOSFS).
* 2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-1728-65/+56
| | | | * rtems/score/types.h: Remove unsigned64, signed64.
* 2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-161-0/+6
| | | | | | * libnetworking/libc/gethostbydns.c, libnetworking/libc/linkaddr.c, libnetworking/libc/map_v4v6.c: Cosmetic updates from FreeBSD. Eliminate bcopy in favor of memcpy.
* Cosmetic updates from FreeBSD.Ralf Corsepius2006-11-163-28/+22
| | | | Eliminate bcopy in favor of memcpy.
* Fix typo.Ralf Corsepius2006-11-161-1/+1
|
* 2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-162-3/+5
| | | | * libnetworking/rtems/rtems_bsdnet_internal.h: Add timeout() define.
* 2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-162-2/+4
| | | | | * libnetworking/rtems/rtems_glue.c: Rename timeout() into rtems_bsdnet_timeout().
* 2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-162-6/+7
| | | | | * libnetworking/sys/malloc.h: Remove contigmalloc (non-implemented). Remove __P-guards from malloc, free.
* 2006-11-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-152-1/+5
| | | | * sapi/src/io.c: Fix spacing.
* * sapi/include/confdefs.h: Enable includes needed for new objects.Joel Sherrill2006-11-152-3/+5
|
* 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-11-152-8/+4
| | | | * sapi/include/confdefs.h: Enable memory for new objects.
* 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-11-153-3/+78
| | | | | * posix/Makefile.am: Add file missed in previous commit. * posix/src/posixtimespecabsolutetimeout.c: New file.
* Regenerate.Ralf Corsepius2006-11-151-25/+24
|
* 2006-11-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-151-0/+9
| | | | | | | | | * configure.ac: Remove RTEMS_AMPOLISH3. Add checks for uint8_t, int8_t, uint16_t, int16_t, uint32_t, int32_t. * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir. * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3. * ampolish3: Remove.
* Add RTEMS_AMPOLISH3.Ralf Corsepius2006-11-151-0/+2
|
* Remove.Ralf Corsepius2006-11-151-276/+0
|
* Pick up ampolish3 from ac_aux_dir.Ralf Corsepius2006-11-151-1/+1
|
* Remove RTEMS_AMPOLISH3.Ralf Corsepius2006-11-151-2/+4
| | | | Add checks for uint8_t, int8_t, uint16_t, int16_t, uint32_t, int32_t.
* 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-11-153-0/+129
| | | | | * score/inline/rtems/score/threadq.inl, score/src/corerwlocktimeout.c: New files.
* 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-11-1551-54/+2508
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libcsupport/src/termios.c, posix/Makefile.am, posix/preinstall.am, posix/include/rtems/posix/config.h, posix/include/rtems/posix/time.h, sapi/src/posixapi.c, score/Makefile.am, score/preinstall.am, score/include/rtems/score/corerwlock.h, score/include/rtems/score/threadq.h, score/src/corerwlockobtainread.c, score/src/threadqenqueue.c, score/src/threadqtimeout.c: Adding POSIX barriers, POSIX spinlocks, and partial implementation of POSIX rwlocks. * posix/include/rtems/posix/barrier.h, posix/include/rtems/posix/rwlock.h, posix/include/rtems/posix/spinlock.h, posix/inline/rtems/posix/barrier.inl, posix/inline/rtems/posix/rwlock.inl, posix/inline/rtems/posix/spinlock.inl, posix/src/barrierattrdestroy.c, posix/src/barrierattrgetpshared.c, posix/src/barrierattrinit.c, posix/src/barrierattrsetpshared.c, posix/src/pbarrier.c, posix/src/pbarrierdestroy.c, posix/src/pbarrierinit.c, posix/src/pbarriertranslatereturncode.c, posix/src/pbarrierwait.c, posix/src/prwlock.c, posix/src/prwlockdestroy.c, posix/src/prwlockinit.c, posix/src/prwlockrdlock.c, posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c, posix/src/prwlocktranslatereturncode.c, posix/src/prwlocktryrdlock.c, posix/src/prwlocktrywrlock.c, posix/src/prwlockunlock.c, posix/src/prwlockwrlock.c, posix/src/pspin.c, posix/src/pspindestroy.c, posix/src/pspininit.c, posix/src/pspinlock.c, posix/src/pspinlocktranslatereturncode.c, posix/src/pspintrylock.c, posix/src/pspinunlock.c, posix/src/rwlockattrdestroy.c, posix/src/rwlockattrgetpshared.c, posix/src/rwlockattrinit.c, posix/src/rwlockattrsetpshared.c: New files.