source: rtems/c/src/libnetworking/ChangeLog @ 3e59793

4.104.114.84.95
Last change on this file since 3e59793 was 3e59793, checked in by Joel Sherrill <joel.sherrill@…>, on 10/31/00 at 16:37:16

2000-10-30 Joel Sherrill <joel@…>

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