summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-122009-03-12 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill
PR 1378/filesystem * libfs/src/imfs/deviceio.c: IMFS device lseek should return the current offset.
2009-03-092009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr>Joel Sherrill
PR 1391/bsps * startup/spurious.c: Format was %d but had leading 0x.
2009-03-092009-03-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1376/filesystem * libcsupport/include/rtems/libio.h, libfs/src/dosfs/fat_file.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: lseek handlers should return off_t.
2009-03-022009-03-02 Ray Xu <rayx.cn@gmail.com>Joel Sherrill
PR 1380/bsps * include/bsp.h: Switch to English comments.
2009-03-022009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1388/cpukit * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores allow both priority inherit and ceiling attributes to be set on semaphore create. These attributes are mutually exclusive and this should be an error.
2009-03-022009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1388/cpukit * rtems/src/semcreate.c: Classic Semaphores allow both priority inherit and ceiling attributes to be set on semaphore create. These attributes are mutually exclusive and this should be an error.
2009-02-272009-02-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1387/doc * user/intr.t: Add Interrupt Manager services to list of services callable from ISR.
2009-02-172009-02-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* custom/uC5282.cfg: Add cvs Id.
2009-01-292009-01-29 Nickolay Semyonov-Kolchin <nbkolchin@gmail.com>Joel Sherrill
PR 1359/cpukit * libcsupport/src/libio.c: rtems_libio_allocate: rtems_libio_iop_freelist incorrectly zeroed on semaphore error. Now checks error and does not modify anything until sure it has created semaphore.
2009-01-292009-01-29 Gene Smith <gene.smith@siemens.com>Joel Sherrill
PR 1363/filesystem * libfs/src/dosfs/fat.h: Fix issue where 32 bit values are not written correctly in FAT f/s data.
2009-01-292009-01-29 Eric Norum <norume@aps.anl.gov>Joel Sherrill
PR 1364/cpukit * libcsupport/src/gxx_wrappers.c: Fix compilation problems when diagnostics enabled.
2009-01-212009-01-21 Nickolay Kolchin <nbkolchin@gmail.com>Joel Sherrill
Joel Sherrill <joel.sherrill@oarcorp.com> PR 1357/cpukit * rtems/src/tasks.c: Ensure creating a task with no ASR is honored.
2009-01-212009-01-21 Frank Ueberschar <frank.ueberschar@dsa-volgmann.de>Joel Sherrill
PR 1354/bsps * network/network.c: In some cases it can occur that an empty mbuf is put on the descriptor chain. (We found it especially then when transmitting fragmented IP Packets.) Since the actual buffer descriptor pointer will be incremented after every inserted mbuf (txBd = sc->txBdBase + sc->txBdHead;) even if m->m_len of the current mbuf was zero. This leads to the bug.
2009-01-062009-01-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1350/bsps * network/lan91c11x.c: Do not write 65th element into 64 element array.
2008-12-122008-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* user/region.t: Malloc Family is not implemented in termios of Region Manager after 4.7. Correct documentation.
2008-12-042008-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1348/cpukit * Makefile.am, configure.ac: Add test of special case of resetting cpu usage information while a period is running. * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc: New files.
2008-12-042008-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1348/cpukit * rtems/src/ratemonperiod.c: Properly handle period statistics after cpu usage information is reset while a period is running.
2008-12-012008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* user/concepts.t: Id has four parts not three.
2008-11-202008-11-20 Daron Chabot <daronchabot@gmail.com>Joel Sherrill
PR 1337/bsps * custom/pc386.cfg: Stripping .rodata section produces unusable executables for the i386-rtems target.
2008-11-18Use expanded osnames.Ralf Corsepius
2008-11-18update.Ralf Corsepius
2008-11-13Regenerate.Ralf Corsepius
2008-11-13Bump GCC_RPMREL.Ralf Corsepius
2008-11-13Regenerate.Ralf Corsepius
2008-11-13Regenerate.Ralf Corsepius
2008-11-13Bump AUTOCONF_RPMREL AUTOMAKE_RPMRELRalf Corsepius
2008-11-13New.Ralf Corsepius
2008-11-12Merger from CVS-HEAD.Ralf Corsepius
2008-11-072008-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* user/concepts.t: Use 32 bit version centered.
2008-11-072008-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* ada_user/Makefile.am, user/Makefile.am: Make C and Ada manual build again after adding figure.
2008-11-07Import changes from HEAD.Ralf Corsepius
2008-11-05Remove solaris2.7Ralf Corsepius
2008-11-032008-11-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann
PR 1332: call BSP_uart_termios_set()/BSP_uart_intr_ctrl() only from 'firstOpen' and only if this is a serial console.
2008-11-032008-11-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann
PR 1332: call BSP_uart_termios_set()/BSP_uart_intr_ctrl() only from 'firstOpen' and only if this is a serial console.
2008-11-032008-11-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1334/doc * user/Makefile.am, user/concepts.t, user/overview.t, user/part.t, user/task.t: Correct typos and correctly document 4 parts of 32-bit object id. * user/ObjectId-32Bits.eps, user/ObjectId-32Bits.png: New files.
2008-11-032008-11-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1333/cpukit * libcsupport/include/rtems/termiostypes.h: Typo on type name -- should be rtems_device_minor_number.
2008-10-24Sync with CVS-HEAD.Ralf Corsepius
2008-10-142008-10-14 Tim Cussins <timcussins@eml.cc>Joel Sherrill
PR 1330/cpukit * libcsupport/src/malloc.c: Should print begin field not start field.
2008-09-262008-09-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1316/cpukit * score/src/coremsgbroadcast.c: Give error when message is too large like when sending a message. This was the documented behavior.
2008-09-242008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Joel Sherrill
PR 1324/bsps * aclocal/check-bsps.m4: Add missing icecube.
2008-09-162008-09-16 Gene Smith <gene.smith@siemens.com>Joel Sherrill
PR 564/cpukit * sapi/include/confdefs.h: Fix incorrect name. Was missed in an earlier renaming sweep.
2008-09-03Regenerate.Ralf Corsepius
2008-09-03Remove (Obsolete).Ralf Corsepius
2008-09-03Remove support for c4x.Ralf Corsepius
Backport arm-endianness hack from rtems-4.10.
2008-09-022008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
PR 1301/cpukit * sapi/src/debug.c: Let _Debug_Is_enabled return TRUE|FALSE.
2008-09-012008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* libnetworking/netinet/tcp_var.h: Fix broken declaration of tcp_trace().
2008-09-01Fix broken declaration of tcp_trace().Ralf Corsepius
2008-08-242008-08-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* user/clock.t: Correct discussion of timeval.
2008-08-192008-08-19 Cedric Aubert <cedric_aubert@yahoo.fr>Joel Sherrill
PR 500/misc * libcsupport/src/termios.c: Avoid potential buffer overflow.
2008-08-152008-08-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1297/cpukit * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute pointer handling.