Ralf Corsepius
96bb0f4036
2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* shared/umon/umoncons.c:
Reflect changes to rtems_termios_callbacks->write.
2010-04-14 09:00:46 +00:00
Ralf Corsepius
b93ca7c6b3
Include <unistd.h>.
2010-04-14 08:59:02 +00:00
Ralf Corsepius
a3b8cdab46
2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* console/conscfg.c: Include <unistd.h>.
2010-04-14 08:58:28 +00:00
Ralf Corsepius
90ea3ded2f
2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* shared/flash/flash.c: Include <unistd.h>.
2010-04-14 08:53:48 +00:00
Ralf Corsepius
8f7b4b5f07
2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* network/support/bsp_attach.c: Include <unistd.h>.
2010-04-14 08:51:56 +00:00
Ralf Corsepius
f9bf7f1646
Include <unistd.h>.
2010-04-14 08:51:46 +00:00
Ralf Corsepius
3d3e22c643
2010-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/shell/fts.c (fts_pow2): Rebase fts_pow2 on
SIZEOF_SIZE_T * CHAR_BIT.
2010-04-13 04:39:47 +00:00
Ralf Corsepius
d526708e5d
2010-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* aclocal/gcc-sanity.m4: Add RTEMS_CHECK_GCC_PRINTF_LD_OFF_T,
RTEMS_CHECK_GCC_PRINTF_LLD_OFF_T.
2010-04-13 04:23:36 +00:00
Ralf Corsepius
b3950931a0
Add RTEMS_CHECK_GCC_PRINTF_LD_OFF_T, RTEMS_CHECK_GCC_PRINTF_LLD_OFF_T.
2010-04-13 04:23:26 +00:00
Ralf Corsepius
80e2405dde
2010-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* console/console.c: Fix broken comment formatting.
2010-04-13 04:21:15 +00:00
Ralf Corsepius
d3d297496c
Fix broken comment format.
2010-04-13 04:20:05 +00:00
Ralf Corsepius
5322d6e604
2010-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* shttpd/io_dir.c: Cast consts to size_t (Avoid overflows on implicit
const casts on 16bit targets).
2010-04-13 04:17:15 +00:00
Ralf Corsepius
4d0771e1e8
2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* shared/comm/uart.c, shared/comm/uart.h: Reflect termios API
changes.
2010-04-12 16:34:38 +00:00
Ralf Corsepius
2daa19ffa3
Reflect termios API changes.
2010-04-12 16:34:31 +00:00
Ralf Corsepius
5da993c0ac
2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* console/console.c, console/ps2_mouse.c: Reflect termios API
changes.
2010-04-12 16:33:00 +00:00
Ralf Corsepius
eb55e007ab
2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* score/include/rtems/system.h: Let RTEMS_offsetof return uintptr_t
instead of uint32_t (16bit target compatibility).
2010-04-12 15:28:03 +00:00
Ralf Corsepius
ffed83e099
2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/monitor/mon-part.c, libmisc/monitor/mon-region.c:
Use rtems_monitor_dump_addr instead of rtems_monitor_dump_hex
to print addresses.
2010-04-12 15:25:55 +00:00
Ralf Corsepius
76282d5cc9
Use rtems_monitor_dump_addr instead of rtems_monitor_dump_hex
...
to print addresses.
2010-04-12 15:25:43 +00:00
Ralf Corsepius
1b65557a78
2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/monitor/mon-prmisc.c, libmisc/monitor/monitor.h:
Add rtems_monitor_dump_addr().
2010-04-12 15:23:57 +00:00
Ralf Corsepius
5b331cc570
Add rtems_monitor_dump_addr().
2010-04-12 15:23:41 +00:00
Ralf Corsepius
16c37555f3
2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/monitor/mon-symbols.c: 16bit target fixes.
2010-04-12 15:21:54 +00:00
Ralf Corsepius
f1eb9c6b72
16bit target fixes.
2010-04-12 15:21:42 +00:00
Ralf Corsepius
959e0a0a80
2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/lib/ftpfs.c: 16bit target fixes:
Use ioctl_command_t as arg to rtems_ftpfs_do_ioctl.
Explicitly cast to uint32_t in char[] to uint32_t
conversion.
2010-04-12 12:50:25 +00:00
Ralf Corsepius
84221cb922
2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Check for sched.h.
2010-04-12 06:36:35 +00:00
Ralf Corsepius
da0475f533
2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Check for WORD_BIT, LONG_BIT.
2010-04-12 06:31:21 +00:00
Ralf Corsepius
2c0450cb88
2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Check for flockfile, funlockfile, ftrylockfile.
2010-04-12 06:27:18 +00:00
Chris Johns
1d539c0501
2010-04-12 Chris Johns <chrisj@rtems.org>
...
libfs/src/rfs/rtems-rfs-buffer-bdbuf.c,
libfs/src/rfs/rtems-rfs-buffer.c, libfs/src/rfs/rtems-rfs-data.h,
libfs/src/rfs/rtems-rfs-dir.c,
libfs/src/rfs/rtems-rfs-file-system.c,
libfs/src/rfs/rtems-rfs-format.c, libfs/src/rfs/rtems-rfs-inode.h,
libfs/src/rfs/rtems-rfs-rtems.c, libfs/src/rfs/rtems-rfs-rtems.h,
libfs/src/rfs/rtems-rfs-shell.c: Fix for PR1502. Clean up problems
on 16bit targets.
2010-04-12 05:29:25 +00:00
Ralf Corsepius
a290e72a5d
2010-04-11 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
* POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
2010-04-11 16:44:52 +00:00
Ralf Corsepius
5d8a42a518
Add flockfile, funlockfile, ftrylockfile.
2010-04-11 16:44:35 +00:00
Ralf Corsepius
87fbcc5ea2
New.
2010-04-11 16:44:20 +00:00
Ralf Corsepius
a99d541b3f
2010-04-11 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* console/debugio.c: Include <unistd.h>.
2010-04-11 16:34:42 +00:00
Joel Sherrill
c01dba121d
2010-04-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* make/custom/pc386.cfg: EXEEXT is not defined in application Makefile
support. All other BSPs just use .exe directly on objcopy commands.
This makes it consistent and allows external examples (network demos,
examples-v2, etc to link.
2010-04-10 17:50:44 +00:00
Ralf Corsepius
a89c96399e
2010-04-10 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/stackchk/check.c: Remove bogus casts.
Use PRIxPTR to printk pointers.
2010-04-10 07:32:13 +00:00
Ralf Corsepius
199354584c
2010-04-10 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libchip/serial/serial.h: Add extern "C".
2010-04-10 02:35:59 +00:00
Ralf Corsepius
7e72d512fd
Add extern "C".
2010-04-10 02:19:02 +00:00
Ralf Corsepius
add4a2eae3
Import from zlib-1.2.5
2010-04-10 01:31:51 +00:00
Ralf Corsepius
7ffa1bae33
This commit was generated by cvs2svn to compensate for changes in r23020,
...
which included commits to RCS files with non-trunk default branches.
2010-04-10 01:31:51 +00:00
Thomas Doerfler
3ed964f90d
adapt _write_ functions to new prototype
2010-04-09 22:44:05 +00:00
Thomas Doerfler
c193baadaf
unify irq data types and code, merge s3c2400/s3c2410 support
2010-04-09 20:24:57 +00:00
Thomas Doerfler
a0bdb9b85b
removed over-paranoid warning switches
2010-04-09 15:02:39 +00:00
Thomas Doerfler
5e657e2363
Documentation. Fixed mask defines.
2010-04-09 12:30:39 +00:00
Thomas Doerfler
bdac0eed0c
fixed disk delete
...
Obtain/release disk during open/close
2010-04-09 12:28:24 +00:00
Thomas Doerfler
22f107b6e4
Changes throughout
2010-04-09 12:25:22 +00:00
Thomas Doerfler
7a6f8d09fe
added dma header
...
added thumb support to start.S
updated documentation
2010-04-09 12:22:57 +00:00
Ralf Corsepius
6d614c4729
gcc-4.5.0-RC-20100406.
2010-04-09 02:56:59 +00:00
Eric Norum
a7f5c5f3aa
Add include to pick up read()/close() prototypes.
2010-04-08 22:20:33 +00:00
Joel Sherrill
4ad5526709
2010-04-08 Till Straumann <strauman@slac.stanford.edu>
...
* cpu_asm.S, rtems/score/cpu.h: On uC5282, the thread restart needed to
reload the frame pointer. As part of doing this, the code was moved
from inline asm to the .S file.
2010-04-08 16:37:34 +00:00
Joel Sherrill
c2b0f2ca18
2010-04-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* libchip/ide/ata.c: Change missed use of ATA_USE_OLD_EXCEPTIONS to
CPU_SIMPLE_VECTORED_INTERRUPTS.
2010-04-08 16:36:13 +00:00
Ralf Corsepius
2a5c880dc3
Housekeeping.
2010-04-08 14:48:59 +00:00
Joel Sherrill
42fc45c685
2010-04-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* start/start.S: Spacing.
2010-04-08 13:20:20 +00:00