source: rtems/c/src/exec/libnetworking/ChangeLog @ f3e9ad0

4.104.114.84.95
Last change on this file since f3e9ad0 was e3eab02, checked in by Joel Sherrill <joel.sherrill@…>, on 05/28/02 at 16:20:54

2002-05-18 Ralf Corsepius <corsepiu@…>

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