summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-101-0/+6
| | | | | | * posix/Makefile.am: Unconditionally build src/sigprocmask.c. * posix/src/sigprocmask.c: Provide stub if RTEMS_POSIX_API is disabled.
* Unconditionally build src/sigprocmask.c.Ralf Corsepius2009-12-101-1/+3
|
* Provide stub if RTEMS_POSIX_API is disabled.Ralf Corsepius2009-12-101-0/+4
|
* Whitespace removal.Ralf Corsepius2009-12-101-3/+3
|
* 2009-12-08 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2009-12-084-95/+157
| | | | | | | * rtems/include/rtems/rtems/ratemon.h, rtems/src/ratemongetstatus.c, rtems/src/ratemonperiod.c: Factored out common code to ensure consistent behavior between rtems_rate_monotonic_get_status and rtems_rate_monotonic_report_statistics.
* 2009-12-07 Cindy Cicalese <cicalese@mitre.org>Joel Sherrill2009-12-072-1/+8
| | | | | | PR 1477/cpukit * score/src/objectsetname.c: Ensure destination is NULL terminated. String copy was not getting the NULL.
* 2009-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-062-1/+7
| | | | | * libnetworking/sys/uio.h: Include <sys/types.h>. Use ssize_t for uio_resid in struct uio (From FreeBSD).
* 2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-042-2/+15
| | | | | | | * posix/Makefile.am: Unconditionally build posix/src/sigaddset.c, posix/src/sigdelset.c, posix/src/sigfillset.c, posix/src/sigemptyset.c, posix/src/sigismember.c.
* 2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-041-0/+7
| | | | | | | * posix/src/sigaddset.c, posix/src/sigdelset.c, posix/src/sigemptyset.c, posix/src/sigfillset.c, posix/src/sigismember.c, posix/src/sigprocmask.c: Remove unnecessary includes.
* Remove unnecessary includes.Ralf Corsepius2009-12-046-20/+5
|
* Regenerate.Ralf Corsepius2009-12-041-5/+9
|
* 2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-041-0/+4
| | | | | | | * posix/Makefile.am: Unconditionally install posix/include/rtems/posix/sigset.h. * posix/include/rtems/posix/psignal.h: Reflect having split out posix/include/rtems/posix/sigset.h.
* Unconditionally install posix/include/rtems/posix/sigset.h.Ralf Corsepius2009-12-041-2/+5
|
* Reflect having split out posix/include/rtems/posix/sigset.h.Ralf Corsepius2009-12-041-17/+1
|
* 2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-042-0/+47
| | | | | * posix/include/rtems/posix/sigset.h: New (Split out from posix/include/rtems/posix/psignal.h).
* 2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-041-1/+2
| | | | * posix/Makefile.am: Unconditionally build src/wait.c src/waitpid.c.
* Unconditionally build src/wait.c src/waitpid.c.Ralf Corsepius2009-12-041-2/+3
|
* 2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-042-2/+12
| | | | * posix/Makefile.am: Unconditionally build fork.c, vfork.c.
* 2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-041-0/+5
| | | | | * configure.ac, posix/Makefile.am, wrapup/Makefile.am: Eliminate AM_CONDITIONAL LIBPOSIX.
* Regenerate.Ralf Corsepius2009-12-041-2/+0
|
* Eliminate AM_CONDITIONAL LIBPOSIX.Ralf Corsepius2009-12-043-7/+0
|
* Whitespace removal.Ralf Corsepius2009-12-0437-298/+298
|
* Whitespace removal.Ralf Corsepius2009-12-0412-97/+97
|
* 2009-12-02 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2009-12-0211-10/+19
| | | | | | | | | * libcsupport/src/__times.c, libmisc/cpuuse/cpuusagedata.c, libmisc/cpuuse/cpuusagereport.c, libmisc/cpuuse/cpuusagereset.c, rtems/include/rtems/rtems/types.h, rtems/src/ratemongetstatistics.c, rtems/src/ratemonreportstatistics.c, score/src/threaddispatch.c, score/src/threadinitialize.c, score/src/threadtickletimeslice.c: Updated copyright line.
* 2009-12-02 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2009-12-0216-145/+99
| | | | | | | | | | | | | * configure.ac, libcsupport/src/__times.c, libmisc/cpuuse/cpuusagedata.c, libmisc/cpuuse/cpuusagereport.c, libmisc/cpuuse/cpuusagereset.c, rtems/include/rtems/rtems/ratemon.h, rtems/include/rtems/rtems/types.h, rtems/src/ratemongetstatistics.c, rtems/src/ratemongetstatus.c, rtems/src/ratemonperiod.c, rtems/src/ratemonreportstatistics.c, score/include/rtems/score/thread.h, score/src/threaddispatch.c, score/src/threadinitialize.c, score/src/threadtickletimeslice.c: Changed the configuration of statistics granularity to use just one define.
* 2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-022-1/+5
| | | | * shttpd/def.h: Use __m32c__ for m32c.
* Whitespace removal.Ralf Corsepius2009-12-029-22/+22
|
* 2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-022-0/+25
| | | | | * shttpd/def.h: Shrink default URI_MAX to 32767. Add special cases for sizeof(size_t) < 2.
* 2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-022-0/+8
| | | | * rtems/score/avr.h: Add avr6.
* Whitespace removal.Ralf Corsepius2009-12-0220-190/+190
|
* 2009-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-12-022-0/+62
| | | | | | | * score/cpu/powerpc/rtems/score/cpu.h: Added space for non- volatile AltiVec registers to context struct. Added declaration for AltiVec-related routines to be implemented by CPU/BSP support.
* 2009-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-12-013-0/+33
| | | | | * libmisc/stringto/stringto.h, libmisc/stringto/stringto_template.h: Tidy up as part of adding new test.
* 2009-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-014-34/+59
| | | | | | | | * libcsupport/Makefile.am: Split no_posix.c so using sleep() does not pull in kill() stubs. * libcsupport/src/kill_noposix.c, libcsupport/src/sleep_noposix.c: New files. * libcsupport/src/no_posix.c: Removed.
* Fixed usage of va_arg().Thomas Doerfler2009-12-012-1/+6
|
* 2009-11-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-302-10/+19
| | | | | * libmisc/shell/login_prompt.c: Fix problem where timeout on login prompt at console results in tight loop repeating login prompt.
* 2009-11-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-11-302-1/+11
| | | | | * score/src/threaddelayended.c: Clear only the states that are used to block until someone calls _Thread_Delay_ended().
* Whitespace removal.Ralf Corsepius2009-11-30187-802/+802
|
* Whitespace removal.Ralf Corsepius2009-11-3044-92/+92
|
* Spaces to tabs.Joel Sherrill2009-11-301-6/+6
|
* Added format string to fprintf().Thomas Doerfler2009-11-302-3/+7
|
* Obtain output semaphore before drain output during close to prevent an ↵Thomas Doerfler2009-11-302-0/+9
| | | | infinite output drain loop
* Added defines for initialization of empty chains.Thomas Doerfler2009-11-303-0/+32
|
* Changed base implementation of protected heap allocations to use ↵Thomas Doerfler2009-11-307-68/+74
| | | | _Heap_Allocate_aligned_with_boundary().
* Fixed output of unsigned integers.Thomas Doerfler2009-11-302-36/+45
| | | | | Changed type of boolean variables to bool. Use unsigned integer type for radix and width parameters.
* documentation fixesThomas Doerfler2009-11-305-22/+63
| | | | | | Avoid designated initializers for C++ compatibility Fixed invalid state transition from FRESH to CACHED Free memory in case of an error.
* Added timer server control blockThomas Doerfler2009-11-307-309/+472
| | | | | | Removed _Timer_Server thread pointer Added _Timer_server pointer to the default timer server control block Rework of the timer server implementation.
* Whitespace removal.Ralf Corsepius2009-11-2968-229/+229
|
* Whitespace removal.Ralf Corsepius2009-11-2931-256/+256
|
* Whitespace removal.Ralf Corsepius2009-11-2960-934/+934
|
* Whitespace removal.Ralf Corsepius2009-11-2955-347/+347
|