source: rtems/cpukit/libnetworking/ChangeLog @ c7286d94

4.104.114.84.95
Last change on this file since c7286d94 was c7286d94, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/02 at 18:02:47

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

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