Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -2/+1 | |
2011-07-03 | PR/34029 -- gtar is probably not required any more. | shattered | 1 | -3/+1 | |
2009-02-10 | Add PKG_DESTDIR_SUPPORT | abs | 1 | -8/+9 | |
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -2/+2 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2006-06-01 | Install README in share/doc/cpuburn, following the normal convention. | joerg | 2 | -6/+6 | |
Ensure that the directory exists. Bump revision. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-01-21 | Update package Makefile now that bsd.pkg.extract.mk is using the | jlam | 1 | -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-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 1 | -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-17 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-05-16 | Note that gtar is required by the package. | jlam | 1 | -1/+3 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-09-29 | The master site and homepage have moved. | jlam | 1 | -3/+3 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+3 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-10-08 | Enable on *-*-i[3456]86, so we can install on Linux | abs | 1 | -2/+2 | |
2002-09-17 | Updated cpuburn to 1.4nb2 | abs | 3 | -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-16 | Updated cpuburn to 1.4nb1 [abs 2002-09-16] | abs | 3 | -3/+21 | |
On NetBSD include /usr/lib/crtbeginS.o to ensure binaries are recognised as native. | |||||
2002-07-02 | Add RCS Id. | wiz | 1 | -0/+1 | |
2002-03-04 | Crap... (Literally) | abs | 12 | -803/+0 | |
2002-03-04 | Import cpuburn-1.4: | abs | 16 | -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). |