source: rtems/c/src/libnetworking/ChangeLog @ 113d7b85

4.104.114.84.95
Last change on this file since 113d7b85 was 113d7b85, checked in by Joel Sherrill <joel.sherrill@…>, on 05/30/02 at 12:25:30

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

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