summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-172011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-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-172011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-2/+8
* score/inline/rtems/score/schedulersimple.inl, score/src/schedulersimpleyield.c: Fix violations of naming convention.
2011-05-172011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill8-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-172011-05-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-6/+19
* Makefile.am: Reformat.
2011-05-172011-05-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius12-13/+46
* Makefile.am: Reformat.
2011-05-172011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-37/+106
* libnetworking/Makefile.am: Reformat. * librpc/Makefile.am: Reformat.
2011-05-162011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+7
* libnetworking/rtems/rtems_bsdnet_internal.h: Move #include <rtems.h> out of C++-guard.
2011-05-162011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-11/+23
* libcsupport/Makefile.am: Reformat.
2011-05-162011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-30/+54
* rtems/Makefile.am: Reformat.
2011-05-162011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-20/+34
* Makefile.am: Reformat. * posix/Makefile.am: Reformat.
2011-05-162011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-50/+66
* Makefile.am: Reformat.
2011-05-162011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-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-162011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-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-132011-05-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* libnetworking/rtems/mkrootfs.h: Make self-contained.
2011-05-13Make self-contained.Ralf Corsepius1-0/+2
2011-05-132011-05-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-6/+7
* libfs/Makefile.am: Unconditionally descend into src/nfsclient. Include subdirs.am.
2011-05-132011-05-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-0/+15
* sapi/include/confdefs.h: Added "/dev/zero" driver.
2011-05-132011-05-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber5-2/+174
* libmisc/devnull/devzero.c, libmisc/devnull/devzero.h: New files. * libmisc/Makefile.am, Makefile.am, preinstall.am: Reflect changes above.
2011-05-122011-05-12 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill8-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-122011-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-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-122011-05-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* libnetworking/sys/ucred.h: Make self-contained. * libnetworking/nfsclient/nfsdiskless.h: Make self-contained.
2011-05-12Make self-contained.Ralf Corsepius4-0/+12
2011-05-122011-05-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* libnetworking/nfs/nfsproto.h: Make self-contained.
2011-05-122011-05-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* libnetworking/resolv.h: Make self-contained.
2011-05-112011-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-7/+12
* score/Makefile.am, score/include/rtems/score/isr.h: Replace tabs with spaces.
2011-05-112011-05-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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.
2011-05-11Make self-contained.Ralf Corsepius21-4/+59
2011-05-112011-05-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+7
* libnetworking/net/bpf.h, libnetworking/net/if.h, libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h libnetworking/net/if_var.h, libnetworking/net/raw_cb.h, libnetworking/net/slcompress.h: Make self-contained.
2011-05-112011-05-11 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett6-5/+29
* score/Makefile.am, score/preinstall.am, score/include/rtems/score/percpu.h, score/src/percpu.c, score/src/threadcreateidle.c: Modifications to restrict compilation of SMP only code to when SMP is enabled. Entire SMP specific files are disabled via Makefile.am.
2011-05-112011-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-1/+5
* libblock/include/rtems/bdbuf.h: Documentation.
2011-05-112011-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-1/+5
* libmisc/shell/main_msdosfmt.c: Fixed NULL pointer access.
2011-05-112011-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-0/+8
* rtems/powerpc/registers.h: Added FSL_EIS_SVR define.
2011-05-112011-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-1/+6
PR 1790/cpukit * libblock/src/flashdisk.c: Fixed memset() parameters.
2011-05-112011-05-11 Chris Johns <chrisj@rtems.org>Chris Johns2-80/+107
PR 1774/filesystem * libfs/src/imfs/imfs_eval.c: Updated to fix regressions found in the testsuite.
2011-05-052011-05-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+9
* librpc/include/rpc/auth.h, librpc/include/rpc/auth_unix.h, librpc/include/rpc/clnt.h, librpc/include/rpc/clnt_soc.h, librpc/include/rpc/pmap_clnt.h, librpc/include/rpc/pmap_prot.h, librpc/include/rpc/pmap_rmt.h, librpc/include/rpc/rpc_msg.h, librpc/include/rpc/svc.h, librpc/include/rpc/svc_auth.h, librpc/include/rpc/svc_soc.h: Make self-contained.
2011-05-05Make self-contained.Ralf Corsepius11-0/+28
2011-04-272011-04-27 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett9-65/+136
PR 1784 * sapi/src/exinit.c, score/Makefile.am, score/preinstall.am, score/include/rtems/bspsmp.h, score/src/percpu.c, score/src/smp.c, score/src/threadcreateidle.c: Split bspsmp.h into two files smp.h and bspsmp.h * score/include/rtems/score/smp.h: New file.
2011-04-252011-04-25 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2-1/+17
* score/include/rtems/bspsmp.h: Did some prototype cleanup.
2011-04-222011-04-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+16
PR 1782/cpukit * score/include/rtems/score/thread.h: Disable deferred FPU context switches when SMP is enabled. Per code tracking of deferred contexts is not implemented.
2011-04-212011-04-21 Jennifer Averett <Jennifer.Averett@OARcorp.comJennifer Averett15-112/+218
PR 1777/cpukit * libcsupport/src/malloc_deferred.c, libcsupport/src/realloc.c, score/Makefile.am, score/cpu/lm32/irq.c, score/cpu/nios2/irq.c, score/include/rtems/score/coremutex.h, score/include/rtems/score/thread.h, score/inline/rtems/score/thread.inl, score/src/heapfree.c, score/src/pheapwalk.c, score/src/smp.c, score/src/threaddispatch.c: Consolidated access to _Thread_Dispatch_disable_level. * score/src/threaddisabledispatch.c, score/src/threadenabledispatch.c: New files.
2011-04-202011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>Joel Sherrill5-3/+447
PR 1781/bsps * bfin/rtems/bf52x.h: This file defines basic MMR for the Blackfin 52x CPU. The MMR have been taken from the ADSP-BF52x Blackfin Processor Hardware Reference from Analog Devices. Mentioned Chapters refer to this Documentation.
2011-04-182011-04-18 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill3-9/+6
* posix/src/mqueuegetattr.c, score/inline/rtems/score/schedulerpriority.inl: Remove warnings.
2011-04-182011-04-18 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-3/+5
* rtems/score/sparc.h: Remove warnings.
2011-04-162011-04-16 Chris Johns <chrisj@rtems.org>Chris Johns2-61/+70
PR 1774/filesystem * libfs/src/imfs/imfs_eval.c: Fix the IMFS eval and eval for make handlers to not inspect a mounted file sytems path.
2011-04-152011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-2/+2
* libfs/src/pipe/fifo.c: Fixed integer type.
2011-04-152011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-1/+5
* libcsupport/src/ioctl.c: Fixed integer type.
2011-04-152011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-1/+8
PR 1780/cpukit * rtems/score/cpu.h: Lower alignment requirements for CPU_PARTITION_ALIGNMENT according to AAPCS.
2011-04-112011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-5/+17
* sapi/include/confdefs.h, score/cpu/i386/cpu.c: Fix typos so you really can define a user scheduler.
2011-04-052011-04-05 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-1/+6
PR 1701/filesystems * libfs/src/imfs/memfile.c: Fix sense of assert.
2011-04-052011-04-05 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-1/+5
* score/src/heap.c: Avoid integer overflow.