summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-152008-07-15 Joel Sherrill <joel.sherrill@OARcorp.com>rtems-4-6-branchJoel Sherrill
* clock.t, dpmem.t, msg.t, part.t, region.t, rtmon.t, sem.t, task.t, timer.t: Correct documentation typos noticed and thankfully reported by Fabrício de Novaes Kucinskis <fabricio@dea.inpe.br>
2008-02-202008-02-20 Alexandru Bugnar <a-bugnar@criticalsoftware.com>Joel Sherrill
PR 1278/cpukit * cpu.c: Fix incorrect bit manipulation on returning old address of raw trap handler.
2008-02-062008-02-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1277/networking * netinet/in_cksum_i386.c: Use q instead of r in constraint for assembly language. This restricts the register choice to the a-d registers.
2007-12-212007-12-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1268/cpukit * include/rtems/assoc.h: There is no rtems_assoc_ptr_by_value method.
2007-11-262007-11-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* runtest.in: Filter out Memory exception error messages.
2007-11-252007-11-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* rtems/rtems_glue.c: Fix compilation error from incorrectly applied patch.
2007-11-082007-11-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* rtems/score/cpu.h: Should not use uint32_t.
2007-11-082007-11-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* libmisc/cpuuse/cpuuse.c: Typo correction.
2007-11-082007-11-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1266/cpukit * src/keygetspecific.c, src/keyrundestructors.c, src/keysetspecific.c: Use API instead of class for key indexing. Thanks to Phil Torre <ptorre@zetron.com> for back porting the patch.
2007-09-142007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1261/cpukit * src/semaphorecreatesupp.c: Initialize all fields during semaphore creation.
2007-09-142007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1260/cpukit * src/pthread.c: Get initial signals blocked from creating thread not from ourselves.
2007-09-132007-09-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1259/rtems * src/taskcreate.c: Initialize is_global in all cases since memory is not guaranteed to be zero.
2007-08-012007-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1248/networking * rtems/rtems_glue.c: Luke Stras <luke@spacequest.com> reported that when no interfaces are successfully attached, the default route is broken and may result in a jump to an illegal address.
2007-07-312007-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1249/build * configure.ac: Jerry Needell <jerry.needell@unh.edu> reported that the leon3 was left out of the cache enable logic. Thus the cache management support code was empty on LEON3 CPUs.
2007-05-102007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1237/rtems * cpu.c, cpu_asm.S, rtems/score/cpu.h: Add logic to prevent stack creep when interrupts occur at a sufficient rate that the interrupted thread never gets to clean its stack. This patch ensures that an interrupted thread will not nest ISR dispatches on its stack.
2007-05-092007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
PR 1243 * pppd/auth.c (set_allowed_addrs): Remove bogus dereference.
2007-04-162007-04-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 1240/filesystem * src/imfs/imfs_rmnod.c: Fix link when removing a symlink. Memory for filename was not being freed.
2007-03-122007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* include/bsp.h: 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-122007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* src/dosfs/msdos_misc.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-122007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* network/greth.c, network/greth.h, network/open_eth.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-122007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 1124/rtems * include/rtems/score/threadq.h: Picked up missed header file change.
2007-03-122007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR bsps/972 * network/README.greth: New file. Missed in previous commit.
2007-03-052007-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 1221/cpukit * src/pthreadequal.c: Fix critical section nesting.
2007-03-022007-03-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 1221/doc * user/rtmon.t: Add missing exponent operator in RMS CPU Utilization formula.
2007-02-062007-02-06 Till Straumann <strauman@slac.stanford.edu>Till Straumann
* libcsupport/src/gxx_wrappers.c: fix PR#690. Supply taskvar dtor to plug memory leak. Applied patch attached to PR#690.
2007-01-262007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* bootstrap: Add options -p and -r for upstream compatiblity.
2007-01-262007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* score/include/rtems/system.h: #define __RTEMS_REVISION__ 6 (BZ 1206).
2007-01-022007-01-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* posix/include/aio.h: s/aoi_lio_opcode/aio_lio_opcode/ (BZ 1203).
2006-12-202006-12-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* thread.t: Correct spelling error.
2006-11-142006-11-14 Jiri Gaisler <jiri@gaisler.com>Joel Sherrill
* cpu_asm.S: Properly support synchronous traps.
2006-10-252006-10-25 Jennifer Averett <jennifer@oarcorp.com>Joel Sherrill
* src/termios.c: Change attribute of semaphore. It was counting interrupts not acting as a condition synchronization mutex. Since the caller did not always need to obtain the semaphore, it was not being decremented until there was no data. This could occur after hours of running a system and thousands of interrupts. The code in fillBufferQueue would spin until it had consumed all of those semaphore counts.
2006-10-25Bump version to 0.4Ralf Corsepius
2006-10-25Let rtems-@RTEMS_API@-repo-conf.spec depend on configure.acRalf Corsepius
2006-10-24Bump version to 0.3Ralf Corsepius
2006-10-24New URL ftp://ftp.rtems.org/pub/rtems/linuxRalf Corsepius
2006-10-24rtems-4.6Ralf Corsepius
2006-10-24This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.cvs2git
Cherrypick from master 2006-10-24 02:16:27 UTC Ralf Corsepius <ralf.corsepius@rtems.org> 'Cleanup.': contrib/repo-conf/.cvsignore contrib/repo-conf/AUTHORS contrib/repo-conf/COPYING contrib/repo-conf/ChangeLog contrib/repo-conf/INSTALL contrib/repo-conf/Makefile.am contrib/repo-conf/NEWS contrib/repo-conf/README contrib/repo-conf/aclocal/version.m4 contrib/repo-conf/apt/sources.list.d/.cvsignore contrib/repo-conf/apt/sources.list.d/rtems.list.in contrib/repo-conf/apt/vendors.list.d/rtems.list contrib/repo-conf/configure.ac contrib/repo-conf/gpg/gpg-pubkey-69ce4a83-44cc2b30 contrib/repo-conf/gpg/gpg-pubkey-eac29b6f-3fe1f458 contrib/repo-conf/rtems-repo-conf.spec.in contrib/repo-conf/yum.repos.d/.cvsignore contrib/repo-conf/yum.repos.d/rtems.repo.in
2006-09-082006-09-08 Ken Peters <ken.peters@jpl.nasa.gov>Joel Sherrill
PR 1162/rtems * unlimited/system.h: Reserve enough memory for the stacks wanted.
2006-09-082006-09-08 Ken Peters <ken.peters@jpl.nasa.gov>Joel Sherrill
PR 1170/rtems * src/timerserver.c: Timer Server created the TIME task with a hard-coded hexadecimal number instead of using rtems_build_name. This resulted in a byte-swapped name on some platforms.
2006-09-072006-09-07 Ken Peters <ken.peters@jpl.nasa.gov>Joel Sherrill
PR 1171/doc * timer.t: Correct documentation for rtems_timer_initiate_server.
2006-09-072006-09-07 Ken Peters <ken.peters@jpl.nasa.gov>Joel Sherrill
PR 1173/rtems * rtems/score/cpu.h: Add missing comment characters on endif.
2006-07-112006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 1124/rtems * src/coremutexseize.c, src/coremutexsurrender.c, src/threadqenqueue.c, src/threadqenqueuefifo.c, src/threadqenqueuepriority.c: The placement of the changing a thread's priority when using priority ceiling should be on the successful transfer of the mutex -- not when the thread tries to acquire. Plus the lack of a dispatch disable point lead to the potential for a thread timing out and already having inherited the ceiling priority.
2006-06-222006-06-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 1101/rtems * src/coremutex.c: Remove dead code.
2006-06-222006-06-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 1101/rtems * src/taskcreate.c, src/tasks.c: Remove dead code.
2006-06-222006-06-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 1101/rtems * src/base_fs.c: Remove dead code.
2006-06-222006-06-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 1100/bsps * console/debugputs.c: Remove redundant return.
2006-06-19 PR1091/patchTill Straumann
* cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector bits are used when calculating the exception vector.
2006-04-242006-04-24 Joel Sherrill <joel@OARcorp.com>rtems-4-6-6Joel Sherrill
* VERSION: Updated to rtems-4.6.6.
2006-04-242006-04-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* aclocal/version.m4: Updated to rtems-4.6.6.
2006-04-242006-04-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* configure.ac, console/console.c: