OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [libnetworking/] [ChangeLog] - Blame information for rev 1780

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.