Ralf Corsepius
4bf6a9f22a
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* libnetworking/rtems_servers/ftp.c,
libnetworking/rtems_servers/ftp.h,
libnetworking/rtems_servers/Makefile.am:
Remove (relocated to cpukit/ftpd).
* configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
removed move libnetworking/rtems_servers.
2005-02-04 12:47:44 +00:00
Ralf Corsepius
f26145b800
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
...
PR 756/rtems
* ftpd/ftpd.c, ftpd/ftpd.h, ftpd/Makefile.am: New (relocated from
/c/src/libnetworking/ftpd)
* ftpd/ftd.h: New header guards.
* ftpd/Makefile.am: Install libftd.a, install ftp.h to rtems/ftp.h.
* configure.ac: Add ftpd/Makefile.
* Makefile.am: Add ftpd.
2005-02-04 12:40:16 +00:00
Ralf Corsepius
f26a97602e
New.
2005-02-04 12:28:48 +00:00
Ralf Corsepius
0b2c943b8c
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* console/console.c, include/bsp.h, network/network.c,
startup/bspstart.c: Remove obsolete fixed size types.
2005-02-04 08:46:43 +00:00
Ralf Corsepius
be129f6932
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* startup/bspstart.c:
rtems_interrupt_catch(trampoline, vector, &old_handler).
2005-02-04 08:43:39 +00:00
Ralf Corsepius
f6ed46df03
Header guards cleanup.
2005-02-04 05:40:52 +00:00
Ralf Corsepius
b5cdddfaba
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* rtems/mips/idtcpu.h, rtems/mips/iregdef.h, rtems/score/mips.h:
Header guards cleanup.
2005-02-04 05:38:26 +00:00
Ralf Corsepius
fa6b0f5f42
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* rtems/m68k/m68302.h, rtems/m68k/m68360.h, rtems/m68k/qsm.h,
rtems/m68k/sim.h, rtems/score/m68k.h: Header guards cleanup.
2005-02-04 05:36:20 +00:00
Ralf Corsepius
1f24914a41
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
...
PR 754/rtems
* rtems/asm.h: New (relocated from .).
* asm.h: Remove (moved to rtems/asm.h).
* Makefile.am: Reflect changes above.
2005-02-04 05:25:15 +00:00
Joel Sherrill
3479b8b125
Fixed formatting.
2005-02-04 00:40:43 +00:00
Eric Norum
d75023ec7b
Add 'extended' BSP support (pseudo-VME)
2005-02-03 22:52:26 +00:00
Eric Norum
f8ac4fc795
Add memory probe support.
2005-02-03 22:08:15 +00:00
Ralf Corsepius
f92f5f6c67
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* libnetworking/rtems_servers/ftpd.h: Warning fixes.
2005-02-03 17:13:10 +00:00
Ralf Corsepius
2538e7ae0d
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* librpc/include/rpc/clnt_stat.h, librpc/include/rpc/rpcent.h:
New (From FreeBSD).
* librpc/include/rpc/rpc.h: Partial update from FreeBSD.
* librpc/Makefile.am: Reflect changes above.
2005-02-03 16:26:35 +00:00
Eric Norum
5b6111b499
Add support for interrupt controller allocation. This will provides a
...
mechanism for applications to find a free level/priority.
2005-02-03 16:01:04 +00:00
Ralf Corsepius
0c20a46dc0
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* librpc/include/rpc/types.h: Partial update from FreeBSD.
Use stdint.h types instead of sys/types.h.
* librpc/src/rpc/bindresvport.c: Partial update from FreeBSD.
2005-02-03 15:58:18 +00:00
Ralf Corsepius
abb63593da
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
...
PR 755/rtems
* libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
Remove local declarations of rtems_bsdnet_nameservers,
rtems_bsdnet_nameservers_count.
2005-02-03 06:46:57 +00:00
Ralf Corsepius
e3022f5d5c
Fix PR nr. in previous changelog entry.
2005-02-03 06:44:35 +00:00
Ralf Corsepius
b90307a092
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
...
PR 755/rtems
* libnetworking/libc/res_init.c, libnetworking/lib/rtems_bsdnet_ntp.c,
libnetworking/nfs/bootp_subr.c: Include <rtems/bsdnet/servers.h>.
2005-02-03 05:49:30 +00:00
Ralf Corsepius
47877395a9
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
...
PR 755/rtems
* libnetworking/rtems_glue.c:
Rename rtems_bsdnet_nameservers to _rtems_bsdnet_nameservers.
Rename rtems_bsdnet_ntpservers to _rtems_bsdnet_ntpservers.
Add new rtems_bsdnet_nameservers, rtems_bsdnet_ntpservers as
pointers to _rtems_bsdnet_*servers arrays.
* libnetworking/rtems/rtems_bsdnet_internal.h: Remove
rtems_bsdnet_nameserver, rtems_bsdnet_nameserver_count.
* libnetworking/rtems/rtems_bsdnet.h: Remove
rtems_bsdnet_ntpserver, rtems_bsdnet_ntp_count.
* libnetworking/rtems/bsdnet/servers.h: New.
* libnetworking/opt_ipsec.h: New (BSD compatibility).
* libnetworking/Makefile.am: Reflect changes above.
2005-02-03 05:35:38 +00:00
Ralf Corsepius
2d9d8ff61c
New.
2005-02-03 05:34:01 +00:00
Ralf Corsepius
2c2f7b6d5a
New (BSD compatibility).
2005-02-03 05:33:38 +00:00
Eric Norum
98653c677e
Lock FEC/PHYS at 100 Mbs, full-duplex.
2005-02-02 19:55:59 +00:00
Eric Norum
12993b38ff
Clean up bootloader syscall handling.
2005-02-02 14:17:26 +00:00
Eric Norum
dd2f8912aa
Provide 'last-ditch' hardware address.
2005-02-02 14:17:11 +00:00
Ralf Corsepius
3f10bb3eba
2005-02-02 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* libnetworking/rtems/rtems_bsdnet.h: New header guards.
2005-02-02 10:12:47 +00:00
Ralf Corsepius
c58c2ca414
New header guards.
2005-02-02 10:11:10 +00:00
Ralf Corsepius
6d4ffbb534
2005-02-02 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* libnetworking/rtems/ftpfs.h, libnetworking/rtems/mkrootfs.h,
libnetworking/rtems/rtems_bsdnet_internal.h,
libnetworking/rtems/tftp.h: New header guards.
2005-02-02 10:08:05 +00:00
Ralf Corsepius
48e7abe621
2005-02-02 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* libnetworking/rtems/issetugid.c,
libnetworking/rtems/mkrootfs.c,
libnetworking/rtems/rtems_bootp.c,
libnetworking/rtems/rtems_bsdnet_malloc_starvation.c,
libnetworking/rtems/rtems_glue.c,
libnetworking/rtems/rtems_select.c,
libnetworking/rtems/rtems_showicmpstat.c,
libnetworking/rtems/rtems_showifstat.c,
libnetworking/rtems/rtems_showipstat.c,
libnetworking/rtems/rtems_showmbuf.c,
libnetworking/rtems/rtems_showroute.c,
libnetworking/rtems/rtems_showtcpstat.c,
libnetworking/rtems/rtems_showudpstat.c,
libnetworking/rtems/rtems_syscall.c,
libnetworking/rtems/sghostname.c: Include config.h.
2005-02-02 09:59:50 +00:00
Ralf Corsepius
4aa8a23f2a
Include config.h.
2005-02-02 03:06:41 +00:00
Ralf Corsepius
de462dd7dd
2005-02-02 Ralf Corsepius <ralf.corsepius@rtems.org>
...
PR rtems/752
* rtems/tic4x/c4xio.h: New (relocated from .).
New header guard.
* c4xio.h: Remove.
* Makefile.am: Reflect changes above.
2005-02-02 02:34:52 +00:00
Ralf Corsepius
eca06939b4
Remove.
2005-02-02 02:34:03 +00:00
Ralf Corsepius
771c34d929
New header guard.
2005-02-02 02:33:24 +00:00
Ralf Corsepius
68f36fee74
2005-02-02 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* include/tm27.h, timer/timer.c: #include <rtems/tic4x/c4xio.h>
instead of <rtems/tic4x/c4xio.h>.
2005-02-02 02:29:01 +00:00
Eric Norum
043329ea62
Add interrupt assignment map.
2005-02-02 01:21:05 +00:00
Joel Sherrill
ce92867bea
2005-02-01 Joel Sherrill <joel@OARcorp.com>
...
* libblock/include/rtems/bdbuf.h,
libblock/include/rtems/ide_part_table.h, libblock/src/blkdev.c,
libcsupport/include/rtems/termiostypes.h, libcsupport/src/termios.c,
posix/macros/rtems/posix/cond.inl,
posix/macros/rtems/posix/mutex.inl : Remove warnings.
2005-02-02 00:06:18 +00:00
Eric Norum
1d386ff925
Want only two serial ports for now.
2005-02-01 22:36:53 +00:00
Eric Norum
c60eccb144
Add EPICS information.
2005-02-01 20:05:00 +00:00
Eric Norum
7eab0f78ec
Add some bootrom system calls.
2005-02-01 17:16:41 +00:00
Ralf Corsepius
891aa12e43
2005-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* aclocal/prog-cc.m4: Remove refs to gcc-isystem.m4.
* aclocal/gcc-isystem.m4: Remove (Unused).
2005-02-01 16:06:39 +00:00
Ralf Corsepius
5236cf0476
2005-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>
...
PR rtems/752
* rtems/mips/idtcpu.h rtems/mips/iregdef.h: New (relocated from .).
New header guards.
* idtcpu.h, iregdef.h: Remove.
* Makefile.am: Reflect changes above.
2005-02-01 15:15:45 +00:00
Ralf Corsepius
824efb610d
Remove.
2005-02-01 15:15:33 +00:00
Ralf Corsepius
50fea8b005
New header guards
2005-02-01 15:15:08 +00:00
Eric Norum
7c7184a49f
Place FEC buffer descriptors in static RAM. No more cache concerns.
2005-02-01 15:12:55 +00:00
Joel Sherrill
7a6d1a341f
2005-02-01 Joel Sherrill <joel@OARcorp.com>
...
* mcf5282/.cvsignore: New file.
2005-02-01 15:11:11 +00:00
Ralf Corsepius
b41906f10e
2005-01-31 Ralf Corsepius <ralf.corsepius@rtems.org>
...
PR rtems/752
* rtems/m68k/m68302.h, rtems/m68k/m68360.h, rtems/m68k/qsm.h,
rtems/m68k/sim.h: New (relocated from .).
* m68302.h, m68360.h, qsm.h, sim.h: Remove.
* Makefile.am: Reflect changes above.
2005-02-01 01:02:51 +00:00
Ralf Corsepius
671edd9655
Remove.
2005-02-01 01:01:53 +00:00
Joel Sherrill
9c858e562f
2005-01-31 Sergei Organov <osv@topconrd.ru>
...
PR 771/pppd
* libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
committed to fix PR736 breaks pppd. chat.c should have its own static
ttyfd for pppd to work correctly. The symptom is that second
invokation of chat (for connect script) fails due to pppd_ttyfd set
to -1 by previous chat invokation (for init script). In addition,
this patch fixes leaving of dangling pointer in the abort_stbring[]
by chat_send().
2005-01-31 22:21:19 +00:00
Eric Norum
fa5dfe8f35
Remove diagnostic printf.
2005-01-31 19:04:33 +00:00
Eric Norum
518edef387
Processor doesn't snoop FEC DMA so we must invalidate the cache appropriately.
2005-01-31 19:03:41 +00:00