summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Make self-contained.Ralf Corsepius2011-05-1121-4/+59
|
* 2011-05-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-111-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-11 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-05-116-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-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-05-112-1/+5
| | | | * libblock/include/rtems/bdbuf.h: Documentation.
* 2011-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-05-112-1/+5
| | | | * libmisc/shell/main_msdosfmt.c: Fixed NULL pointer access.
* 2011-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-05-112-0/+8
| | | | * rtems/powerpc/registers.h: Added FSL_EIS_SVR define.
* 2011-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-05-112-1/+6
| | | | | PR 1790/cpukit * libblock/src/flashdisk.c: Fixed memset() parameters.
* 2011-05-11 Chris Johns <chrisj@rtems.org>Chris Johns2011-05-112-80/+107
| | | | | | PR 1774/filesystem * libfs/src/imfs/imfs_eval.c: Updated to fix regressions found in the testsuite.
* 2011-05-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-051-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.
* Make self-contained.Ralf Corsepius2011-05-0511-0/+28
|
* 2011-04-27 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-04-279-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-25 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-04-252-1/+17
| | | | * score/include/rtems/bspsmp.h: Did some prototype cleanup.
* 2011-04-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-04-222-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-21 Jennifer Averett <Jennifer.Averett@OARcorp.comJennifer Averett2011-04-2115-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-20 Rohan Kangralkar <rkangral@ece.neu.edu>Joel Sherrill2011-04-205-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-18 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-04-183-9/+6
| | | | | * posix/src/mqueuegetattr.c, score/inline/rtems/score/schedulerpriority.inl: Remove warnings.
* 2011-04-18 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-04-182-3/+5
| | | | * rtems/score/sparc.h: Remove warnings.
* 2011-04-16 Chris Johns <chrisj@rtems.org>Chris Johns2011-04-162-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-15 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-04-152-2/+2
| | | | * libfs/src/pipe/fifo.c: Fixed integer type.
* 2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-04-152-1/+5
| | | | * libcsupport/src/ioctl.c: Fixed integer type.
* 2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-04-152-1/+8
| | | | | | PR 1780/cpukit * rtems/score/cpu.h: Lower alignment requirements for CPU_PARTITION_ALIGNMENT according to AAPCS.
* 2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-04-113-5/+17
| | | | | * sapi/include/confdefs.h, score/cpu/i386/cpu.c: Fix typos so you really can define a user scheduler.
* 2011-04-05 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-04-052-1/+6
| | | | | PR 1701/filesystems * libfs/src/imfs/memfile.c: Fix sense of assert.
* 2011-04-05 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-04-052-1/+5
| | | | * score/src/heap.c: Avoid integer overflow.
* 2010-07-28 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2011-04-0416-2/+1907
| | | | | | | | | | | | PR 1641/cpukit * sapi/Makefile.am, sapi/preinstall.am, score/Makefile.am, score/preinstall.am: Add Red Black Tree data structure to score. * sapi/include/rtems/rbtree.h, sapi/inline/rtems/rbtree.inl, score/include/rtems/score/rbtree.h, score/inline/rtems/score/rbtree.inl, score/src/rbtree.c, score/src/rbtreeextract.c, score/src/rbtreefind.c, score/src/rbtreefindheader.c, score/src/rbtreeget.c, score/src/rbtreeinsert.c, score/src/rbtreepeek.c: New files.
* 2011-04-04 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>Joel Sherrill2011-04-042-18/+27
| | | | | | PR 1722/networking * ftpd/ftpd.c: FTPD fails to parse correctly FTP commands relating to filenames with spaces in them.
* 2011-04-04 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-04-046-8/+16
| | | | | | | | PR 1773/cpukit * sapi/include/confdefs.h, sapi/src/exinit.c, score/include/rtems/bspsmp.h, score/src/percpu.c, score/src/thread.c: Rename rtems_smp_maximum_processor to rtems_configuration_smp_maximum_processor. Eliminate printk().
* Regenerate.Ralf Corsepius2011-03-241-13/+0
|
* 2011-03-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-244-786/+6
| | | | | | * include/rtems/bsd/sys/queue.h, include/rtems/bsd/sys/cdefs.h: Remove. * Makefile.am: Reflect changes above.
* 2011-03-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-241-0/+2
| | | | | * libmisc/shell/hexdump-odsyntax.c, libmisc/shell/main_dd.c: Add local version of __unused macro.
* Add local version of __unused macro.Ralf Corsepius2011-03-242-1/+8
|
* 2011-03-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-241-0/+2
| | | | | * libcsupport/include/sys/ioccom.h: Include <sys/cdefs.h> (Eliminate rtems/bsd/sys/cdefs.h).
* Include <sys/cdefs.h> (Eliminate rtems/bsd/sys/cdefs.h).Ralf Corsepius2011-03-2441-40/+44
|
* 2011-03-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-241-0/+8
| | | | | | | | | | | * 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_com.h, librpc/include/rpc/rpcent.h, librpc/include/rpc/svc.h, librpc/include/rpc/svc_soc.h, librpc/include/rpc/xdr.h, librpc/include/rpcsvc/ypclnt.h: Include <sys/cdefs.h> (Eliminate rtems/bsd/sys/cdefs.h).
* 2011-03-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-241-0/+16
| | | | | | | | | | | | | | | | | | | * libnetworking/ifaddrs.h, libnetworking/netdb.h, libnetworking/resolv.h, libnetworking/arpa/inet.h, libnetworking/arpa/nameser.h, libnetworking/libc/gethostbydns.c, libnetworking/libc/getifaddrs.c, libnetworking/libc/if_indextoname.c, libnetworking/libc/if_nameindex.c, libnetworking/libc/res_stubs.c, libnetworking/machine/in_cksum.h, libnetworking/net/ethernet.h, libnetworking/net/if.h, libnetworking/net/if_dl.h, libnetworking/netinet/ip.h, libnetworking/netinet/tcp.h, libnetworking/netinet/tcp_debug.c, libnetworking/rtems/rtems_bsdnet_internal.h, libnetworking/sys/libkern.h, libnetworking/sys/mount.h, libnetworking/sys/poll.h, libnetworking/sys/socket.h, libnetworking/sys/sysctl.h, libnetworking/sys/syslog.h, libnetworking/sys/systm.h, libnetworking/sys/uio.h, libnetworking/sys/un.h: Include <sys/cdefs.h> (Eliminate rtems/bsd/sys/cdefs.h).
* 2011-03-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-242-0/+21
| | | | | * libnetworking/sys/linker_set.h: Add local versions of __used and __CONCAT macros.
* Regenerate.Ralf Corsepius2011-03-191-1/+1
|
* 2011-03-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-191-0/+11
| | | | | | | | | | | * ChangeLog.zlib, adler32.c, compress.c, crc32.c, deflate.c, deflate.h, gzguts.h, gzlib.c, gzread.c, inffast.c, inffast.h, inftrees.c, inftrees.h, trees.c, trees.h, uncompr.c, zlib.h, zutil.c, zutil.h: Update to zlib-1.2.5. * Makefile.am: Generate zconf.h from zconf.h.in. * treebuild.xml, zconf.h.cmakein, zconf.h: Remove (Import cleanup).
* Remove (Import cleanup).Ralf Corsepius2011-03-193-962/+0
|
* Generate zconf.h from zconf.h.in.Ralf Corsepius2011-03-191-0/+8
|
* Update to zlib-1.2.5.Ralf Corsepius2011-03-1915-132/+197
|
* 2011-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-181-0/+7
| | | | | | | * win32/README-WIN32.txt, old/visualc6/README.txt, old/visualc6/example.dsp, old/visualc6/minigzip.dsp, old/visualc6/zlib.dsp, old/visualc6/zlib.dsw: Remove (Import cleanup.).