Simple setsid replacement, nothing special about it
except it being really simple.
A dockapp monitors your APM battery status.
The stalepid utility was developed to facilitate the startup of servers
that write their process ID to a file and refuse to start if that file
exists (e.g. when the process was last terminated by an unclean shutdown,
or simply killed without given the chance to clean up the process ID
file). The stalepid utility is used to check for and possibly remove
those stale process ID files. Upon its invocation, stalepid checks for
the following conditions:
- the file specified by the pidfile argument exists;
- it contains a single line, and the line contains a single number;
- there is no process with the process ID specified in the file, or if
there is one, it is not named processname.
If all those conditions are met, the stalepid utility will remove the
file specified by the pidfile argument, thus allowing the next invocation
of the server to proceed normally.
WindowMaker dockapp showing load average as a flame. Can also
be used in AfterStep. Allows user to change lots of the flame
characteristics.
WMMemFree shows system memory usage. It runs as a dockapp for window
manager like WindowMaker or some other which supports dockapps. On
the top side you have your physical memory usage and on the bottom there
is your swap space usage.
stowES (stow Enhancement Script) is a Perl script which tries to ease the
use of the "stow" packaging program and software which can be compiled
and installed with autoconf. It automates the compilation and installation
of software packages by calling tar, configure, make, and stow with the
appropriate arguments. Furthermore it helps maintaining your installed
software by creating library dependencies and checksums, and providing
various search functions. It is also possible to create tar-archives out
of your installed packages.
swapmon will check the current swapusage and if more than SWAP_HIGH per-
cent of swapspace is in use it will create a new swapfile with a size of
size of SWAP_STEP percent of the current swapspace and activate it. If
less than SWAP_LOW percent of swapspace is in use it will deactivate a
previously added swapspace file and remove it.
freebsd@nagilum.org
XCPUSTATE is a system monitor tool. It displays user-, system-,
idle-cputime in the form of a bar chart. On some systems it also
monitors disk performance.
It can also display information about remote hosts using the RSTAT RPC
protocol, as perfmeter does.
sysgather is a simple command-line utility for keeping configuration files
under version control.
This is a resolution hack for Intel 915 based video cards. Based on code
written by Alain Poirer for Linux, modified by Steve Tomljenovic.