Timeline



02/03/99:

22:12 Changeset in rtems [cd792a86]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from John S Gwynne <jsg@…> for malloctest. His comments: I have a few patches for the efi332 bsp. If you let me know when you expect the next snapshot release, I will try to have them to you before then. Also, the malloctest has some problems that I would think would prevent it from running on almost any platform. I have enclose patches below to fix (1) Task_id and Task_name dimensioning, (2) end of test message, (3) the amount of memory malloc'ed, and (4) retry on unsuccessful (out of memory) molloc's.
16:22 Changeset in rtems [0747e2d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
POSIX Timers submitted by Juan Zamorano Flores <jzamora@…>.
16:21 Changeset in rtems [c30d04d7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New test from Juan Zamorano Flores <jzamora@…> that is part of the addition of POSIX timers.
16:20 Changeset in rtems [657be8f5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New files from Juan Zamorano Flores <jzamora@…> that are part of the addition of POSIX timers.
13:46 Changeset in rtems [2a766a0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added POSIX timers.

02/02/99:

21:56 Changeset in rtems [9e43ee5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
21:15 Changeset in rtems [13e11f6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added debug #define and commented it out.
21:15 Changeset in rtems [5d5f23b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added PowerPC specific in_cksum file.
21:14 Changeset in rtems [9b9c4dfd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file. Based on the i386 version.
16:28 Changeset in rtems [811115de]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added debug print routines for TX and RX descriptors. Fixed bug where only the mbuf associated with the first TX fragment was being freed.
16:27 Changeset in rtems [14faf00]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Converted from DOS text file.

01/31/99:

20:52 Changeset in rtems [01a2e18]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed unneeded include of libio_.h.
20:50 Changeset in rtems [7b158663]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Prepended macro variables with "_" to avoid name conflicts in expansions.
20:49 Changeset in rtems [0e94e3b3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added bump buffer.
20:49 Changeset in rtems [d93b23d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added dump buffer.
20:46 Changeset in rtems [7dbab720]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Can send and receive packets but fails when TDA wraps. There appears to be a problem with overwriting the TX descriptors during an RX.
20:45 Changeset in rtems [07d880f4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Split psignal.c into many more files. This reduced the amount of object code that has to be loaded just for initializing the signal manager.
19:12 Changeset in rtems [379d2ed]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New files added to ease debugging.

01/28/99:

18:42 Changeset in rtems [cdf8a300]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> to avoid dereferencing a NULL pointer.
18:42 Changeset in rtems [c9df8d8f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> to set more flags in rtems_bsdnet_makeFdForSocket().

01/26/99:

16:00 Changeset in rtems [d90df9aa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added include of <rtems/posix/priority.h> so a macro would expand and eliminate a link error.
01:50 Changeset in rtems [39ba9122]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed prototype of rtems_bsdnet_makeFdForSocket to (void *) pointer so that the libc code did not have to know about (struct socket).
01:49 Changeset in rtems [887618b0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Switched from printf() to puts().
01:49 Changeset in rtems [d78b7a9e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added libio_sockets.c to hold support routines for networking code.
01:48 Changeset in rtems [39c9723]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added prototype information about the SONIC driver.

01/25/99:

23:20 Changeset in rtems [03598b1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Split most of POSIX Threads Manager into multiple files.
23:20 Changeset in rtems [535db3ae]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added enough prototypes to allow most of POSIX Threads Manager to be split into multiple files.

01/21/99:

22:25 Changeset in rtems [94b3ee13]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Made to compile after hacking tftp driver into beginnings of a mini-filesystem.
14:51 Changeset in rtems [3048b8f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added common problems section after post by Philippe Le Foll <Philippe.LeFoll@…> on rtems-list. :)

01/20/99:

21:59 Changeset in rtems [97d6366]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed call to rtems_close() to close().
18:55 Changeset in rtems [c27b2d0d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Update of network driver from Erik Ivanenko <erik.ivanenko@…>. Comments follow: Here is the contents of the network directory of the i386ex BSP. The reset function has been recently added, and tested through a command line interface. A reset event to the reset thread to reset the NIC. This is done when the ISR detects that the NIC is in an invalid state. It has not been tested "in real life" since the board has not seen an invalid state since the reset function was implemented.
15:55 Changeset in rtems [f91b8df1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> to make m68360.h usable outside RTEMS. Comment: I found a couple of places other than RTEMS where I'd like to use the declarations supplied in m68360.h. To make this easier to do, I've redone the declarations in m68360.h to use standard C types.
15:48 Changeset in rtems [2d733c42]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
More general fix based on bug report and patch from Ian Lance Taylor <ian@…> to fix this problem: There is a small bug in rtems_close in c/src/lib/libc/libio.c. It does not check whether the file descriptor it is passed is open. This can cause it to make a null dereference if it is passed a file descriptor which is in the valid range but which was not opened, or which was already closed.
Note: See TracTimeline for information about the timeline view.