summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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>.
* | #include <unistd.h>Ralf Corsepius2010-04-041-0/+1
| |
* | Regenerate.Ralf Corsepius2010-04-031-4/+0
| |
* | 2010-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-033-106/+6
| | | | | | | | | | * posix/include/sched.h: Remove. * posix/Makefile.am: Remove include/sched.h.
* | 2010-04-03 Joel Sherrill <joel.sherrill@oarcorp.org>Ralf Corsepius2010-04-031-0/+5
| | | | | | | | | | * posix/src/psxtransschedparam.c, posix/src/pthread.c, posix/src/pthreadcreate.c: Reflect POSIX sched_parm changes.
* | Reflect POSIX sched_parm changes.Ralf Corsepius2010-04-033-17/+17
| |
* | #include <unistd.h>.Ralf Corsepius2010-04-036-0/+10
| |
* | 2010-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-031-0/+6
| | | | | | | | | | | | * shttpd/auth.c, shttpd/config.c, shttpd/io_cgi.c, shttpd/io_file.c, shttpd/io_socket.c, shttpd/shttpd.c: #include <unistd.h>.
* | 2010-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-021-0/+4
| | | | | | | | * libnetworking/sys/select.h: #include <sys/time.h>.
* | #include <sys/time.h>.Ralf Corsepius2010-04-021-0/+2
| |
* | 2010-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-021-0/+2
| | | | | | | | | | * libcsupport/src/isatty_r.c, libcsupport/src/malloc_sbrk_helpers.c: #include <unistd.h>.
* | #include <unistd.h>.Ralf Corsepius2010-04-022-0/+3
| |
* | #include <unistd.h>.Ralf Corsepius2010-04-021-0/+1
| |
* | 2010-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-021-0/+4
| | | | | | | | * posix/src/sched_rr_get_interval.c: #include <unistd.h>.
* | 2010-03-30 Chris Johns <chrisj@rtems.org>Chris Johns2010-03-302-12/+83
| | | | | | | | * libfs/src/dosfs/msdos_misc.c: Fix PR1491.
* | This commit was generated by cvs2svn to compensate for changes in r22917,Ralf Corsepius2010-03-281-1/+0
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.5Ralf Corsepius2010-03-281-1/+0
| |
| * Import from zlib-1.2.5Ralf Corsepius2010-03-282-30/+30
| |
* | This commit was generated by cvs2svn to compensate for changes in r22914,Ralf Corsepius2010-03-281-9/+2
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.5Ralf Corsepius2010-03-281-9/+2
| |
| * Import from zlib-1.2.4Ralf Corsepius2010-03-142-4/+41
| |
* | Fix.Joel Sherrill2010-03-281-3/+4
| |
* | 2010-03-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-282-0/+7
| | | | | | | | * score/src/isrthreaddispatch.c: Add include of config.h