summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-145-20/+7
| | | | | * HELP.html, bsp_howto/support.t, relnotes/status.texi, started_ada/buildada.t: Remove references to posix/Unix port.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-5/+4
| | | | * tmck/task1.c: Remove support for "unix".
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-125/+1
| | | | * aclocal/sysv-ipc.m4: Remove (unused).
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-10/+4
| | | | * configure.ac: Remove RTEMS_UNIX, RTEMS_UNIXLIB.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-1/+4
| | | | | | | * configure.ac: Remove some unix-specific checks. Remove unix-CPU_CONTEXT size checking. Remove enable-unixlib. Remove unix subdir.
* Remove some unix-specific checks.Ralf Corsepius2009-10-141-4/+2
|
* Remove unix-CPU_CONTEXT size checking.Ralf Corsepius2009-10-141-5/+0
|
* Remove unix-CPU_CONTEXT size checking.Ralf Corsepius2009-10-141-17/+0
|
* Remove enable-unixlib.Ralf Corsepius2009-10-141-6/+0
|
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+8
| | | | * configure.ac: Remove unix subdir.
* Remove unix subdir.Ralf Corsepius2009-10-141-1/+0
|
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+6
| | | | | | * aclocal/canonical-target-name.m4, aclocal/check-networking.m4, aclocal/check-posix.m4, aclocal/enable-posix.m4: Remove unix/posix.
* Remove unix/posix.Ralf Corsepius2009-10-144-27/+0
|
* Remove posix/unix.Ralf Corsepius2009-10-145-34/+0
|
* Remove (Abandoned).Ralf Corsepius2009-10-1442-2569/+0
|
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+4
| | | | * score/cpu/Makefile.am: Remove unix subdir.
* 2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-142-1/+5
| | | | * Makefile.am: Remove reference to timer_SOURCES.
* Remove unix subdir.Ralf Corsepius2009-10-141-1/+1
|
* Remove (Abandoned)Ralf Corsepius2009-10-149-2936/+0
|
* 2009-10-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+5
| | | | | * aclocal/canonical-target-name.m4: Remove posix/unix simulator.
* Remove posix/unix simulator.Ralf Corsepius2009-10-143-39/+0
|
* 2009-10-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+5
| | | | | * aclocal/canonical-target-name.m4, aclocal/enable-posix.m4: Remove posix/unix simulator.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+6
| | | | | | * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg, custom/Linux-posix.cfg, custom/Solaris-posix.cfg, custom/posix.cfg: Remove.
* Remove.Ralf Corsepius2009-10-145-108/+0
|
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+6
| | | | | | * configure.ac: Rework make/custom/* handling. * aclocal/check-custom-bsp.m4: Change *.cfg handling. * Makefile.am: Remove make/custom/default.cfg-rule.
* Rework make/custom/* handling.Ralf Corsepius2009-10-141-10/+20
|
* Change *.cfg handling.Ralf Corsepius2009-10-141-3/+3
|
* Remove make/custom/default.cfg-rule.Ralf Corsepius2009-10-141-3/+0
|
* 2009-10-13 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-142-3/+26
| | | | | | | | | PR 1451/bsps * network/tsec.c: Fix mbuf leak when watchdog expires. The re-initialization algorithm failed to release mbuf chains held in the TX ring. Also, during initialization the initial link status is determined and IFF_OACTIVE set if no active link was detected.
* 2009-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-131-0/+3
| | | | | | * libblock/include/rtems/bdbuf.h: Use size_t for swapout_workers. * libblock/src/bdpart.c: Add __attribute__((unused)) to suppress warnings.
* Use size_t for sizes.Ralf Corsepius2009-10-131-2/+2
|
* Add __attribute__((unused)) to suppress warnings.Ralf Corsepius2009-10-131-3/+3
|
* Use size_t for swapout_workers.Ralf Corsepius2009-10-131-1/+1
|
* 2009-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-132-3/+10
| | | | | * libblock/src/bdbuf.c: Fix broken printf formats. Use size_t for sizes.
* Enable interrupts during open to avoid NULL pointer access in interrupt handler.Thomas Doerfler2009-10-132-2/+14
|
* Update for block device API change.Thomas Doerfler2009-10-133-8/+14
|
* * libblock/include/rtems/diskdevs.h: Added driver data pointer to IOThomas Doerfler2009-10-139-79/+159
| | | | | | | | | control function. The IO control handler takes now the disk device as first parameter instead of the physical device number. * cpukit/libblock/include/rtems/blkdev.h, libblock/src/bdbuf.c, libblock/src/blkdev.c, libblock/src/diskdevs.c, libblock/src/nvdisk.c, libblock/src/flashdisk.c, libblock/src/ramdisk.c: Update for block device API change.
* 2009-10-09 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-10-122-54/+35
| | | | * bootcard: Update for heap API changes.
* Reflect having introduced rtems_error_code_t.Ralf Corsepius2009-10-121-2/+2
|
* Introduce rtems_error_code_t.Ralf Corsepius2009-10-121-2/+6
| | | | Minor portability code-massaging.
* 2009-10-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-123-6/+7
| | | | * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
* 2009-10-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-123-4/+10
| | | | | * include/bsp.h: BSP has plenty of memory. * startup/cmain.c: Comment out prints.
* 2009-10-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-121-0/+7
| | | | | | | * score/include/rtems/score/interr.h: Introduce Internal_errors_t. * score/src/interr.c, score/include/rtems/score/userext.h, score/src/userextthreadbegin.c: Reflect having introduced Internal_errors_t.
* Reflect having introduced Internal_errors_t.Ralf Corsepius2009-10-123-8/+8
|
* Introduce Internal_errors_t.Ralf Corsepius2009-10-121-2/+9
|
* increase size of ROM to 4 MegThomas Doerfler2009-10-122-1/+5
|
* 2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-123-0/+14
| | | | * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
* 2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-129-2/+120
| | | | | | | | | * psxcleanup/system.h: Fix typo. * Makefile.am, configure.ac: Add new test for exercising pushing and popping a clean up handler without actually executing it. * psxcleanup01/.cvsignore, psxcleanup01/Makefile.am, psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc, psxcleanup01/psxcleanup01.scn: New files.
* 2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-113-2/+8
| | | | | * posix/src/alarm.c: If 0 seconds do not insert timer. * rtems/src/regionextend.c: Eliminate warning. Use default else.
* 2009-10-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-118-1/+197
| | | | | | | * Makefile.am, configure.ac: Add new test to ensure that canceling an alarm works as defined. * psxalarm01/.cvsignore, psxalarm01/Makefile.am, psxalarm01/init.c, psxalarm01/psxalarm01.doc, psxalarm01/psxalarm01.scn: New files.