source: rtems/c/src/libnetworking/ChangeLog @ 407bc8c

4.104.114.84.95
Last change on this file since 407bc8c was 407bc8c, checked in by Joel Sherrill <joel.sherrill@…>, on 12/14/00 at 14:12:19

2000-12-14 Eric Norum <eric.norum@…>

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