URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [c/] [src/] [libnetworking/] [ChangeLog] - Rev 1782
Compare with Previous | Blame | View Log
2002-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* pppd/chap.c, pppd/fsm.c, pppd/fsm.h, pppd/upap.c: Per PR255fix prototype mismatches.2002-07-01 Joel Sherrill <joel@OARcorp.com>* rtems_webserver/misc.c: Per PR236 eliminate definition of strnlen().2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* wrapup/Makefile.am: Build libnetapps.a.Don't preinstall libnetapps.a2002-05-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* Makefile.am: Remove headers. Remove CHANGELOG.* configure.ac: Use AC_CONFIG_SRCDIR([pppd]).2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Move networking libraries to c/src/exec/libnetworking* configure.ac: Reflect Moval.* Makefile.am: Reflect Moval.* wrapup/Makefile.am: Reflect Moval.2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.2002-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).* rtems/mkrootfs.h: Ditto.* rtems/Makefile.am: Reflect changes above.2002-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* sys/ioctl.h: Remove.* sys/sockio.h: Remove.* sys/filio.h: Remove.* sys/Makefile.am: Reflect changes above.2001-05-14 Joel Sherrill <joel@OARcorp.com>* ChangeLog: Corrected -- entry should have been in libchip.2002-05-01 Eric Norum <eric.norum@usask.ca>* machine/in_cksum.h: Per PR200 fix multi-line inline assemblyto satisfy gcc 3.1 and newer.2002-04-26 Eric Norum <eric.norum@usask.ca>* netinet/in_cksum_i386.c: Add volatile so the more agressiveoptimization in gcc 3.1 does not reorder things.2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* pppd/utils.c: Adapt to gcc-3.x.2002-04-11 Chris Johns <ccj@acm.org>* c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, addedthe drv_ctrl driver control block field to the ifconfig network driverstructure. This field is needed by the i82586 driver which was portedfrom NetBSD as it had better hardware abstraction.2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* ChangeLog: Fix dates.2002-03-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* libc/rcmd.c: Replace __rtems w/ __rtems__.2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* configure.ac:AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).AM_INIT_AUTOMAKE([no-define foreign 1.6]).* arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.* kern/Makefile.am: Remove AUTOMAKE_OPTIONS.* Makefile.am: Remove AUTOMAKE_OPTIONS.* lib/Makefile.am: Remove AUTOMAKE_OPTIONS.* libc/Makefile.am: Remove AUTOMAKE_OPTIONS.* machine/Makefile.am: Remove AUTOMAKE_OPTIONS.* net/Makefile.am: Remove AUTOMAKE_OPTIONS.* netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.* nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.* pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.* rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.* rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.* rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.* rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.* sys/Makefile.am: Remove AUTOMAKE_OPTIONS.* vm/Makefile.am: Remove AUTOMAKE_OPTIONS.* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.2002-03-27 Thomas.Doerfler@imd-systems.de* PR144* nfs/bootp_subr.c bootpc_init(): Performs a write to memory address0 when called for the first time. This is done when trying to clearthe variable "dhcp_hostname".2002-03-27 Ilya Alexeev <ilya@continuum.ru>* PR162* net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Localvariables must not be used in a device write routines. Nowppp_softc structure have own character for writing to device(sc_outchar). I think that converting local variables to staticis not a right solution, because problems will occur in the caseof two or more ppp instances.* net/ppp_tty.c pppstart(): Type of the ioffset variable must beu_long, otherwise in the case of the big output packet endlessloop may occur.2002-03-21 Ilya Alexeev <ilya@continuum.ru>* net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiplePPPD connections.2001-03-20 Till Straumann <strauman@SLAC.Stanford.EDU>* PR158* libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call bycommenting out the parts that deal with signals. This enablesRTEMS to 'rsh' command to a server connecting fd to remote stdio.The 'server-side' parts of this file which deal with authenticationare disabled since they are not needed.2002-02-27 Ilya Alexeev <ilya@continuum.ru>* net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,pppd/sys-rtems.c: Add server with pap-authorizationcapabilities as well as eliminate some warnings.2002-02-27 Eric Norum <eric.norum@usask.ca>* net/radix.c: Properly handle fetching the default route when thereis no route. This was a bug in the original FreeBSD code and thisfix is from an updated version of their code.2002-02-01 Mike Siers <mikes@poliac.com>* pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringingthe link down too fast.NOTE: Mike reports successfully running at 56K baud on a direct link.2002-01-31 Mike Siers <mikes@poliac.com>* pppd/rtemsdialer.h: New file missed in previous commit.2002-01-31 Mike Siers <mikes@poliac.com>* Nice Update of PPPD support which eliminates therequiremetn that drivers be in the termios TASK_DRIVEN mode.Mike did significant testing and reports that it seems to bemore stable and handle larger packets better. This patchreplaces the termios tasks with more general pppd networkdriver tasks. The functions pppinput() and pppstart() getcalled from the interrupt service routine.* Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,pppd/upap.h, pppd/utils.c, pppd/example/README,pppd/example/netconfig.h, wrapup/Makefile.am: Modified.* net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.* modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* rtems_telnetd/pty.c: Move config.h to were it belongs.Remove printf (Reported by Till Straumann<strauman@SLAC.Stanford.EDU>).2002-02-16 Eric Norum <eric.norum@usask.ca>* lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* pppd/sys-rtems.c: Remove unused variable status fromdodefaultroute.2002-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include<rtems/seterr.h>.2001-12-18 Eric Norum <eric.norum@usask.ca>* lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'(path names with a / at the end) while disallowing open() operationson TFTP `directories'.2001-12-07 Eric Norum <eric.norum@usask.ca>* lib/tftpDriver.c: Restore write capability.2001-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* arpa/Makefile.am: Remove stray lines.2001-10-18 Eric Norum <eric.norum@usask.ca>* lib/tftpDriver.c: Properly handles ../ components in chdir() andopen() operations within the TFTP file system.2001-10-12 Mike Siers <mikes@poliac.com>* Update to stable working state. Congratulations Mike! :)* modem_example: Directory removed.* modem_example/16550.h, modem_example/README, modem_example/modem.c,modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,modem_example/pppcompress.c: Files removed.* pppd/example/pppd.options: New file.* pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,pppd/pppd.h, pppd/rtemsmain.c: Updated.2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* .cvsignore: Add autom4te.cache for autoconf > 2.52.* configure.in: Remove.* configure.ac: New file, generated from configure.in by autoupdate.2001-09-27 Eric Norum <eric.norum@usask.ca>* lib/tftpDriver.c: Add limited chdir() support to the TFTPfilesystem.2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* machine/Makefile.am: Use 'PREINSTALL_FILES ='.* net/Makefile.am: Use 'PREINSTALL_FILES ='.* netinet/Makefile.am: Use 'PREINSTALL_FILES ='.* vm/Makefile.am: Use 'PREINSTALL_FILES ='.* pppd/Makefile.am: Use 'PREINSTALL_FILES ='.* sys/Makefile.am: Use 'PREINSTALL_FILES ='.* rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.* arpa/Makefile.am: Use 'PREINSTALL_FILES ='.* nfs/Makefile.am: Use 'PREINSTALL_FILES ='.* rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.* rtems/Makefile.am: Use 'PREINSTALL_FILES ='.* rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.2001-09-19 Eric Norum <eric.norum@usask.ca>* lib/tftpDriver.c: Add some debugging capability.2001-09-19 Chris Johns <ccj@acm.org>* nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,rtems/rtems_bsdnet_internal.h Added support for populating theinitial "root" filesystem with information obtained via the DHCPresponse.2001-08-16 Mike Siers <mikes@poliac.com>* pppd/STATUS: Updated by Joel based upon email from Mike.* pppd/cbcp.c, pppd/cbcp.h: Readded files. These support callbackfunctionality that has not even been compiled under RTEMS yet.2001-08-16 Joel Sherrill <joel@OARcorp.com>* pppd/example/Makefile: Removed.* pppd/example/Makefile-user: Added was Makefile. Renamed toavoid bootstrap -c clobbering it.2001-08-16 Mike Siers <mikes@poliac.com>* Update of PPPD to 2.3.11 from 2.3.5 and addition of an exampleapplication. Mike's notes on the modifications:- renamed error() function because of namespace problems- removed calls to the exit() funciton- removed extra files from the pppd source directory- defined pppd task constant values in rtemspppd.h- modifyied example code to get actual tick per second value- placed the pppd 2.3.11 man page file (pppd.8) into the pppddirectory* pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.* pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:New files.* modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,pppd/magic.h, pppd/options.c, pppd/patchlevel.h,pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.2001-08-16 Joel Sherrill <joel@OARcorp.com>* rtems_telnetd/.cvsignore: New file.2001-08-09 Fernando-Ruiz Casas <correo@fernando-ruiz.com>* Makefile.am, configure.in, rtems_servers/Makefile.am,rtems_servers/telnetd.c, rtems_servers/telnetd.h,rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,rtems_telnetd/telnetd.h, wrapup/Makefile.am:- pty and telnetd have a new subdir rtems_telnetd to avoidthe side effect when ftpd change.- the tcp/ip stats have been implemented into icmds.c andstarted when telnetd daemon is started.* rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.* rtems_telnetd: New directory.* rtems_telnetd/Makefile.am, rtems_telnetd/README,rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* rtems_servers/Makefile.am: Deleted blank lines.2001-06-14 Joel Sherrill <joel@OARcorp.com>* rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shellso the network stack to address network depenendency.* rtems_servers/Makefile.am: Modified to reflect above.2001-05-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* libc/Makefile.am: Remove -D__STRICT_ANSI__.2001-04-24 Eric Norum <eric.norum@usask.ca>* lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTPsynchronization a little more robust -- no NTP daemon yet, butat least it trys a little harder when the primary NTP server is down.2001-04-20 Radzislaw Galler <rgaller@et.put.poznan.pl>* modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,pppd/modem_example/modem.c, pppd/modem_example/ppp.c: TranslatedPolish comments and other strings into English* pppd/STATUS: updated to reflect the changes2001-04-20 Jake Janovetz <janovetz@uiuc.edu>* rtems_servers/ftpd.c: Correct argument so hooks work again.2001-03-15 Ralf Corsepius <corsepius@faw.uni-ulm.de>* include/.cvsignore: Remove dangling file.2001-01-31 Sergei Organov <osv@javad.ru>* rtems_servers/ftp.d: Following changes:- Hacks with current dir and root dir removed in favor of new libiosupport for task-local current and root directories.- Bug in `close_data_socket()' introduced by previous change fixed.- `command_pasv()' changed to set timeout on socket we are listeningon and code fixed to don't close socket twice on error.- `serr()' changed to clear `errno'.- `data_socket()' changed to clear `errno' before `bind()'.- `session()' changed to clear `errno' before processing session.- `close_data_socket()' fixed to close both active and passive sockets- Initialize info->data_socket to -1 in `daemon()'- Initialize `fname' to empty string in `exec_command()'2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,rtems_servers/Makefile.am, rtems_webserver/Makefile.am,sys/Makefile.am, vm/Makefile.am:Apply include_*HEADERS instead of H_FILES.* include/Makefile.am: Remove.* Makefile.am: Add handling of *.h files.* configure.in: Remove include/Makefile.2001-01-25 Eric Norum <eric.norum@usask.ca>* lib/tftpDriver.c: Reduce first timeout interval. Thisimproves throughput on systems which are dropping packets.Only the first timeout is reduced. This keeps the numberof extra packets down on networks that are very busy anddropping lots of packets.2001-01-24 Sergei Organov <osv@javad.ru>* rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancementsas listed below:- Timeouts on sockets implemented. 'idle' field added toconfiguration. No timeout by default to keep backward compatibility.Note: SITE IDLE command not implemented yet.- Basic global access control implemented. 'access' field added toconfiguration. No access limitations by default to keep backwardcompatibility.- Anchor data socket for active mode (using self IP and port 20.)- Fixed default data port support (still not tested).- Don't allow IP address different from originating host inPORT command to improve security.- Fixed bug in MDTM command.- Check for correctness of parsing of argument in command_port().- Fixed squeeze_path() to don't allow names like 'NAME/smth' where'NAME' is not a directory.- Command parsing a little bit improved: command names are nowconverted to upper-case to be more compatible with RFC (commandnames are not case-sensitive.)- Reformat comments so that they have RTEMS look-and-feel.- Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes- True ASCII mode implemented (doesn't work for hooks and /dev/null)- Passive mode implemented, PASV command added.- Default port for data connection could be used (untested, can't findftp client that doesn't send PORT command)- SYST reply changed to UNIX, as former RTEMS isn't registered name.- Reply codes reviewed and fixed.2001-01-12 Sergei Organov <osv@javad.ru>* rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancementsas listed below:- use pool of pre-created threads to handle sessions instead ofcreating/deleting threads on the fly- LIST output is now similar to what "/bin/ls -al" would output,thus FTP clients such Netscape are happy with it.- LIST NAME now works (both for files and directories)- added support for NLST, CDUP, and MDTM FTP commands to makemore FTP clients happy- keep track of CWD for every session separately- ability to specify root directory name for FTPD in configurationtable. FTPD will then create illusion for FTP clients that thisis actually root directory.- ignore options sent in commands, thus LIST -al FILE works anddoesn't try to list "-al" directory.- buffers are allocated on stack instead of heap where possible toeliminate malloc/free calls (avoid possible heap fragmentationtroubles).- drop using of task notepad to pass parameters - use functionarguments instead- use snprintf() instead of sprintf() as the latter is unsafe- use of PF_INET in socket() instead of AF_INETHere are ftp clients I've tried new FTPD with (all of themrunning on Debian GNU/Linux 2.2):Lftp 2.1.10NcFTP 2.4.3Netscape 4.75ftpmc 4.5.492001-01-02 Joel Sherrill <joel@OARcorp.com>* CHANGELOG: Removed.* README: Merged CHANGELOG contents as initial changes.2000-12-14 Eric Norum <eric.norum@usask.ca>* lib/tftpDriver.c: Added write capability.2000-12-08 Joel Sherrill <joel@OARcorp.com>* libc/linkaddr.c: Initialized variable to remove warning.* modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarationsconditional on PPP_COMPRESS and PPP_FILTER. Commented out variablesthat were not used because the code using them was commented out.Removed totally unused variables.* modem/pppcompress.c: Added parentheses to avoid warnings.* pppd/pppmain.c: Removed numerous warnings.2000-11-30 Joel Sherrill <joel@OARcorp.com>* modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> sincethat is an RTEMS specific header file.2000-11-30 Joel Sherrill <joel@OARcorp.com>* sys/ttycom.h: Moved to lib/include/sys.* Makefile.am: Modified to reflect above.2000-11-27 Joel Sherrill <joel@OARcorp.com>* libc/res_init.c: Fix typo - adding missing # on include.2000-11-25 Eric Norum <eric.norum@usask.ca>* libc/res_init.c: Move include to avoid compiler dumping core.2000-11-25 Antti P Miettinen <antti.p.miettinen@nokia.com>* 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@imd-systems.de> and cosmetic changes by me.Actually main.c and ppp_tty.c should be scratched. The modemsubdir has the real ppp_tty.c and the real pppd main is in pppmain.c.2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.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 insome definitions moving to other files and thus some secondaryeffects in RTEMS source code.* machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in syncwith newlib's <machine/types.h>.* rtems/rtems_bsdnet_internal.h: newlib now includes definitionof 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 haveincluded rtems.h. It is now including precisely theleast amount of low level, yet portable .h files to getthe basic RTEMS types defined. This rippled into otherfiles since rtems_bsdnet_internal.h used machine/types.h to includertems.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 internalRTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusionand 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.am2000-09-01 Rosimildo daSilva <rdasilva@connecttel.com>* emfdb.c: Removed stray semi-colon. Reported on GoAheadmailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>2000-08-31 Joel Sherrill <joel@OARcorp.com>* Merged version 2.1 of GoAhead webserver. This updatewas 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.
