summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * rtems/powerpc/registers.h: Added Freescale Book E ImplementationThomas Doerfler2009-02-272-0/+33
| | | | | Standards (EIS) special purpose register definitions for MMU and L1 cache.
* * libmisc/shell/shell.c, libmisc/shell/shell.h: Changed type forThomas Doerfler2009-02-274-60/+76
| | | | | | | | | boolean values from 'int' to 'bool'. Added option 'login' to enable or disable a login prompt. Changed intialization of global shell environment to static initialization. Changed stack size type to 'size_t' conforming to classic API. * libmisc/shell/shellconfig.h: Fixed some typos.
* New.Ralf Corsepius2009-02-201-0/+2
|
* Regenerate.Ralf Corsepius2009-02-201-0/+4
|
* 2009-02-20 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-201-0/+5
| | | | | * include/sys/priority.h: New. * Makefile.am: Add include/sys/priority.h
* Add include/sys/priority.h.Ralf Corsepius2009-02-201-0/+1
|
* 2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-193-13/+15
| | | | | * include/rtems/irq-extension.h, include/rtems/irq.h: Spelling errors and spacing.
* 2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-192-0/+10
| | | | | | * libnetworking/rtems/rtems_bsdnet_internal.h: Re-add boolean when building BSD code. This is used by at least one of the BSD NIC drivers I am currently porting. I am trying out
* 2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-194-6/+59
| | | | | | * libmisc/Makefile.am, libmisc/shell/shellconfig.h: Add halt command to shell which results in the shutting RTEMS down. * libmisc/shell/main_halt.c: New file.
* 2009-02-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-172-2/+12
| | | | | | * rtems/score/sh.h: SH2E and SH3E have a DSP rather than an FPU. They are not compatible. We currently only support the FPU found on the SH3 and SH4.
* 2009-02-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-172-2/+6
| | | | | | PR 1377/shell * libmisc/shell/main_netstats.c: Remove #if 0 which should not have been there anyway.
* 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-124-5/+11
| | | | | | * sapi/include/rtems/config.h, score/include/rtems/score/thread.h, score/src/threadidlebody.c: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
* 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-1230-24/+74
| | | | | * cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
* 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-124-3/+13
| | | | | * rtems/score/cpu.h: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
* 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-124-2/+12
| | | | | * cpu.c: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
* 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-112-5/+10
| | | | | * sapi/src/exinit.c: Eliminate _CPU_Thread_dispatch_pointer and passing address of _Thread_Dispatch to _CPU_Initialize. Clean up comments.
* 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-1148-443/+149
| | | | | | * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and passing address of _Thread_Dispatch to _CPU_Initialize. Clean up comments.
* 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-113-15/+7
| | | | | | * rtems/new-exceptions/cpu.h, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and passing address of _Thread_Dispatch to _CPU_Initialize. Clean up comments.
* 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-112-0/+6
| | | | * rtems/score/cpu.h: Use a 16 bit object id on this target.
* 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-112-1/+12
| | | | | * rtems/score/cpu.h: Do not unroll any code on this target and use a 16-bit object id.
* 2009-02-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-112-1/+6
| | | | | PR 1374/misc * libmisc/stackchk/check.c: Fix printk formatting string.
* 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-112-3/+8
| | | | | * sapi/src/exinit.c: Interrupts are guaranteed to be disabled by boot_card(), do not do it here as well.
* Partial update from FreeBSD.Ralf Corsepius2009-02-112-9/+11
|
* 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-111-0/+2
| | | | | * libnetworking/sys/kernel.h: Remove PSEUDO_* (Unused, not in FreeBSD).
* Remove PSEUDO_* (Unused, not in FreeBSD).Ralf Corsepius2009-02-111-28/+0
|
* 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-111-0/+1
| | | | * libnetworking/sys/kernel.h: Remove struct linker_set (Unused).
* Remove struct linker_set (Unused).Ralf Corsepius2009-02-111-6/+0
|
* 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-111-0/+1
| | | | * libnetworking/net/if_loop.c: Remove PSEUDO_SET (Unused).
* Remove PSEUDO_SET (Unused).Ralf Corsepius2009-02-111-2/+1
|
* 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-111-0/+1
| | | | * libnetworking/kern/uipc_domain.c: Remove domain_set (Unused).
* Remove domain_set (Unused).Ralf Corsepius2009-02-111-2/+0
|
* 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-112-41/+12
| | | | | | | * libnetworking/sys/kernel.h: Remove execsw_set, si_elem_t (Unused, not in FreeBSD). #include <sys/linker_set.h>. Add #ifdef _KERNEL guards (From FreeBSD).
* 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-112-5/+5
| | | | | * libnetworking/sys/kernel.h: Remove hostnamelen, domainnamelen, lbolt, tickdelta, timedelta (Unused, not in FreeBSD).
* 2009-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-101-0/+1
| | | | * libnetworking/vm/vm.h: Cosmetics from FreeBSD.
* Cosmetics from FreeBSD.Ralf Corsepius2009-02-101-6/+32
|
* 2009-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-101-0/+2
| | | | | * libnetworking/rtems/rtems_bsdnet_internal.h: Remove struct vm_page, vm_page_t, boolean_t (Unused).
* Remove struct vm_page, vm_page_t, boolean_t (Unused).Ralf Corsepius2009-02-101-5/+0
|
* 2009-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-101-0/+8
| | | | | | | | * libnetworking/nfs/bootp_subr.c, libnetworking/nfsclient/nfsdiskless.h: Cosmetics from FreeBSD. * libnetworking/rtems/rtems_bsdnet_internal.h: Remove struct file (Unused).
* Cosmetics from FreeBSD.Ralf Corsepius2009-02-102-47/+29
|
* Remove struct file (Unused).Ralf Corsepius2009-02-101-1/+0
|
* 2009-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-091-1/+5
| | | | | * libnetworking/sys/socketvar.h: Remove struct file, soo_ioctl, soo_select, soo_stat, getsock (Unused).
* Remove struct file, soo_ioctl, soo_select, soo_stat, getsock (Unused).Ralf Corsepius2009-02-091-10/+0
|
* Regenerate.Ralf Corsepius2009-02-061-4/+0
|
* 2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-061-0/+5
| | | | | * posix/include/sched.h, posix/src/sched_getparam.c: Make sched_getparam() POSIX compliant.
* Make sched_getparam() POSIX compliant.Ralf Corsepius2009-02-062-2/+2
|
* 2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-061-0/+4
| | | | * Makefile.am: Don't install libcsupport/include/tar.h.
* Remove tar.h.Ralf Corsepius2009-02-061-2/+0
|
* 2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-061-0/+5
| | | | | * aclocal/canonical-target-name.m4, aclocal/enable-posix.m4: Remove comment referring to HPUX.
* Remove comment referring to HPUX.Ralf Corsepius2009-02-062-2/+0
|
* 2009-02-05 Sebastian Huber <sebastian.huber@embedded-brains.de>Ralf Corsepius2009-02-052-2/+7
| | | | | * libnetworking/lib/ftpfs.c: Enable write and mount filesystem with read-write access.