2002-11-01 Joel Sherrill <joel@OARcorp.com>

* ChangeLog: Corrected.
This commit is contained in:
Joel Sherrill
2002-11-01 22:26:02 +00:00
parent 13597a729d
commit b31106f629
5 changed files with 39 additions and 23 deletions

View File

@@ -1,27 +1,6 @@
2002-11-01 Eric Norum <eric.norum@usask.ca>
* cpukit/libnetworking/nfs/bootp_subr.c
* cpukit/libnetworking/rtems/rtems_bsdnet.h
* cpukit/libnetworking/rtems/rtems_glue.c
Till Straumann's patch to use bootp option 129 to get command line string.
Till Straumann's patch to change inet_ntoa->inet_ntop.
2002-11-01 Joel Sherrill <joel@OARcorp.com>
2002-10-31 Eric Norum <eric.norum@usask.ca>
* cpukit/libcsupport/include/rtems/libio.h
* cpukit/libcsupport/include/rtems/libio_.h
* cpukit/score/include/rtems/score/thread.h
* cpukit/score/src/threadinitialize.c
Infrastructure changes to prepare for new BSD scheduling code.
New sleep/wakeup structure in task control block.
Added function pointer in libio structure.
2002-10-30 Eric Norum <eric.norum@usask.ca>
* cpukit/posix/src/psignal.c: Reflect changes to signal names in newlib
2002-10-30 Eric Norum <eric.norum@usask.ca>
* cpukit/include/rtems/bspIo.h cpukit/libcsupport/src/printk.c:
Add vprintk function for kernel printing from routines
which have already obtained the va_list pointer.
* ChangeLog: Corrected.
2002-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

View File

@@ -1,3 +1,12 @@
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Corrected.
2002-10-30 Eric Norum <eric.norum@usask.ca>
* include/rtems/bspIo.h: Add vprintk function for kernel printing
from routines which have already obtained the va_list pointer.
2002-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-bsp-cache.m4: Remove.

View File

@@ -1,3 +1,12 @@
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Corrected.
2002-10-30 Eric Norum <eric.norum@usask.ca>
* src/printk.c: Add vprintk function for kernel printing
from routines which have already obtained the va_list pointer.
2002-10-31 Joel Sherrill <joel@OARcorp.com>
* src/mallocfreespace.c: Corrected sense of status check to

View File

@@ -1,3 +1,14 @@
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Corrected.
2002-11-01 Eric Norum <eric.norum@usask.ca>
* nfs/bootp_subr.c, rtems/rtems_bsdnet.h, rtems/rtems_glue.c:
Till Straumann's patch (PR295) to use bootp option 129 to get
command line string. Till Straumann's patch to change
inet_ntoa->inet_ntop.
2002-10-31 Joel Sherrill <joel@OARcorp.com>
* libc/rcmd.c, netinet/in_cksum_arm.c: Removed warnings.

View File

@@ -1,3 +1,11 @@
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Corrected.
2002-10-30 Eric Norum <eric.norum@usask.ca>
* src/psignal.c: Reflect changes to signal names in newlib.
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.