Timeline



08/31/01:

19:48 Changeset in rtems [e93bc5c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-31 Joel Sherrill <joel@…> * .cvsignore: Missed in previous commit.
19:21 Changeset in ada-examples [162291d]rtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
2001-08-30 Joel Sherrill <joel@…> * gdb.psim: Removed. * Makefile.erc32, Makefile.psim: Updated.
19:03 Changeset in network-demos [b6a024e]network-demos-ss-20010831 by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create tag 'network-demos- ss-20010831'. Sprout from master 2001-08-31 19:03:37 UTC Joel Sherrill <joel.sherrill@…> 'changed version to ss-20010831' Cherrypick from ERIC-NORUM 1998-07-30 14:42:29 UTC Joel Sherrill <joel.sherrill@…> 'base from Eric Norum -- Demos.30May1998.tar.gz': ttcp/ttcp_orig/ttcp.1
19:03 Changeset in network-demos [b2bcdbf]4.11network-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branch by Joel Sherrill <joel.sherrill@…>
changed version to ss-20010831
19:03 Changeset in network-demos [f2c5ef8]4.11network-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branch by Joel Sherrill <joel.sherrill@…>
2001-08-30 Joel Sherrill <joel@…> * SUPPORT: New file.
19:02 Changeset in network-demos [9377158]rtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
changed version to 451-ss-20010831
19:02 Changeset in network-demos [aef985c]rtems-4-5-branchnetwork-demos-451-ss-20010831 by Joel Sherrill <joel.sherrill@…>
2001-08-30 Joel Sherrill <joel@…> * SUPPORT: New file.
19:00 Changeset in network-demos [a630ea3]rtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
changed version to 451-ss-20010831
18:13 Changeset in network-demos [fdf6ef9]rtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
2001-08-30 Joel Sherrill <joel@…> * README, networkconfig.h, netdemo/README, tftpTest/test.c: Merged missing stuff from 4.5 branch. * http/Makefile, http/init.c: Minor modifications to improve buildability. * networkconfig.h: Use bootp_host for tftp tests. * netdemo/init.c: Configure more file descriptors. * tftpTest/init.c: Configure more file descriptors and full IMFS.
18:11 Changeset in network-demos [d51d8b5]4.11network-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branch by Joel Sherrill <joel.sherrill@…>
2001-08-30 Joel Sherrill <joel@…> * README, networkconfig.h, netdemo/README, tftpTest/test.c: Merged missing stuff from 4.5 branch. * http/Makefile, http/init.c: Minor modifications to improve buildability.
15:25 Changeset in rtems [93688eb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-31 Ralf Corsepius <corsepiu@…> * Makefile.am, .cvsignore, configure.in, i386-cygwin-binutils.spec.in, i386-cygwin-gcc.spec.in, i386-cygwin-libs.spec.in, i386-cygwin-w32api.spec.in, i386-cygwin-mingw.spec.in, setup, setup.def: New files that support building RPMs for Linux hosted cross compilers targeting Cygwin.
14:57 Changeset in rtems [73aef37f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-31 Eric Valette <valette@…> * network/network.c: Fix to account for return value when installing interrupts handler.

08/30/01:

19:12 Changeset in rtems [42d03c5]4.5.1-pre1 by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create tag 'rtems-4-5-1-pre1'. Sprout from rtems-4-5-branch 2001-08-30 19:12:24 UTC Joel Sherrill <joel.sherrill@…> 'changed version to 4.5.1-pre1' Delete: c/src/lib/libbsp/mips/p4000/liblnk/.cvsignore c/src/librdbg/src/powerpc/new_exception_processing/.cvsignore
19:12 Changeset in rtems [a7b8de0] by Joel Sherrill <joel.sherrill@…>
changed version to 4.5.1-pre1
18:54 Changeset in rtems [3efa5295] by Joel Sherrill <joel.sherrill@…>
changed version to 4.5.1-pre1
18:42 Changeset in rtems [36d90eec] by Joel Sherrill <joel.sherrill@…>
changed version to 4.5.1-pre1
18:41 Changeset in rtems [2b31cc8] by Joel Sherrill <joel.sherrill@…>
changed version to 4.5.1-pre1
18:38 Changeset in rtems [7078fa2a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-30 Joel Sherrill <joel@…> * startup/linkcmds: Modified to work better with gcc 2.8.1 and gnat 3.13p.
18:35 Changeset in rtems [b68cc333] by Joel Sherrill <joel.sherrill@…>
2001-08-30 Joel Sherrill <joel@…> * libc/lseek.c: Modified to reflect 4.5 placement of libio_.h.
18:33 Changeset in rtems [fb1d8f81]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-30 Joel Sherrill <joel@…> * src/coremutex.c, src/coremutexseize.c, src/coremutexsurrender.c, inline/rtems/score/coremutex.inl: The per thread field resource_count should only be manipulated when a mutex is priority ceiling or priority inherit. This was reported by Chris Johns <ccj@…> who also noticed that the use of switches for all disciplines generated less efficient code than using explicit tests for the one or two cases we were really interested in. Further review of his modifications made it apparent that the "isa" methods to test mutex discipline were not being used so this modification was swept into the code as well.
18:32 Changeset in rtems [6f1118a] by Joel Sherrill <joel.sherrill@…>
2001-08-30 Joel Sherrill <joel@…> * src/coremutex.c, src/coremutexseize.c, src/coremutexsurrender.c: The per thread field resource_count should only be manipulated when a mutex is priority ceiling or priority inherit. This was reported by Chris Johns <ccj@…> who also noticed that the use of switches for all disciplines generated less efficient code than using explicit tests for the one or two cases we were really interested in. Further review of his modifications made it apparent that the "isa" methods to test mutex discipline were not being used so this modification was swept into the code as well.
18:28 Changeset in rtems [760045f0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-30 Joel Sherrill <joel@…> * inline/rtems/rtems/attr.inl: Correct typo and use correct attribute RTEMS_SYSTEM_TASK. Reported by Chris Johns <ccj@…>.
18:27 Changeset in rtems [ca739de3] by Joel Sherrill <joel.sherrill@…>
2001-08-30 Joel Sherrill <joel@…> * inline/rtems/rtems/attr.inl: Correct typo and use correct attribute RTEMS_SYSTEM_TASK. Reported by Chris Johns <ccj@…>.
17:14 Changeset in rtems [dc6b5ed3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-30 Joel Sherrill <joel@…> * src/coremutexseize.c: Add missing code for proper handling of nesting acquisitions. This only impacts building with inlines disabled on the source with the "fast mutex" optimizations. This was post the 4.5 branch and did not impact released versions.
13:36 Changeset in rtems [4331c3d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-30 Joel Sherrill <joel@…> * .cvsignore: Add buildalltar.
13:33 Changeset in rtems [302b76d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-30 Joel Sherrill <joel@…> * buildalltar.in: New file. * configure.in, Makefile.am: Modified to reflect addition of file.
13:29 Changeset in rtems [856a44e4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-30 Joel Sherrill <joel@…> * macros/rtems/posix/mqueue.inl: Add cast so negation works.

08/17/01:

22:00 Changeset in rtems [7ac1f89]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-17 Joel Sherrill <joel@…> * include/Makefile.am: Include coverhd.h so tmtests will compile.
21:59 Changeset in rtems [d6c20ff3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-17 Joel Sherrill <joel@…> * include/rtems/libio_.h: Added ifdef to ensure that LOGIN_NAME_MAX is defined on GNU/Linux (RedHat? 6.2 distribution). * libc/unixlibc.c: Added stubs for rtems_io_register_name() and rtems_io_lookup_name() so UNIX port would compile the IO manager sptest that registers /dev/null.
20:17 Changeset in rtems [1946544]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-16 Mike Siers <mikes@…> * pppd/STATUS: Updated by Joel based upon email from Mike. * pppd/cbcp.c, pppd/cbcp.h: Readded files. These support callback functionality that has not even been compiled under RTEMS yet.
13:18 Changeset in rtems [6e46cf8f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-10 Radzislaw Galler <rgaller@…> * score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector number range check and handling of interrupt priority regs to conform SH2 specs. * sci/sci_termios.c: New file. * include/sci_termios.h: New file. * include/Makefile.am (EXTRA_DIST): Added sci_termios.h. (include_sh_HEADERS): Added sci_termios.h. * score/ispsh7045.c (isp): Calling an ISR with immediate argument casued negative sign extension for vector numbers of 128 and above. This was fixed. * sci/sci.c: Cleaned initialization of SCI registers; added necessary setup for new TERMIOS console cooperation
13:18 Changeset in rtems [cc5c4ac]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-16 Joel Sherrill <joel@…> * libc/lseek.c: Modified after discussion with Eugeny S. Mints <jack@…> to correct the behavior. There were two mistakes. First, iop->offset was incorrectly set for SEEK_END. Second, iop->offset should be left unmodified if there are errors. This modification attempts to fix both situations.
13:17 Changeset in rtems [770f6e9] by Joel Sherrill <joel.sherrill@…>
2001-08-17 Joel Sherrill <joel@…> * libc/lseek.c: Fix minor bug introduced by misinterpretation of return code.
Note: See TracTimeline for information about the timeline view.