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

4.104.114.84.95
Last change on this file since f0864664 was f0864664, checked in by Joel Sherrill <joel.sherrill@…>, on 11/25/00 at 19:45:56

2000-11-25 Eric Norum <eric.norum@…>

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