summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2007-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-172-0/+12
| | | | | | * rtems/score/cpu.h: Use Context_Control_fp* instead of void* for fp_contexts. Eliminate evil casts.
* Use Context_Control_fp* instead of void* for fp_contexts.Ralf Corsepius2007-04-172-6/+6
| | | | Eliminate evil casts.
* 2007-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-171-0/+6
| | | | | | * rtems/score/cpu.h: Use Context_Control_fp* instead of void* for fp_contexts. Eliminate evil casts.
* Use Context_Control_fp* instead of void* for fp_contexts.Ralf Corsepius2007-04-171-3/+3
| | | | Eliminate evil casts.
* Use Context_Control_fp* instead of void* for fp_contexts.Ralf Corsepius2007-04-172-6/+6
| | | | Eliminate evil casts.
* 2007-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-172-0/+12
| | | | | | * rtems/score/cpu.h: Use Context_Control_fp* instead of void* for fp_contexts. Eliminate evil casts.
* Use Context_Control_fp* instead of void* for fp_contexts.Ralf Corsepius2007-04-171-3/+3
| | | | Eliminate evil casts.
* 2007-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-171-0/+6
| | | | | | * rtems/score/cpu.h: Use Context_Control_fp* instead of void* for fp_contexts. Eliminate evil casts.
* 2007-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-171-0/+8
| | | | | | | | * cpu_asm.c: Use Context_Control_fp* instead of void* for fp_contexts. * rtems/score/cpu.h: Use Context_Control_fp* instead of void* for fp_contexts. Eliminate evil casts.
* Use Context_Control_fp* instead of void* for fp_contexts.Ralf Corsepius2007-04-171-2/+2
|
* Use Context_Control_fp* instead of void* for fp_contexts.Ralf Corsepius2007-04-171-3/+3
| | | | Eliminate evil casts.
* Fix bogus ChangeLog entries.Ralf Corsepius2007-04-171-7/+0
|
* 2007-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-171-0/+5
| | | | | * rtems/score/cpu.h: Use Context_Control_fp* instead of void* for fp_contexts.
* 2007-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-171-0/+6
| | | | | | * rtems/score/cpu.h: Use Context_Control_fp* instead of void* for fp_contexts. Eliminate evil casts.
* 2007-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-171-0/+8
| | | | | | | | * cpu.c: Use Context_Control_fp* instead of void* for fp_contexts. * rtems/score/cpu.h: Use Context_Control_fp* instead of void* for fp_contexts. Eliminate evil casts.
* 2007-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-171-0/+2
| | | | | * score/cpu/i386/rtems/score/cpu.h: Use Context_Control_fp* instead of void* for fp_contexts.
* Use Context_Control_fp* instead of void* for fp_contexts.Ralf Corsepius2007-04-173-5/+5
|
* 2007-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-171-0/+10
| | | | | | | | | | * score/cpu/sparc/cpu.c: Use Context_Control_fp* instead of void* for fp_contexts. * score/cpu/sparc/rtems/score/cpu.h, score/cpu/unix/rtems/score/cpu.h: Use Context_Control_fp* instead of void* for fp_contexts. Eliminate evil casts. * score/include/rtems/score/thread.h: Use Context_Control_fp* instead of void* for fp_contexts.
* Use Context_Control_fp* instead of void* for fp_contexts. Eliminate evil casts.Ralf Corsepius2007-04-171-3/+3
|
* Use Context_Control_fp* instead of void* for fp_contexts. Eliminate evil casts.Ralf Corsepius2007-04-171-3/+3
|
* 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.
* 2007-04-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-162-2/+6
| | | | * pppd/utils.c: Use uintptr_t instead of unsigned long.
* 2007-04-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-162-1/+5
| | | | * itron/src/rsm_tsk.c: Correct error returned.
* 2007-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-142-1/+2
| | | | * configure.ac: Redefine LIBPOSIX to !UNIX.
* 2007-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-143-4/+9
| | | | | * posix/src/usleep.c, libcsupport/src/readlink.c: Update API to SUSv3.
* Update to newlib-1.15.0-rtems4.8-20070413.diffRalf Corsepius2007-04-1422-22/+22
|
* Add CLOCK_MONOTONIC.Ralf Corsepius2007-04-131-0/+1449
| | | | Sync readlink, usleep with SUSv3.
* Regenerate.Ralf Corsepius2007-04-131-0/+2
|
* 2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-132-2/+8
| | | | | * posix/Makefile.am: Unconditionally build src/sleep.c, src/usleep.c.
* 2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-131-0/+2
| | | | | * posix/src/clockgettime.c: #ifdef CLOCK_MONOTONIC the CLOCK_MONOTONIC case.
* #ifdef CLOCK_MONOTONIC the CLOCK_MONOTONIC case.Ralf Corsepius2007-04-131-1/+1
|
* 2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-131-0/+4
| | | | * score/inline/rtems/score/tod.inl: Include <sys/time.h>.
* Include <sys/time.h>.Ralf Corsepius2007-04-131-0/+2
|
* 2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-132-6/+6
| | | | | * nsecs/init.c: Remove private decl of _Timespec_Subtract use the version from rtems/score/timespec.h.
* Fix typo.Ralf Corsepius2007-04-131-1/+2
|
* Cosmetics.Ralf Corsepius2007-04-131-5/+7
|
* Regenerate.Ralf Corsepius2007-04-132-2/+2
|
* 2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-131-0/+5
| | | | | * configure.ac: Add AM_CONDITIONAL(HAS_PTHREADS). * httpd/Makefile.am: Use HAS_PTHREADS instead of LIBPOSIX.
* Use HAS_PTHREADS instead of LIBPOSIX.Ralf Corsepius2007-04-131-1/+1
|
* Add AM_CONDITIONAL(HAS_PTHREADS).Ralf Corsepius2007-04-131-0/+1
|
* 2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-131-0/+2
| | | | | * posix/Makefile.am, wrapup/Makefile.am, configure.ac: Rename AM_CONDITIONAL(HAS_POSIX) into LIBPOSIX.
* Rename AM_CONDITIONAL(HAS_POSIX) into LIBPOSIX.Ralf Corsepius2007-04-133-3/+3
|
* 2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-131-0/+2
| | | | | * posix/src/clockgettime.c, posix/src/clocksettime.c: Don't include rtems/posix/time.h.
* Don't include rtems/posix/time.hRalf Corsepius2007-04-132-2/+0
|
* 2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-132-1/+3
| | | | | * posix/src/nanosleep.c: Include rtems/score/timespec.h instead of rtems/posix/time.h.
* 2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-132-1/+5
| | | | * score/include/rtems/score/object.h: Use size_t for byte sizes.
* 2007-04-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-122-1/+5
| | | | * itron/src/rsm_tsk.c: Correct error returned.
* 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-122-14/+6
| | | | * bsp_specs: Remove "*cpp:". Remove qrtems_debug.
* 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-122-4/+6
| | | | * bsp_specs: Remove qrtems_debug.
* 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-122-12/+9
| | | | | * bsp_specs: Remove qrtems_debug. Remove *cpp:.