summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-304-34/+37
| | | | | | | | * libcsupport/include/rtems/libio_.h, libcsupport/src/envlock.c, libcsupport/src/libio.c: Added and use rtems_libio_lock() and rtems_libio_unlock(). Cleaned up includes and declarations. Do not use RTEMS_NO_PRIORITY for unused ceiling priority in rtems_semaphore_create().
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-302-113/+130
| | | | | | * libnetworking/lib/ftpfs.c: Format changes. Fixed pathname allocation in rtems_ftpfs_eval_path(). Send QUIT command during file close.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-302-0/+5
| | | | * libfs/src/dosfs/msdos_format.c: Added missing va_end().
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-3010-2/+1365
| | | | | | | | | | * libblock/src/bdpart.c: Removed file. * libblock/src/bdpart-create.c, libblock/src/bdpart-dump.c, libblock/src/bdpart-mount.c, libblock/src/bdpart-read.c, libblock/src/bdpart-register.c, libblock/src/bdpart-sort.c, libblock/src/bdpart-write.c: New files. * libblock/include/rtems/bdpart.h: Moved some definitions from bdpart.c. * libblock/Makefile.am: Update for file changes.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-302-0/+25
| | | | * sapi/inline/rtems/chain.inl: Added missing functions.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-304-4/+8
| | | | | * posix/src/alarm.c, posix/src/psignal.c, posix/src/ualarm.c: Moved watchdog control objects to reduce dependencies.
* Fixed PR reference.Sebastian Huber2010-04-291-1/+1
|
* 2010-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-293-1/+9
| | | | | | | PR1507 * libblock/src/bdbuf.c: Avoid NULL pointer access. * libblock/src/diskdevs.c: Fixed bounds check in rtems_disk_next().
* 2010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-293-5/+10
| | | | | * librpc/src/rpc/clnt_udp.c, librpc/src/xdr/xdr_mem.c: Use [u]intptr_t instead of [u_]long for better 16bit compliance.
* 2010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-293-4/+6
| | | | | * aclocal/enable-itron.m4, aclocal/check-itron.m4: Replace RTEMS_HAS_ITRON_API with enable_itron.
* 2010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-292-2/+7
| | | | | * librpc/src/rpc/pmap_rmt.c: Use uintptr_t for better 16bit compliance.
* 2010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-292-2/+3
| | | | * aclocal/enable-itron.m4: Cosmetics.
* 2010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-291-0/+2
| | | | | * httpd/Makefile.am: Use LIBHTTPD. * shttpd/Makefile.am: Use LIBSHTTPD.
* Regenerate.Ralf Corsepius2010-04-292-2/+2
|
* Use SLIBHTTPD.Ralf Corsepius2010-04-291-1/+3
|
* Use LIBHTTPD.Ralf Corsepius2010-04-291-1/+3
|
* 2010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-292-0/+8
| | | | | * configure.ac: Add RTEMS_ENABLE_SHTTPD, RTEMS_ENABLE_HTTPD. Introduce AM_CONDITIONALS LIBHTTPD, LIBSHTTPD.
* 2010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-291-0/+4
| | | | * aclocal/enable-httpd.m4, aclocal/enable-shttpd.m4: New.
* New.Ralf Corsepius2010-04-292-0/+24
|
* 2010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-292-1/+6
| | | | | * libnetworking/libc/map_v4v6.c: Use uintptr_t instead of u_long for better 16bit target compliance.
* 2010-04-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-282-3/+8
| | | | * libcsupport/src/chdir.c: Check for NULL pointer.
* 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.