summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-104-7/+18
| | | | | * libmisc/shell/login_prompt.c, libmisc/shell/shell_script.c, rtems/include/rtems/rtems/timer.h: Fix warnings.
* 2009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-102-1/+7
| | | | * support/src/tmtests_empty_function.c: Fix warnings.
* 2009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-1039-90/+307
| | | | | | | | | | | | | * sp04/system.h, sp04/task1.c, sp04/tswitch.c, sp07/init.c, sp12/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c, sp15/init.c, sp16/system.h, sp19/fptask.c, sp25/system.h, sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp31/task1.c, sp33/init.c, sp34/changepri.c, sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c, sp42/init.c, sp43/init.c, sp44/init.c, sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c, spfatal03/testcase.h, spfatal05/testcase.h, spfatal06/testcase.h, spfatal_support/system.h, spobjgetnext/init.c, spsize/getint.c, spsize/size.c: Fix warnings.
* Fix most warnings.Joel Sherrill2009-05-0928-129/+150
|
* 2009-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-092-1/+4
| | | | * malloctest/init.c: Fix warning.
* 2009-05-09 Chris Johns <chrisj@rtems.org>Chris Johns2009-05-082-0/+7
| | | | | * include/bsp.h: Defined as a small memory target. It cannot build one of the sample programs any more.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-082-0/+496
| | | | * irq/BSP_irq.c: New file.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-083-497/+4
| | | | * irq/irq.c, network/if_1GHz/POSSIBLEBUG: Removed.
* 2009-05-08 Kate Feng <feng1@bnl.gov>Joel Sherrill2009-05-0818-466/+615
| | | | | | | | | | | | | | * include/bsp.h, start/start.S, startup/bspstart.c: added CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK in bsp.h. removed BSP_INIT_STACK_SIZE in bsp.h -- it uses __stack defined by the linker script (shared/startup/linkcmds) for the initial stack. replaced __rtems_end+4096 with __stack in start.S Removed legacy code in bspstart.c (inherited from old mvme2307 BSP but not relevant to this one) that tested trapping into PPCBug. Changed ConfVPD_buff[] to be static and added ReadConfVPD_buf() in bspstart.c
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-083-5/+10
| | | | | * posix/include/rtems/posix/psignal.h, rtems/inline/rtems/rtems/support.inl: Remove warnings.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-082-1/+6
| | | | | * user/conf.t: Change work_space_size to uintptr_t since it cannot be negative.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-082-1/+6
| | | | | * sapi/include/rtems/config.h: Switch from ssize_t to uintptr_t for work space size since it is larger than a single allocatable object.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-084-17/+24
| | | | | | * bootcard.c, bspgetworkarea.c, include/bootcard.h: Switch from ssize_t to uintptr_t for bsp_get_work_area() since the work area is larger than a single allocatable object.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-0812-26/+62
| | | | | | * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for bsp_get_work_area() since the work area is larger than a single allocatable object.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-082-4/+10
| | | | | | * shared/bspgetworkarea.c: Switch from ssize_t to uintptr_t for bsp_get_work_area() since the work area is larger than a single allocatable object.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-082-4/+10
| | | | | | * shared/startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for bsp_get_work_area() since the work area is larger than a single allocatable object.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-082-2/+7
| | | | | * startup/linkcmds: Correct to have 65K total RAM (mostly external) and correct base address.
* 2009-05-08 Chris Johns <chrisj@rtems.org>Chris Johns2009-05-087-32/+52
| | | | | | | * cpukit/libblock/src/bdpart.c, libmisc/shell/main_msdosfmt.c, libmisc/shell/main_rm.c, libnetworking/libc/gethostnamadr.c, score/include/rtems/score/bitfield.h, score/inline/rtems/score/priority.inl: Remove warnings.
* 2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-082-0/+13
| | | | * score/src/objectgetnext.c: Add checks for NULL pointers.
* 2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-088-1/+154
| | | | | | | * Makefile.am, configure.ac: Add initial test of _Objects_Get_next. * spobjgetnext/.cvsignore, spobjgetnext/Makefile.am, spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn, spobjgetnext/system.h: New files.
* 2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-072-1/+5
| | | | * malloctest/init.c: Fix typo.
* 2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-078-2/+142
| | | | | | * Makefile.am, configure.ac: Add shell of heap walk test for Santosh. * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn, heapwalk/init.c, heapwalk/system.h: New files.
* 2009-05-07 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-05-072-0/+24
| | | | | * malloctest/init.c: Add test case for heap resize block when the resize creates a free block large enough to free.
* libnetworking/lib/ftpfs.c, libnetworking/rtems/ftpfs.h: AddedThomas Doerfler2009-05-073-81/+371
| | | | timeouts. Options are now per file system instance.
* New.Ralf Corsepius2009-05-0714-13/+2131
|
* 2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-062-0/+7
| | | | * bspinit.c: Fix warning by adding include file.
* 2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-062-9/+21
| | | | * libchip/network/if_dc.c: Fixed warnings.
* 2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-062-16/+39
| | | | * page.c: Fixed warnings.
* 2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-064-3/+11
| | | | | * libmisc/uuid/gen_uuid.c, libnetworking/lib/syslog.c, telnetd/telnetd.c: Fixed warnings.
* 2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-065-10/+15
| | | | | * shared/comm/i386-stub-glue.c, shared/comm/uart.c, shared/irq/irq.c, shared/pci/pcibios.c: Fixed warnings.
* 2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-064-2/+10
| | | | * console/console.c, console/inch.c, ide/ide.c: Fixed warnings.
* 2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-063-1/+40
| | | | | * libcsupport/Makefile.am: * libcsupport/src/isatty_r.c: New file.
* Update.Ralf Corsepius2009-05-061-1/+1
|
* UpdateRalf Corsepius2009-05-064-4/+4
|
* 2009-05-06 Michael Walle <michael@walle.cc>Joel Sherrill2009-05-061-2/+6
| | | | | PR 1409/bsps * gdbstub/rtems-stub-glue.c: Print object names correctly.
* Update.Ralf Corsepius2009-05-0613-8/+1871
|
* Bump version.Ralf Corsepius2009-05-061-1/+1
|
* Work around to centos-5 rpm bugRalf Corsepius2009-05-064-4/+4
|
* added cpukit/libmisc/uuid/READMEThomas Doerfler2009-05-062-3/+18
|
* New.Ralf Corsepius2009-05-063-0/+934
|
* Add freebsd7.2Ralf Corsepius2009-05-052-1/+8
|
* Update.Ralf Corsepius2009-05-051-1/+1
|
* New.Ralf Corsepius2009-05-0514-0/+1199
|
* 2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-052-5/+4
| | | | * shared/start/start.S: Confirmed OK by mwalle.
* 2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-053-3/+58
| | | | | * bootcard.c, gdbstub/rtems-stub-glue.c: Add info to not enough memory message.
* 2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-053-2/+7
| | | | | * rtems/include/rtems/rtems/part.h, rtems/inline/rtems/rtems/region.inl: Fix warnings.
* 2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-052-1/+11
| | | | | * rtems/score/cpu.h: Lower number of priorities and do not inline as much.
* 2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-057-8/+21
| | | | | | | | | * score/include/rtems/score/heap.h, score/inline/rtems/score/address.inl, score/inline/rtems/score/heap.inl, score/inline/rtems/score/object.inl, score/inline/rtems/score/priority.inl, score/inline/rtems/score/tod.inl: Remove warnings.
* 2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-052-4/+8
| | | | * rtems/score/cpu.h: Remove warnings.
* 2009-05-05 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett2009-05-052-3/+9
| | | | * shared/pci/pci.c: Removed warnings.