lix/scripts
Eelco Dolstra ebcccbd358 * Added a tool to find additional roots for the garbage collector,
such as open files, current directories, mmaped files, etc.  This is
  inherently unportable, but it's easy to adapt this script to other
  platforms.  Currently we call `lsof' and try to read various bits in
  /proc/NNN.

  The goal is to prevent the garbage collector from removing store
  paths that are no longer reachable from a permanent root but that
  are still in use (for instance, after the user has done "nix-env -e"
  on a running program).
2006-07-19 16:49:59 +00:00
..
maintenance * Remove debug statement. 2006-02-24 17:10:38 +00:00
copying-collector.pl * I said it couldn't be done. I was wrong. 2005-04-04 15:18:19 +00:00
download-using-manifests.pl.in * Set the current directory to something well-defined. Might help in 2005-09-16 09:03:24 +00:00
find-runtime-roots.pl.in * Added a tool to find additional roots for the garbage collector, 2006-07-19 16:49:59 +00:00
generate-patches.pl.in * Change referer' to referrer' throughout. In particular, the 2005-12-13 21:04:48 +00:00
Makefile.am * Added a tool to find additional roots for the garbage collector, 2006-07-19 16:49:59 +00:00
nix-build.in * Allow the resulting symlink of nix-build to be named, e.g., 2006-03-14 16:35:01 +00:00
nix-channel.in * Remove old manifests in `nix-channel --update'. 2006-05-08 20:00:28 +00:00
nix-collect-garbage.in * Move root finding from nix-collect-garbage' to nix-store --gc'. 2005-02-01 15:05:32 +00:00
nix-install-package.in * nix-install-package: install outPath, not drvPath, for now. 2005-03-11 15:27:37 +00:00
nix-pack-closure.in * Don't force a build of derivations. 2006-01-26 23:18:46 +00:00
nix-prefetch-url.in * `nix-store --add-fixed' to preload the outputs of fixed-output 2005-04-07 14:01:51 +00:00
nix-profile.sh.in * Write messages to stderr, not stdout. 2006-03-10 09:41:28 +00:00
nix-pull.in * This may be useful in the future. 2006-05-31 09:24:54 +00:00
nix-push.in * FreeBSD compatibility fix. 2005-11-17 13:58:23 +00:00
nix-unpack-closure.in * New tools nix-pack-closure and nix-unpack-closure. These provide a 2006-01-12 15:17:51 +00:00
optimise-store.pl * Prototype store optimiser. It searched the Nix store for identical 2005-01-05 09:58:12 +00:00
readconfig.pm.in * This may be useful in the future. 2006-05-31 09:24:54 +00:00
readmanifest.pm.in * Canonicalise manifests a bit by sorting them. 2006-02-24 16:02:36 +00:00
remove-patches.pl * Script to remove patches from manifests. 2005-01-12 10:40:59 +00:00
update-manifest.pl * A small utility to add the Size and NarHash fields to old manifests. 2004-12-28 21:12:00 +00:00