summaryrefslogtreecommitdiff
path: root/sysutils/cpuburn
AgeCommit message (Collapse)AuthorFilesLines
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2011-07-03PR/34029 -- gtar is probably not required any more.shattered1-3/+1
2009-02-10Add PKG_DESTDIR_SUPPORTabs1-8/+9
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-06-01Install README in share/doc/cpuburn, following the normal convention.joerg2-6/+6
Ensure that the directory exists. Bump revision.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-21Update package Makefile now that bsd.pkg.extract.mk is using thejlam1-2/+1
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-05-16Note that gtar is required by the package.jlam1-1/+3
2005-02-24Add RMD160 digests.agc1-1/+2
2004-09-29The master site and homepage have moved.jlam1-3/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-10-08Enable on *-*-i[3456]86, so we can install on Linuxabs1-2/+2
2002-09-17Updated cpuburn to 1.4nb2abs3-9/+11
Nuke -nostdlib and play some define games to ensure we have a 'main' instead of '_start', so the binary includes the NetBSD ELF note and runs correctly.
2002-09-16Updated cpuburn to 1.4nb1 [abs 2002-09-16]abs3-3/+21
On NetBSD include /usr/lib/crtbeginS.o to ensure binaries are recognised as native.
2002-07-02Add RCS Id.wiz1-0/+1
2002-03-04Crap... (Literally)abs12-803/+0
2002-03-04Import cpuburn-1.4:abs16-0/+849
The cpuburn programs are designed to load x86 CPUs as heavily as possible for the purposes of system testing. They have been optimized for different processors. FPU and ALU instructions are coded an assembler endless loop. They do not test every instruction. The goal has been to maximize heat production from the CPU, putting stress on the CPU itself, cooling system, motherboard (especially voltage regulators) and power supply (likely cause of burnBX/MMX errors).