summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-06-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-162-5/+37
| | | | | | PR 1818/misc * libmisc/cpuuse/cpuusagereport.c: Add SMP support to CPU Usage Reporting.
* Fix spelling error.Joel Sherrill2011-06-161-1/+1
|
* 2011-06-16 Jennifer Averett <Jennifer Averett@OARcorp.comJennifer Averett2011-06-162-4/+9
| | | | | * score/src/smp.c: Spinlock Name change necessary to resolve compalation error.
* 2011-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-152-1/+5
| | | | * score/src/threadtickletimeslice.c: Spacing.
* 2011-06-10 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-06-102-0/+8
| | | | | | PR 1812/filesystem * libfs/src/imfs/imfs_stat.c: stat() implementation for IMFS did not set st_blksize field. Set it based upon user configuration.
* 2011-06-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-082-1/+5
| | | | * score/src/smp.c: Fix typo so this compiles.
* 2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-06-072-6/+7
| | | | | PR 1811/networking * ftpd/ftpd.c: Fixed reply format.
* 2011-05-26 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-05-267-40/+227
| | | | | | | | PR 1796/cpukit * sapi/src/exshutdown.c, score/include/rtems/score/percpu.h, score/include/rtems/score/smp.h, score/src/smp.c, score/src/threaddispatch.c, score/src/threadhandler.c: Added SMP interprocess communications.
* 2011-05-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-241-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * score/include/rtems/score/percpu.h, score/include/rtems/score/prioritybitmap.h, score/include/rtems/score/rbtree.h, score/include/rtems/score/schedulerpriority.h, score/include/rtems/score/schedulersimple.h, score/include/rtems/score/schedulersimplesmp.h, score/include/rtems/score/smp.h, score/include/rtems/score/smplock.h, score/include/rtems/score/thread.h, score/src/heapfree.c, score/src/objectinitializeinformation.c, score/src/rbtree.c, score/src/rbtreeextract.c, score/src/rbtreefind.c, score/src/rbtreeinsert.c, score/src/rbtreepeek.c, score/src/schedulerpriorityenqueue.c, score/src/schedulerpriorityenqueuefirst.c, score/src/schedulerpriorityextract.c, score/src/schedulerpriorityupdate.c, score/src/schedulersimple.c, score/src/schedulersimpleextract.c, score/src/schedulersimpleschedule.c, score/src/schedulersimplesmpschedule.c, score/src/schedulersimpleyield.c, score/src/smp.c, score/src/smplock.c, score/src/threadcreateidle.c, score/src/threadget.c, score/src/threadsetstate.c, score/src/threadsettransient.c: Remove white-spaces.
* Remove white-spaces.Ralf Corsepius2011-05-2431-136/+136
|
* 2011-05-23 Marta Rybczynska <marta.rybczynska@kalray.eu>Joel Sherrill2011-05-232-0/+15
| | | | | | | | | PR 1805/cpukit * sapi/include/confdefs.h: Currently unified areas are defined per-application. For some memory constrained and/or very dynamic environments (BSPs), it may be better to have per-BSP default value. This patch introduces such option. The default behaviour is left unchanged.
* 2011-05-23 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-05-232-2/+11
| | | | | | | PR 1804/cpukit * sapi/include/confdefs.h: Replace obsolete THREAD_READY_CHAINS with CONFIGURE_MEMORY_FOR_SCHEDULER and CONFIGURE_MEMORY_PER_TASK_FOR_SCHEDULER in debug structure.
* Add PR to changelog.Jennifer Averett2011-05-231-0/+1
|
* 2011-05-23 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-05-235-49/+262
| | | | | | | * score/Makefile.am, score/include/rtems/score/thread.h, score/inline/rtems/score/thread.inl: Add smp support to dispable dispatch level accesses. * score/src/threaddispatchdisablelevel.c: New file.
* 2011-05-20 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-05-205-42/+155
| | | | | | | PR 1787/cpukit * score/include/rtems/score/percpu.h, score/include/rtems/score/smplock.h, score/src/smp.c, score/src/smplock.c: Add nesting support to smp spinlock.
* 2011-05-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-196-43/+8
| | | | | | | | * posix/Makefile.am: Remove posixtime.h. * posix/src/clockgetres.c, posix/src/clockgettime.c, posix/src/clocksettime.c: Remove posixtime.h. Require CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID. * posix/src/posixtime.h: Remove.
* 2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-182-48/+84
| | | | * score/Makefile.am: Reformat.
* 2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-1812-50/+197
| | | | * Makefile.am: Reformat.
* 2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-182-4/+11
| | | | * Makefile.am: Reformat.
* 2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-182-0/+9
| | | | | * configure.ac: Require time.h to provide CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID.
* 2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-182-2/+8
| | | | * Makefile.am: Reformat.
* 2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-182-6/+16
| | | | * sapi/Makefile.am: Reformat.
* Remove conflict indicator.Ralf Corsepius2011-05-181-1/+0
|
* 2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-182-5/+15
| | | | | * libnetworking/sys/signalvar.h: Cosmetics from FreeBSD. Comment out psignal().
* 2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-173-7/+7
| | | | | * score/Makefile.am, score/preinstall.am: bspsmp.h is now supposed to be installed all the time. Revert part of previous commit.
* 2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-173-2/+8
| | | | | | * score/inline/rtems/score/schedulersimple.inl, score/src/schedulersimpleyield.c: Fix violations of naming convention.
* 2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-178-10/+473
| | | | | | | | | | PR 1789/cpukit * sapi/include/confdefs.h, score/Makefile.am, score/preinstall.am: Add Simple SMP Priority Scheduler. * score/include/rtems/score/schedulersimplesmp.h, score/src/schedulersimplesmpblock.c, score/src/schedulersimplesmpschedule.c, score/src/schedulersimplesmpunblock.c: New files.
* 2011-05-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-174-6/+19
| | | | * Makefile.am: Reformat.
* 2011-05-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-1712-13/+46
| | | | * Makefile.am: Reformat.
* 2011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-173-37/+106
| | | | | * libnetworking/Makefile.am: Reformat. * librpc/Makefile.am: Reformat.
* 2011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-162-2/+7
| | | | | * libnetworking/rtems/rtems_bsdnet_internal.h: Move #include <rtems.h> out of C++-guard.
* 2011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-162-11/+23
| | | | * libcsupport/Makefile.am: Reformat.
* 2011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-162-30/+54
| | | | * rtems/Makefile.am: Reformat.
* 2011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-162-20/+34
| | | | | * Makefile.am: Reformat. * posix/Makefile.am: Reformat.
* 2011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-162-50/+66
| | | | * Makefile.am: Reformat.
* 2011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-162-2/+13
| | | | | | | | | * posix/Makefile.am: Add posixtime.h. * posix/src/clockgetres.c, posix/src/clockgettime.c, posix/src/clocksettime.c: Use CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID. Include posix/src/posixtime.h. * posix/src/posixtime.h: New.
* 2011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-164-4/+45
| | | | | | | | | * posix/Makefile.am: Add posixtime.h. * posix/src/clockgetres.c, posix/src/clockgettime.c, posix/src/clocksettime.c: Use CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID. Include posix/src/posixtime.h. * posix/src/posixtime.h: New.
* 2011-05-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-131-0/+4
| | | | * libnetworking/rtems/mkrootfs.h: Make self-contained.
* Make self-contained.Ralf Corsepius2011-05-131-0/+2
|
* 2011-05-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-132-6/+7
| | | | | * libfs/Makefile.am: Unconditionally descend into src/nfsclient. Include subdirs.am.
* 2011-05-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-05-132-0/+15
| | | | * sapi/include/confdefs.h: Added "/dev/zero" driver.
* 2011-05-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-05-135-2/+174
| | | | | | * libmisc/devnull/devzero.c, libmisc/devnull/devzero.h: New files. * libmisc/Makefile.am, Makefile.am, preinstall.am: Reflect changes above.
* 2011-05-12 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-05-128-10/+21
| | | | | | | | | | | * score/include/rtems/score/schedulersimple.h, score/inline/rtems/score/schedulersimple.inl, score/src/schedulersimpleenqueue.c, score/src/schedulersimpleenqueuefirst.c, score/src/schedulersimplereadyqueueenqueue.c, score/src/schedulersimplereadyqueueenqueuefirst.c, score/src/schedulersimpleunblock.c: Correct names as pointed out by Gedare.
* 2011-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-123-10/+18
| | | | | | | | PR 1788/cpukit * score/include/rtems/score/percpu.h, score/include/rtems/score/thread.h: Make time of last context switch part of per cpu information since each core has a different context switch to track.
* 2011-05-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-121-0/+2
| | | | | * libnetworking/sys/ucred.h: Make self-contained. * libnetworking/nfsclient/nfsdiskless.h: Make self-contained.
* Make self-contained.Ralf Corsepius2011-05-124-0/+12
|
* 2011-05-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-121-0/+1
| | | | * libnetworking/nfs/nfsproto.h: Make self-contained.
* 2011-05-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-121-0/+4
| | | | * libnetworking/resolv.h: Make self-contained.
* 2011-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-113-7/+12
| | | | | * score/Makefile.am, score/include/rtems/score/isr.h: Replace tabs with spaces.
* 2011-05-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-111-0/+8
| | | | | | | | | | | * libnetworking/netinet/icmp_var.h, libnetworking/netinet/if_ether.h, libnetworking/netinet/igmp.h, libnetworking/netinet/in_pcb.h, libnetworking/netinet/in_var.h, libnetworking/netinet/ip.h, libnetworking/netinet/ip_fw.h, libnetworking/netinet/ip_icmp.h, libnetworking/netinet/ip_mroute.h, libnetworking/netinet/ip_var.h, libnetworking/netinet/tcp.h, libnetworking/netinet/tcp_debug.h, libnetworking/netinet/tcpip.h, libnetworking/netinet/udp_var.h: Make self-contained.