Timeline



09/16/02:

19:16 Ticket #287 (sigjmp_buf is not defined for i386-rtems) created by Eric Norum
When compiling for an I386 target, the newlib setjmp.h includes …
19:14 Ticket #286 (sigjmp_buf is not defined for i386-rtems) created by Eric Norum
When compiling for an I386 target, the newlib setjmp.h includes …
11:55 Changeset in rtems [f4ceef3e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-16 Joel Sherrill <joel@…> * netinet/Makefile.am, netinet/udp_usrreq.c: Back off some of the IP_FORWARD patch as it appears to not compile in the current tree.

09/15/02:

10:09 Ticket #285 (ftp.oarcorp.com anonymous ftp non-functional) created by Ralf Corsepius
ftp.oarcorp.com is not reachable via anonymous ftp. ftp …

09/14/02:

21:07 Changeset in rtems [5d0b2f7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-14 Joel Sherrill <joel@…> * include/rtems/libio.h: Change rtems_filesystem_read_t and rtems_filesystem_write_t to return ssize_t to match read(2) and write(2) respectively.
21:05 Changeset in rtems [eefdc85]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-14 Joel Sherrill <joel@…> * support/init.c: Included <unistd.h> for exit(2). * support/test_support.adb: Eliminated warnings by commenting out unused variables.
21:03 Changeset in rtems [973bf436]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-14 Joel Sherrill <joel@…> * serial/z85c30.c: Eliminated warning by clarifying statement.
21:01 Changeset in rtems [d32359a7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-14 Joel Sherrill <joel@…> * src/dosfs/fat.c, src/imfs/deviceio.c, src/imfs/imfs.h, src/imfs/imfs_directory.c, src/imfs/imfs_fchmod.c, src/imfs/memfile.c: Eliminated warnings. A lot of this focus was on changing read and write entry points to return ssize_t as read(2) and write(2) now do.
20:45 Changeset in rtems [aebde08e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-14 Joel Sherrill <joel@…> * cpu.c: Include declaration of variable i in ifdef USE_SPRG to eliminate warning.
20:44 Changeset in rtems [6312db3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-14 Joel Sherrill <joel@…> * src/dpmemcreate.c, src/dpmemident.c, src/msgqcreate.c, src/msgqident.c, src/partcreate.c, src/partident.c, src/ratemoncreate.c, src/ratemonident.c, src/regioncreate.c, src/regionident.c, src/semcreate.c, src/semident.c, src/taskcreate.c, src/taskident.c, src/timercreate.c, src/timerident.c: Added casts to Objects_Name to eliminate warnings.
20:10 Changeset in rtems [99e797a5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-14 Joel Sherrill <joel@…> * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add, gcc3newlib/target-gcj.add: First attempt at enabling Java support.
19:57 Changeset in rtems [c98110a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-14 Joel Sherrill <joel@…> * clock/clock.c: Per PR257, remove reference to c3x_set_ie. c4x variant should use c4x_set_iie().
19:39 Changeset in rtems [536f5f94]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-14 Joel Sherrill <joel@…> * startup/bspstart.c: As part of fixing PR281 on gensh4, a review of all calls to bsp_libc_init() resulted in some cleanup here.
19:29 Ticket #284 (Incorrect URLs in GNATS) created by Ralf Corsepius
All RTEMS gnats messages Joel sent out today carry incorrect URLs in …
18:57 Ticket #257 (c4sim accesses c3x function) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch committed but uncompiled. I think it is correct as I checked the IIE bits. The problem is that the C3x and C4x have similar timers but do not have the same interrupt enable registers.
18:47 Changeset in rtems [0c0d089]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-14 Joel Sherrill <joel@…> * sp32/.cvsignore: New file.
18:47 Changeset in rtems [0af7c20]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-14 Aaron J. Grier <aaron@…> * PR271 was not applicable against the current source but included a nice test that Joel decided to add to the tree as sp32. * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file. * Makefile.am, configure.ac: Modified to reflect addition.
18:31 Changeset in rtems [144b94f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-14 Joel Sherrill <joel@…> * kern/uipc_socket.c: Fix case on SO_RCVTIMEO and SO_SNDTIMEO where conversion into ticks can result in a 0 ticks timeout which is the same as requesting no timeout. Reported by Sergei Organov <osv@…>.
18:18 Changeset in rtems [ce2c216]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-14 Vyacheslav V. Burdjanadze <wr@…> * kern/uipc_mbuf.c, sys/mbuf.h, netinet/udp_usrreq.c: Add optional UDP broadcast forwarding support. * netinet/Makefile.am: Defined FORWARD_PROTOCOL to enabled UDP broadcast forwarding.
18:00 Ticket #280 (libc Initialize) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Given the potential for this to be in other BSPs, I wanted to take the time to review all BSPs. All other BSPs appeared to do this correctly. They either did the math on unsigned32's, void *, or char *. I did modify the other SH BSPs because they were doing the math on integer pointers and multiplying by the size of an unsigned32. Since this was inconsistent with other BSPs (although 100% correct) I changed it. Thanks for spotting and reporting this.
18:00 Changeset in rtems [c019ff07]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-14 Joel Sherrill <joel@…> * src/psignal.c: Remove duplication from rtems/posix/psignal.h.
17:59 Changeset in rtems [9db34c3f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-14 Ivan Guzvinec <ivang@…> * include/bsp.h, startup/Makefile.am, startup/bspclean.c: Cleanup so the BSP works.
17:58 Changeset in rtems [19165f5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-14 Ivan Guzvinec <ivang@…> * rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL since it is not used.
17:48 Ticket #271 (rtems_rate_monotonic_period() does not properly reset watchdog period) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: Official patch attached. Your test was committed as sp32. Thanks.
17:04 Changeset in rtems [193fe690]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-14 Eric Norum <eric.norum@…> * src/readdir_r.c: New file. * Makefile.am: Reflect above.
16:59 Changeset in rtems [2b2e1e96]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-09-13 Eric Norum <eric.norum@…> * start/start16.S: Remove unwanted + at beginning of relative numeric label.
Note: See TracTimeline for information about the timeline view.