Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Made the free/used memory polling time configurable through the
"delay" option.
pkgsrc changes:
modified the rc.d script to work on systems without the NetBSD's rc.d
system.
|
|
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.
This is from ideas from Greg Woods and others.
Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
|
|
|
|
|
|
Changes:
* Added "include_cache" option (and documented).
|
|
|
|
After talking with the author Roy Keene, my patches were applied:
* NetBSD support.
* No need to call free() in swapd_get_free_mem().
|
|
|
|
"Swapd" is a daemon that watches free memory and manages swap files. If free
memory drops too low, additional swap files are created. Additionally, if there
is too much free memory, swap files are deactivated and disk space may be
reclaimed.
|