Timeline



11/28/00:

21:53 Changeset in rtems [6b5519a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-28 Joel Sherrill <joel@…> * src/imfs/memfile.c: Bug report from Sturniolo Jose <jsturnio@…> where NULL pointer was dereferenced.
21:52 Changeset in rtems [ca4c3870] by Joel Sherrill <joel.sherrill@…>
2000-11-28 Joel Sherrill <joel@…> * src/imfs/memfile.c: Bug report from Sturniolo Jose <jsturnio@…> where NULL pointer was dereferenced.
21:49 Changeset in rtems [079b1f4] by Joel Sherrill <joel.sherrill@…>
2000-11-28 Sergei Organov <osv@…> * libc/getcwd.c: Ensure _closedir(dir) is called even on error exit from the routine.
21:49 Changeset in rtems [e23afc3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-28 Sergei Organov <osv@…> * libc/getcwd.c: Ensure _closedir(dir) is called even on error exit from the routine.
21:47 Changeset in rtems [66fedb46]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-28 Chris Johns <ccj@…> * src/heapallocate.c: Do not allow the size to overflow when adjusting it. A test allocated a stack of -1 (~0). This actually resulted in a stack being allocated but with a size of 0xb. The allocator did not test the size to see if it rolled through 0 and so allowed the allocation to happen, the thread to get created. The task crashed as you would expect.
21:47 Changeset in rtems [99cfdc2d] by Joel Sherrill <joel.sherrill@…>
2000-11-28 Chris Johns <ccj@…> * src/heapallocate.c: Do not allow the size to overflow when adjusting it. A test allocated a stack of -1 (~0). This actually resulted in a stack being allocated but with a size of 0xb. The allocator did not test the size to see if it rolled through 0 and so allowed the allocation to happen, the thread to get created. The task crashed as you would expect.

11/27/00:

17:52 Changeset in rtems [11edb53]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * README, sim68000.setup, clock/clockdrv.c: Modified to add support for timer as clock tick source. Compiles but untested.
17:05 Changeset in rtems [a080705]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * libc/termiostypes.h: New file -- missed in earlier commits.
17:04 Changeset in rtems [e066afe8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * custom/jmr3904.cfg: Fix incorrect reference to i960.
17:03 Changeset in rtems [bcefea16]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * libc/res_init.c: Fix typo - adding missing # on include.
17:02 Changeset in rtems [a0488a4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * cache/cache.h: Fix reference to MC68040 and put in stubs for missing support routines. The functionality of these routines needs to be addressed.
17:01 Changeset in rtems [9ad0087]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * startup/linkcmds: Fix typo and add extra 0 to base address. Now runs until printf() tries to put a character and then it locks up checking a status bit that does not change.
17:00 Changeset in rtems [eb4c6c0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * configure.in: Change mips64orion reference to mips.
16:59 Changeset in rtems [1d2cfc0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * start/start.S, startup/bspstart.c: Not functional for CPU32 but hopefully will compile now and give a warning saying that the CPU32 variant needs work.
16:58 Changeset in rtems [a3cdac3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
16:02 Changeset in rtems [1c69af9b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * custom/shsim.cfg: New file. * custom/Makefile.am: Modified to reflect addition of shsim.cfg. The shsim is for the SH simulator in gdb. It should be able to be used with multiple SH CPU models. This will require adding BSP variants.
16:00 Changeset in rtems [86ec6ed]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * The shsim is for the SH simulator in gdb. It should be able to be used with multiple SH CPU models. * .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.in, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c, console/.cvsignore, console/Makefile.am, console/console-io.c, console/console-support.S, include/.cvsignore, include/Makefile.am, include/bsp.h, start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S, startup/.cvsignore, startup/Makefile.am, startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
14:18 Changeset in rtems [baedcbb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Ralf Corsepius <corsepiu@…> * config.guess, config.sub: Update from CVS-autoconf to pick up new features (e.g. CC_FOR_BUILD in config.guess) but is necessary anyway to use autoconf-versions > 2.13.

11/25/00:

22:10 Changeset in rtems [85a0f07]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-25 Antti P Miettinen <antti.p.miettinen@…> * wrapup/Makefile.am: Added modem subdir. * configure.in, Makefile.am: Added modem subdir. * net/Makefile.am: Added if_pppvar.h, pppcompress.h. * pppd/Makefile.am: Added pppmain.c (which needs work). * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c, pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler <Thomas.Doerfler@…> and cosmetic changes by me. Actually main.c and ppp_tty.c should be scratched. The modem subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
20:06 Changeset in rtems [511374e4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-25 Joel Sherrill <joel@…> * custom/pc386.cfg: make-exe rule would write into $(PROJECT_RELEASE) area. This is not cool because it $(PROJECT_RELEASE) is generally not writeable after the BSP is installed and you do not want every application installed there by default. Reported by Eric Norum <eric.norum@…>.
19:45 Changeset in rtems [f0864664]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-25 Eric Norum <eric.norum@…> * libc/res_init.c: Move include to avoid compiler dumping core.
19:42 Changeset in rtems [a6abd67]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-25 Antti P Miettinen <antti.p.miettinen@…> * wrapup/Makefile.am: Added modem subdir. * configure.in, Makefile.am: Added modem subdir. * net/Makefile.am: Added if_pppvar.h, pppcompress.h. * pppd/Makefile.am: Added pppmain.c (which needs work). * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c, pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler <Thomas.Doerfler@…> and cosmetic changes by me. Actually main.c and ppp_tty.c should be scratched. The modem subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
19:35 Changeset in rtems [e2af631]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-25 Antti P Miettinen <antti.p.miettinen@…> * libc/termios.c, libc/termiostypes.h: Task driver driver model and line discipline support from Thomas Doerfler <Thomas.Doerfler@…>.
18:58 Changeset in rtems [c8471315]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-25 Joel Sherrill <joel@…> * The JMR BSP is for a Toshiba TX39 evaluation board but can also be used with the mips simulator in gdb. * .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.in, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c, console/.cvsignore, console/Makefile.am, console/console-io.c, include/.cvsignore, include/Makefile.am, include/bsp.h, start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S, startup/.cvsignore, startup/Makefile.am, startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
18:46 Changeset in rtems [a55158a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-25 Joel Sherrill <joel@…> * TESTED: Added jmr3904 entry.
18:45 Changeset in rtems [732d4db]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-25 Joel Sherrill <joel@…> * custom/Makefile.am: Updated to add jmr3904.cfg * custom/jmr3904.cfg: New file.

11/21/00:

15:20 Changeset in rtems [eeabe77]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to ss-20001121
15:15 Changeset in rtems [ab6a774]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to ss-20001121
14:06 Changeset in rtems [d543c5d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-20 Joel Sherrill <joel@…> * TESTED: Added new sparc variations (erc32, leon, and Tharsys).
14:03 Changeset in rtems [669a6dc3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-21 Jiri Gaisler <jgais@…> * cpu_asm.S: Fix for CPUs with FPU revision B or C.
14:02 Changeset in rtems [a1c86a4c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-21 Jiri Gaisler <jgais@…> * erc32sonic/erc32sonic.c: Minor modifications which enable network interface to come up and work for some time before getting an error in the SONIC driver. The error is a bit random, sometimes MCLGET (m, M_WAIT) tries to access memory way outside the available ram (and traps) while sometimes there is a panic due to RBAE/RXEN.

11/20/00:

14:34 Changeset in rtems [c9fcb34]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2000-11-17 Jennifer Averett <jennifer@…> * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers to remain consistant across platforms and bsps by forcing a mount point in front of all paths. 2000-11-17 Jennifer Averret <jennifer@…> * psxmount/test.c, psxmount/psxmount.scn: Improve output to report expected error condition in one case. * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise readdir() of root of mounted filesystem. Also corrected the screen file for some mistakes noticed in this effort.
13:58 Changeset in rtems [ee955387]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2000-11-17 Jennifer Averret <jennifer@…> * psxmount/test.c, psxmount/psxmount.scn: Improve output to report expected error condition in one case. * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise readdir() of root of mounted filesystem. Also corrected the screen file for some mistakes noticed in this effort.
13:36 Changeset in rtems [51252af]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-20 Joel Sherrill <joel@…> * itrontask01/system.h: Configure enough stack memory.
13:30 Changeset in rtems [e5aeae7b] by Joel Sherrill <joel.sherrill@…>
2000-11-20 Dmitry Kargapolov <dk@…> * libc/mount.c: Make sure there is space allocated for a device name in the mount table entry.
13:29 Changeset in rtems [bde7e18e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-20 Dmitry Kargapolov <dk@…> * libc/mount.c: Make sure there is space allocated for a device name in the mount table entry.

11/17/00:

21:29 Changeset in rtems [2e3ce06]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2000-11-17 Jennifer Averret <jennifer@…> * psxmount/test.c, psxmount/psxmount.scn: Improve output to report expected error condition in one case. * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise readdir() of root of mounted filesystem. Also corrected the screen file for some mistakes noticed in this effort.
19:06 Changeset in rtems [1e566bbb]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2000-11-17 Jennifer Averret <jennifer@…> * psxmount/test.c, psxmount/psxmount.scn: Improve output to report expected error condition in one case. * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise readdir() of root of mounted filesystem. Also corrected the screen file for some mistakes noticed in this effort.
18:46 Changeset in rtems [13e47e2e]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2000-11-17 Jennifer Averret <jennifer@…> * src/imfs/imfs_eval.c: Always return imaginary node at mount points.
18:42 Changeset in rtems [4b0d1ab]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2000-11-17 Jennifer Averret <jennifer@…> * libc/mount.c (search_mt_for_mount_point): Deleted routine. * libc/mount.c (Is_node_fs_root): Replacement for above that accounts for the imaginary root node being returned by the filesystem evaluation routine. * libc/unmount.c (unmount): Account for imaginary root node being returned and improved variable names to clarify code. * libc/unmount.c (file_systems_below_this_mountpoint): Body of routine replaced to account for imaginary root node being returned.

11/16/00:

13:54 Changeset in rtems [ee6d205]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Ralf Corsepius <corsepiu@…> * gccnewlib/gccnewlib.add: Fix typo in URL.

11/15/00:

21:56 Changeset in rtems [1033e27]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Ralf Corsepius <corsepiu@…> * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b). * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib. * aclocal/rtems-debug.m4: Fix formating and contents of the check's help string. * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
21:56 Changeset in rtems [39cdc26]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Ralf Corsepius <corsepiu@…> * Makefile.inc.in: Use * instead of *_FOR_TARGET (BUG-FIX).
21:48 Changeset in rtems [8c47d509]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Ralf Corsepius <corsepiu@…> * custom/leon2.cfg: Removed defines that are now generated in a non-BSP specific manner.
21:47 Changeset in rtems [1abb56b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Ralf Corsepius <corsepiu@…> * Makefile.am: Cleanup.
21:46 Changeset in rtems [4445e3c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Ralf Corsepius <corsepiu@…> * include/Makefile.am: Cleanup.
21:43 Changeset in rtems [5a6cfac]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Ralf Corsepius <corsepiu@…> * shgen.c: Set default Phi to 20MHz (BUG-FIX).
21:41 Changeset in rtems [c34ac295]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Joel Sherrill <joel@…> * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
21:40 Changeset in rtems [ca406082]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-14 Jiri Gaisler <jgais@…> * Makefile.am, configure.in: Added support for instruction cache enabling based on CPU model. * cache/.cvsignore, cache/Makefile.am, cache/cache.c, cache/cache_.h: New files.
21:38 Changeset in rtems [cb88748]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-14 Jiri Gaisler <jgais@…> * shared/src/cache_manager.c (rtems_cache_invalidate_multiple_instruction_lines): If CPU_INSTRUCTION_CACHE_ALIGNMENT is defined but 0, then there is an instruction cache but no notion of line size.
21:35 Changeset in rtems [23bdd25e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-14 Jiri Gaisler <jgais@…> * wrapup/Makefile.am: Pick up cache code from libcpu and pick up .o's instead of .rel's from libcpu.
21:33 Changeset in rtems [477e2d19]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-14 Jiri Gaisler <jgais@…> * cpu.c, rtems/cpu/sparc.h: Make floating point optional based on gcc arguments. Do not initialize FP context if there is no FPU. Flush instruction cache after installing RTEMS trap handler.
18:14 Changeset in rtems [603f30f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-14 Jiri Gaisler <jgais@…> * startup/boardinit.S: St 32-bit ram width by default.
Note: See TracTimeline for information about the timeline view.