Timeline



02/05/02:

21:20 Changeset in rtems [5bca94b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-05 Joel Sherrill <joel@…> * VERSION: Updated to rtems-ss-20020205.
21:08 Changeset in rtems [4b3af7a4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-29 Ralf Corsepius <corsepiu@…> * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add, gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add, gccnewlib/target-chill.add, gccnewlib/target-g77.add, gccnewlib/target-gcc.add, gccnewlib/target-gcj.add, gccnewlib/target-objc.add: Added more support for Canadian Cross building.
21:06 Changeset in rtems [0ab87349]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-05 Joel Sherrill <joel@…> * isr_entries.S: Removed comment incorrectly indicating this file was cpu_asm.S. * vectorexceptions.c (mips_dump_exception_frame): New routine broken out from default exception handler.
21:04 Changeset in rtems [a37b8f95]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-05 Joel Sherrill <joel@…> * cpu_asm.S: Enhanced to save/restore more registers on exceptions. * rtems/score/cpu.h (CPU_Interrupt_frame): Enhanced to list every register individually and document when it is saved. * idtcpu.h: Added constants for the coprocessor 1 registers revision and status.
20:07 Changeset in rtems [7d7e9fb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-05 Joel Sherrill <joel@…> * .cvsignore: Added stamp-h.in.
20:04 Changeset in rtems [17e99b3f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-05 Joel Sherrill <joel@…> * i386-cygwin-libs.spec.in, i386-cygwin-mingw.spec.in, i386-cygwin-w32api.spec.in: Modified group.
20:02 Changeset in rtems [a3049e9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-05 Joel Sherrill <joel@…> * Makefile.am: New file, missed previously. 2004-02-05 Joel Sherrill <joel@…> * ChangeLog?, configure.ac, setup, setup.def, sparc-solaris-binutils.spec.in, sparc-solaris-gcc.spec.in, sparc-solaris-libs.spec.in: New files.
20:01 Changeset in rtems [68babc6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-02-05 Joel Sherrill <joel@…> * ChangeLog?, configure.ac, setup, setup.def, sparc-solaris-binutils.spec.in, sparc-solaris-gcc.spec.in, sparc-solaris-libs.spec.in: New files.
16:17 Changeset in rtems [9535ba4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-05 Joel Sherrill <joel@…> * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.

02/04/02:

20:05 Changeset in rtems [0bc5329]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-04 Joel Sherrill <joel@…> * rtems/score/cpu.h: IDLE task should not be FP. This was a mistake in the previous patch that has now been confirmed.
19:49 Changeset in rtems [96ecd879]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-04 Joel Sherrill <joel@…> * configure.ac: Removed references to rtems/Makefile and rtems/score/Makefile.

02/02/02:

19:28 Changeset in rtems [2276d255]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-01 Greg Menke <gregory.menke@…> * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h: New files missed in previous commit. * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.

02/01/02:

19:36 Changeset in rtems [f562815]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed ChangeLog? again :(
19:34 Changeset in rtems [6966421]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed ChangeLog?
19:33 Changeset in rtems [97f6256]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-01 Eric Valette <valette@…> * So many patches have been posted recently on the mailing list and because we were unable to find correct solution to compile on various linux distros (due to rpcgen incompatibilities), and because the coding style of rdbg was rather inconsistant among various pieces of code, I decided to: 1) make some cleaning regarding global coding style (using indent + manual edits), 2) incorporate/review the paches send by various people (S. Holford, T. Strauman), 3) Fix the bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove some dead code, 5) Apply a patches enabling to call enterRdbg imediately after rdbg initialization is done, NB : the paches is huge but it is mainly due to coding styke chnages. Only few lines of codes have been really changed and they do not impact rdbg functionnality (AFAIKT). * include/rdbg/servrpc.h, include/rdbg/i386/rdbg_f.h, include/rdbg/m68k/rdbg_f.h, include/rdbg/powerpc/rdbg_f.h, src/_servtgt.c, src/awk.svc, src/excep.c, src/ptrace.c, src/rdbg.c, src/remdeb.x, src/servbkpt.c, src/servcon.c, src/servrpc.c, src/servtgt.c, src/servtsp.c, src/servutil.c, src/i386/excep_f.c, src/i386/rdbg_f.c, src/i386/any/Makefile.am, src/i386/any/remdeb.h, src/i386/any/remdeb_svc.c, src/i386/any/remdeb_xdr.c, src/m68k/excep_f.c, src/m68k/rdbg_f.c, src/m68k/any/Makefile.am, src/m68k/any/remdeb.h, src/m68k/any/remdeb_svc.c, src/m68k/any/remdeb_xdr.c, src/powerpc/excep_f.c, src/powerpc/rdbg_f.c, src/powerpc/new_exception_processing/Makefile.am, src/powerpc/new_exception_processing/remdeb.h, src/powerpc/new_exception_processing/remdeb_svc.c, src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
19:32 Changeset in rtems [bdb86b4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed ChangeLog?
19:32 Changeset in rtems [4cecaf6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-01 Greg Menke <gregory.menke@…> * mongoosev/vectorisrs/vectorisrs.c, shared/interrupts/vectorexceptions.c: Use rtems/bspIo.h, not just bspIo.h.
19:30 Changeset in rtems [3774c7f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-01 Greg Menke <gregory.menke@…> * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h: New files missed in previous commit. * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
18:58 Changeset in rtems [7003847]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-01 Joel Sherrill <joel@…> * rtems.ads, rtems.adb: Formatting cleaned up. Task based timer directives added. This is Timer_Initiate_Server, Timer_Server_Fire_After, and Timer_Server_Fire_When.
18:57 Changeset in rtems [569a01f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-01 Joel Sherrill <joel@…> * ChangeLog?: New file.
17:00 Changeset in rtems [40cf43ea]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
* So many patches have been posted recently on the mailing list and because we were unable to find correct solution to compile on various linux distros (due to rpcgen incompatibilities), and because the coding style of rdbg was rather inconsistant among various pieces of code, I decided to: 1) make some cleaning regarding global coding style (using indent + manual edits), 2) incorporate/review the paches send by various people (S. Holford, T. Strauman), 3) Fix the bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove some dead code, 5) Apply a patches enabling to call enterRdbg imediately after rdbg initialization is done, NB : the paches is huge but it is mainly due to coding styke chnages. Only few lines of codes have been really changed and they do not impact rdbg functionnality (AFAIKT). * include/rdbg/servrpc.h, include/rdbg/i386/rdbg_f.h, include/rdbg/m68k/rdbg_f.h, include/rdbg/powerpc/rdbg_f.h, src/_servtgt.c, src/awk.svc, src/excep.c, src/ptrace.c, src/rdbg.c, src/remdeb.x, src/servbkpt.c, src/servcon.c, src/servrpc.c, src/servtgt.c, src/servtsp.c, src/servutil.c, src/i386/excep_f.c, src/i386/rdbg_f.c, src/i386/any/Makefile.am, src/i386/any/remdeb.h, src/i386/any/remdeb_svc.c, src/i386/any/remdeb_xdr.c, src/m68k/excep_f.c, src/m68k/rdbg_f.c, src/m68k/any/Makefile.am, src/m68k/any/remdeb.h, src/m68k/any/remdeb_svc.c, src/m68k/any/remdeb_xdr.c, src/powerpc/excep_f.c, src/powerpc/rdbg_f.c, src/powerpc/new_exception_processing/Makefile.am, src/powerpc/new_exception_processing/remdeb.h, src/powerpc/new_exception_processing/remdeb_svc.c, src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
16:51 Changeset in rtems [8e3caa5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-01 Mike Siers <mikes@…> * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing the link down too fast. NOTE: Mike reports successfully running at 56K baud on a direct link.
16:45 Changeset in rtems [7de58239]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-01 Greg Menke <gregory.menke@…> * Update of BSP to address problems restarting, provide more information during boot, and better handle ROM vs RAM images. * README, include/bsp.h, start/regs.S, start/start.S, startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
15:15 Changeset in rtems [2835b3a5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-01 Greg Menke <gregory.menke@…> * Lots of tinkering and tuning as part of improving interrupt latency and improving the per-task interrupt level control and FP mask handling. With these modifications interrupt latency was measured at a worst-case of 100us, average below 60 us on a 12 Mhz R3000 class CPU with 50 RTEMS tasks in the application. * mongoosev/README: Updated. * mongoosev/include/mongoose-v.h: Masks modified. * mongoosev/vectorisrs/vectorisrs.c: Significant overhaul to address software prioritization of interrupts. If a higher priority interrupt occurs while we are looking for new interrupts, we will reinitiate the scan of all interrupts. * shared/interrupts/vectorexceptions.c: Removed warning and deleted blank lines.
15:00 Changeset in rtems [e6dec71c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-01 Greg Menke <gregory.menke@…> * cpu.c: Enhancements and fixes for modifying the SR when changing the interrupt level. * cpu_asm.S: Fixed handling of FP enable bit so it is properly managed on a per-task basis, improved handling of interrupt levels, and made deferred FP contexts work on the MIPS. * rtems/score/cpu.h: Modified to support above changes.
14:11 Changeset in rtems [6d41a874]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-31 Ralf Corsepius <corsepiu@…> * Makefile.am: Reflect 2002-01-23 changes.
14:09 Changeset in rtems [be1feee]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-31 Joel Sherrill <joel@…> * include/rtems/rtems/timer.h: Missed merging these modifications in previous merge of new timer functionality.
14:04 Changeset in rtems [485ed5cc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-31 Mike Siers <mikes@…> * pppd/rtemsdialer.h: New file missed in previous commit.

01/31/02:

21:42 Changeset in rtems [5ec6f09]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-31 Mike Siers <mikes@…> * Nice Update of PPPD support which eliminates the requiremetn that drivers be in the termios TASK_DRIVEN mode. Mike did significant testing and reports that it seems to be more stable and handle larger packets better. This patch replaces the termios tasks with more general pppd network driver tasks. The functions pppinput() and pppstart() get called from the interrupt service routine. * libc/termios.c: Added PPCDISC.
21:42 Changeset in rtems [0286b9f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-31 Mike Siers <mikes@…> * Nice Update of PPPD support which eliminates the requiremetn that drivers be in the termios TASK_DRIVEN mode. Mike did significant testing and reports that it seems to be more stable and handle larger packets better. This patch replaces the termios tasks with more general pppd network driver tasks. The functions pppinput() and pppstart() get called from the interrupt service routine. * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h, net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h, net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h, net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h, net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h, net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c, net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README, pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h, pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c, pppd/upap.h, pppd/utils.c, pppd/example/README, pppd/example/netconfig.h, wrapup/Makefile.am: Modified. * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h, net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file. * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c, modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
21:33 Changeset in rtems [d8a78f4f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-31 Ralf Corsepius <corsepiu@…> * Makefile.am: Reflect 2002-01-23 changes.
21:33 Changeset in rtems [1e69b294]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-31 Ralf Corsepius <corsepiu@…> * rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above. * Makefile.am: Reflect changes above.

01/30/02:

22:46 Changeset in rtems [845fac33]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-30 Joel Sherrill <joel@…> * Makefile.am: Corrected so .h files from rtems/score/ are installed.
22:18 Changeset in rtems [1dba8de0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-30 Joel Sherrill <joel@…> * Makefile.am: Corrected so .h files from rtems/score/ are installed.
20:05 Changeset in rtems [279a6da]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
fixing branch
20:04 Changeset in rtems [6b5b5de]4.5.1-pre3 by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create tag 'rtems-4-5-1-pre3'. Sprout from rtems-4-5-branch 2002-01-30 20:04:25 UTC cvs2git <rtems-devel@…> 'This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'.' Cherrypick from rtems-4-5-branch 2001-08-30 19:12:24 UTC Joel Sherrill <joel.sherrill@…> 'changed version to 4.5.1-pre1': VERSION c/src/lib/libc/termios.c Cherrypick from master 1999-03-31 23:21:19 UTC Joel Sherrill <joel.sherrill@…> 'Fixed paths to include files so this will build.': c/src/lib/libcpu/mips/clock/clock.S Cherrypick from master 2002-01-22 17:38:37 UTC Joel Sherrill <joel.sherrill@…> '2002-01-21 Ralf Corsepius <corsepiu@…>': doc/.cvsignore
20:04 Changeset in rtems [636ef9a] by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'. Cherrypick from master 2002-01-30 20:04:24 UTC Joel Sherrill <joel.sherrill@…> 'fixing branch': doc/Makefile.am
20:04 Changeset in rtems [033d167]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
fixing branch
17:48 Changeset in rtems [14926c2e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-29 Ralf Corsepius <corsepiu@…> * rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above. * Makefile.am: Reflect changes above.
17:45 Changeset in rtems [8b25dc6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-29 Ralf Corsepius <corsepiu@…> * rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above. * Makefile.am: Reflect changes above.
14:37 Changeset in rtems [dba2ecd7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-28 Ralf Corsepius <corsepiu@…> * shell/shell.c: Remove #undef STRICT_ANSI.
14:35 Changeset in rtems [ad05d03]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-28 Ralf Corsepius <corsepiu@…> * Makefile.am: Adapt to automake-1.5.
14:34 Changeset in rtems [e70d4e8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-28 Ralf Corsepius <corsepiu@…> * include/Makefile.am: Adapt to automake-1.5.
14:34 Changeset in rtems [7a01fba1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-28 Ralf Corsepius <corsepiu@…> * rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above. * Makefile.am: Reflect changes above.
14:33 Changeset in rtems [dfca13fc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-28 Ralf Corsepius <corsepiu@…> * Makefile.am: Reflect changes from 2002-01-23.
14:31 Changeset in rtems [2d14fce]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-30 Joel Sherrill <joel@…> * buildall.in: Corrected logic for detecting when no RPMs are installed.

01/29/02:

18:26 Changeset in rtems [604bbcc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-29 Joel Sherrill <joel@…> * ChangeLog?: Deleted bad entry.
18:25 Changeset in rtems [cc43517d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-29 Joel Sherrill <joel@…> * src/powerpc/new_exception_processing/remdeb.h: Regenerated.
18:20 Changeset in rtems [ef70d9b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-29 Joel Sherrill <joel@…> * Fixed bug where resetting a timer that was not at the head of one of the task timer chains resulted in the Timer Server task waking up too far in the future. * Added rtems_timer_get_information() directive to support testing. * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for above condition.
18:18 Changeset in rtems [a94c2fbb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-29 Joel Sherrill <joel@…> * include/rtems/score/watchdog.h: Added WATCHDOG_MAXIMUM_INTERVAL.
18:18 Changeset in rtems [422289e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-29 Joel Sherrill <joel@…> * Fixed bug where resetting a timer that was not at the head of one of the task timer chains resulted in the Timer Server task waking up too far in the future. * Added rtems_timer_get_information() directive to support testing. * src/timerserver.c, include/rtems/rtems/timer.h, * src/timergetinfo.c: New file. * src/Makefile.am: Modified to reflect above.

01/24/02:

14:18 Changeset in rtems [49d0704]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-24 Joel Sherrill <joel@…> * README: Added Canadian Cross instructions.
14:14 Changeset in rtems [d7aabb7c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-23 Ralf Corsepius <corsepiu@…> * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x compatibility. * bootstrap: Let --clean remove texinfo.tex.
14:14 Changeset in rtems [b96a7b1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-23 Ralf Corsepius <corsepiu@…> * configure.ac: Add AC_PREFIX_DEFAULT(opt/rtems). * mkbinutilsspec.in: Add propagation of @prefix@. * binutils/base-binutils.add: Let %post and %unpost apply %{_prefix}. Apply %{_prefix} instead of /opt/rtems. * binutils/binutils.add: Update copyright notice. Add _prefix. Apply %{_prefix} instead of /opt/rtems. Remove -a 0 in %setup. Rework hack to SuSE's rpm screwing up %{_target}. Replace ARGS with CONFIGURE_ARGS. * binutils/target-binutils.add: Apply %{_prefix} instead of /opt/rtems.
14:13 Changeset in rtems [59bcc90]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-23 Ralf Corsepius <corsepiu@…> * rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above. AC_CONFIG_SRCDIR(asm.h).
14:13 Changeset in rtems [c3a79fa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-23 Ralf Corsepius <corsepiu@…> * rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above.
14:13 Changeset in rtems [1feedea]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-23 Ralf Corsepius <corsepiu@…> * Makefile.am: Merge in rtems/Makefile.am and rtems/score/Makefile.am. Remove gensize. Require automake-1.5. * rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*. * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h). * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with SIZEOF_CPU_CONTEXT.

01/22/02:

19:14 Changeset in rtems [2fc6dc3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-22 Joel Sherrill <joel@…> * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified because priority added as argument to rtems_timer_initiate_server().
19:13 Changeset in rtems [1ad83eb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-22 Joel Sherrill <joel@…> * include/rtems/rtems/timer.h, src/timerserver.c: Add priority argument to rtems_timer_initiate_server().
18:03 Changeset in rtems [cbc4e6fa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-22 Ralf Corsepius <corsepiu@…> * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
18:00 Changeset in rtems [2cfb2387]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-22 Ralf Corsepius <corsepiu@…> * binutils/binutils.add: Add initial support for building Canadian cross RPMs. It should work like this: cd rtems/scripts ./configure --build=../config.guess --host=i386-cygwin make install rpm --target=i386-cygwin \ /usr/src/redhat/SPECS/<target>-binutils-..spec. alien -t /usr/src/redhat/RPMS/....i386.rpm .. and voila ... your tarball, with rpm-consistency checks etc. applied.
17:55 Changeset in rtems [b0f78e8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-21 Ralf Corsepius <corsepiu@…> * rtems/Makefile.am: New. * rtems/.cvsignore: New. * rtems/score/Makefile.am: New. * rtems/score/.cvsignore: New. * rtems/score/ppc.h: Relocated from shared/. * rtems/score/ppctypes.h: Relocated from shared/. * asm.h: Relocated from shared/. * shared/Makefile.am: Removed. * shared/asm.h: Removed. * shared/ppc.h: Removed. * shared/ppctypes.h: Removed. * shared/.cvsignore: Removed. * Makefile.am: Reflect changes above. * configure.ac: Reflect changes above.
17:38 Changeset in rtems [fb56a37]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-21 Ralf Corsepius <corsepiu@…> * .cvsignore: Reworked. * Makefile.am: Remove texinfo/texinfo.tex * bootstrap: Removed. * configure.ac: Add pkgdocdir. Let htmldir be rooted at pkgdocdir. * main.am: Remove TEXINFO_TEX. * project.am: Let dvidir, psdir, pdfdir be rooted at pkgdocdir. Remove commented out make-variables.
17:38 Changeset in rtems [551857b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-21 Ralf Corsepius <corsepiu@…> * configure.ac: Autoupdate to 2.52. Remove pdl2texi. * Makefile.am: Remove pdl2texi.
17:36 Changeset in rtems [c8f05db]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-21 Ralf Corsepius <corsepiu@…> * rtems_telnetd/pty.c: Move config.h to were it belongs. Remove printf (Reported by Till Straumann <strauman@…>).
17:35 Changeset in rtems [6703f877]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-21 Ralf Corsepius <corsepiu@…> * compilers/gcc-target-default.cfg: Add missing \. Reported by Ilya Alexeev <ilya@…>.
15:41 Changeset in rtems [451199b8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-22 Joel Sherrill <joel@…> * i386-cygwin-binutils.spec.in, i386-cygwin-gcc.spec.in, i386-cygwin-libs.spec.in, i386-cygwin-mingw.spec.in, i386-cygwin-w32api.spec.in, setup.def: Updated to reflect latest versions and packaging.
15:38 Changeset in rtems [08f224b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-22 Joel Sherrill <joel@…> * buildalltar.in: Modified to support Canadian cross builds. It was testing using a RedHat? 7.2 host to build *-rtems tools that run on an i386-cygwin host.
Note: See TracTimeline for information about the timeline view.