Timeline



08/09/01:

22:26 Changeset in rtems [3c6cc4a0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-09 Fernando-Ruiz Casas <correo@…> * shell/pty.c: Moved to libnetworking/rtems_telnetd.
22:11 Changeset in rtems [ccb13cfe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-09 Fernando-Ruiz Casas <correo@…> * libc/getgrent.c, libc/getpwent.c: the 'ls' and more related command previous failed after a chroot(). (unknown user & group)
22:09 Changeset in rtems [b6a2d2fa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-09 Fernando-Ruiz Casas <correo@…> * src/imfs/imfs_eval.c: The CD_UP problem in imfs_eval has been touched. The order of the questions is the key.
22:08 Changeset in rtems [70d689a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-09 Fernando-Ruiz Casas <correo@…> * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c, shell/shell.h: Updates.
22:06 Changeset in rtems [bd520203]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-09 Fernando-Ruiz Casas <correo@…> * Makefile.am, configure.in, rtems_servers/Makefile.am, rtems_servers/telnetd.c, rtems_servers/telnetd.h, rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h, wrapup/Makefile.am: - pty and telnetd have a new subdir rtems_telnetd to avoid the side effect when ftpd change. - the tcp/ip stats have been implemented into icmds.c and started when telnetd daemon is started. * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed. * rtems_telnetd: New directory. * rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
22:02 Changeset in rtems [4f088ae]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-09 Fernando-Ruiz Casas <correo@…> * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/psxchroot01.scn, psxchroot01/test.c: Implemented the psxchroot01 test.
21:39 Changeset in rtems [ecb5f95]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-09 Keith Outwater <vac4050@…> * monitor/mon-command.c: Add support for partial command matching. The monitor used to have this functionality before it was overhauled to support addition of user commands.
21:25 Changeset in rtems [5ccb03b] by Joel Sherrill <joel.sherrill@…>
2001-08-09 Joel Sherrill <joel@…> * scripts/setup.def, scripts/gccnewlib/base-gcc.add, scripts/gccnewlib/gccnewlib.add, scripts-ada/buildall.in: Updated to reflect new versions.
21:23 Changeset in rtems [6559511] by Joel Sherrill <joel.sherrill@…>
2001-08-09 Joel Sherrill <joel@…> * c/src/lib/libbsp/i386/i386ex/startup/linkcmds, c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.am, c/src/libnetworking/pppd/ipxcp.c: These files had latent single bit mistakes from the CVS server's RAM failure.
21:09 Changeset in rtems [256226b] by Joel Sherrill <joel.sherrill@…>
2001-08-09 Chris Johns <ccj@…> * cpu_asm.S: This patch was co-developed with Eric Norum <eric.norum@…>. It closes a one instruction window on some m68k CPU cores. It fixes symptoms seen as: 1) No more `interrupt handler invoked twice for a single interrupt'. 2) No more `lockup when mc68360 CPM and PIT interrupts are at different levels'. It does insert a little more overhead on machines without hardware interrupt stacks but correctness has a price.
21:08 Changeset in rtems [3bb9542c] by Joel Sherrill <joel.sherrill@…>
2001-08-09 Joel Sherrill <joel@…> * c/src/exec/itron/src/snd_mbx.c, c/src/exec/itron/src/tsnd_mbf.c c/src/exec/posix/src/mqueuesendsupp.c, c/src/exec/rtems/src/msgqsubmit.c, c/src/exec/score/include/rtems/score/coremsg.h, c/src/exec/score/inline/rtems/score/coremsg.inl, c/src/exec/score/src/coremsgsubmit.c: Unblocking message queue operations should NOT use _Thread_Executing for return status since it is permissible to invoke message send operations from an ISR. This was reported by Suvrat Gupta <suvrat@…>.
21:04 Changeset in rtems [ff19ae5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-09 Chris Johns <ccj@…> * cpu_asm.S: This patch was co-developed with Eric Norum <eric.norum@…>. It closes a one instruction window on some m68k CPU cores. It fixes symptoms seen as: 1) No more `interrupt handler invoked twice for a single interrupt'. 2) No more `lockup when mc68360 CPM and PIT interrupts are at different levels'. It does insert a little more overhead on machines without hardware interrupt stacks but correctness has a price.
20:48 Changeset in rtems [02e4dcd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-09 Joel Sherrill <joel@…> * src/snd_mbx.c, src/tsnd_mbf.c: Unblocking message queue operations should NOT use _Thread_Executing for return status since it is permissible to invoke message send operations from an ISR. This was reported by Suvrat Gupta <suvrat@…>.
20:48 Changeset in rtems [a781bbff]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-09 Joel Sherrill <joel@…> * src/mqueuesendsupp.c: Unblocking message queue operations should NOT use _Thread_Executing for return status since it is permissible to invoke message send operations from an ISR. This was reported by Suvrat Gupta <suvrat@…>.
20:48 Changeset in rtems [33c31af7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-09 Joel Sherrill <joel@…> * src/msgqsubmit.c: Unblocking message queue operations should NOT use _Thread_Executing for return status since it is permissible to invoke message send operations from an ISR. This was reported by Suvrat Gupta <suvrat@…>.
20:46 Changeset in rtems [00815403]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-09 Joel Sherrill <joel@…> * include/rtems/score/coremsg.h, inline/rtems/score/coremsg.inl, src/coremsgsubmit.c: Unblocking message queue operations should NOT use _Thread_Executing for return status since it is permissible to invoke message send operations from an ISR. This was reported by Suvrat Gupta <suvrat@…>.

08/03/01:

16:06 Changeset in rtems [2082fe29]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-08-03 Joel Sherrill <joel@…> * libc/libio_sockets.c (rtems_bsdnet_fdToSocket): Per bug report from Gene Smith <Gene.Smith@…>, enhanced the error checking to account for a socket being closed.
Note: See TracTimeline for information about the timeline view.