source: rtems/cpukit/libnetworking/ChangeLog @ feead226

4.104.114.84.95
Last change on this file since feead226 was feead226, checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/00 at 16:43:05

2000-11-09 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
  • Property mode set to 100644
File size: 3.3 KB
Line 
12000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
4
52000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
8
92000-10-30      Joel Sherrill <joel@OARcorp.com>
10
11        * POSIX include files merged into newlib.  This resulted in
12        some definitions moving to other files and thus some secondary
13        effects in RTEMS source code.
14        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
15        with newlib's <machine/types.h>.
16        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
17        of struct itimerval in <sys/time.h>.
18
192000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
22        Switch to GNU canonicalization.
23
242000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
25
26        * lib/tftpDriver.c: add comments to handlers struct function pointers.
27        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
28        pointer has been checked against NULL.
29
302000-10-18       Chris Johns <ccj@acm.org>
31
32        * pppd/ipxcp.c: Fixed a typo.
33
342000-09-28      Joel Sherrill <joel@OARcorp.com>
35
36        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
37        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
38        * rtems_webserver/sock.c: Added file missed in merger.
39
402000-09-22      Joel Sherrill <joel@OARcorp.com>
41
42        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
43        rtems_webserver/webmain.c: machine/types.h  should not have
44        included rtems.h.  It is now including precisely the
45        least amount of low level, yet portable .h files to get
46        the basic RTEMS types defined.  This rippled into other
47        files since rtems_bsdnet_internal.h used machine/types.h to include
48        rtems.h.
49
502000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * ChangeLog: Cleanup.
53
542000-09-05      Joel Sherrill <joel@OARcorp.com>
55
56        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
57        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
58        and to work with the converted flags.
59
602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
63        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
64        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
65        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
66
672000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
68
69        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
70        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
71
722000-08-31      Joel Sherrill <joel@OARcorp.com>
73
74        * Merged version 2.1 of GoAhead webserver.  This update
75        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
76        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
77        um.c, um.h: New files.
78        * wbase64.c: Removed.
79        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
80        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
81        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
82        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
83
842000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * netinet/tcp_input.c: Spelling corrections.
87
882000-08-30      Joel Sherrill <joel@OARcorp.com>
89
90        * rtems_webserver/license.txt: New file.
91
922000-08-10      Joel Sherrill <joel@OARcorp.com>
93
94        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.