summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2002-11-01 18:43:09 +0000
committerEric Norum <WENorum@lbl.gov>2002-11-01 18:43:09 +0000
commit022fcc0755f815bc71373120888a278e88aaa305 (patch)
treef898da21eb4d640ee8b9d32fecbeccec0829bea1 /ChangeLog
parent2002-11-01 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-022fcc0755f815bc71373120888a278e88aaa305.tar.bz2
Till Straumann's patch to:
use bootp option 129 to get command line string change inet_ntoa->inet_ntop
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e394e50fe..5aeadf9a3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+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-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