summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 4.7.2Joel Sherrill2008-02-141-1/+1
|
* 2008-02-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-062-1/+8
| | | | | | | PR 1277/networking * libnetworking/netinet/in_cksum_i386.h: Use q instead of r in constraint for assembly language. This restricts the register choice to the a-d registers.
* 2007-12-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-212-7/+13
| | | | | | PR 1268/cpukit * libcsupport/include/rtems/assoc.h: There is no rtems_assoc_ptr_by_value method.
* 2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-11-063-7/+13
| | | | | | PR 1266/cpukit * posix/src/keycreate.c, posix/src/keyrundestructors.c: Use API instead of class for key indexing.
* 2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-11-062-1/+5
| | | | * libmisc/cpuuse/cpuuse.c: Fix date formatting.
* 2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-142-2/+10
| | | | | | PR 1261/cpukit * posix/src/semaphorecreatesupp.c: Initialize all fields during semaphore creation.
* 2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-142-2/+9
| | | | | | PR 1260/cpukit * posix/src/pthread.c: Get initial signals blocked from creating thread not from ourselves.
* 2007-09-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-132-2/+7
| | | | | | PR 1259/rtems * rtems/src/taskcreate.c: Initialize is_global in all cases since memory is not guaranteed to be zero.
* 2007-09-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-123-8/+75
| | | | | * Makefile.am, include/bsp.h: Do not include networking drivers if networking is disabled.
* 2007-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-08-282-7/+11
| | | | | * ChangeLog, sapi/src/io.c: Revert change accidentally committed to io.c.
* 2007-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-08-283-11/+22
| | | | | PR 1256/networking * ftpd/ftpd.c, sapi/src/io.c: Fix unaligned access.
* 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-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-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-292-1/+5
| | | | * score/include/rtems/score/copyrt.h: Update copyright notice.
* 2007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-104-6/+108
| | | | | | | | PR 1237/rtems * cpu.c, cpu_asm.S, rtems/score/cpu.h: Add logic to prevent stack creep when interrupts occur at a sufficient rate that the interrupted thread never gets to clean its stack. This patch ensures that an interrupted thread will not nest ISR dispatches on its stack.
* 2007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-092-1/+6
| | | | | PR 1243 * pppd/auth.c (set_allowed_addrs): Remove bogus dereference.
* 2007-04-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-162-0/+10
| | | | | | PR 1240/filesystem * libfs/src/imfs/imfs_rmnod.c: Fix link when removing a symlink. Memory for filename was not being freed.
* Upgrade to 4.7.1Joel Sherrill2007-04-131-1/+1
|
* 2007-04-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-122-1/+5
| | | | * itron/src/rsm_tsk.c: Correct error returned.
* 2007-04-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-102-2/+9
| | | | | | | * libcsupport/src/newlibc.c: Add __ATTRIBUTE_IMPURE_PTR__ (Fixes "relocation truncated to fit: R_MIPS_GPREL16" against _impure_ptr bug). Fix abuse of _REENT_INIT().
* 2007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-022-8/+5
| | | | * libcsupport/src/printk.c: Add %p support.
* 2007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-022-130/+76
| | | | | | * libmisc/stackchk/check.c: Add code to check validity of frame pointer in addition to the pattern area being overwritten. Also do some cleanup.
* 2007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-282-0/+22
| | | | | | | PR 1234/cpukit * libcsupport/Makefile.am: Provide printk() based implementation of __assert() to reduce dependencies in executables. * libcsupport/src/__assert.c: New file.
* 2007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-282-1/+7
| | | | | | PR 1234/cpukit * libcsupport/Makefile.am: Provide printk() based implementation of __assert() to reduce dependencies in executables.
* 2007-03-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-2638-37/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | PR 1231/cpukit * posix/src/adasupp.c, posix/src/clockgetcpuclockid.c, posix/src/clockgetenableattr.c, posix/src/clockgetres.c, posix/src/clockgettime.c, posix/src/clocksetenableattr.c, posix/src/mutex.c, posix/src/mutexattrdestroy.c, posix/src/mutexattrgetprioceiling.c, posix/src/mutexattrgetprotocol.c, posix/src/mutexattrgetpshared.c, posix/src/mutexattrinit.c, posix/src/mutexattrsetprioceiling.c, posix/src/mutexattrsetprotocol.c, posix/src/mutexattrsetpshared.c, posix/src/mutexdefaultattributes.c, posix/src/mutexdestroy.c, posix/src/mutexgetprioceiling.c, posix/src/mutexlock.c, posix/src/mutexlocksupp.c, posix/src/mutexmp.c, posix/src/mutexsetprioceiling.c, posix/src/mutextimedlock.c, posix/src/mutextrylock.c, posix/src/mutexunlock.c, posix/src/nanosleep.c, posix/src/posixintervaltotimespec.c, posix/src/posixtimespecsubtract.c, posix/src/posixtimespectointerval.c, posix/src/psignalclearprocesssignals.c, posix/src/psignalclearsignals.c, posix/src/psignalsetprocesssignals.c, posix/src/psignalunblockthread.c, posix/src/ptimer.c, posix/src/ptimer1.c, posix/src/sched.c, posix/src/time.c: Remove unneeded includes of assert.h
* Regenerate.Ralf Corsepius2007-03-191-4/+0
|
* 2007-03-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-194-12/+10
| | | | | | | * libnetworking/sys/conf.h: Don't include machine/conf.h. Update copyright notice. * libnetworking/Makefile.am: Remove machine/conf.h. * libnetworking/machine/conf.h: Remove.
* 2007-03-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-182-1/+6
| | | | | * libnetworking/sys/conf.h: Remove linesw, struct linesw, nlinesw. (Clash with termiostypes.h - PR 1229).
* 2007-03-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-172-23/+5
| | | | | * libnetworking/sys/conf.h: Remove linesw, struct linesw, nlinesw. (Clash with termiostypes.h - PR 1229).
* 2007-03-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-132-5/+7
| | | | | * libcsupport/src/assocnamebad.c: Remove dead code. Use PRI* macros to fix warnings.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-122-1/+7
| | | | | | * score/src/heapallocatealigned.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
* 2007-03-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-102-2/+8
| | | | | | PR 1226/cpukit * sapi/include/confdefs.h: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE not CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE.
* 2007-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-052-5/+13
| | | | | PR 1221/cpukit * posix/src/pthreadequal.c: Fix critical section nesting.
* 2007-02-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-222-2/+7
| | | | | * libcsupport/Makefile.am: Move getpagesize.c to newlib-only compiled files.
* 2007-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-222-1/+5
| | | | * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
* Upgrade to 4.7.0Joel Sherrill2007-02-211-1/+1
|
* This commit was manufactured by cvs2svn to create branch 'rtems-4-7-branch'.cvs2git2007-02-211-0/+24
| | | | | Cherrypick from master 2007-02-21 18:10:50 UTC Ralf Corsepius <ralf.corsepius@rtems.org> 'Misc. hacks': Makefile.maint cpukit/libcsupport/src/getpagesize.c
* 2007-02-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-02-212-2/+6
| | | | * score/src/coremsgsubmit.c: Use Wait.option to avoid cast.
* 2007-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-111-0/+3
| | | | | | * score/include/rtems/score/heap.h, score/src/heap.c, score/src/heapallocatealigned.c, score/src/heapresizeblock.c: More size_t for heap-sizes.
* More size_t for heap-sizes.Ralf Corsepius2007-02-114-8/+8
|
* 2007-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-111-0/+3
| | | | | | * score/include/rtems/score/heap.h, score/src/heap.c, score/src/heapallocate.c, score/src/heapextend.c: Use size_t for heap-sizes.
* Use size_t for heap-sizes.Ralf Corsepius2007-02-114-8/+8
|
* 2007-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-112-60/+64
| | | | * libnetworking/resolv.h: Typo fixes. Remove __P().
* 2007-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-091-0/+5
| | | | | * rtems/include/rtems/rtems/tasks.h, rtems/src/taskcreate.c: Use size_t for stack-sizes.
* Use size_t for stack-sizes.Ralf Corsepius2007-02-092-3/+3
|
* 2007-02-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-072-58/+6
| | | | | * libnetworking/vm/vm_extern.h: Remove non-implemented/unused functions.
* 2007-02-06 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-02-062-13/+28
| | | | | | * libcsupport/src/gxx_wrappers.c: fix PR#690. Supply taskvar dtor to plug memory leak. Applied patch attached to PR#690.
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-061-0/+7
| | | | | | | * libcsupport/src/getpagesize.c: New (moved from posix/src). * posix/src/getpagesize.c: Removed. * posix/Makefile.am: Remove references to getpagesize.c. * libcsupport/Makefile.am: Add getpagesize.c.
* Removed.Ralf Corsepius2007-02-061-23/+0
|
* Remove references to getpagesize.c.Ralf Corsepius2007-02-061-1/+1
|