Timeline



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.

01/19/99:

21:29 Changeset in rtems [5f22d091]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed referencing to network driver since it has not been merged yet.
21:29 Changeset in rtems [98cc966d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Regenerated.
20:24 Changeset in rtems [6a14ae56]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added comments to indicate what options are required to take advantage of removal of unused function code found in newer binutils/egcs snapshots. Early test with psim and hello.exe showed about a 13% gain.
20:23 Changeset in rtems [7d0dbf1a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed definition of ASMFLAGS since as does not recognize -B option used in gcc.
20:23 Changeset in rtems [a7c4314d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added comments for changing to a filesystem
20:19 Changeset in rtems [eb6fafd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Per bug report from Jiri Gaisler that RTEMS would no longer build with the --disable-posix option, stubs for some routines (_getpid_r and _kill_r) that are normally defined with POSIX were added.
20:17 Changeset in rtems [1924610]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed duplicate lines in file.
20:09 Changeset in rtems [ba2adf5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Jiri Gaisler <jgais@…>: getting the spurious trap handling to work required a couple more fixes - I have attached a patch against rtems-4.0.0 with the necessary changes. I also added functionality so that the address of the trapped instruction is reported and in case of a data access error, the data address is also reported.
17:38 Changeset in rtems [b33d8a2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Moved sys/ioctl.h to libc support
Note: See TracTimeline for information about the timeline view.