Timeline



03/01/02:

17:49 Changeset in rtems [b04ee63]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-01 Eric Norum <eric.norum@…> * src/pthreadonce.c: Task is not preemptable while running a pthread_once init function. This is slightly less heavy handed than disabling dispatching and seems better than consuming a mutex.
17:45 Changeset in rtems [49155d9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-01 Eric Norum <eric.norum@…> * libc/gxx_wrappers.c: Task is not preemptable while running a pthread_once init function. This is slightly less heavy handed than disabling dispatching and seems better than consuming a mutex.
17:15 Changeset in rtems [41debfd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-01 Joel Sherrill <joel@…> * VERSION: Updated to rtems-ss-20020301.
16:29 Changeset in rtems [7f794ac7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-27 Greg Menke <gregory.menke@…> * mongoosev/include/mongoose-v.h: Added cache constants. * mongoosev/vectorisrs/vectorisrs.c: More tinkering to improve performance.
16:25 Changeset in rtems [3a78c2a4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-27 Greg Menke <gregory.menke@…> * mongoosev/include/mongoose-v.h: Added cache constants. * mongoosev/vectorisrs/vectorisrs.c: More tinkering to improve performance.
16:24 Changeset in rtems [5fa68868]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-03-01 Joel Sherrill <joel@…> * ChangeLog?: Corrected previous entry.
16:22 Changeset in rtems [cd6bec6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-27 Greg Menke <gregory.menke@…> * shared/gdbstub/README: Added text. * shared/gdbstub/mips-stub.c: Modified isr install routine to capture all exceptions.
16:21 Changeset in rtems [0ea3293]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-27 Greg Menke <gregory.menke@…> * start/start.S: Added kseg1 test to enable cache flush code * bsp_specs: Added -qnostartfile to disable including bsp's start.o * startup/bspstart.c: Made clear_cache actually work, tweaked cpu init to only turn on whats needed. * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and a handy init function.
16:21 Changeset in rtems [bd1ecb0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-27 Greg Menke <gregory.menke@…> * cpu_asm.S: Fixed exception return address, modified FP context switch so FPU is properly enabled and also doesn't screw up the exception FP handling. * idtcpu.h: Added C0_TAR, the MIPS target address register used for returning from exceptions. * iregdef.h: Added R_TAR to the stack frame so the target address can be saved on a per-exception basis. The new entry is past the end of the frame gdb cares about, so doesn't affect gdb or cpu.h stuff. * rtems/score/cpu.h: added an #ifdef so cpu_asm.S can include it to obtain FPU defines without systax errors generated by the C defintions. * cpu.c: Improved interrupt level saves & restores.
16:17 Changeset in rtems [f9d1afc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-03-01 Joel Sherrill <joel@…> * src/imfs/.cvsignore: Added stamp-h1.in
16:17 Changeset in rtems [a9106e1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-03-01 Joel Sherrill <joel@…> * .cvsignore: New file.

02/28/02:

23:10 Changeset in rtems [274fa77]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-28 Mike Panetta <ahuitzot@…> * console/sci.c, console/sci.h, console/console.c: Added new SCI driver. * start/start.c: Removed file. * start/start.S: New file, the asm portion of the updated start code. * start/configure.am: Added start.S, removed start.c * startup/start_c.c: New file, the C portion of the updated start code. Contains most of the code that was in the old start.c. * startup/configure.am: Added start_c.c to C_FILES. * include/bsp.h: Added include <rtems/bspIo.h>
20:50 Changeset in rtems [098cdaf6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-28 Victor V. Vengerov <vvv@…> * DOS filesystem including FAT12, FAT16, and FAT32 support submitted. * Makefile.am: Modified to reflect addition.
20:44 Changeset in rtems [1d42dcbc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-28 Victor V. Vengerov <vvv@…> * DOS filesystem including FAT12, FAT16, and FAT32 support submitted. * configure.ac: Modified to reflect addition.
20:43 Changeset in rtems [f36a7bfc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-28 Victor V. Vengerov <vvv@…> * DOS filesystem including FAT12, FAT16, and FAT32 support submitted. * src/dosfs, src/dosfs/Makefile.am, src/dosfs/stamp-h2.in, src/dosfs/config.h.in, src/dosfs/dosfs.h, src/dosfs/fat.c, src/dosfs/fat.h, src/dosfs/fat_fat_operations.c, src/dosfs/fat_fat_operations.h, src/dosfs/fat_file.c, src/dosfs/fat_file.h, src/dosfs/msdos.h, src/dosfs/msdos_create.c, src/dosfs/msdos_dir.c, src/dosfs/msdos_eval.c, src/dosfs/msdos_file.c, src/dosfs/msdos_free.c, src/dosfs/msdos_fsunmount.c, src/dosfs/msdos_handlers_dir.c, src/dosfs/msdos_handlers_file.c, src/dosfs/msdos_init.c, src/dosfs/msdos_initsupp.c, src/dosfs/msdos_misc.c, src/dosfs/msdos_mknod.c, src/dosfs/msdos_node_type.c, src/dosfs/.cvsignore: New files. * configure.ac, src/Makefile.am, wrapup/Makefile.am: Modified to reflect addition.
20:39 Changeset in rtems [e51bd96]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-28 Joel Sherrill <joel@…> * Submitted by Victor V. Vengerov <vvv@…> and merged into the RTEMS source. * ChangeLog?, Makefile.am, README, configure.ac, include/Makefile.am, include/rtems/bdbuf.h, include/rtems/blkdev.h, include/rtems/diskdevs.h, include/rtems/ramdisk.h, include/rtems/.cvsignore, include/.cvsignore, src/Makefile.am, src/bdbuf.c, src/blkdev.c, src/diskdevs.c, src/ramdisk.c, src/.cvsignore, .cvsignore: New files.

02/27/02:

22:43 Changeset in rtems [cb1e8a46]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-27 Ilya Alexeev <ilya@…> * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h, pppd/sys-rtems.c: Add server with pap-authorization capabilities as well as eliminate some warnings.
22:39 Changeset in rtems [c52f1c7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-27 Eric Norum <eric.norum@…> * net/radix.c: Properly handle fetching the default route when there is no route. This was a bug in the original FreeBSD code and this fix is from an updated version of their code.
22:32 Changeset in rtems [1bbe2e1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-27 Joel Sherrill <joel@…> * Significant modifications including adding thread support, the 'X' command, and reorganizing so that target CPU independent routines could be reused. * gdb_if.h: Added numerous prototypes. * mips-stub.c: Added thread support as well as 'X' command. Also noticed that the 'P' command was from the mips protocol. * rtems-stub-glue.c: New file. This file contains all generic support which should be able to be reused on another target CPU.
22:18 Changeset in rtems [3f1c124]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-27 Joel Sherrill <joel@…> * startup/Makefile.am: Added rtems-stub-glue.c to C_FILES.
21:56 Changeset in rtems [0694dbab]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-27 Joel Sherrill <joel@…> * configure.ac: Be a little more lenient in matching sparc-solaris.
21:45 Changeset in rtems [2433bcaf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-02-27 Joel Sherrill <joel@…> * rtems/score/cpu.h: Fix conditional to match current GCC.

02/20/02:

15:32 Ticket #73 (Get MHonArc and HTDig to run automatically) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: MHonArc now runs every 30 minutes to freshen the mail list archives, and on the first day of each month to regenerate the index of messages. The HTDig PR will be reopened in the IT DB.

02/15/02:

14:09 Changeset in rtems [7f87dd3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-15 Joel Sherrill <joel@…> * VERSION: Updated to rtems-ss-20020215.
Note: See TracTimeline for information about the timeline view.