summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/stackchk/blow.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-07testsuites/libtests/[p-z]*: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2019-01-09libtests/stackchk: Fix for 64-bit targetsSebastian Huber1-22/+11
2018-11-26score: Introduce <rtems/score/heapinfo.h>Sebastian Huber1-0/+1
Move Heap_Information_block to separate header file to hide heap implementation details from <rtems.h>. Update #3598.
2015-06-26libmisc: Simplify <rtems/stackchk.h>Sebastian Huber1-0/+1
Drop the <rtems/score/percpu.h> include since this file exposes a lot of implementation details.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-07-22testsuites: Use _Thread_Get_executing()Sebastian Huber1-2/+4
2012-05-11libtmtests - Eliminate missing prototype warningsJoel Sherrill1-4/+11
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-02-22Add HAVE_CONFIG_H.Ralf Corsepius1-0/+4
2010-06-222010-06-22 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-15/+16
* stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report before blowing stack.
2009-10-26Add missing prototypes.Ralf Corsepius1-1/+1
2009-09-092009-09-09 Christian Mauderer <christian.mauderer@embedded-brains.de>Joel Sherrill1-1/+2
* heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c, malloctest/malloctest.scn: New test cases. * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
2009-09-062009-09-03 Christian Mauderer <christian.mauderer@embedded-brains.de>Joel Sherrill1-1/+1
* malloctest/init.c: New test cases. Update for heap API changes. * stackchk/blow.c: Update for heap API changes.
2009-08-262009-08-19 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill1-1/+1
* heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
2004-03-302004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-3/+3
* cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c, monitor/system.h, rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to using c99 fixed size types.
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c, cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c, malloctest/system.h, malloctest/task1.c, monitor/init.c, monitor/system.h, putenvtest/init.c, rtems++/Init.cc, rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc, rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c, rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c, stackchk/init.c, stackchk/system.h, stackchk/task1.c: URL for license changed.
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
of switching to the modified GNU GPL.
1996-09-18address arithmetic changed to be more portableJoel Sherrill1-3/+7
1995-09-11The word "RTEMS" almost completely removed from the core.Joel Sherrill1-3/+1
Configuration Table Template file added and all tests modified to use this. All gvar.h and conftbl.h files removed from test directories. Configuration parameter maximum_devices added. Core semaphore and mutex handlers added and RTEMS API Semaphore Manager updated to reflect this. Initialization sequence changed to invoke API specific initialization routines. Initialization tasks table now owned by RTEMS Tasks Manager. Added user extension for post-switch. Utilized user extensions to implement API specific functionality like signal dispatching. Added extensions to the System Initialization Thread so that an API can register a function to be invoked while the system is being initialized. These are largely equivalent to the pre-driver and post-driver hooks. Added the Modules file oar-go32_p5, modified oar-go32, and modified the file make/custom/go32.cfg to look at an environment varable which determines what CPU model is being used. All BSPs updated to reflect named devices and clock driver's IOCTL used by the Shared Memory Driver. Also merged clock isr into main file and removed ckisr.c where possible. Updated spsize to reflect new and moved variables. Makefiles for the executive source and include files updated to show break down of files into Core, RTEMS API, and Neither. Header and inline files installed into subdirectory based on whether logically in the Core or a part of the RTEMS API.