summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-02-21 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-211-0/+4
| | | | * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
* 2007-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-161-0/+4
| | | | * 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.
* 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.
* 2007-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-111-0/+4
| | | | * 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.
* 2007-02-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-071-0/+2
| | | | | * libnetworking/vm/vm_extern.h: Remove non-implemented/unused functions.
* 2007-02-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-071-0/+5
| | | | | * 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-061-0/+6
| | | | | | * 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.
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-061-0/+1
| | | | * posix/src/sysconf.c: Add support for _SC_PAGESIZE (PR 1215).
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-061-0/+2
| | | | | * 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-061-0/+4
| | | | * 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 2007-02-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-051-0/+2
| | | | | * posix/include/rtems/posix/mqueue.h: Use size_t for sizes. * posix/src/mqueuesendsupp.c: Use size_t for sizes.
* 2007-02-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-051-0/+6
| | | | | | * score/include/rtems/score/coremsg.h: Use size_t for sizes. * score/src/coremsgbroadcast.c: Use size_t for sizes. * score/src/coremsgsubmit.c: Use size_t for sizes.
* 2007-01-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-01-301-0/+4
| | | | * libblock/src/show_bdbuf.c: Use inttypes.h macros.
* 2007-01-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-01-291-0/+4
| | | | * libmisc/mw-fb/mw_fb.h: Eliminate __u32, __u16.
* 2007-01-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-01-281-0/+5
| | | | | * libnetworking/libc/gethostbyht.c: Remove warning on unused vars. Remove isblank (supposed to be provided by libc).
* 2007-01-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-01-271-0/+4
| | | | * libblock/src/show_bdbuf.c: Convert from DOS to UNIX.
* 2007-01-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-01-271-0/+8
| | | | | | | | * score/include/rtems/system.h: Remove __RTEMS_MAJOR__, __RTEMS_MINOR__, __RTEMS_REVISION__ (moved to cpuopt.h). * configure.ac: Dynamically derive __ __RTEMS_MAJOR__, __RTEMS_MINOR__, __RTEMS_REVISION__ from _RTEMS_VERSION. Add __RTEMS_MAJOR__, __RTEMS_MINOR__,__RTEMS_REVISION__ to cpuopt.h.
* 2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-01-261-0/+6
| | | | | * score/include/rtems/system.h: #define __RTEMS_MINOR__ 7 (BZ 1206).
* Formatting.Joel Sherrill2007-01-221-5/+4
|
* mproved gen5200 MSCAN driverThomas Doerfler2007-01-211-0/+7
| | | | fixed synchronization bug between ata.c and bdbuf.c
* 2007-01-16 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-171-1/+2
| | | | | * libi2c/libi2c.c, libi2c/libi2c.h: Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
* 2007-01-16 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-171-0/+6
| | | | | | | * libnetworking/rtems/rtems_mii_ioctl.c, * libnetworking/rtems/rtems_mii_ioctl.h, * libnetworking/rtems/rtems_mii_ioctl_kern.c: Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
* 2007-01-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-01-091-0/+5
| | | | | * libcsupport/src/error.c: rtems_progname is no longer defined in the BSP startup since it never held a meaningful value.
* 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.