Timeline



09/13/98:

13:44 Changeset in rtems [433c5585]4.104.114.84.95 by Wade A Smith <warm38@…>
Changes the name of readdir, umask, mkdir, chmod, chown to cfg_readdir, cfg_umask, cfg_mkdir, cfg_chmod, cfg_chown respectively.

09/12/98:

15:57 Changeset in rtems [08142b48]4.104.114.84.95 by Wade A Smith <warm38@…>
Documented the following routines added to the Configuration Space Management: readdir, open, umask, link, mkdir, unlink, chmod, and chown.,

09/11/98:

23:35 Changeset in rtems [bfcf4cb3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updates to tree to make it build with all desired changes and the conversion of the SONIC driver to the new FreeBSD stack instead of KA9Q.
19:21 Changeset in rtems [23f014a]4.104.114.84.95 by Wade A Smith <warm38@…>
Added documentation for the log_facilityisvalid routine and add thew status code EINVAL to the log_seek routine.
19:17 Changeset in rtems [b29378e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected spelling error.
15:40 Changeset in rtems [c5bb1e02]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 980911
13:12 Changeset in rtems [b3956369]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from "David J. Fiddes" <D.J@…>: I've fixed a few minor probs with the optimised version that Eric put together for me the other day and sent the fixes back to him. Provided he doesn't have a problem with it we've got a pretty solid in_cksum for the ColdFire? as well as straight m68k. I've enclosed my updated in_cksum_m68k.c At the moment my own bottlenecks are elsewhere...as my driver is pulling 16bit data chunks through a libchip-esq access routine from the chip which for a polled I/O device is never going to be quick.

09/10/98:

13:07 Changeset in rtems [0ea9829]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed back so it would build.
13:07 Changeset in rtems [d2b1204]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added references.
12:46 Changeset in rtems [bd3dec5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…>: If you're getting close to a new snaphot, here's something that might be useful to add to the BSP README notes for systems with networking.
12:43 Changeset in rtems [23cdd84c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from David Fiddes <D.J.Fiddes@…> to make this compile for the ColdFire?.
12:31 Changeset in rtems [b67245d0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <ccj@…>: I have managed to build the bsp ods68302 and the rtti test case I made with egcs-1.1b and binutils-2.9.1. I have built our C++ application and got no link errors so it looks like this is now working. I am yet to test the code but getting the thing to link was the problem. Please find a patch attached which removes the -fno-rtti option.
12:28 Changeset in rtems [b7e3949]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…>. Most of this was included in a previous patch. Comments from Eric: patch_com2 was before your own fixes of raw IDT vector management routine. It mainly use human readable constants for the serial line driver code + the patch you gave me for com2 write routine. I applied your patch for raw IDT mngt on top of that. Then made minor cleaning in patch_idt_mngt. I hope this helps.
12:23 Changeset in rtems [109b17f4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> to fix a cryptic error message after comments from Eric Valette <valette@…>.
12:16 Changeset in rtems [eff217e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Emmanuel Raguet <raguet@…>: After some good comments from Eric Norum [thanks, Eric !], I have added some modifications to my previous driver patch : - wait for transmitter ready before sending a packet, - new delay management in case of ring-overwritting.

09/09/98:

18:09 Changeset in rtems [c7cb6bbb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added section on format of the configuration space file.
18:09 Changeset in rtems [c247120a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added gettimeofday().

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