summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo.Ralf Corsepius2009-03-111-1/+1
|
* 2009-03-11 Ralf Corsépius <ralfcorsepius@rtems.org>Ralf Corsepius2009-03-111-0/+5
| | | | | * configure.ac: Check of __assert(). * libcsupport/src/__assert.c: Conditionally build __assert().
* 2009-03-10 Ralf Corsépius <ralfcorsepius@rtems.org>Ralf Corsepius2009-03-101-0/+5
| | | | | * configure.ac: Check for creat(). * libcsupport/src/creat.c: Build conditionally.
* Check for creat().Ralf Corsepius2009-03-101-0/+1
|
* Build conditionally.Ralf Corsepius2009-03-101-0/+2
|
* 2009-03-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-0912-17/+27
| | | | | | | | | | PR 1376/filesystem * libcsupport/include/rtems/libio.h, libfs/src/dosfs/fat_file.c, libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_dir.c, libfs/src/dosfs/msdos_file.c, libfs/src/imfs/deviceio.c, libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_directory.c, libfs/src/imfs/imfs_fifo.c, libfs/src/imfs/memfile.c, libfs/src/nfsclient/src/nfs.c: lseek handlers should return off_t.
* 2009-03-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-03-062-1/+6
| | | | | * score/inline/rtems/score/heap.inl: Use the correct fields and do end - begin.
* 2009-03-05 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-03-052-1/+6
| | | | | * libcsupport/src/malloc_initialize.c: Fixed invalid function parameter.
* 2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-03-022-6/+4
| | | | * cpu_asm.S: Eliminate extern of unused variables.
* 2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-03-026-5/+65
| | | | | | | | * libcsupport/src/malloc_initialize.c, score/Makefile.am, score/include/rtems/score/protectedheap.h, score/inline/rtems/score/heap.inl: Get total heap size correct when using unified C Program Heap and RTEMS Workspace. * score/src/pheapgetsize.c: New file.
* 2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-022-1/+12
| | | | | | | PR 1388/cpukit * rtems/src/semcreate.c: Classic Semaphores allow both priority inherit and ceiling attributes to be set on semaphore create. These attributes are mutually exclusive and this should be an error.
* 2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-03-022-1/+5
| | | | * cpu.c: Remove stray semi-colon.
* 2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-272-1/+5
| | | | * rtems/score/cpu.h: AVR stack grows down.
* * 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
|