source: rtems/cpukit/libnetworking/ChangeLog @ 25b4446

4.104.114.84.95
Last change on this file since 25b4446 was 25b4446, checked in by Joel Sherrill <joel.sherrill@…>, on 04/08/02 at 18:27:31

2002-04-06 Ralf Corsepius <corsepiu@…>

  • Property mode set to 100644
File size: 20.9 KB
Line 
12002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * ChangeLog: Fix dates.
4
52002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * libc/rcmd.c: Replace __rtems w/ __rtems__.
8
92002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac:
12        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
13        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
14        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * Makefile.am: Remove AUTOMAKE_OPTIONS.
17        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
31
322002-03-27      Thomas.Doerfler@imd-systems.de
33
34        * PR144
35        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
36        0 when called for the first time. This is done when trying to clear
37        the variable "dhcp_hostname".
38
392002-03-27      Ilya Alexeev <ilya@continuum.ru>
40
41        * PR162
42        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
43        variables must not be used in a device write routines.  Now
44        ppp_softc structure have own character for writing to device
45        (sc_outchar).  I think that converting local variables to static
46        is not a right solution, because problems will occur in the case
47        of two or more ppp instances.
48        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
49        u_long, otherwise in the case of the big output packet endless
50        loop may occur.
51
522002-03-21      Ilya Alexeev <ilya@continuum.ru>
53
54        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
55        PPPD connections.
56
572001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
58
59        * PR158
60        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
61        commenting out the parts that deal with signals.  This enables
62        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
63        The 'server-side' parts of this file which deal with authentication
64        are disabled since they are not needed.
65
662002-02-27      Ilya Alexeev <ilya@continuum.ru>
67
68        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
69        pppd/sys-rtems.c: Add server with pap-authorization
70        capabilities as well as eliminate some warnings.
71
722002-02-27      Eric Norum <eric.norum@usask.ca>
73
74        * net/radix.c: Properly handle fetching the default route when there
75        is no route.  This was a bug in the original FreeBSD code and this
76        fix is from an updated version of their code.
77
782002-02-01      Mike Siers <mikes@poliac.com>
79
80        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
81        the link down too fast.
82        NOTE: Mike reports successfully running at 56K baud on a direct link.
83
842002-01-31      Mike Siers <mikes@poliac.com>
85
86        * pppd/rtemsdialer.h: New file missed in previous commit.
87
882002-01-31      Mike Siers <mikes@poliac.com>
89
90        * Nice Update of PPPD support which eliminates the
91        requiremetn that drivers be in the termios TASK_DRIVEN mode.
92        Mike did significant testing and reports that it seems to be
93        more stable and handle larger packets better.  This patch
94        replaces the termios tasks with more general pppd network
95        driver tasks.  The functions pppinput() and pppstart() get
96        called from the interrupt service routine.
97        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
98        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
99        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
100        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
101        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
102        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
103        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
104        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
105        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
106        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
107        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
108        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
109        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
110        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
111        pppd/upap.h, pppd/utils.c, pppd/example/README,
112        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
113        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
114        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
115        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
116        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
117
1182002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * rtems_telnetd/pty.c: Move config.h to were it belongs.
121        Remove printf (Reported by Till Straumann
122        <strauman@SLAC.Stanford.EDU>).
123
1242002-02-16      Eric Norum <eric.norum@usask.ca>
125
126        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
127
1282002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * pppd/sys-rtems.c: Remove unused variable status from
131        dodefaultroute.
132
1332002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
136        <rtems/seterr.h>.
137
138
1392001-12-18      Eric Norum <eric.norum@usask.ca>
140
141        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
142        (path names with a / at the end) while disallowing open() operations
143        on TFTP `directories'.
144
1452001-12-07      Eric Norum <eric.norum@usask.ca>
146
147        * lib/tftpDriver.c: Restore write capability.
148
1492001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * arpa/Makefile.am: Remove stray lines.
152
1532001-10-18      Eric Norum <eric.norum@usask.ca>
154
155        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
156        open() operations within the TFTP file system.
157
1582001-10-12      Mike Siers <mikes@poliac.com>
159
160        * Update to stable working state.  Congratulations Mike! :)
161        * modem_example: Directory removed.
162        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
163        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
164        modem_example/pppcompress.c: Files removed.
165        * pppd/example/pppd.options: New file.
166        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
167        pppd/pppd.h, pppd/rtemsmain.c: Updated.
168
1692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
172        * configure.in: Remove.
173        * configure.ac: New file, generated from configure.in by autoupdate.
174
1752001-09-27      Eric Norum <eric.norum@usask.ca>
176
177        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
178        filesystem.
179
1802001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
183        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
184        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
185        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
186        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
187        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
188        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
189        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
190        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
191        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
192        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
193        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
194
1952001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
198
1992001-09-19      Eric Norum <eric.norum@usask.ca>
200
201        * lib/tftpDriver.c: Add some debugging capability.
202
2032001-09-19      Chris Johns <ccj@acm.org>
204
205        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
206        rtems/rtems_bsdnet_internal.h Added support for populating the
207        initial "root" filesystem with information obtained via the DHCP
208        response.
209
2102001-08-16      Mike Siers <mikes@poliac.com>
211
212        * pppd/STATUS: Updated by Joel based upon email from Mike.
213        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
214        functionality that has not even been compiled under RTEMS yet.
215
2162001-08-16      Joel Sherrill <joel@OARcorp.com>
217
218        * pppd/example/Makefile: Removed.
219        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
220        avoid bootstrap -c clobbering it.
221
2222001-08-16      Mike Siers <mikes@poliac.com>
223
224        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
225        application.  Mike's notes on the modifications:
226           - renamed error() function because of namespace problems
227           - removed calls to the exit() funciton
228           - removed extra files from the pppd source directory
229           - defined pppd task constant values in rtemspppd.h
230           - modifyied example code to get actual tick per second value
231           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
232           directory
233        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
234        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
235        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
236        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
237        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
238        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
239        New files.
240        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
241        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
242        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
243        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
244        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
245        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
246        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
247
2482001-08-16      Joel Sherrill <joel@OARcorp.com>
249
250        * rtems_telnetd/.cvsignore: New file.
251
2522001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
253
254        * Makefile.am, configure.in, rtems_servers/Makefile.am,
255        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
256        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
257        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
258        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
259          - pty and telnetd have a new subdir rtems_telnetd to avoid
260            the side effect when ftpd change.
261          - the tcp/ip stats have been implemented into icmds.c and
262            started when telnetd daemon is started.
263        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
264        * rtems_telnetd: New directory.
265        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
266        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
267        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
268
2692001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * rtems_servers/Makefile.am: Deleted blank lines.
272
2732001-06-14      Joel Sherrill <joel@OARcorp.com>
274
275        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
276        so the network stack to address network depenendency.
277        * rtems_servers/Makefile.am: Modified to reflect above.
278
2792001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
282
2832001-04-24      Eric Norum <eric.norum@usask.ca>
284
285        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
286        synchronization a little more robust -- no NTP daemon yet, but
287        at least it trys a little harder when the primary NTP server is down.
288
2892001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
290
291        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
292        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
293        Polish comments and other strings into English
294        * pppd/STATUS: updated to reflect the changes
295
2962001-04-20      Jake Janovetz <janovetz@uiuc.edu>
297
298        * rtems_servers/ftpd.c: Correct argument so hooks work again.
299
3002001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
301
302        * include/.cvsignore: Remove dangling file.
303
3042001-01-31        Sergei Organov <osv@javad.ru>
305
306        * rtems_servers/ftp.d: Following changes:
307          - Hacks with current dir and root dir removed in favor of new libio
308            support for task-local current and root directories.
309          - Bug in `close_data_socket()' introduced by previous change fixed.
310          - `command_pasv()' changed to set timeout on socket we are listening
311            on and code fixed to don't close socket twice on error.
312          - `serr()' changed to clear `errno'.
313          - `data_socket()' changed to clear `errno' before `bind()'.
314          - `session()' changed to clear `errno' before processing session.
315          - `close_data_socket()' fixed to close both active and passive sockets
316          - Initialize info->data_socket to -1 in `daemon()'
317          - Initialize `fname' to empty string  in `exec_command()'
318
3192001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
322        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
323        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
324        sys/Makefile.am, vm/Makefile.am:
325        Apply include_*HEADERS instead of H_FILES.
326        * include/Makefile.am: Remove.
327        * Makefile.am: Add handling of *.h files.
328        * configure.in: Remove include/Makefile.
329
3302001-01-25      Eric Norum <eric.norum@usask.ca>
331
332        * lib/tftpDriver.c: Reduce first timeout interval.  This
333        improves throughput on systems which are dropping packets. 
334        Only the first timeout is reduced.  This keeps the number
335        of extra packets down on networks that are very busy and
336        dropping lots of packets.
337
3382001-01-24      Sergei Organov <osv@javad.ru>
339
340        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
341        as listed below:
342          - Timeouts on sockets implemented. 'idle' field added to
343            configuration. No timeout by default to keep backward compatibility.
344            Note: SITE IDLE command not implemented yet.
345          - Basic global access control implemented. 'access' field added to
346            configuration. No access limitations by default to keep backward
347            compatibility.
348          - Anchor data socket for active mode (using self IP and port 20.)
349          - Fixed default data port support (still not tested).
350          - Don't allow IP address different from originating host in
351            PORT command to improve security.
352          - Fixed bug in MDTM command.
353          - Check for correctness of parsing of argument in command_port().
354          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
355            'NAME' is not a directory.
356          - Command parsing a little bit improved: command names are now
357            converted to upper-case to be more compatible with RFC (command
358            names are not case-sensitive.)
359          - Reformat comments so that they have RTEMS look-and-feel.
360          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
361          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
362          - Passive mode implemented, PASV command added.
363          - Default port for data connection could be used (untested, can't find
364            ftp client that doesn't send PORT command)
365          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
366          - Reply codes reviewed and fixed.
367
3682001-01-12      Sergei Organov <osv@javad.ru>
369
370        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
371        as listed below:
372            - use pool of pre-created threads to handle sessions instead of
373              creating/deleting threads on the fly
374            - LIST output is now similar to what "/bin/ls -al" would output,
375              thus FTP clients such Netscape are happy with it.
376            - LIST NAME now works (both for files and directories)
377            - added support for NLST, CDUP, and MDTM FTP commands to make
378              more FTP clients happy
379            - keep track of CWD for every session separately
380            - ability to specify root directory name for FTPD in configuration
381              table. FTPD will then create illusion for FTP clients that this
382              is actually root directory.
383            - ignore options sent in commands, thus LIST -al FILE works and
384              doesn't try to list "-al" directory.
385            - buffers are allocated on stack instead of heap where possible to
386              eliminate malloc/free calls (avoid possible heap fragmentation
387              troubles).
388            - drop using of task notepad to pass parameters - use function
389              arguments instead
390            - use snprintf() instead of sprintf() as the latter is unsafe
391            - use of PF_INET in socket() instead of AF_INET
392
393            Here are ftp clients I've tried new FTPD with (all of them
394            running on Debian GNU/Linux 2.2):
395
396                 Lftp 2.1.10
397                 NcFTP 2.4.3
398                 Netscape 4.75
399                 ftp
400                 mc 4.5.49
401
4022001-01-02      Joel Sherrill <joel@OARcorp.com>
403
404        * CHANGELOG: Removed.
405        * README: Merged CHANGELOG contents as initial changes.
406
4072000-12-14      Eric Norum <eric.norum@usask.ca>
408
409        * lib/tftpDriver.c: Added write capability.
410
4112000-12-08      Joel Sherrill <joel@OARcorp.com>
412
413        * libc/linkaddr.c: Initialized variable to remove warning.
414        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
415        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
416        that were not used because the code using them was commented out.
417        Removed totally unused variables.
418        * modem/pppcompress.c: Added parentheses to avoid warnings.
419        * pppd/pppmain.c: Removed numerous warnings.
420
4212000-11-30      Joel Sherrill <joel@OARcorp.com>
422
423        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
424        that is an RTEMS specific header file.
425
4262000-11-30      Joel Sherrill <joel@OARcorp.com>
427
428        * sys/ttycom.h: Moved to lib/include/sys.
429        * Makefile.am: Modified to reflect above.
430
4312000-11-27      Joel Sherrill <joel@OARcorp.com>
432
433        * libc/res_init.c: Fix typo - adding missing # on include.
434
4352000-11-25      Eric Norum <eric.norum@usask.ca>
436
437        * libc/res_init.c: Move include to avoid compiler dumping core.
438
4392000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
440
441        * wrapup/Makefile.am: Added modem subdir.
442        * configure.in, Makefile.am: Added modem subdir.
443        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
444        * pppd/Makefile.am: Added pppmain.c (which needs work).
445        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
446        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
447        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
448        Actually main.c and ppp_tty.c should be scratched. The modem
449        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
450
4512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
454
4552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
458
4592000-10-30      Joel Sherrill <joel@OARcorp.com>
460
461        * POSIX include files merged into newlib.  This resulted in
462        some definitions moving to other files and thus some secondary
463        effects in RTEMS source code.
464        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
465        with newlib's <machine/types.h>.
466        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
467        of struct itimerval in <sys/time.h>.
468
4692000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
472        Switch to GNU canonicalization.
473
4742000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
475
476        * lib/tftpDriver.c: add comments to handlers struct function pointers.
477        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
478        pointer has been checked against NULL.
479
4802000-10-18       Chris Johns <ccj@acm.org>
481
482        * pppd/ipxcp.c: Fixed a typo.
483
4842000-09-28      Joel Sherrill <joel@OARcorp.com>
485
486        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
487        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
488        * rtems_webserver/sock.c: Added file missed in merger.
489
4902000-09-22      Joel Sherrill <joel@OARcorp.com>
491
492        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
493        rtems_webserver/webmain.c: machine/types.h  should not have
494        included rtems.h.  It is now including precisely the
495        least amount of low level, yet portable .h files to get
496        the basic RTEMS types defined.  This rippled into other
497        files since rtems_bsdnet_internal.h used machine/types.h to include
498        rtems.h.
499
5002000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * ChangeLog: Cleanup.
503
5042000-09-05      Joel Sherrill <joel@OARcorp.com>
505
506        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
507        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
508        and to work with the converted flags.
509
5102000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
513        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
514        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
515        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
516
5172000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
518
519        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
520        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
521
5222000-08-31      Joel Sherrill <joel@OARcorp.com>
523
524        * Merged version 2.1 of GoAhead webserver.  This update
525        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
526        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
527        um.c, um.h: New files.
528        * wbase64.c: Removed.
529        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
530        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
531        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
532        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
533
5342000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * netinet/tcp_input.c: Spelling corrections.
537
5382000-08-30      Joel Sherrill <joel@OARcorp.com>
539
540        * rtems_webserver/license.txt: New file.
541
5422000-08-10      Joel Sherrill <joel@OARcorp.com>
543
544        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.