source: rtems/cpukit/libnetworking/ChangeLog @ 5bfc8912

4.104.114.84.95
Last change on this file since 5bfc8912 was 5bfc8912, checked in by Joel Sherrill <joel.sherrill@…>, on 04/13/02 at 16:41:43

2002-04-11 Chris Johns <ccj@…>

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