summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-262-1/+5
| | | | * libfs/src/rfs/rtems-rfs-bitmaps-ut.c: Fix warning.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-262-1/+9
| | | | * libmisc/stringto/stringto_template.h: Remove warning.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-252-6/+10
| | | | * context_init.c: Eliminate warnings.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-253-14/+57
| | | | | * cpu.c, rtems/score/cpu.h: Move _CPU_Context_Initialize() to cpu.c so it is easier to make warning free.
* 2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-252-4/+15
| | | | | | * posix/src/pthread.c: Make default pthread_attr_t match the conditionals in the version in newlib. This way it will always be right.
* 2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-252-1/+6
| | | | | * libcsupport/src/readv.c: Check for < 0 on iov_len, not <= 0. A readv() with all iov_len equal to 0 should have no effect.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-252-2/+6
| | | | * rtems/score/cpu.h: Remove warning in _CPU_Context_Initialize.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-254-6/+14
| | | | * rtems/score/cpu.h: Remove warning in _CPU_Context_Initialize.
* 2010-04-20 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2010-04-202-9/+26
| | | | | | | * cpu_asm.S: L0-L3 were part of the interrupt context, but as Mike Frysinger noted they were not being zeroed before calling the C handlers. A patch that corrects this, as well as improving some of the push/pop order to avoid stalls.
* This commit was generated by cvs2svn to compensate for changes in r23081,Ralf Corsepius2010-04-181-2/+2
|\ | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.5Ralf Corsepius2010-04-181-2/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r23079,Ralf Corsepius2010-04-181-1/+2
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.5Ralf Corsepius2010-04-181-1/+2
| |
* | 2010-04-17 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2010-04-174-32/+8
| | | | | | | | | | | | * cpu.c, cpu_asm.S, rtems/score/cpu.h: Fine tune registers saved in the context. The sp and imask registers need to be saved. Also allocated 12 bytes on the stack at thread entry as the abi requires that.
* | 2010-04-17 Mike Frysinger <vapier.adi@gmail.com>Joel Sherrill2010-04-172-0/+10
| | | | | | | | * cpu.c: Blackfin ABI requires L registers to be 0 upon function entry.
* | 2010-04-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-152-1/+6
| | | | | | | | * rtems/score/cpu.h: Make _gp global.
* | 2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-142-1/+3
| | | | | | | | | | * libnetworking/sys/mbuf.h: Use uintptr_t instead of u_long for 16bit target compliance.
* | 2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-142-1/+3
| | | | | | | | | | * libnetworking/libc/gethostbydns.c: Use uintptr_t instead of u_long for 16bit target compliance.
* | 2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-142-1/+6
| | | | | | | | | | * libnetworking/sys/sysctl.h: Change sysctl_oid->arg2 into int32_t for 16bit target compliance.
* | 2010-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-132-2/+10
| | | | | | | | | | * libmisc/shell/fts.c (fts_pow2): Rebase fts_pow2 on SIZEOF_SIZE_T * CHAR_BIT.
* | 2010-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-131-0/+5
| | | | | | | | | | * aclocal/gcc-sanity.m4: Add RTEMS_CHECK_GCC_PRINTF_LD_OFF_T, RTEMS_CHECK_GCC_PRINTF_LLD_OFF_T.
* | Add RTEMS_CHECK_GCC_PRINTF_LD_OFF_T, RTEMS_CHECK_GCC_PRINTF_LLD_OFF_T.Ralf Corsepius2010-04-131-0/+26
| |
* | 2010-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-132-1/+6
| | | | | | | | | | * shttpd/io_dir.c: Cast consts to size_t (Avoid overflows on implicit const casts on 16bit targets).
* | 2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-122-1/+6
| | | | | | | | | | * score/include/rtems/system.h: Let RTEMS_offsetof return uintptr_t instead of uint32_t (16bit target compatibility).
* | 2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-121-0/+6
| | | | | | | | | | | | * libmisc/monitor/mon-part.c, libmisc/monitor/mon-region.c: Use rtems_monitor_dump_addr instead of rtems_monitor_dump_hex to print addresses.
* | Use rtems_monitor_dump_addr instead of rtems_monitor_dump_hexRalf Corsepius2010-04-122-2/+2
| | | | | | | | to print addresses.
* | 2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-121-0/+2
| | | | | | | | | | * libmisc/monitor/mon-prmisc.c, libmisc/monitor/monitor.h: Add rtems_monitor_dump_addr().
* | Add rtems_monitor_dump_addr().Ralf Corsepius2010-04-122-0/+7
| |
* | 2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-121-0/+4
| | | | | | | | * libmisc/monitor/mon-symbols.c: 16bit target fixes.
* | 16bit target fixes.Ralf Corsepius2010-04-121-1/+1
| |
* | 2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-122-3/+10
| | | | | | | | | | | | | | * 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 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-122-1/+6
| | | | | | | | * configure.ac: Check for sched.h.
* | 2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-122-0/+5
| | | | | | | | * configure.ac: Check for WORD_BIT, LONG_BIT.
* | 2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-122-0/+8
| | | | | | | | * configure.ac: Check for flockfile, funlockfile, ftrylockfile.
* | 2010-04-12 Chris Johns <chrisj@rtems.org>Chris Johns2010-04-1211-23/+44
| | | | | | | | | | | | | | | | | | | | | | 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-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-102-11/+15
| | | | | | | | | | * libmisc/stackchk/check.c: Remove bogus casts. Use PRIxPTR to printk pointers.
* | This commit was generated by cvs2svn to compensate for changes in r23020,Ralf Corsepius2010-04-101-0/+103
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.5Ralf Corsepius2010-04-101-0/+103
| |
| * Import from zlib-1.2.5Ralf Corsepius2010-04-041-8/+21
| |
| * Import from zlib-1.2.5Ralf Corsepius2010-04-041-2/+2
| |
| * Import from zlib-1.2.5Ralf Corsepius2010-03-291-8/+26
| |
* | fixed disk deleteThomas Doerfler2010-04-093-100/+65
| | | | | | | | Obtain/release disk during open/close
* | 2010-04-08 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2010-04-083-8/+23
| | | | | | | | | | | | * 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.
* | add/adapt documentationThomas Doerfler2010-04-0814-69/+194
| |
* | 2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-072-1/+4
| | | | | | | | * score/src/wkspace.c: Remove duplicate include.
* | 2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-073-7/+12
| | | | | | | | | | * libmisc/monitor/mon-monitor.c, libmisc/monitor/monitor.h: Add const to fix warning. Spacing.
* | 2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-072-0/+11
| | | | | | | | | | * score/include/rtems/system.h: Fix warnings about TRUE/FALSE not defined on ARM target. This file need to be clean from .S files.
* | 2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-072-1/+5
| | | | | | | | * arm_exc_abort.S: Fix warnings about TRUE/FALSE not defined.
* | 2010-04-05 Thomas Znidar <t.znidar@embed-it.com>Joel Sherrill2010-04-053-3/+27
| | | | | | | | | | * libmisc/monitor/mon-monitor.c, libmisc/monitor/monitor.h: Add reset command.
* | 2010-04-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-041-0/+4
| | | | | | | | * libnetworking/lib/rtems_bspnet_ntp.c: #include <unistd.h>.