source: rtems/c/src/libnetworking/ChangeLog @ 75ca179

4.104.114.84.95
Last change on this file since 75ca179 was 75ca179, checked in by Joel Sherrill <joel.sherrill@…>, on 01/02/01 at 14:18:44

2001-01-02 Joel Sherrill <joel@…>

  • CHANGELOG: Removed.
  • README: Merged CHANGELOG contents as initial changes.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12001-01-02      Joel Sherrill <joel@OARcorp.com>
2
3        * CHANGELOG: Removed.
4        * README: Merged CHANGELOG contents as initial changes.
5
62000-12-14      Eric Norum <eric.norum@usask.ca>
7
8        * lib/tftpDriver.c: Added write capability.
9
102000-12-08      Joel Sherrill <joel@OARcorp.com>
11
12        * libc/linkaddr.c: Initialized variable to remove warning.
13        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
14        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
15        that were not used because the code using them was commented out.
16        Removed totally unused variables.
17        * modem/pppcompress.c: Added parentheses to avoid warnings.
18        * pppd/pppmain.c: Removed numerous warnings.
19
202000-11-30      Joel Sherrill <joel@OARcorp.com>
21
22        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
23        that is an RTEMS specific header file.
24
252000-11-30      Joel Sherrill <joel@OARcorp.com>
26
27        * sys/ttycom.h: Moved to lib/include/sys.
28        * Makefile.am: Modified to reflect above.
29
302000-11-27      Joel Sherrill <joel@OARcorp.com>
31
32        * libc/res_init.c: Fix typo - adding missing # on include.
33
342000-11-25      Eric Norum <eric.norum@usask.ca>
35
36        * libc/res_init.c: Move include to avoid compiler dumping core.
37
382000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
39
40        * wrapup/Makefile.am: Added modem subdir.
41        * configure.in, Makefile.am: Added modem subdir.
42        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
43        * pppd/Makefile.am: Added pppmain.c (which needs work).
44        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
45        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
46        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
47        Actually main.c and ppp_tty.c should be scratched. The modem
48        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
49
502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
53
542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
57
582000-10-30      Joel Sherrill <joel@OARcorp.com>
59
60        * POSIX include files merged into newlib.  This resulted in
61        some definitions moving to other files and thus some secondary
62        effects in RTEMS source code.
63        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
64        with newlib's <machine/types.h>.
65        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
66        of struct itimerval in <sys/time.h>.
67
682000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
71        Switch to GNU canonicalization.
72
732000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
74
75        * lib/tftpDriver.c: add comments to handlers struct function pointers.
76        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
77        pointer has been checked against NULL.
78
792000-10-18       Chris Johns <ccj@acm.org>
80
81        * pppd/ipxcp.c: Fixed a typo.
82
832000-09-28      Joel Sherrill <joel@OARcorp.com>
84
85        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
86        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
87        * rtems_webserver/sock.c: Added file missed in merger.
88
892000-09-22      Joel Sherrill <joel@OARcorp.com>
90
91        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
92        rtems_webserver/webmain.c: machine/types.h  should not have
93        included rtems.h.  It is now including precisely the
94        least amount of low level, yet portable .h files to get
95        the basic RTEMS types defined.  This rippled into other
96        files since rtems_bsdnet_internal.h used machine/types.h to include
97        rtems.h.
98
992000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * ChangeLog: Cleanup.
102
1032000-09-05      Joel Sherrill <joel@OARcorp.com>
104
105        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
106        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
107        and to work with the converted flags.
108
1092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
112        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
113        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
114        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
115
1162000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
117
118        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
119        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
120
1212000-08-31      Joel Sherrill <joel@OARcorp.com>
122
123        * Merged version 2.1 of GoAhead webserver.  This update
124        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
125        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
126        um.c, um.h: New files.
127        * wbase64.c: Removed.
128        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
129        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
130        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
131        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
132
1332000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * netinet/tcp_input.c: Spelling corrections.
136
1372000-08-30      Joel Sherrill <joel@OARcorp.com>
138
139        * rtems_webserver/license.txt: New file.
140
1412000-08-10      Joel Sherrill <joel@OARcorp.com>
142
143        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.