source: rtems/c/src/libnetworking/ChangeLog @ bcefea16

4.104.114.84.95
Last change on this file since bcefea16 was bcefea16, checked in by Joel Sherrill <joel.sherrill@…>, on 11/27/00 at 17:03:22

2000-11-27 Joel Sherrill <joel@…>

  • libc/res_init.c: Fix typo - adding missing # on include.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12000-11-27      Joel Sherrill <joel@OARcorp.com>
2
3        * libc/res_init.c: Fix typo - adding missing # on include.
4
52000-11-25      Eric Norum <eric.norum@usask.ca>
6
7        * libc/res_init.c: Move include to avoid compiler dumping core.
8
92000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
10
11        * wrapup/Makefile.am: Added modem subdir.
12        * configure.in, Makefile.am: Added modem subdir.
13        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
14        * pppd/Makefile.am: Added pppmain.c (which needs work).
15        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
16        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
17        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
18        Actually main.c and ppp_tty.c should be scratched. The modem
19        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
20
212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
24
252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
28
292000-10-30      Joel Sherrill <joel@OARcorp.com>
30
31        * POSIX include files merged into newlib.  This resulted in
32        some definitions moving to other files and thus some secondary
33        effects in RTEMS source code.
34        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
35        with newlib's <machine/types.h>.
36        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
37        of struct itimerval in <sys/time.h>.
38
392000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
42        Switch to GNU canonicalization.
43
442000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
45
46        * lib/tftpDriver.c: add comments to handlers struct function pointers.
47        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
48        pointer has been checked against NULL.
49
502000-10-18       Chris Johns <ccj@acm.org>
51
52        * pppd/ipxcp.c: Fixed a typo.
53
542000-09-28      Joel Sherrill <joel@OARcorp.com>
55
56        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
57        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
58        * rtems_webserver/sock.c: Added file missed in merger.
59
602000-09-22      Joel Sherrill <joel@OARcorp.com>
61
62        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
63        rtems_webserver/webmain.c: machine/types.h  should not have
64        included rtems.h.  It is now including precisely the
65        least amount of low level, yet portable .h files to get
66        the basic RTEMS types defined.  This rippled into other
67        files since rtems_bsdnet_internal.h used machine/types.h to include
68        rtems.h.
69
702000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * ChangeLog: Cleanup.
73
742000-09-05      Joel Sherrill <joel@OARcorp.com>
75
76        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
77        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
78        and to work with the converted flags.
79
802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
83        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
84        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
85        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
86
872000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
88
89        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
90        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
91
922000-08-31      Joel Sherrill <joel@OARcorp.com>
93
94        * Merged version 2.1 of GoAhead webserver.  This update
95        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
96        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
97        um.c, um.h: New files.
98        * wbase64.c: Removed.
99        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
100        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
101        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
102        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
103
1042000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * netinet/tcp_input.c: Spelling corrections.
107
1082000-08-30      Joel Sherrill <joel@OARcorp.com>
109
110        * rtems_webserver/license.txt: New file.
111
1122000-08-10      Joel Sherrill <joel@OARcorp.com>
113
114        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.