forked from Imagelibrary/rtems
91 lines
3.1 KiB
Plaintext
91 lines
3.1 KiB
Plaintext
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
|
|
|
2000-10-30 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* 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>.
|
|
|
|
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
|
Switch to GNU canonicalization.
|
|
|
|
2000-10-19 Antti P Miettinen <anmietti@trshp.ntc.nokia.com>
|
|
|
|
* lib/tftpDriver.c: add comments to handlers struct function pointers.
|
|
* rtems/rtems_glue.c: move pointer arithmetic to be _after_
|
|
pointer has been checked against NULL.
|
|
|
|
2000-10-18 Chris Johns <ccj@acm.org>
|
|
|
|
* pppd/ipxcp.c: Fixed a typo.
|
|
|
|
2000-09-28 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* rtems_webserver/Makefile.am, rtems_webserver/base64.c,
|
|
rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
|
|
* rtems_webserver/sock.c: Added file missed in merger.
|
|
|
|
2000-09-22 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
|
|
rtems_webserver/webmain.c: machine/types.h should not have
|
|
included rtems.h. It is now including precisely the
|
|
least amount of low level, yet portable .h files to get
|
|
the basic RTEMS types defined. This rippled into other
|
|
files since rtems_bsdnet_internal.h used machine/types.h to include
|
|
rtems.h.
|
|
|
|
2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* ChangeLog: Cleanup.
|
|
|
|
2000-09-05 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
|
|
RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
|
|
and to work with the converted flags.
|
|
|
|
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
|
|
net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
|
|
pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
|
|
rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
|
|
|
|
2000-09-01 Rosimildo daSilva <rdasilva@connecttel.com>
|
|
|
|
* emfdb.c: Removed stray semi-colon. Reported on GoAhead
|
|
mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
|
|
|
|
2000-08-31 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* Merged version 2.1 of GoAhead webserver. This update
|
|
was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
|
|
* NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
|
|
um.c, um.h: New files.
|
|
* wbase64.c: Removed.
|
|
* Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
|
|
form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
|
|
socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
|
|
webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
|
|
|
|
2000-08-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* netinet/tcp_input.c: Spelling corrections.
|
|
|
|
2000-08-30 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* rtems_webserver/license.txt: New file.
|
|
|
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* ChangeLog: New file.
|