Ralf Corsepius
f9f51d0def
Cosmetics.
2006-11-19 02:59:47 +00:00
Ralf Corsepius
7d6701d3b6
Fix typo in yesterday's patch.
2006-11-19 02:17:10 +00:00
Joel Sherrill
a607d363ef
2006-11-18 Joel Sherrill <joel@OARcorp.com>
...
* score/src/heapwalk.c: Do not use printk yet since many BSPs do not
prove the hooks for printk yet. This will require enough BSP changes
to delay until 4.8.
2006-11-18 14:48:13 +00:00
Ralf Corsepius
7e302653dd
2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* bootstrap: Add -r (autoreconf).
2006-11-18 06:07:24 +00:00
Ralf Corsepius
3031e6c4c9
Add -r (autoreconf).
2006-11-18 06:07:06 +00:00
Ralf Corsepius
fb678afef9
2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Add check for uintmax_t.
* libcsupport/src/malloc.c: Use uintmax_t instead of uint64_t for
MALLOC_STATS statistics. Use inttypes.h PRIxXXX macros for
printing.
2006-11-18 05:33:15 +00:00
Ralf Corsepius
2751cbe005
Use uintmax_t instead of uint64_t for MALLOC_STATS statistics.
...
Use inttypes.h PRIxXXX macros for printing.
2006-11-18 05:32:29 +00:00
Ralf Corsepius
ce135a4fdf
Add check for uintmax_t.
2006-11-18 05:31:43 +00:00
Ralf Corsepius
aab1ef5982
2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* aclocal/check-networking.m4: Integrate type checks.
* configure.ac: Use rtems_cv_HAS_NETWORKING instead of
HAS_NETWORKING.
2006-11-18 03:42:31 +00:00
Ralf Corsepius
6e46fa731d
Use rtems_cv_HAS_NETWORKING instead of HAS_NETWORKING.
2006-11-18 03:42:04 +00:00
Ralf Corsepius
d4cbf34666
Integrate type checks.
2006-11-18 03:41:42 +00:00
Ralf Corsepius
9ca2ee4253
2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* aclocal/check-itron.m4: Integrate ITRON-type checks.
* configure.ac: Remove ITRON-type checks.
Move RTEMS_CHECK* after type-checks.
2006-11-18 03:15:52 +00:00
Ralf Corsepius
8d4b5cff41
Remove ITRON-type checks.
...
Move RTEMS_CHECK* after type-checks.
2006-11-18 03:15:13 +00:00
Ralf Corsepius
943fe10fd3
Integrate ITRON-type checks.
2006-11-18 03:14:37 +00:00
Ralf Corsepius
461d93f4a7
2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Remove $LIBRPC.
2006-11-18 02:43:10 +00:00
Ralf Corsepius
7b6d1b50da
2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Check for uint64_t, int64_t.
2006-11-18 02:36:05 +00:00
Ralf Corsepius
c1427d2758
Regenerate.
2006-11-18 02:31:32 +00:00
Ralf Corsepius
c3bd75da47
2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac, Makefile.am, configure.ac, ftpd/Makefile.am,
httpd/Makefile.am, libnetworking/Makefile.am, pppd/Makefile.am,
telnetd/Makefile.am, wrapup/Makefile.am: Replace
AM_CONDITIONAL(HAS_NETWORKING) with AM_CONDITIONAL(LIBNETWORKING).
2006-11-18 02:28:58 +00:00
Ralf Corsepius
3fe615bae8
Replace AM_CONDITIONAL(HAS_NETWORKING) with AM_CONDITIONAL(LIBNETWORKING).
2006-11-18 02:28:35 +00:00
Ralf Corsepius
77fff59287
2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* bootstrap: Add -p (regenerate preinstall.ams).
2006-11-18 01:58:17 +00:00
Joel Sherrill
76ce226f8c
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* libchip/network/dec21140.c: Fix spacing -- remove long sections of
blank lines.
2006-11-17 23:08:55 +00:00
Joel Sherrill
0c2a6a12c0
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* psxsem01/init.c: Account for change in POSIX semaphore time handling.
Previously the timeout was not absolute time and checked BEFORE
attempting to lock semaphore.
2006-11-17 23:04:31 +00:00
Joel Sherrill
6be472c869
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
cases intended on all targets possible with new heap algorithm.
2006-11-17 23:03:25 +00:00
Joel Sherrill
7f3d6fe91c
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* score/inline/rtems/score/object.inl, score/src/objectnametoid.c:
Properly honor searching only local node even when on single CPU
system.
2006-11-17 22:59:41 +00:00
Joel Sherrill
28c55e4218
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* score/src/coresemseize.c: Add missing ISR enable.
2006-11-17 22:58:33 +00:00
Joel Sherrill
d056acd092
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* score/src/heapwalk.c: Use printk not printf.
2006-11-17 22:57:48 +00:00
Joel Sherrill
bf89c76217
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* libmisc/rtmonuse/rtmonuse.c: Do not use float for calculations.
2006-11-17 22:55:51 +00:00
Joel Sherrill
336227dbc3
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* libcsupport/src/sync.c: Do not dereference NULL reent.
2006-11-17 22:55:05 +00:00
Joel Sherrill
8441e5ef83
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* posix/src/semtimedwait.c: Used wrong constant for blocking with bad
timeout value.
2006-11-17 22:53:56 +00:00
Joel Sherrill
44bc19a795
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* posix/src/semtimedwait.c: Reverse accidentally included
semtimedwait.c.
2006-11-17 22:51:12 +00:00
Joel Sherrill
4d0bb65e12
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* posix/src/keygetspecific.c, posix/src/keysetspecific.c,
posix/src/semtimedwait.c: Correct indexing of key data to use api and
index NOT class and index. Class is always 1.
2006-11-17 22:49:30 +00:00
Joel Sherrill
3ca2768f1f
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* timer/timer.c: Update timer overhead for start/stop.
2006-11-17 22:46:31 +00:00
Joel Sherrill
d89bfb3b78
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* runtest.in: Change toolname to match 4.8.
2006-11-17 22:46:22 +00:00
Joel Sherrill
3664346e26
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* clock_driver_stub.c, clockdrv_shell.c: Use common clock driver
template and eliminate all fast idle code specific to this BSP. This
eliminates a fair amount of code in the BSP clock driver and
bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
timer so I added the new hook Clock_driver_support_find_timer to
support this. In general, there was some clean up to the file headers
of various files.
2006-11-17 22:44:10 +00:00
Joel Sherrill
ad19e3c0ad
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* psim, psim-gdb, runtest: Change toolname to match 4.8.
2006-11-17 22:42:54 +00:00
Joel Sherrill
248b6a41a5
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* runtest: Change toolname to match 4.8.
2006-11-17 22:42:18 +00:00
Joel Sherrill
461c916743
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* clock/clockdrv.c: Add copyright.
2006-11-17 22:41:41 +00:00
Joel Sherrill
07bc30bc25
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* itrontask04/init.c, itrontask04/itrontask04.scn: Cannot print with
dispatching disabled so fix test not to print while dispatching is
disabled.
2006-11-17 22:40:28 +00:00
Ralf Corsepius
efb1c3f5e7
Regenerate.
2006-11-17 09:58:59 +00:00
Ralf Corsepius
59f1632288
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Suppress itron if int8/int16_t are not provided.
* configure.ac, Makefile.am, itron/Makefile.am, wrapup/Makefile.am:
Introduce AM_CONDITIONAL(LIBITRON).
Remove AM_CONDITIONAL(HAS_ITRON).
2006-11-17 09:51:34 +00:00
Ralf Corsepius
91fadb3feb
Suppress itron if int8/int16_t are not provided.
...
Introduce AM_CONDITIONAL(LIBITRON).
Remove AM_CONDITIONAL(HAS_ITRON).
2006-11-17 09:50:45 +00:00
Ralf Corsepius
566933478a
Introduce AM_CONDITIONAL(LIBITRON).
...
Remove AM_CONDITIONAL(HAS_ITRON).
2006-11-17 09:49:29 +00:00
Ralf Corsepius
9f6293607e
Introduce AM_CONDITIONAL(LIBDOSFS).
2006-11-17 09:42:56 +00:00
Ralf Corsepius
5069a89d14
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* wrapup/Makefile.am: Introduce AM_CONDITIONAL(LIBDOSFS).
2006-11-17 08:55:16 +00:00
Ralf Corsepius
10bf8e69c4
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac, Makefile.am, libfs/Makefile.am:
Introduce AM_CONDITIONAL(LIBDOSFS).
2006-11-17 08:46:45 +00:00
Ralf Corsepius
795da078a1
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems/score/types.h: Remove unsigned64, signed64.
2006-11-17 05:58:06 +00:00
Ralf Corsepius
e252c387c3
2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/libc/gethostbydns.c, libnetworking/libc/linkaddr.c,
libnetworking/libc/map_v4v6.c: Cosmetic updates from FreeBSD.
Eliminate bcopy in favor of memcpy.
2006-11-16 16:38:15 +00:00
Ralf Corsepius
3a0d61e9c3
Cosmetic updates from FreeBSD.
...
Eliminate bcopy in favor of memcpy.
2006-11-16 16:37:49 +00:00
Joel Sherrill
9824dafe0e
2006-11-16 Joel Sherrill <joel@OARcorp.com>
...
* shared/bspstart.c, shared/start.S: Use common clock driver template
and eliminate all fast idle code specific to this BSP. This
eliminates a fair amount of code in the BSP clock driver and
bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
timer so I added the new hook Clock_driver_support_find_timer to
support this. In general, there was some clean up to the file headers
of various files.
2006-11-16 16:31:38 +00:00
Joel Sherrill
29d1fcee5e
2006-11-16 Joel Sherrill <joel@OARcorp.com>
...
* clock/ckinit.c, startup/bspstart.c: Use common clock driver template
and eliminate all fast idle code specific to this BSP. This
eliminates a fair amount of code in the BSP clock driver and
bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
timer so I added the new hook Clock_driver_support_find_timer to
support this. In general, there was some clean up to the file headers
of various files.
2006-11-16 16:31:36 +00:00