summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-01-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-01-021-0/+5
| | | | | * posix/include/aio.h: s/aoi_lio_opcode/aio_lio_opcode/ (BZ 1203).
* 2006-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-131-0/+12
| | | | | | | | | | | | * backward/rtc.h, backward/vmeintr.h, backward/confdefs.h, backward/clockdrv.h, backward/itron.h, backward/console.h, backward/imfs.h, backward/iosupp.h, backward/chain.h, backward/motorola/mc68681.h, backward/motorola/mc68230.h, backward/spurious.h, backward/rtemspppd.h, backward/zilog/z8536.h, backward/zilog/z8030.h, backward/zilog/z8036.h, backward/dosfs.h, backward/rtemsdialer.h, backward/asm.h, backward/timerdrv.h, backward/ringbuf.h, backward/ftpd.h: Abandon.
* 2006-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-131-0/+8
| | | | | | | | * rtems/include/rtems/rtems/types.h: Abandon backward compatibility types. * include/rtems/stdint.h: Abandon DEPRECATED_TYPES. * configure.ac: Abandon DEPRECATED_TYPES/--enable-deprecated. * Makefile.am: Abandon DEPRECATED_TYPES.
* 2006-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-131-0/+4
| | | | * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
* Fix ugly typos.Ralf Corsepius2006-12-131-2/+2
|
* 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-121-0/+1
| | | | * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
* 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-121-0/+2
| | | | | * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH. * configure.ac: Add RTEMS_AMPOLISH.
* 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-121-0/+4
| | | | * rtems/src/barrierrelease.c: Remove stray rtems_unsigned32.
* 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-121-0/+6
| | | | | | * libfs/src/imfs/imfs.h: Remove increment_and_check_linkcounts (unused), decrement_linkcounts (unused, broken).
* 2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-081-0/+5
| | | | | * libnetworking/net/route.c, libnetworking/netinet/ip_input.c, libnetworking/sys/domain.h: Cosmetics from FreeBSD.
* 2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-081-0/+5
| | | | | * libnetworking/rtems/rtems_glue.c: Remove local extern strdup.
* 2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-081-0/+10
| | | | | | | | | | * libcsupport/include/rtems/libio.h, libcsupport/src/read.c, libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_dir.c, libfs/src/dosfs/msdos_file.c, libfs/src/imfs/deviceio.c, libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_directory.c, libfs/src/imfs/memfile.c, libnetworking/lib/ftpfs.c, libnetworking/lib/tftpDriver.c, libnetworking/rtems/rtems_syscall.c: Use size_t instead of uint32_t for read/write count-args.
* 2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-081-0/+7
| | | | | | | * rtems/src/timerserverfirewhen.c: Remove local extern _Timer_Seconds_chain. * rtems/src/timerserverfireafter.c: Remove local extern _Timer_Ticks_chain.
* 2006-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-061-0/+6
| | | | | | * score/include/rtems/score/object.h, score/src/objectclearname.c, score/src/objectcopynameraw.c, score/src/objectcopynamestring.c: Add const qualifiers, use size_t where appropriate.
* 2006-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-051-0/+5
| | | | | * score/inline/rtems/score/thread.inl: Add const qualifiers to work around aliasing effects.
* 2006-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-041-0/+5
| | | | | * score/inline/rtems/score/chain.inl: Add const qualifiers (works around 651 aliasing bugs).
* 2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-12-041-0/+8
| | | | | | | | * posix/src/prwlockunlock.c, rtems/Makefile.am, rtems/src/barrierrelease.c, rtems/src/barrierwait.c, score/src/corerwlockobtainread.c, score/src/corerwlockrelease.c: Complete implementation of barrier as the rest of the test code is now implemented. Also add blocking code to rwlock.
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-021-0/+4
| | | | * configure.ac: New BUG-REPORT address.
* 2006-11-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-271-0/+5
| | | | | * score/src/threadget.c: Remove (Unused). * score/Makefile.am: Removing score/src/threadget.c.
* 2006-11-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-211-0/+5
| | | | | * libblock/Makefile.am: Don't include preinstall.am. * libblock/preinstall.am: Remove.
* 2006-11-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-201-0/+4
| | | | * Makefile.am: Remove ampolish3.
* 2006-11-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-181-0/+6
| | | | | | * 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.
* 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.
* 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.
* 2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-181-0/+1
| | | | * configure.ac: Remove $LIBRPC.
* 2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-181-0/+1
| | | | * configure.ac: Check for uint64_t, int64_t.
* 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).
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-171-0/+6
| | | | | | * 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-171-0/+4
| | | | * score/src/coresemseize.c: Add missing ISR enable.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-171-0/+4
| | | | * score/src/heapwalk.c: Use printk not printf.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-171-0/+4
| | | | * libmisc/rtmonuse/rtmonuse.c: Do not use float for calculations.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-171-0/+4
| | | | * libcsupport/src/sync.c: Do not dereference NULL reent.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-171-0/+5
| | | | | * posix/src/semtimedwait.c: Used wrong constant for blocking with bad timeout value.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-171-0/+5
| | | | | * posix/src/semtimedwait.c: Reverse accidentally included semtimedwait.c.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-171-0/+6
| | | | | | * 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.
* 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).
* 2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-171-0/+1
| | | | * wrapup/Makefile.am: Introduce AM_CONDITIONAL(LIBDOSFS).
* 2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-171-0/+5
| | | | | * configure.ac, Makefile.am, libfs/Makefile.am: Introduce AM_CONDITIONAL(LIBDOSFS).
* 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.
* 2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-161-0/+1
| | | | * libnetworking/rtems/rtems_bsdnet_internal.h: Add timeout() define.
* 2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-161-0/+2
| | | | | * libnetworking/rtems/rtems_glue.c: Rename timeout() into rtems_bsdnet_timeout().
* 2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-161-1/+5
| | | | | * 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-151-0/+4
| | | | * sapi/src/io.c: Fix spacing.
* * sapi/include/confdefs.h: Enable includes needed for new objects.Joel Sherrill2006-11-151-0/+2
|
* 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-11-151-0/+4
| | | | * sapi/include/confdefs.h: Enable memory for new objects.
* 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-11-151-0/+5
| | | | | * posix/Makefile.am: Add file missed in previous commit. * posix/src/posixtimespecabsolutetimeout.c: New file.
* 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.
* 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-11-151-0/+5
| | | | | * score/inline/rtems/score/threadq.inl, score/src/corerwlocktimeout.c: New files.
* 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-11-151-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.