Joel Sherrill
bf00d1dc0d
2011-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* console/erc32_console.c: Add polled support. Tinker with interrupt
handler to not dequeue characters unless TX is empty.
2011-02-28 20:14:29 +00:00
Sebastian Huber
8f8e9038bd
2011-02-28 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* console.c: Register also normal device file of the console device.
Call initialization before the device file registration.
2011-02-28 15:11:48 +00:00
Ralf Corsepius
11fe00d516
Add freebsd8.2
2011-02-28 08:54:16 +00:00
Joel Sherrill
1741a51083
2011-02-27 Jennifer Averett <jennifer.averett@OARcorp.com>
...
* score/include/rtems/score/schedulerpriority.h,
score/src/schedulerpriority.c, score/src/schedulerpriorityextract.c,
score/src/schedulerpriorityupdate.c: Formatting.
2011-02-28 00:10:38 +00:00
Ralf Corsepius
c7eec17fb5
New.
2011-02-27 22:01:39 +00:00
Sebastian Huber
06280c35de
2011-02-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* mpc83xx/network/tsec.c: New default MAC configuration. Set MDIO
clock according to actual CCB frequency. Print media info only if we
have a PHY. Avoid infinite loop in media adaption.
2011-02-25 13:34:41 +00:00
Ralf Corsepius
d83ae4abe1
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
2011-02-25 11:02:21 +00:00
Ralf Corsepius
540dc2c6ce
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
Remove AC_ARG_VAR([RTEMS_BSP],[]).
Add RTEMS_ENV_RTEMSBSP.
2011-02-25 11:01:21 +00:00
Ralf Corsepius
6a1176a20c
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
2011-02-25 10:53:29 +00:00
Ralf Corsepius
54fef8bf36
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* tools/configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
Fix package name.
2011-02-25 10:49:07 +00:00
Ralf Corsepius
5c3e7714f6
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* tools/configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
Fix package name.
2011-02-25 10:42:26 +00:00
Sebastian Huber
ebe6edbcf1
2011-02-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* libnetworking/rtems/rtems_mii_ioctl_kern.c: Do not use IFM_ACTIVE
and IFM_AVALID in the media word.
* libnetworking/net/if_media.h: Hack to get libbsdport interface
drivers working.
2011-02-25 10:38:17 +00:00
Ralf Corsepius
f154804273
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libcsupport/src/sleep_noposix.c: Remove.
* libcsupport/Makefile.am: Reflect changes above.
* posix/src/sleep.c, posix/src/usleep.c: Remove.
* posix/Makefile.am: Reflect changes above.
* configure.ac: Error out if libc doesn't provide sleep, usleep.
2011-02-25 10:20:02 +00:00
Ralf Corsepius
38d1150ecf
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* aclocal/canonical-target-name.m4:
Stop pretending no_cpu* was buildable.
Derive RTEMS_CPU from "$host_cpu".
Error out if "$host" doesn't match "*-*-rtems*".
2011-02-25 06:17:36 +00:00
Ralf Corsepius
8dc08d2379
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* aclocal/check-networking.m4, aclocal/check-posix.m4:
Rebase check on "$host".
2011-02-25 03:58:33 +00:00
Ralf Corsepius
0111c50d8e
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libcsupport/src/creat.c: Remove.
* libcsupport/Makefile.am: Reflect changes above.
* configure.ac: Error out if libc doesn't provide creat.
2011-02-25 02:52:54 +00:00
Ralf Corsepius
bbc1a10935
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libcsupport/src/opendir.c, libcsupport/src/closedir.c,
libcsupport/src/readdir.c, libcsupport/src/rewinddir.c,
libcsupport/src/scandir.c, libcsupport/src/seekdir.c,
libcsupport/src/telldir.c: Remove.
* libcsuppport/Makefile.am: Reflect changes above.
* configure.ac: Error out if libc doesn't provide
opendir, closedir, readdir, rewinddir, scandir, seekdir,
telldir.
2011-02-25 02:13:21 +00:00
Ralf Corsepius
e530f72f73
2011-02-24 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libcsupport/include/sys/statvfs.h: Remove include <sys/cdefs.h>
(unused). Add C++ guards. Declare functions extern.
2011-02-24 15:48:06 +00:00
Ralf Corsepius
7c82776ff5
2011-02-24 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/include/rtems/posix/mqueue.h,
posix/include/rtems/posix/timer.h: Add missing includes.
2011-02-24 15:10:06 +00:00
Ralf Corsepius
8eaf3bce1a
Add missing includes.
2011-02-24 15:09:54 +00:00
Ralf Corsepius
ee7f2f7bcc
2011-02-24 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/netinet/ip_icmp.c, libnetworking/netinet/ip_icmp.h:
Misc. changes from FreeBSD.
* libnetworking/netinet/tcp_var.h: Include <netinet/tcp_timer.h>.
2011-02-24 14:57:34 +00:00
Ralf Corsepius
460674d99f
2011-02-24 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/netinet/in_systm.h,
libnetworking/netinet/tcp_debug.c,
libnetworking/netinet/tcp_debug.h, libnetworking/netinet/tcp_seq.h,
libnetworking/netinet/tcp_var.h, libnetworking/netinet/tcpip.h:
Misc changes from FreeBSD.
2011-02-24 06:48:52 +00:00
Ralf Corsepius
241a4c315f
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/net/if_pppvar.h: Add "extern C++" guards.
Add header guard.
2011-02-23 14:38:25 +00:00
Ralf Corsepius
546c4737f5
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/sys/signalvar.h: Comment out unused code.
2011-02-23 14:36:05 +00:00
Ralf Corsepius
324c186aae
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/include/rtems/posix/mqueue.h: Relocate "extern C++" guards.
2011-02-23 14:34:34 +00:00
Ralf Corsepius
c8cf476634
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/include/rtems/posix/key.h: Add missing includes.
2011-02-23 14:30:52 +00:00
Ralf Corsepius
e59c21e37b
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/machine/in_cksum.h: Add missing includes.
2011-02-23 14:28:26 +00:00
Ralf Corsepius
253dde08b8
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libcsupport/include/clockdrv.h, libcsupport/include/console.h,
libcsupport/include/spurious.h, libcsupport/include/rtems/error.h,
libcsupport/include/rtems/libcsupport.h: Add missing includes.
2011-02-23 14:27:15 +00:00
Ralf Corsepius
1b8a1a6e62
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/vm/vm_kern.h: Comment out unused vars.
2011-02-23 14:24:35 +00:00
Ralf Corsepius
b69e6cd5fa
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/include/mqueue.h: Relocate "extern C++" guards.
2011-02-23 14:21:53 +00:00
Ralf Corsepius
fd580d5372
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* sapi/include/rtems/fatal.h: Add missing includes.
2011-02-23 14:13:16 +00:00
Ralf Corsepius
111226fadb
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* score/include/rtems/score/tod.h: Add missing includes.
2011-02-23 14:11:55 +00:00
Ralf Corsepius
fa40adf974
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* ftpd/ftpd.h: Add missing includes.
2011-02-23 14:08:45 +00:00
Ralf Corsepius
7858b90e7c
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/devnull/devnull.h, libmisc/stackchk/stackchk.h:
Fix header guard. Add missing includes.
2011-02-23 14:07:40 +00:00
Ralf Corsepius
c5e2f7c6f9
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* score/include/rtems/debug.h, score/include/rtems/score/sysstate.h,
score/include/rtems/score/timespec.h,
score/inline/rtems/score/address.inl,
score/inline/rtems/score/stack.inl,
score/inline/rtems/score/states.inl: Add missing includes.
2011-02-23 14:02:21 +00:00
Ralf Corsepius
92167a3672
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems/inline/rtems/rtems/attr.inl,
rtems/inline/rtems/rtems/eventset.inl,
rtems/inline/rtems/rtems/options.inl: Add missing includes.
2011-02-23 13:59:03 +00:00
Ralf Corsepius
8485c7fd61
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libfs/src/dosfs/msdos_misc.c: Don't include <strings.h>.
2011-02-23 13:57:02 +00:00
Ralf Corsepius
20524babcf
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Remove AM_CONDITIONAL(HAS_POSIX) (Unused).
2011-02-22 16:16:43 +00:00
Ralf Corsepius
a6d21a4dc8
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems/inline/rtems/rtems/status.inl: Add missing include.
2011-02-22 15:12:08 +00:00
Ralf Corsepius
b907b479e5
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libblock/src/media-path.c: Remove warnings.
2011-02-22 15:11:06 +00:00
Ralf Corsepius
027e40dc03
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Add AC_CONFIG_HEADER(config.h).
2011-02-22 14:56:36 +00:00
Ralf Corsepius
8ca85b0b4f
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Add AC_CONFIG_HEADER(config.h).
2011-02-22 14:44:30 +00:00
Ralf Corsepius
9fa8d0eed5
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* support/src/tmtests_support.c:
loop_overhead and end_time are uint32_t's.
2011-02-22 14:41:17 +00:00
Ralf Corsepius
9c2d861b03
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* support/src/spin.c, support/src/test_support.c,
support/src/tmtests_empty_function.c, support/src/tmtests_support.c:
Add HAVE_CONFIG_H.
2011-02-22 11:12:00 +00:00
Ralf Corsepius
b1305bb945
Add HAVE_CONFIG_H.
2011-02-22 11:11:44 +00:00
Ralf Corsepius
a32020adaf
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* psxtmmutex02/init.c, psxtmthread01/init.c, psxtmthread03/init.c:
Add HAVE_CONFIG_H.
2011-02-22 10:59:11 +00:00
Ralf Corsepius
e3135514a8
Add HAVE_CONFIG_H.
2011-02-22 10:58:44 +00:00
Ralf Corsepius
571ccfc827
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* base_mp/apptask.c, base_mp/init.c, base_sp/apptask.c, base_sp/init.c,
capture/init.c, capture/test1.c, cdtest/init.c, fileio/init.c,
hello/init.c, loopback/init.c, minimum/init.c, nsecs/empty.c,
nsecs/init.c, paranoia/init.c, paranoia/paranoia.c, pppd/init.c,
pppd/pppdapp.c, ticker/init.c, ticker/tasks.c, unlimited/init.c,
unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Add
HAVE_CONFIG_H.
2011-02-22 10:54:42 +00:00
Ralf Corsepius
70f83eb210
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* mp01/init.c, mp01/task1.c, mp02/init.c, mp02/task1.c, mp03/delay.c,
mp03/init.c, mp03/task1.c, mp04/init.c, mp04/task1.c, mp05/asr.c,
mp05/init.c, mp05/task1.c, mp06/init.c, mp06/task1.c, mp07/init.c,
mp07/task1.c, mp08/init.c, mp08/task1.c, mp09/init.c, mp09/recvmsg.c,
mp09/sendmsg.c, mp09/task1.c, mp10/init.c, mp10/task1.c, mp10/task2.c,
mp10/task3.c, mp11/init.c, mp12/init.c, mp13/init.c, mp13/task1.c,
mp13/task2.c, mp14/delay.c, mp14/evtask1.c, mp14/evtmtask.c,
mp14/exit.c, mp14/init.c, mp14/msgtask1.c, mp14/pttask1.c,
mp14/smtask1.c: Add HAVE_CONFIG_H.
2011-02-22 10:00:46 +00:00
Ralf Corsepius
a4bc4d6e29
Add HAVE_CONFIG_H.
2011-02-22 10:00:39 +00:00