Ralf Corsepius
f33c51adad
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* include/bsp.h: Remove (Unused).
* Makefile.am: Reflect change above.
2004-04-22 03:01:40 +00:00
Joel Sherrill
c6fe4b652f
2004-04-21 Joel Sherrill <joel@OARcorp.com>
...
PR 611/bsps
* tm27/task1.c: Follow conventions for tm27 and do not add another
macro definition.
2004-04-21 20:25:10 +00:00
Joel Sherrill
7312649847
2004-04-21 Joel Sherrill <joel@OARcorp.com>
...
PR 611/bsps
* Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
for tm27 and do not add another macro definition.
* startup/tm27supp.c: New file.
2004-04-21 20:24:36 +00:00
Ralf Corsepius
3344730a1a
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
...
PR 613/bsps
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
2004-04-21 16:21:25 +00:00
Ralf Corsepius
7dd6e8d7a7
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
...
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-21 16:16:38 +00:00
Ralf Corsepius
f05b2ac0bc
Remove duplicate white lines.
2004-04-21 16:01:48 +00:00
Ralf Corsepius
6128a4aa5e
Remove stray white spaces.
2004-04-21 10:43:04 +00:00
Ralf Corsepius
48ea3df90c
2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* libnetworking/net/bpf.h, libnetworking/net/if.h,
libnetworking/net/if_dl.h, libnetworking/net/if_ppp.h,
libnetworking/net/netisr.h, libnetworking/net/pppcompress.c,
libnetworking/net/radix.c, libnetworking/net/radix.h,
libnetworking/net/raw_cb.h, libnetworking/net/route.h,
libnetworking/netinet/icmp_var.h, libnetworking/netinet/if_ether.h,
libnetworking/netinet/igmp_var.h, libnetworking/netinet/in.h,
libnetworking/netinet/in_pcb.h, libnetworking/netinet/in_systm.h,
libnetworking/netinet/in_var.h, libnetworking/netinet/ip_fw.h,
libnetworking/netinet/ip_icmp.h, libnetworking/netinet/ip_mroute.h,
libnetworking/netinet/ip_var.h, libnetworking/netinet/tcp_debug.h,
libnetworking/netinet/tcp_seq.h, libnetworking/netinet/tcp_timer.h,
libnetworking/netinet/tcp_var.h, libnetworking/netinet/udp_var.h,
libnetworking/nfs/nfs.h, libnetworking/rtems/rtems_bsdnet.h,
libnetworking/rtems/rtems_bsdnet_internal.h,
libnetworking/sys/buf.h, libnetworking/sys/callout.h,
libnetworking/sys/conf.h, libnetworking/sys/domain.h,
libnetworking/sys/malloc.h, libnetworking/sys/mbuf.h,
libnetworking/sys/mount.h, libnetworking/sys/protosw.h,
libnetworking/sys/queue.h, libnetworking/sys/rtprio.h,
libnetworking/sys/select.h, libnetworking/sys/signalvar.h,
libnetworking/sys/socket.h, libnetworking/sys/socketvar.h,
libnetworking/sys/sysctl.h, libnetworking/sys/syslog.h,
libnetworking/sys/ucred.h, libnetworking/sys/uio.h,
libnetworking/vm/vm.h, libnetworking/vm/vm_extern.h,
libnetworking/vm/vm_param.h: Use -D_KERNEL instead of -DKERNEL for
greater FreeBSD compliance.
2004-04-20 12:28:48 +00:00
Ralf Corsepius
dc28f16d8e
Use -D_KERNEL instead of -DKERNEL for greater FreeBSD compliance.
2004-04-20 12:28:19 +00:00
Ralf Corsepius
c2b59d5c10
2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* libnetworking/Makefile.am: Add -D_KERNEL to CPPFLAGS.
2004-04-20 12:22:02 +00:00
Ralf Corsepius
d9f1466781
2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* libnetworking/net/bpf.h: Partial update from FreeBSD.
2004-04-20 12:20:42 +00:00
Ralf Corsepius
cdaff4d463
2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* Makefile.am: Remove C_FILES (Unused).
2004-04-20 12:03:30 +00:00
Ralf Corsepius
a3d3d9aeda
Remove stray white spaces.
2004-04-20 10:43:39 +00:00
Ralf Corsepius
c8e8f119a9
2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* libchip/network/if_media.h: Update from FreeBSD.
* libchip/network/open_eth.c, libchip/network/cs8900.c,
libchip/network/i82586.c: #include <errno.h>.
2004-04-20 10:35:31 +00:00
Ralf Corsepius
8f71a36f71
Remove stray white spaces.
2004-04-20 07:09:31 +00:00
Joel Sherrill
d3fdf89f66
2004-04-19 Joel Sherrill <joel@OARcorp.com>
...
* start/start.S: DWARF on the m68k requires that all objects me a
multiple of a 16-bit word in length.
2004-04-19 22:08:13 +00:00
Ralf Corsepius
0739963874
2004-04-19 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* libnetworking/sys/sysctl.h: Partial update from FreeBSD.
* libnetworking/kern/kern_sysctl.c: Partial update from FreeBSD.
2004-04-19 13:49:10 +00:00
Ralf Corsepius
429ba3b6ee
Remove stray white spaces.
2004-04-18 06:19:33 +00:00
Ralf Corsepius
a0ed4edee0
Remove stray white spaces.
2004-04-18 06:13:55 +00:00
Ralf Corsepius
50f32b1165
Remove stray white spaces.
2004-04-18 06:05:35 +00:00
Ralf Corsepius
05279b84b4
Remove stray white spaces.
2004-04-17 13:32:13 +00:00
Ralf Corsepius
3b2c47300a
2004-04-17 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* libfs/src/imfs/imfs_debug.c, libfs/src/imfs/memfile.c:
Use fprintf(stdout,...) instead of printf.
2004-04-17 08:39:22 +00:00
Ralf Corsepius
a5305f6b33
Remove stray white spaces.
2004-04-17 08:34:41 +00:00
Ralf Corsepius
d63a2c27d9
2004-04-17 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* libblock/src/ide_part_table.c: Use fprintf(stdout,...) instead of
printf.
2004-04-17 08:19:11 +00:00
Ralf Corsepius
8b961495bb
Remove stray white spaces.
2004-04-17 08:15:17 +00:00
Ralf Corsepius
714f06c7fa
2004-04-17 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* libmisc/capture/capture-cli.c, libmisc/cpuuse/cpuuse.c,
libmisc/dumpbuf/dumpbuf.c, libmisc/fsmount/fsmount.c,
libmisc/monitor/mon-command.c, libmisc/monitor/mon-config.c,
libmisc/monitor/mon-dname.c, libmisc/monitor/mon-driver.c,
libmisc/monitor/mon-extension.c, libmisc/monitor/mon-itask.c,
libmisc/monitor/mon-monitor.c, libmisc/monitor/mon-mpci.c,
libmisc/monitor/mon-object.c, libmisc/monitor/mon-prmisc.c,
libmisc/monitor/mon-queue.c, libmisc/monitor/mon-symbols.c,
libmisc/monitor/mon-task.c, libmisc/rtmonuse/rtmonuse.c,
libmisc/shell/cmds.c, libmisc/shell/shell.c, libmisc/shell/shell.h,
libmisc/stackchk/check.c, libmisc/untar/untar.c: Use
fprintf(stdout,...) instead of printf.
2004-04-17 08:12:02 +00:00
Ralf Corsepius
0fdc099473
Remove stray white spaces.
2004-04-16 21:51:30 +00:00
Ralf Corsepius
3906b3eaa1
Remove stray white spaces.
2004-04-16 21:29:43 +00:00
Ralf Corsepius
aed742c9a0
Remove stray white spaces.
2004-04-16 12:06:28 +00:00
Ralf Corsepius
84860816e3
Remove stray white spaces.
2004-04-16 11:54:29 +00:00
Ralf Corsepius
c952016561
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* sapi/include/rtems/sptables.h: Remove _RTEMS_version.
2004-04-16 11:52:16 +00:00
Ralf Corsepius
84c5345224
Remove stray white spaces.
2004-04-16 11:08:36 +00:00
Ralf Corsepius
27138f3566
2004-04-16 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API
consistency with other ports).
2004-04-16 11:06:31 +00:00
Ralf Corsepius
874297f3be
Remove stray white spaces.
2004-04-16 10:01:03 +00:00
Ralf Corsepius
1b4f2b305c
Remove stray white spaces.
2004-04-16 09:24:30 +00:00
Ralf Corsepius
048dcd2b3a
Remove stray white spaces.
2004-04-15 14:50:20 +00:00
Ralf Corsepius
1f788a3e28
Remove stray white spaces.
2004-04-15 13:53:12 +00:00
Ralf Corsepius
9532e55573
Remove stray white spaces.
2004-04-15 13:41:26 +00:00
Ralf Corsepius
73b5bd5d0e
Remove stray white spaces.
2004-04-15 13:33:58 +00:00
Ralf Corsepius
3239698d1f
Remove stray white spaces.
2004-04-15 13:26:21 +00:00
Ralf Corsepius
7ded4e37a3
Remove unnecessary white spaces.
2004-04-15 04:00:25 +00:00
Ralf Corsepius
d9ac411f32
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* configure.ac: Add RTEMS_ROOT (HACK: This is the last file c/src
which still uses RTEMS_ROOT).
2004-04-14 15:20:26 +00:00
Ralf Corsepius
61c78ab4db
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
2004-04-14 15:18:56 +00:00
Ralf Corsepius
0d0528d369
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* aclocal/rtems-top.m4: Add project_top/with_project_top processing.
2004-04-14 13:27:39 +00:00
Ralf Corsepius
6dc747080e
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* libcsupport/Makefile.am: Install include_sys_HEADERS for NEWLIB
only. Merge sys/cdefs.h into general include_sys_HEADERS.
2004-04-14 13:21:06 +00:00
Ralf Corsepius
78d4816b49
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
...
PR 605/bsps
* cpu.c: Remove further c++ style comments having been missed in
previous patch. Remove printf's entirely.
2004-04-14 12:02:06 +00:00
Joel Sherrill
6f2aebe171
Fixed wrapping.
2004-04-13 20:55:26 +00:00
Ralf Corsepius
1257707b6e
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* include/bsp.h: Include <rtems/motorola/mc68230.h> instead of <motorola/mc68230.h>.
* include/bsp.h: Include <rtems/motorola/mc68681.h> instead of <motorola/mc68681.h>.
2004-04-13 15:59:03 +00:00
Ralf Corsepius
cdfae2d301
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* acinclude.m4: Regenerate to include ss555.
2004-04-13 15:50:56 +00:00
Ralf Corsepius
cd2fcd516e
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
with FreeBSD and now unused).
* custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
2004-04-13 15:49:18 +00:00