Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-10-20 | Add RMD160 checksum. | wiz | 1 | -1/+2 | |
2005-10-19 | Changes 3.248: | adam | 3 | -15/+16 | |
* Improvements | |||||
2005-10-13 | Added benchmarks/forkbomb | xtraeme | 1 | -1/+2 | |
2005-10-13 | Initial import of forkbomb-1.4. | xtraeme | 4 | -0/+35 | |
Classic Unix fork() bomber. Includes CPU hanger, memory allocator, memory toucher and zombie dance team. You can test how will your computer behave under heavy CPU, process, memory load. Forkbomb is also useful as realloc() benchmark. | |||||
2005-10-13 | Correct execl() so that the argument list is NULL terminated. | ben | 2 | -9/+14 | |
Terminating with 0 worked under NetBSD 2.0.2, but it fails with EFAULT under NetBSD/amd64 3.0_BETA. | |||||
2005-10-10 | Explicitly specify to Makefile.in the directory on which the manpages | xtraeme | 3 | -4/+25 | |
will be installed, otherwise as --mandir now defaults to ${PREFIX}/${PKGMANDIR}, they won't be installed into the correct location. Bump PKGREVISION. | |||||
2005-09-28 | Removed unneeded patch-aa. | rillig | 1 | -122/+0 | |
2005-09-28 | Fixed pkglint warnings. Converted patch-ab to unified diff format. Moved | rillig | 4 | -24/+133 | |
hint.1 from inside patch-aa to the files/ directory. | |||||
2005-09-25 | Added a chunk to patch-aa that comments out unnecessary code (statvfs). Now | rillig | 3 | -6/+22 | |
the package builds on NetBSD-1.6.2. Bumped PKGREVISION. | |||||
2005-09-03 | Removed the $Id$ line from the patch. Restored -kkv mode. | rillig | 2 | -5/+4 | |
2005-09-03 | Re-add the patch with -ko, as suggests pkglint. | xtraeme | 2 | -2/+16 | |
2005-09-03 | Remove the patch, contains $Id$ expanded | xtraeme | 1 | -15/+0 | |
2005-09-03 | Remove the line $Id$ in the patch. | xtraeme | 2 | -6/+7 | |
2005-09-03 | eek, fix the patch. | xtraeme | 2 | -6/+6 | |
2005-09-03 | Fix HOMEPAGE | xtraeme | 1 | -2/+2 | |
2005-09-03 | Added benchmarks/pipebench | xtraeme | 1 | -1/+2 | |
2005-09-03 | Initial import of pipebench-0.40. | xtraeme | 5 | -0/+41 | |
Measures the speed of a pipe, by sitting in the middle passing the data along to the next process. | |||||
2005-09-03 | Added benchmarks/nbench | xtraeme | 1 | -1/+2 | |
2005-09-03 | Initial import of nbench-2.2.2. | xtraeme | 5 | -0/+51 | |
This benchmark utility is used to determine how the processor, its caches and coprocessors influence overall system performance. Its measurements can indicate problems with the processor subsystem and (since the processor is a major influence on overall system system performance) give us an idea of how well a given system will perform. | |||||
2005-09-03 | Added benchmarks/ubench | xtraeme | 1 | -1/+2 | |
2005-09-03 | Initial import of ubench-0.32. | xtraeme | 5 | -0/+59 | |
The Unix Benchmark Utility "ubench" provides a single mesure of performance for machines running various flavors of Unix operating systems. | |||||
2005-08-23 | Use Dimension instead of int for the width and the height. | hira | 3 | -8/+17 | |
This makes the package work properly on NetBSD/macppc. Bump PKGREVISION. | |||||
2005-08-10 | Simplify the check for SunOS, LIBS.SunOS is enough. | xtraeme | 1 | -4/+2 | |
2005-08-10 | Use "PTHREAD_LIBS" in build phase to make sure that this builds on | tron | 1 | -2/+2 | |
platforms without a "-pthread" option supported by the compiler. | |||||
2005-08-09 | Update "netio" package to version 1.23. Changes since version 1.13 include: | tron | 3 | -47/+12 | |
- UDP support - sets socket buffer size by default for decent performance under *BSD | |||||
2005-08-06 | Removed PKG_MISC_TARGETS, as it doesn't work anyway. Many packages in this | rillig | 1 | -2/+1 | |
category don't even implement these targets. ok'ed by jlam. | |||||
2005-08-02 | explicitely include <sys/types.h> before <machine/ieee.h> | drochner | 2 | -7/+8 | |
might fix build error on older NetBSD releases (seen in 1.6.2 bulk build) | |||||
2005-07-27 | +zelibm | drochner | 1 | -1/+2 | |
2005-07-27 | import "zelibm", a tool to check the accuracy of some libm functions, | drochner | 9 | -0/+218 | |
by Ulrich Drepper | |||||
2005-07-16 | Remove some unnecessarily strong dependencies on perl that resulted | jlam | 2 | -5/+4 | |
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead. | |||||
2005-07-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 2 | -5/+4 | |
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. | |||||
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 2 | -4/+4 | |
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-07-12 | Changes 3.03: | adam | 4 | -57/+14 | |
* Many improvements | |||||
2005-07-06 | Import thrulay-0.6, TCP and UDP network capacity tester. | reed | 1 | -1/+2 | |
Packaged by Rui Paulo. | |||||
2005-07-06 | Import thrulay-0.6, a TCP and UDP network capacity tester. | reed | 4 | -0/+50 | |
This package is from rpaulo@, who asked me to import. (My only change was to use INSTALLATION_DIRS.) I only tested build. DESCR: thrulay is used to measure the capacity of a network by sending a bulk TCP stream over it. Like other tools (such as iperf, netperf, nettest, nuttcp, ttcp, etc.), thrulay can report TCP throughput periodically so that TCP performance plots can be produced. Unlike other tools, thrulay not only reports goodput, but round-trip delay time as well. The output of thrulay is easy to parse by machine (in fact, it's ready to be used as a data file for gnuplot). Starting from version 0.5, thrulay supports UDP tests. Unique feature of thrulay is that it can send a Poisson stream of very precisely positioned packets; the TSC register is used for timing rather than very coarse (20ms on most systems) system sleep functionality. | |||||
2005-06-17 | Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of | jlam | 1 | -3/+3 | |
${PREFIX}. | |||||
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-06-12 | regen patch-aa (as standard unidiff). Addresses part of PR 29877. | wiz | 2 | -29/+21 | |
2005-06-12 | Remove the need to archivers/gsharutils at build-time to extract the | jlam | 1 | -7/+8 | |
distfiles. This fixes PR pkg/29877. | |||||
2005-05-23 | Removed RCS IDs out of the patches. | rillig | 3 | -11/+7 | |
2005-05-23 | NO_CHECKSUM=yes instead of #defined. | rillig | 1 | -2/+2 | |
2005-05-23 | Append to USE_TOOLS instead of overwriting. | rillig | 1 | -2/+2 | |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 5 | -10/+10 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-05-16 | Note that expr is used by this package. | jlam | 1 | -1/+2 | |
2005-05-15 | Use ${GZCAT} instead of ${GUNZIP_CMD} -c. The former is more succinct, | jlam | 1 | -2/+2 | |
and is recognized by the tools framework automatically. | |||||
2005-05-02 | Fix MAINTAINER email address for David Ferlier. | reed | 1 | -2/+2 | |
2005-04-12 | Removed the RCS Id tags from the patches. This makes pkglint happy. | rillig | 4 | -19/+10 | |
Approved by jlam. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 6 | -12/+6 | |
2005-03-30 | Convert to bl3. | wiz | 1 | -2/+2 | |
2005-03-25 | Make this package build on Darwin. | minskim | 2 | -1/+17 | |
- Include sys/aio.h to use O_SYNC. - Use fsync(2) instead of fdatasync(2), which is unavailable on Darwin. |