Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 76bf1859a7 Update to 1.4.18:
Stats conns

New "stats conns" command, which will show you what currently open
connections are up to, how idle they've been, etc.  Starttime Hash
Algorithm Selection

The jenkins hash was getting a little long in the tooth, and we
might want to add specific hash algorithms for different platforms
in the future. This makes it selectable in some sense. We've
initially added murmur3 hash to the lineup and that seems to run
a tiny bit faster in some tests.

-o hash_algorithm=murmur3 LRU Crawler

A new background thread emerges! Currently experimental, so the
syntax might change. If you run into bugs please let us know (though
it's been testing fine in torture tests so far).

If you wish to clean your slab classes of items which have been
expired, either one-time or periodically, this will do it with low
impact as a background operation.

Currently it requires kicking off a crawl via manual command:

First, enable the thread: lru_crawler enable or use -o lru_crawler
as a starttime option.

lru_crawler crawl 1,3,5

... would crawl slab classes 1,3,5 looking for expired items to add to the freelist.

This is generally not useful or required, unless you have memory
with very mixed TTLs, you do not fetch items frequently enough or
otherwise cause them to expire, and you don't want items with longer
TTLs block reclaiming expired items, or to be evicted early.

Future uses of the thread should allow examining and purging items
via a plugin interface: IE crawl all items matching some string
and remove them, or count them. It is simple to modify to experiment
with as of now.

See doc/protocol.txt for full explanation of related commands and
counters.
2014-04-25 09:27:37 +00:00
archivers Add upstream bug report URL. 2014-04-25 09:24:22 +00:00
audio Fix build on FreeBSD 10. 2014-04-23 20:14:03 +00:00
benchmarks Support FreeBSD. 2014-04-23 20:22:56 +00:00
biology __BSD_VISIBLE is needed on FreeBSD for PF_INET. 2014-04-17 21:23:19 +00:00
bootstrap Amend previous: pick built bmake binary from correct directory. 2014-04-17 18:29:01 +00:00
cad Fix readline use. Add missing include while here. 2014-04-19 14:53:00 +00:00
chat FreeBSD 10 is not FreeBSD 1. 2014-04-23 20:31:45 +00:00
comms Recursive revbump from json-c 0.12 update 2014-04-20 02:27:49 +00:00
converters recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
cross Don't use "-pe" for pax, it doesn't work on FreeBSD, use "-pp" instead. 2014-04-19 01:14:41 +00:00
databases Update to 1.3: 2014-04-25 08:53:21 +00:00
devel Update to 1.4.18: 2014-04-25 09:27:37 +00:00
distfiles
doc Updated archivers/par2 to 0.6.5 2014-04-25 09:22:23 +00:00
editors recursive bump for boehm-gc API bump 2014-04-21 13:25:53 +00:00
emulators Fix NOT_FOR_PLATFORM; the second one was overwriting the first. 2014-04-23 20:07:48 +00:00
filesystems recursive bump for boehm-gc API bump 2014-04-21 13:25:53 +00:00
finance Ignore SIGTTOU so that starting gnucash in the background works again. 2014-04-21 21:40:01 +00:00
fonts Update to 0.016, provided by Tim Larson in PR 48761. 2014-04-24 09:02:54 +00:00
games Fix egg name. 2014-04-21 18:15:09 +00:00
geography recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
graphics Changes 2.0.1: 2014-04-24 19:39:05 +00:00
ham Recursive revbump from json-c 0.12 update 2014-04-20 02:27:49 +00:00
inputmethod Fix build under SunOS 2014-04-20 14:51:41 +00:00
lang Include missing mk/bsd.options.mk 2014-04-23 12:53:36 +00:00
licenses mv cc-by-nc-sa-v3.0 cc-by-nc-sa-v3.0-license 2014-04-20 18:24:26 +00:00
mail Update to 1.1.0. From the changelog: 2014-04-24 14:48:44 +00:00
math Update to 0.13: 2014-04-25 09:11:49 +00:00
mbone recursive bump from x264-devel builld number change (i.e. API change). 2014-04-10 05:39:14 +00:00
meta-pkgs Removed databases/db46 2014-04-22 14:15:40 +00:00
misc Add ruby-mini_portile. 2014-04-25 09:17:14 +00:00
mk Support per language gcc48 packages 2014-04-22 20:49:38 +00:00
multimedia Recursive revbump from json-c 0.12 update 2014-04-20 02:27:49 +00:00
net Remove -fomit-frame-pointer on SunOS, it kills debuggability and is the 2014-04-24 16:23:59 +00:00
news Remove clang patches. Sadly, they make pan very unstable. 2014-04-16 22:39:46 +00:00
packages
parallel Force iconv/intl linking. Fixes at least SunOS builds. 2014-04-23 13:51:13 +00:00
pkgtools Mark up table header. From abs. 2014-04-24 10:05:13 +00:00
print Update to 3.14.4: 2014-04-22 00:09:30 +00:00
regress
security Update to 1.13: 2014-04-25 08:33:57 +00:00
shells Fix NLS catalogue installation. Both building and installing 2014-04-04 12:00:37 +00:00
sysutils Fix poll() wrapper: all negative timeouts are acceptable as infinity on Linux, 2014-04-24 09:40:08 +00:00
templates
textproc Update to 3.3.5: 2014-04-25 08:57:17 +00:00
time Don't use profiling flags by default. 2014-04-21 18:14:53 +00:00
wm recursive bump from ilmbase shlib version change. 2014-04-10 06:21:18 +00:00
www Changes 0.5.5: 2014-04-24 20:16:07 +00:00
x11 Prevent to install pre-modular older Xfixes for native modular X. 2014-04-24 12:18:09 +00:00
Makefile
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.