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

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

2000-11-25 Antti P Miettinen <antti.p.miettinen@…>

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