source: rtems/c/src/exec/libnetworking/ChangeLog @ 3ce2907

4.104.114.84.95
Last change on this file since 3ce2907 was 3ce2907, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/02 at 17:08:25

2001-05-14 Till Straumann <strauman@…>

  • network/dec21140.c: Per PR215 address the following issues:
    • _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one to know the values)
    • the affected BSP (shared/motorola) headers have been fixed in a separate "libbsp/powerpc/shared" patch.
    • the DEC 21140 driver (libchip/network/dec21140.c) has been fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP who is using this driver.
    • the DEC driver also has been fixed to use the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete delay_in_bus_cycles().
  • Property mode set to 100644
File size: 22.4 KB
RevLine 
[3ce2907]12001-05-14      Till Straumann <strauman@slac.stanford.edu>
2
3        * network/dec21140.c: Per PR215 address the following issues:
4            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
5              are no longer defined by libcpu (powerpc/shared/include/io.h)
6              but by the BSP (who is the only one to know the values)
7            - the affected BSP (shared/motorola) headers have been fixed
8              in a separate "libbsp/powerpc/shared" patch.
9            - the DEC 21140 driver (libchip/network/dec21140.c) has been
10              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
11              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
12              is to be defined by the BSP who is using this driver.
13            - the DEC driver also has been fixed to use the newer
14              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
15              delay_in_bus_cycles().
16
[51b39864]172002-05-01      Eric Norum <eric.norum@usask.ca>
18
19        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
20        to satisfy gcc 3.1 and newer.
21
[d50c0d2]222002-04-26      Eric Norum <eric.norum@usask.ca>
23
24        * netinet/in_cksum_i386.c: Add volatile so the more agressive
25        optimization in gcc 3.1 does not reorder things.
26
[a81a8f8]272002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * pppd/utils.c: Adapt to gcc-3.x.
30
[5bfc8912]312002-04-11      Chris Johns <ccj@acm.org>
32
33        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
34        the drv_ctrl driver control block field to the ifconfig network driver
35        structure. This field is needed by the i82586 driver which was ported
36        from NetBSD as it had better hardware abstraction.
37
[25b4446]382002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * ChangeLog: Fix dates.
41
[51301198]422002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * libc/rcmd.c: Replace __rtems w/ __rtems__.
45
[01d48bf8]462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac:
49        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
50        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
51        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
68
[9b02fa65]692002-03-27      Thomas.Doerfler@imd-systems.de
70
71        * PR144
72        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
73        0 when called for the first time. This is done when trying to clear
74        the variable "dhcp_hostname".
75
[f4c118d]762002-03-27      Ilya Alexeev <ilya@continuum.ru>
77
78        * PR162
79        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
80        variables must not be used in a device write routines.  Now
81        ppp_softc structure have own character for writing to device
82        (sc_outchar).  I think that converting local variables to static
83        is not a right solution, because problems will occur in the case
84        of two or more ppp instances.
85        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
86        u_long, otherwise in the case of the big output packet endless
87        loop may occur.
88
[fd55b7d]892002-03-21      Ilya Alexeev <ilya@continuum.ru>
90
91        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
92        PPPD connections.
93
[d7478774]942001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
95
96        * PR158
97        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
98        commenting out the parts that deal with signals.  This enables
99        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
100        The 'server-side' parts of this file which deal with authentication
101        are disabled since they are not needed.
102
[cb1e8a46]1032002-02-27      Ilya Alexeev <ilya@continuum.ru>
104
105        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
106        pppd/sys-rtems.c: Add server with pap-authorization
107        capabilities as well as eliminate some warnings.
108
[c52f1c7]1092002-02-27      Eric Norum <eric.norum@usask.ca>
110
111        * net/radix.c: Properly handle fetching the default route when there
112        is no route.  This was a bug in the original FreeBSD code and this
113        fix is from an updated version of their code.
114
[25b4446]1152002-02-01      Mike Siers <mikes@poliac.com>
[8e3caa5]116
117        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
118        the link down too fast.
119        NOTE: Mike reports successfully running at 56K baud on a direct link.
120
[25b4446]1212002-01-31      Mike Siers <mikes@poliac.com>
[485ed5cc]122
123        * pppd/rtemsdialer.h: New file missed in previous commit.
124
[25b4446]1252002-01-31      Mike Siers <mikes@poliac.com>
[0286b9f]126
127        * Nice Update of PPPD support which eliminates the
128        requiremetn that drivers be in the termios TASK_DRIVEN mode.
129        Mike did significant testing and reports that it seems to be
130        more stable and handle larger packets better.  This patch
131        replaces the termios tasks with more general pppd network
132        driver tasks.  The functions pppinput() and pppstart() get
133        called from the interrupt service routine.
134        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
135        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
136        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
137        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
138        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
139        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
140        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
141        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
142        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
143        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
144        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
145        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
146        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
147        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
148        pppd/upap.h, pppd/utils.c, pppd/example/README,
149        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
150        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
151        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
152        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
153        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
154
[c8f05db]1552002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * rtems_telnetd/pty.c: Move config.h to were it belongs.
158        Remove printf (Reported by Till Straumann
159        <strauman@SLAC.Stanford.EDU>).
160
[25b4446]1612002-02-16      Eric Norum <eric.norum@usask.ca>
[cf42e735]162
163        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
164
[ab1ed86]1652002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * pppd/sys-rtems.c: Remove unused variable status from
168        dodefaultroute.
169
[d4651e4]1702002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
173        <rtems/seterr.h>.
174
175
[2539cdc]1762001-12-18      Eric Norum <eric.norum@usask.ca>
177
178        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
179        (path names with a / at the end) while disallowing open() operations
180        on TFTP `directories'.
181
[86d9ca2]1822001-12-07      Eric Norum <eric.norum@usask.ca>
183
184        * lib/tftpDriver.c: Restore write capability.
185
[4efd0f66]1862001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * arpa/Makefile.am: Remove stray lines.
189
[dfe5a4e3]1902001-10-18      Eric Norum <eric.norum@usask.ca>
191
192        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
193        open() operations within the TFTP file system.
194
[aee474b]1952001-10-12      Mike Siers <mikes@poliac.com>
196
197        * Update to stable working state.  Congratulations Mike! :)
198        * modem_example: Directory removed.
199        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
200        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
201        modem_example/pppcompress.c: Files removed.
202        * pppd/example/pppd.options: New file.
203        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
204        pppd/pppd.h, pppd/rtemsmain.c: Updated.
205
[df25c998]2062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
209        * configure.in: Remove.
210        * configure.ac: New file, generated from configure.in by autoupdate.
211
[1ef8e3d4]2122001-09-27      Eric Norum <eric.norum@usask.ca>
213
214        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
215        filesystem.
216
[b68e01c5]2172001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
220        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
221        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
222        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
223        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
224        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
225        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
226        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
227        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
228        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
229        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
230        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
231
[0d30932]2322001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
235
[5400f07]2362001-09-19      Eric Norum <eric.norum@usask.ca>
237
238        * lib/tftpDriver.c: Add some debugging capability.
239
[4bde2394]2402001-09-19      Chris Johns <ccj@acm.org>
241
242        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
243        rtems/rtems_bsdnet_internal.h Added support for populating the
244        initial "root" filesystem with information obtained via the DHCP
245        response.
246
[1946544]2472001-08-16      Mike Siers <mikes@poliac.com>
248
249        * pppd/STATUS: Updated by Joel based upon email from Mike.
250        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
251        functionality that has not even been compiled under RTEMS yet.
252
[b8575ab]2532001-08-16      Joel Sherrill <joel@OARcorp.com>
254
255        * pppd/example/Makefile: Removed.
256        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
257        avoid bootstrap -c clobbering it.
258
[2f1b930]2592001-08-16      Mike Siers <mikes@poliac.com>
260
261        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
262        application.  Mike's notes on the modifications:
263           - renamed error() function because of namespace problems
264           - removed calls to the exit() funciton
265           - removed extra files from the pppd source directory
266           - defined pppd task constant values in rtemspppd.h
267           - modifyied example code to get actual tick per second value
268           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
269           directory
270        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
271        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
272        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
273        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
274        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
275        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
276        New files.
277        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
278        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
279        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
280        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
281        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
282        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
283        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
284
[bfe5d15]2852001-08-16      Joel Sherrill <joel@OARcorp.com>
286
287        * rtems_telnetd/.cvsignore: New file.
288
[bd520203]2892001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
290
291        * Makefile.am, configure.in, rtems_servers/Makefile.am,
292        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
293        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
294        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
295        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
296          - pty and telnetd have a new subdir rtems_telnetd to avoid
297            the side effect when ftpd change.
298          - the tcp/ip stats have been implemented into icmds.c and
299            started when telnetd daemon is started.
300        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
301        * rtems_telnetd: New directory.
302        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
303        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
304        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
305
[1a7ea60]3062001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * rtems_servers/Makefile.am: Deleted blank lines.
309
[451198be]3102001-06-14      Joel Sherrill <joel@OARcorp.com>
311
312        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
313        so the network stack to address network depenendency.
314        * rtems_servers/Makefile.am: Modified to reflect above.
315
[d85594d]3162001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
319
3202001-04-24      Eric Norum <eric.norum@usask.ca>
[126405d9]321
322        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
323        synchronization a little more robust -- no NTP daemon yet, but
324        at least it trys a little harder when the primary NTP server is down.
325
[6fa6367]3262001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
327
328        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
329        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
330        Polish comments and other strings into English
331        * pppd/STATUS: updated to reflect the changes
332
[a8c33268]3332001-04-20      Jake Janovetz <janovetz@uiuc.edu>
334
335        * rtems_servers/ftpd.c: Correct argument so hooks work again.
336
[6fa6367]3372001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
[a2cc545e]338
[d85594d]339        * include/.cvsignore: Remove dangling file.
[a2cc545e]340
[07fbfced]3412001-01-31        Sergei Organov <osv@javad.ru>
342
343        * rtems_servers/ftp.d: Following changes:
344          - Hacks with current dir and root dir removed in favor of new libio
345            support for task-local current and root directories.
346          - Bug in `close_data_socket()' introduced by previous change fixed.
347          - `command_pasv()' changed to set timeout on socket we are listening
348            on and code fixed to don't close socket twice on error.
349          - `serr()' changed to clear `errno'.
350          - `data_socket()' changed to clear `errno' before `bind()'.
351          - `session()' changed to clear `errno' before processing session.
352          - `close_data_socket()' fixed to close both active and passive sockets
353          - Initialize info->data_socket to -1 in `daemon()'
354          - Initialize `fname' to empty string  in `exec_command()'
355
[e6d8fe47]3562001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
359        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
360        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
361        sys/Makefile.am, vm/Makefile.am:
362        Apply include_*HEADERS instead of H_FILES.
363        * include/Makefile.am: Remove.
364        * Makefile.am: Add handling of *.h files.
365        * configure.in: Remove include/Makefile.
366
[809feccc]3672001-01-25      Eric Norum <eric.norum@usask.ca>
368
369        * lib/tftpDriver.c: Reduce first timeout interval.  This
370        improves throughput on systems which are dropping packets. 
371        Only the first timeout is reduced.  This keeps the number
372        of extra packets down on networks that are very busy and
373        dropping lots of packets.
374
[38371dbe]3752001-01-24      Sergei Organov <osv@javad.ru>
376
377        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
378        as listed below:
379          - Timeouts on sockets implemented. 'idle' field added to
380            configuration. No timeout by default to keep backward compatibility.
381            Note: SITE IDLE command not implemented yet.
382          - Basic global access control implemented. 'access' field added to
383            configuration. No access limitations by default to keep backward
384            compatibility.
385          - Anchor data socket for active mode (using self IP and port 20.)
386          - Fixed default data port support (still not tested).
387          - Don't allow IP address different from originating host in
388            PORT command to improve security.
389          - Fixed bug in MDTM command.
390          - Check for correctness of parsing of argument in command_port().
391          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
392            'NAME' is not a directory.
393          - Command parsing a little bit improved: command names are now
394            converted to upper-case to be more compatible with RFC (command
395            names are not case-sensitive.)
396          - Reformat comments so that they have RTEMS look-and-feel.
397          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
398          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
399          - Passive mode implemented, PASV command added.
400          - Default port for data connection could be used (untested, can't find
401            ftp client that doesn't send PORT command)
402          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
403          - Reply codes reviewed and fixed.
404
[3f777d0e]4052001-01-12      Sergei Organov <osv@javad.ru>
406
407        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
408        as listed below:
409            - use pool of pre-created threads to handle sessions instead of
410              creating/deleting threads on the fly
411            - LIST output is now similar to what "/bin/ls -al" would output,
412              thus FTP clients such Netscape are happy with it.
413            - LIST NAME now works (both for files and directories)
414            - added support for NLST, CDUP, and MDTM FTP commands to make
415              more FTP clients happy
416            - keep track of CWD for every session separately
417            - ability to specify root directory name for FTPD in configuration
418              table. FTPD will then create illusion for FTP clients that this
419              is actually root directory.
420            - ignore options sent in commands, thus LIST -al FILE works and
421              doesn't try to list "-al" directory.
422            - buffers are allocated on stack instead of heap where possible to
423              eliminate malloc/free calls (avoid possible heap fragmentation
424              troubles).
425            - drop using of task notepad to pass parameters - use function
426              arguments instead
427            - use snprintf() instead of sprintf() as the latter is unsafe
428            - use of PF_INET in socket() instead of AF_INET
429
430            Here are ftp clients I've tried new FTPD with (all of them
431            running on Debian GNU/Linux 2.2):
432
433                 Lftp 2.1.10
434                 NcFTP 2.4.3
435                 Netscape 4.75
436                 ftp
437                 mc 4.5.49
438
[75ca179]4392001-01-02      Joel Sherrill <joel@OARcorp.com>
440
441        * CHANGELOG: Removed.
442        * README: Merged CHANGELOG contents as initial changes.
443
[407bc8c]4442000-12-14      Eric Norum <eric.norum@usask.ca>
445
446        * lib/tftpDriver.c: Added write capability.
447
[78d6a50]4482000-12-08      Joel Sherrill <joel@OARcorp.com>
449
450        * libc/linkaddr.c: Initialized variable to remove warning.
451        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
452        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
453        that were not used because the code using them was commented out.
454        Removed totally unused variables.
455        * modem/pppcompress.c: Added parentheses to avoid warnings.
456        * pppd/pppmain.c: Removed numerous warnings.
457
[1a94770a]4582000-11-30      Joel Sherrill <joel@OARcorp.com>
459
460        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
461        that is an RTEMS specific header file.
462
[a58638b]4632000-11-30      Joel Sherrill <joel@OARcorp.com>
464
465        * sys/ttycom.h: Moved to lib/include/sys.
466        * Makefile.am: Modified to reflect above.
467
[bcefea16]4682000-11-27      Joel Sherrill <joel@OARcorp.com>
469
470        * libc/res_init.c: Fix typo - adding missing # on include.
471
[f0864664]4722000-11-25      Eric Norum <eric.norum@usask.ca>
473
474        * libc/res_init.c: Move include to avoid compiler dumping core.
475
[a6abd67]4762000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
477
478        * wrapup/Makefile.am: Added modem subdir.
479        * configure.in, Makefile.am: Added modem subdir.
480        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
481        * pppd/Makefile.am: Added pppmain.c (which needs work).
482        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
483        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
484        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
485        Actually main.c and ppp_tty.c should be scratched. The modem
486        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
487
[feead226]4882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
491
[a314d3b4]4922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
495
[3e59793]4962000-10-30      Joel Sherrill <joel@OARcorp.com>
497
498        * POSIX include files merged into newlib.  This resulted in
499        some definitions moving to other files and thus some secondary
500        effects in RTEMS source code.
501        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
502        with newlib's <machine/types.h>.
503        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
504        of struct itimerval in <sys/time.h>.
505
[f36718c]5062000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
509        Switch to GNU canonicalization.
510
[0da0dea]5112000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
512
513        * lib/tftpDriver.c: add comments to handlers struct function pointers.
514        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
515        pointer has been checked against NULL.
516
[552051f]5172000-10-18       Chris Johns <ccj@acm.org>
518
519        * pppd/ipxcp.c: Fixed a typo.
520
[5ff9c088]5212000-09-28      Joel Sherrill <joel@OARcorp.com>
522
523        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
524        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
525        * rtems_webserver/sock.c: Added file missed in merger.
526
[4b60bd3]5272000-09-22      Joel Sherrill <joel@OARcorp.com>
528
529        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
530        rtems_webserver/webmain.c: machine/types.h  should not have
531        included rtems.h.  It is now including precisely the
532        least amount of low level, yet portable .h files to get
533        the basic RTEMS types defined.  This rippled into other
534        files since rtems_bsdnet_internal.h used machine/types.h to include
535        rtems.h.
536
[6e3f4b2]5372000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[9b28bea5]538
[6e3f4b2]539        * ChangeLog: Cleanup.
[9b28bea5]540
[bdcf02d4]5412000-09-05      Joel Sherrill <joel@OARcorp.com>
542
543        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
544        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
545        and to work with the converted flags.
546
[6e3f4b2]5472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
550        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
551        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
552        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
553
[5f117e8]5542000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
555
556        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
557        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
558
[a6b4c0df]5592000-08-31      Joel Sherrill <joel@OARcorp.com>
560
561        * Merged version 2.1 of GoAhead webserver.  This update
562        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
563        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
564        um.c, um.h: New files.
565        * wbase64.c: Removed.
566        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
567        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
568        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
569        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
570
[757e1661]5712000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * netinet/tcp_input.c: Spelling corrections.
574
[82edf48]5752000-08-30      Joel Sherrill <joel@OARcorp.com>
576
577        * rtems_webserver/license.txt: New file.
578
[e94ad1fe]5792000-08-10      Joel Sherrill <joel@OARcorp.com>
580
581        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.