Timeline



09/08/98:

15:19 Changeset in rtems [8d0ea20]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file
13:17 Changeset in rtems [62e508f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed chapter names from automatically generated node names.
13:17 Changeset in rtems [d778b4a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed include file path.

09/02/98:

14:22 Changeset in rtems [251f8b1]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
Added text to describe System log, Non-system logs,facility, and severity.

08/31/98:

23:09 Changeset in rtems [4cf89a8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed spacing. More comments from Eric Norum need to be addressed.
23:06 Changeset in rtems [d9d75fc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Emmanuel Raguet <raguet@…>: I have reworked the ethernet driver for the BSP pc386 and here is the patch to apply.
23:03 Changeset in rtems [b285860]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…>: Eric> NB : there is still a bug on PC386 serial line : exit does not Eric> flush the remaining output queue. As this is not a bug in the Eric> driver itself but somewhere in PC386 initialization/termios Eric> relationship it will be part of another patch. Eric> NB2 : As Emmanuel excerced the exception hanlder code, while Eric> porting the SMC driver to the new BSD stack, we found a bug Eric> in the exception handler : it shall not delete the current Eric> thread in case we are running at interrupt level. This will Eric> be part of another patch... So here is the patch. This patch fixes the two problems mentionned above + it use vpath mechanism intead of copying the irq related files in the right directory. This avoid to compile them each time and is more homogenous with other Makefiles.
22:56 Changeset in rtems [de9edc4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…>: Here is a brief description of the attached patch : 1) There was a bug in the code for the COM2 serial line driver. Aleksey gave me a fix that fixes the driver code itself. I would like to thank him again publicly, 2) I introduced constants in the serial driver code because I had a hard time reading the meanning of hexadecimal values in the NS data book :) 3)You can now mix printk and printf on serial line (tested on COM2). There is a #ifdef PRINTK_ON_SERIAL in console.c that enables to have printk on console while printf on serial line, 4) Removed call to displayCpuInfo because anyway if was at the wrong place for serial line console (too early). It can anyway be called at application level, 5) The original printk was unable to display negative integer values and was also recursive. It now works corectly, All the modifications have been tested here on the COM2 port from a PC running RTEMS to a PC running linux, NB : there is still a bug on PC386 serial line : exit does not flush the remaining output queue. As this is not a bug in the driver itself but somewhere in PC386 initialization/termios relationship it will be part of another patch. NB2 : As Emmanuel excerced the exception hanlder code, while porting the SMC driver to the new BSD stack, we found a bug in the exception handler : it shall not delete the current thread in case we are running at interrupt level. This will be part of another patch…
22:53 Changeset in rtems [85734b3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…>: I think I figured out why rtems_panic was locking up instead of shutting down the executive and returning to the code that called boot_card(). Later on there is code to print some messages on the standard error stream, a recursive call back to rtems_verror (through rtems_error) and finally a call to _exit(). I think that the _Thread_Disable_dispatch() is preventing the final context switch back to the boot_card() code. Does this sound right to you?
15:39 Changeset in rtems [90c60f7]4.104.114.84.95 by Wade A Smith <warm38@…>
Updated the descriptions section for the log_create and log_sys_create functions.d

08/28/98:

19:59 Changeset in rtems [82db2d3a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Reviewed log_read().
16:48 Changeset in rtems [566669f5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Reviewed and corrected log_write(), log_write_any(), and log_write_entry().
14:32 Changeset in rtems [b67f7946]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added log_write_any and part of log_copy. Reviewed log_close.
13:31 Changeset in rtems [61b1b37c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added author credit.
13:27 Changeset in rtems [f96e8ee]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added CVS Ids.
13:27 Changeset in rtems [e061a007]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added top level file and cleaned up chapter names
13:26 Changeset in rtems [6968c9e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Undid renaming.
13:25 Changeset in rtems [0918cc4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Renamed intro to preface.
13:21 Changeset in rtems [07b3693f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Base files
13:09 Changeset in rtems [a44a927]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file

08/27/98:

20:53 Changeset in rtems [af5a571]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated log_seek() per review.
20:16 Changeset in rtems [6520befe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modified log_open() to reflect review.
18:53 Changeset in rtems [d65d22a0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected descriptions of log facility set manipulation routines as part of the review.
18:28 Changeset in rtems [c5568160]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected log_severity_before as part of reviewing the code.

08/26/98:

14:18 Changeset in rtems [9c79229]4.104.114.84.95 by Wade A Smith <warm38@…>
Incorporated the "#include <dump.h>" statement in file.
14:13 Changeset in rtems [3e6eb1dd]4.104.114.84.95 by Wade A Smith <warm38@…>
Incorporated the "#include cfg.h" statement in document
14:11 Changeset in rtems [984e5c1d]4.104.114.84.95 by Wade A Smith <warm38@…>
Incorporated the "#include <admin.h>" statement in file
14:08 Changeset in rtems [30cc2e0]4.104.114.84.95 by Wade A Smith <warm38@…>
Corrected mispelled words.

08/25/98:

22:09 Changeset in rtems [571a915]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added some background and operations subsections.
21:02 Changeset in rtems [a99ea16]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed spelling mistakes.
20:56 Changeset in rtems [142f6a5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed spelling mistake.
20:54 Changeset in rtems [d1a859c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Cleaned up formatting. Added notes on background and operations sections. Added NOTE to indicate the feature flag defined.
19:49 Changeset in rtems [d5ef5bd1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Commit for review
15:26 Changeset in rtems [2a23c28]4.104.114.84.95 by Wade A Smith <warm38@…>
Documented the log_create and log_sys_create routines
Note: See TracTimeline for information about the timeline view.