summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-08-012-1/+13
| | | | | | | | PR 1248/networking * libnetworking/rtems/rtems_glue.c: Luke Stras <luke@spacequest.com> reported that when no interfaces are successfully attached, the default route is broken and may result in a jump to an illegal address.
* 2007-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-311-0/+5
| | | | | * cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h: Replace M68K_COLDFIRE_ARCH with __mcoldfire__.
* Replace M68K_COLDFIRE_ARCH with __mcoldfire__.Ralf Corsepius2007-07-313-20/+19
|
* 2007-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-312-1/+6
| | | | | * score/inline/rtems/score/priority.inl: Use size_t instead of uint32_t for array index.
* 2007-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-302-1/+6
| | | | | * libnetworking/netinet/in_cksum_m68k.h: Use __mcoldfire__ to identify coldfire cpus.
* changesRalf Corsepius2007-07-302-6/+9
|
* 2007-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-302-0/+36
| | | | | | * shttpd/log.c: Add preliminary version of SPLIT_SNPRINTF to work-around bug m68k/coldfire -fomit-frame-pointer bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32307.
* 2007-07-27 Chris Johns <chrisj@rtems.org>Chris Johns2007-07-271-0/+5
| | | | | * wrapup/Makefile.am: Create archive from a file for hosts with a limited command line size.
* 2007-07-27i Chris Johns <chrisj@rtems.org>Chris Johns2007-07-271-2/+3
| | | | | * wrapup/Makefile.am: Create archive from a file for hosts with a limited command line size.
* 2007-07-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-263-0/+22
| | | | | | * include/rtems/bspIo.h, include/rtems/pci.h: Add extern "C" guards. Reported by Robert S. Grimes <rsg@alum.mit.edu>.
* 2007-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-244-18/+36
| | | | | | | * libmisc/cpuuse/cpuusagereport.c, libmisc/cpuuse/cpuusagereset.c, score/src/timespecdivide.c: Fix various math and reporting bugs. Now the time appears to be reported correctly and add up to what is expected.
* 2007-07-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-241-0/+6
| | | | | | * shttpd/Makefile.am: Prefix all non-public symbols with _shttp_. * shttpd/compat_rtems.c: Don't build my_stat for rtems. * shttpd/defs.h: Don't build most of my_* wrappers for rtems.
* Don't build most of my_* wrappers for rtems.Ralf Corsepius2007-07-241-0/+9
|
* Don't build my_stat for rtems.Ralf Corsepius2007-07-241-2/+2
|
* Prefix all non-public symbols with _shttp_.Ralf Corsepius2007-07-241-0/+37
|
* 2007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-185-9/+58
| | | | | | | | * libmisc/Makefile.am, libmisc/cpuuse/cpuusagereport.c, libmisc/cpuuse/cpuusagereset.c: Fix bug where cpu usage calculation was always using uptime not time since last cpu usage reset when using nanoseconds granularity. * libmisc/cpuuse/cpuusagedata.c: New file.
* 2007-07-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-132-1/+6
| | | | * libcsupport/src/mount.c: Allow null for output parameter.
* 2007-07-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-123-5/+14
| | | | | * shttpd/compat_rtems.c, shttpd/compat_rtems.h: Add port to listen on to shttpd initialization.
* 2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-116-38/+97
| | | | | | | | | * libcsupport/src/malloc.c: Clean up Malloc debug code. * score/include/rtems/score/heap.h: Spacing. * score/inline/rtems/score/thread.inl: * score/src/heapfree.c. Clean up and add explicit check of the address being freed actually being in the heap. * score/src/heapwalk.c: Switch to printk and do not call abort.
* compilable release of virtex/gen83xx/gen5200 powerpc adaptations. Merged ↵Thomas Doerfler2007-07-101-0/+2
| | | | many different versions of new exception handling code to shared sources.
* 2007-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-062-8/+21
| | | | | | * libmisc/stackchk/check.c: Make checking the integrity of the pattern area contingent on the stack checker user extension having been initialized.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-212-1/+6
| | | | | * cpu.c: Comment out may_alias so this compiles without a compiler error.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-212-15/+85
| | | | | | * cpu.c: Merge patch from Till Straumann which would work except gcc core dumps with an ICE when may_alias is used in this code. I filed a GCC PR and reduced optimization to -O0 and it does run again.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-212-19/+14
| | | | | | * libnetworking/rtems/rtems_syscall.c: Remove RTEMS versions of send() and recv(). We already had the BSD versions and these conflict sometimes when linking.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-214-0/+29
| | | | | * libnetworking/rtems/mkrootfs.h, libnetworking/rtems/rtems_bsdnet.h, libnetworking/rtems/rtems_bsdnet_internal.h: Add extern __cplusplus.
* 2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-202-14/+23
| | | | | * sapi/include/confdefs.h: Do not instantiate initialization thas/thread pointer tables for an API that is not configured.
* 2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-203-1/+58
| | | | | * libcsupport/Makefile.am: * libcsupport/src/open_dev_console.c: New file.
* 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-202-0/+7
| | | | | * score/src/corerwlock.c: Make sure structure is fully initialized. When reused, some fields will not be zero like at initialization.
* 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-202-0/+10
| | | | | * sapi/include/confdefs.h: POSIX threads use twice the minimum stack size. Account for this.
* 2007-06-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-132-0/+10
| | | | * configure.ac: Add NDEBUG as a command line compilation option.
* 2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-122-0/+6
| | | | * libmd/.cvsignore: New file.
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-123-0/+17
| | | | | * shttpd/defs.h: Eliminate my_strncasecmp. * shttpd/string.c: Eliminate my_strncasecmp.
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-0/+1
| | | | * wrapup/Makefile.am: Pickup ../libmd/libmd.a.
* Pickup ../libmd/libmd.a.Ralf Corsepius2007-06-121-1/+1
|
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-122-8/+2
| | | | * pppd/Makefile.am: Reflect moving out md*.
* Remove (moved to libmd)Ralf Corsepius2007-06-124-725/+0
|
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-0/+2
| | | | | * pppd/md4.h, pppd/md4.c, pppd/md5.c, pppd/md5.h: Remove (moved to libmd).
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-0/+2
| | | | | * libmd/Makefile.am, libmd/md4.c, libmd/md4.h, libmd/md5.c, libmd/md5.h, libmd/preinstall.am: New (moved out from pppd).
* New (moved out from pppd).Ralf Corsepius2007-06-126-0/+747
|
* Regenerate.Ralf Corsepius2007-06-121-1/+0
|
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-123-0/+6
| | | | * configure.ac, Makefile.am: Add libmd.
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-0/+5
| | | | | * shttpd/defs.h: Eliminate my_strlcpy. * shttpd/string.c: Eliminate my_strlcpy.
* Eliminate my_strlcpy.Ralf Corsepius2007-06-122-0/+9
|
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-0/+2
| | | | | * shttpd/defs.h: Eliminate my_strdup, my_strndup. * shttpd/string.c: Eliminate my_strdup, my_strndup.
* Eliminate my_strdup, my_strndup.Ralf Corsepius2007-06-122-0/+15
|
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-122-1/+6
| | | | | * shttpd/Makefile.am: Add -DHAVE_MD5 to use md5 routines from libmd.a.
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-122-0/+8
| | | | * wrapup/Makefile.am: Add libmd.a.
* 2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-0/+6
| | | | | | * pppd/Makefile.am: Remove md5 and md4 from libpppd.a. Add pppd/libmd.a. * pppd/md4.c: Don't include pppd.h.
* Remove md5 and md4 from libpppd.a.Ralf Corsepius2007-06-121-1/+8
| | | | Add pppd/libmd.a.
* Don't include pppd.h.Ralf Corsepius2007-06-121-1/+0
|