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

4.104.114.84.95
Last change on this file since a81a8f8 was a81a8f8, checked in by Joel Sherrill <joel.sherrill@…>, on 04/18/02 at 22:24:04

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

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