Timeline
10/28/02:
- 17:56 Changeset in rtems [1da0c52]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
- 2002-10-28 Ralf Corsepius <corsepiu@…> * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR (autoconf > 2.54 complains about).
- 14:11 Changeset in rtems [d6a85919]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-28 Eugeny S. Mints <Eugeny.Mints@…> * ide_ctrl.c: New file.
- 14:04 Changeset in rtems [a1f1011]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-28 Joel Sherrill <joel@…> * include/rtems/libio.h: Change rtems_filesystem_node_types_t from enumeration to int to eliminate warnings when values are overridden.
- 14:00 Changeset in rtems [ef142d7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-28 Eugeny S. Mints <Eugeny.Mints@…> * Added ATA support. * include/rtems/blkdev.h: Added last IO status. * include/rtems/ata.h, include/rtems/ata_internal.h, include/rtems/ide_part_table.h, src/ata.c, src/ide_part_table.c: New files.
- 13:58 Changeset in rtems [42b7ce27]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-28 Joel Sherrill <joel@…> * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
- 13:57 Changeset in rtems [11bbeb9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-28 Eugeny S. Mints <Eugeny.Mints@…> * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h, ide/ide_ctrl_io.h, ide/ide_ctrl.h: * configure.ac, Makefile.am: Modified to reflect changes above.
- 13:56 Changeset in rtems [abef0f6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-28 Joel Sherrill <joel@…> * Pass to eliminate warnings. * kern/uipc_mbuf.c: Conditional SYSINIT() usage on rtems. Fix return statement without a value. * lib/ftpfs.c: read and write filesystem routines return ssize_t. * lib/syslog.c: Add include of <string.h> to eliminate warning. * lib/tftpDriver.c: read and write filesystem routines return ssize_t. * libc/gethostbydns.c: Prototype abort(). * libc/inet_ntoa.c: Prototype strcpy(). * libc/rcmd.c: Add include of <sys/select.h> * net/if_loop.c: Turn token at end of endif to comment. * net/rtsock.c, nfs/bootp_subr.c: Conditional SYSINIT() usage on rtems. * rtems/rtems_bootp.c: Add include of <rtems/rtems_bsdnet_internal.h>. * rtems/rtems_bsdnet_internal.h: Added prototypes for memcpy() and memset() since the BSD code tries to avoid using libc .h files since it is used to being in the kernel. * rtems/rtems_syscall.c: read and write filesystem routines return ssize_t.
- 13:50 Changeset in rtems [6f07dbc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-28 Joel Sherrill <joel@…> * src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h> to eliminate warning. * src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate warning.
- 13:48 Changeset in rtems [0b993a94]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-28 Joel Sherrill <joel@…> * src/timerserver.c: Add useless return to avoid warning.
- 13:48 Changeset in rtems [78f6323]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-28 Joel Sherrill <joel@…> * src/threadhandler.c: Prototype _init() and _main() if they are needed to avoid a warning.
- 13:47 Changeset in rtems [7a845e2f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-28 Joel Sherrill <joel@…> * idtcpu.h: Removed warning by turning extra token at the end of an endif into a comment.
- 13:44 Changeset in rtems [51eacee9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-24 Eugeny S. Mints <Eugeny.Mints@…> * ata.t, ide-ctrl.t: New file. * .cvsignore: Added new .texi files. * Makefile.am:: Added new files to generate. * bsp_howto.texi: Added new chapters. * stamp-vti, version.texi: Regenerated.
10/26/02:
- 06:29 Changeset in rtems [5ceb9d24]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
- 2002-10-26 Ralf Corsepius <corsepiu@…> * monitor/mon-command.c: Don't build rtems_monitor_line_editor for RTEMS_UNIX to avoid gcc warning.
- 06:18 Changeset in rtems [20ec4a8]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
- 2002-10-26 Ralf Corsepius <corsepiu@…> * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR. * custom/HPUX9-posix.cfg: Ditto. * custom/Linux-posix.cfg: Ditto.
10/25/02:
- 14:56 Changeset in rtems [d08b8eb8]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
- 2002-10-25 Ralf Corsepius <corsepiu@…> * autotools/automake-rtems.spec.in: Fix my address. Set up PATH before running configure (Prep. for automake >= 1.7).
- 14:52 Changeset in rtems [d21091b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
- 2002-10-25 Joel Sherrill <joel@…> * autotools/autoconf-rtems.spec.in: New. Remove Provides: autoconf (Conflicts with RH-8.0). * autotools/autoconf-rtems.spec: Remove. * autotools/automake-rtems.spec.in: Remove Provides: automake (Conflicts with RH-8.0). * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec. * Makefile.am: Ditto. * configure.ac: Add autotools/autoconf-rtems.spec.in.
- 06:18 Changeset in rtems [56a1ae36]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
- 2002-10-25 Ralf Corsepius <corsepiu@…> * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
- 05:46 Changeset in rtems [5c8b6b6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
- 2002-10-25 Ralf Corsepius <corsepiu@…> * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
- 05:02 Changeset in rtems [2bc49cf7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
- 2002-10-25 Ralf Corsepius <corsepiu@…> * rtems/score/sh.h: Fix typo in comment (Starus->Status).
- 04:36 Changeset in rtems [fa87598]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
- 2002-10-25 Ralf Corsepius <corsepiu@…> * Makefile.am: Remove bogus reference to CHANGELOG.
10/24/02:
- 22:34 Changeset in rtems [17a11842]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-24 Joel Sherrill <joel@…> * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314. * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not currently include the patch referenced in PR8344.
- 22:34 Changeset in rtems [698b292]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-24 Joel Sherrill <joel@…> * samples/hello/config.h: Change CONFIGURE_SPTEST to CONFIGURE_APPLICATION to reflect current usage. * support/init.c: Include stdlib.h not unistd.h to remove warning.
- 22:28 Changeset in rtems [7265f3ab]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-24 Joel Sherrill <joel@…> * stamp-vti, version.texi: Regenerated.
- 22:24 Changeset in rtems [4dfda3b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-24 <strauman@…> * src/eval.c: Per PR293, added freenode calls for evaluate link failures.
- 22:19 Changeset in rtems [12857dd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-24 Fabrizio Pirovano <pirovano.thysys@…> * capture/capture.c, monitor/mon-manager.c, stackchk/check.c: Patch to remove problems introduced by object name rework.
- 22:13 Changeset in rtems [38ad163]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-24 Joel Sherrill <joel@…> * index.html.in: Add links to multiple missing CPU supplements.
- 18:54 Changeset in rtems [1d66629]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
- 2002-10-24 <strauman@…> * src/eval.c: Per PR293, added freenode calls for evaluate link failures.
- 17:55 Ticket #293 (eval.c fails to free valid node on some error return branches) closed by Jennifer Averett
- State-Changed-From-To: open->closed State-Changed-Why: Applied submitted patch.
- 12:07 Ticket #294 (Classic API tasks exit silently) created by Chris Johns
- A Classic API task that exits it's task loop does not generate an …
10/23/02:
- 21:12 Ticket #293 (eval.c fails to free valid node on some error return branches) created by strauman
- Patch is simple and self explaining. Note the comment in the patch …
- 18:10 Changeset in rtems [bf61751c]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
- 2002-10-23 <strauman@…> * src/mount.c per PR290, add check for ops->node_type_h * src/mknod.c per PR291, remove erroneous call to freenod
- 17:13 Ticket #291 (must not free a node not obtained by evalformake) closed by Jennifer Averett
- State-Changed-From-To: open->closed State-Changed-Why: patch applied.
- 17:12 Ticket #290 (mount fails to check for the presence of a ops->node_type_h) closed by Jennifer Averett
- State-Changed-From-To: open->closed State-Changed-Why: patch applied.
10/22/02:
- 11:53 Ticket #289 (PPC psim doesn't build) closed by Joel Sherrill
- State-Changed-From-To: open->closed State-Changed-Why: tool patch problem on Eric's side resolved via side discussions.
10/21/02:
- 16:59 Changeset in rtems [3767e25]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-21 Joel Sherrill <joel@…> * VERSION: Updated to rtems-20021021-test.
- 16:59 Changeset in rtems [f8ee48bf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-10-21 Joel Sherrill <joel@…> * aclocal/version.m4: Updated to rtems-20021021-test.
- 14:42 Changeset in network-demos [2c386da]network-demos-20021018 by cvs2git <rtems-devel@…>
- This commit was manufactured by cvs2svn to create tag 'network- demos-20021018'. Sprout from master 2002-10-21 14:42:57 UTC Joel Sherrill <joel.sherrill@…> '2002-10-21 Joel Sherrill <joel@…>' 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
- 14:42 Changeset in network-demos [6f64a67]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@…>
- 2002-10-21 Joel Sherrill <joel@…> * VERSION: Updated to network-demos-20021018.
- 13:10 Changeset in rtems [45789f2]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
- 2002-10-21 Ralf Corsepius <corsepiu@…> * configure.ac: Fix --enable-rtemsbsp= handling.
- 12:28 Changeset in rtems [352288b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
- 2002-10-21 Ralf Corsepius <corsepiu@…> * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
- 12:19 Changeset in rtems [8730f45]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
- 2002-10-21 Ralf Corsepius <corsepiu@…> * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
- 12:04 Changeset in rtems [f8cb04a5]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
- 2002-10-21 Ralf Corsepius <corsepiu@…> * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
- 11:46 Changeset in rtems [42e768c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
- 2002-10-21 Ralf Corsepius <corsepiu@…> * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
- 11:45 Changeset in rtems [c22d613]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
- 2002-10-21 Ralf Corsepius <corsepiu@…> * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache. * wrapup/.cvsignore: Remove autom4te.cache.
- 11:22 Ticket #292 (GCC Internal Error on capture engine CLI) created by RTEMS Bugs
- The following output from GCC occurs: m68k-rtems-gcc --pipe …
10/18/02:
- 18:27 Changeset in network-demos [2b1eca6]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@…>
- 2002-10-18 Joel Sherrill <joel@…> * VERSION: Updated to /usr1/rtems/releases/netdemos-20021018.
- 18:26 Changeset in network-demos [5482339]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@…>
- 2002-10-18 Joel Sherrill <joel@…> * dnstest/init.c, netdemo/init.c, netlink/init.c, ntp/init.c, rpc_demo/init.c, select/init.c, tftpTest/init.c, ttcp/init.c: define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS to 20 for enough sockets and CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM even if not absolutely needed for networking.
10/17/02:
- 20:31 Ticket #291 (must not free a node not obtained by evalformake) created by strauman
- If I understand the semantics of 'node_access' right, only nodes …
- 17:06 Ticket #290 (mount fails to check for the presence of a ops->node_type_h) created by strauman
- While all other syscalls test something like: if …
Note: See TracTimeline
for information about the timeline view.