Timeline



12/01/00:

22:05 Changeset in rtems [eb33fa54]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-12-01 Joel Sherrill <joel@…> * include/rtems/posix/cond.h: #if 0'ed out prototype of _POSIX_Condition_variables_Get to avoid conflict with macro implementation.
19:39 Changeset in rtems [5af177f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to ss-20001201
19:25 Changeset in rtems [3fddd25c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-12-01 Joel Sherrill <joel@…> * custom/jmr3904.cfg: Turn optimization back up to -O2.
19:17 Changeset in rtems [76c0bbbb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-12-01 Joel Sherrill <joel@…> * configure.in: Removed error check for enabling macros with either POSIX or ITRON API.
19:16 Changeset in rtems [c9fd602]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-12-01 Joel Sherrill <joel@…> * macros/rtems/score/coresem.inl: Removed comments since convention calls for comments to be in inline versin. * macros/rtems/score/object.inl (Objects_Get_local_object): Fixed style to use _ prefix on variable names and use parentheses. * macros/rtems/score/object.inl (_Objects_Namespace_remove): Added.
19:00 Changeset in rtems [7afbca0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-12-01 Joel Sherrill <joel@…> * Added macro support to ITRON API. This is known to compile. * Makefile.am: Added macros directory. * configure.in: Removed error check for enabling macros. * macros/.cvsignore, macros/Makefile.am, macros/rtems/.cvsignore, macros/rtems/Makefile.am, macros/rtems/itron/.cvsignore, macros/rtems/itron/Makefile.am, macros/rtems/itron/eventflags.inl, macros/rtems/itron/fmempool.inl, macros/rtems/itron/intr.inl, macros/rtems/itron/mbox.inl, macros/rtems/itron/msgbuffer.inl, macros/rtems/itron/network.inl, macros/rtems/itron/port.inl, macros/rtems/itron/semaphore.inl, macros/rtems/itron/sysmgmt.inl, macros/rtems/itron/task.inl, macros/rtems/itron/time.inl, macros/rtems/itron/vmempool.inl: New files.
18:57 Changeset in rtems [2b2bda4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-12-01 Joel Sherrill <joel@…> * Added macro support to POSIX API. This is known to compile. * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl, macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl, macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl, macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl, macros/rtems/posix/timer.inl: New files. * configure.in: Removed error check for enabling macros. * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines since you cannot have prototypes for macros. * macros/rtems/posix/Makefile.am: Added files.

11/30/00:

14:42 Changeset in rtems [cde0ec8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-30 Joel Sherrill <joel@…> * erc32sonic/Makefile.am: Only compile this if networking is enabled.
14:38 Changeset in rtems [c061304]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-30 Joel Sherrill <joel@…> * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually a mips1. gcc translates -m3900 into that.
14:36 Changeset in rtems [4a14b7be]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-30 Joel Sherrill <joel@…> * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
14:36 Changeset in rtems [fe27cfb4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-30 Joel Sherrill <joel@…> * cache/Makefile.am: Removed automake warning by introducing a simple variable.
14:35 Changeset in rtems [cea4bd5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-30 Joel Sherrill <joel@…> * erc32sonic/Makefile.am: Only compile this if networking is enabled.
14:34 Changeset in rtems [183f7748]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-30 Joel Sherrill <joel@…> * src/msgqsubmit.c: Modified multiprocessing conditional so this would compile with both macros and inlines.
14:33 Changeset in rtems [eafa70b2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-30 Joel Sherrill <joel@…> * macros/rtems/rtems/sem.inl: Added macro implementation of _Semaphore_Get_interrupt_disable().
14:32 Changeset in rtems [40b05974]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-30 Joel Sherrill <joel@…> * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
14:10 Changeset in rtems [c1a24fbe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-30 Joel Sherrill <joel@…> * README: Updated to reflect current status. Misaligned reference during initialization may be compiler problem. * console/console-io.c: Added support for printk(). * startup/linkcmds: Reserve 512K for RTEMS Workspace.
14:08 Changeset in rtems [43b6f75]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-30 Joel Sherrill <joel@…> * General effort to make things compile with macros not inlines * inline/rtems/score/coremutex.inl: Added comment indicating for macros there is another copy of _CORE_mutex_Seize_interrupt_trylock() in src/coremutexseize.c. * src/coremutexseize.c: Added body of _CORE_mutex_Seize_interrupt_trylock() for macro case. * macros/rtems/score/coremutex.inl: Added prototype for _CORE_mutex_Seize_interrupt_trylock() since there is a real body when macros are enabled. * macros/rtems/score/coresem.inl: Added macro implementation of _CORE_semaphore_Seize_isr_disable. * macros/score/Makefile.am: Fixed typos. * rtems/score/address.inl: Correct macro implementation of _Addresses_Is_aligned() so it would compile. * macros/rtems/score/coremsg.inl: Added closing parentheses.
14:02 Changeset in rtems [7f8c11c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-30 Joel Sherrill <joel@…> * cpu_asm.S: Changed "_CPU_Ccontext_switch_restore: typo to correct name of _CPU_Context_switch_restore. Added dummy version of exc_utlb_code() so applications would link.
14:00 Changeset in rtems [88d7985]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-30 Joel Sherrill <joel@…> * include/rtems/Makefile.am: Added termiostypes.h. * libc/Makefile.am: Removed termiostypes.h. * libc/termios.c: Changed include of "termiostypes.h" to <rtems/termiostypes.h> since that is an RTEMS specific header file.
13:58 Changeset in rtems [1a94770a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-30 Joel Sherrill <joel@…> * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since that is an RTEMS specific header file.
13:57 Changeset in rtems [a58638b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-30 Joel Sherrill <joel@…> * sys/ttycom.h: Moved to lib/include/sys. * Makefile.am: Modified to reflect above.
13:55 Changeset in rtems [f5f31dd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-28 Joel Sherrill <joel@…> * include/sys/ttycom.h: New file -- moved from libnetworking/sys. * Makefile.am: Modified to reflect above.

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.
Note: See TracTimeline for information about the timeline view.