lix/src
Eelco Dolstra ef92a14bfe * Include config.h before the C library headers, because it defines
_FILE_OFFSET_BITS=64.  Without it, functions like stat() fail on
  large file sizes.  This happened with a Nix store on squashfs:

  $ nix-store --dump /tmp/mnt/46wzqnk4cbdwh1dclhrpqnnz1icak6n7-local-net-cmds > /dev/null
  error: getting attributes of path `/tmp/mnt/46wzqnk4cbdwh1dclhrpqnnz1icak6n7-local-net-cmds': Value too large for defined data type

  $ stat /tmp/mnt/46wzqnk4cbdwh1dclhrpqnnz1icak6n7-local-net-cmds
  File: `/tmp/mnt/46wzqnk4cbdwh1dclhrpqnnz1icak6n7-local-net-cmds'
  Size: 0               Blocks: 36028797018963968 IO Block: 1024   regular empty file

  (This is a bug in squashfs or mksquashfs, but it shouldn't cause Nix
  to fail.)
2009-12-17 14:12:44 +00:00
..
bin2c * "Fix expression" -> "Nix expression". 2003-11-18 12:06:07 +00:00
boost * Install some headers in the right location. 2009-03-05 14:57:50 +00:00
bsdiff-4.3 * Mac OS X 10.5 compatibility. 2007-12-13 22:06:19 +00:00
libexpr * Remove support for old (before Nix 0.12pre12020) databases. 2009-11-06 01:15:44 +00:00
libmain * Templatise getIntArg / string2Int. 2009-11-24 12:26:25 +00:00
libstore * Include config.h before the C library headers, because it defines 2009-12-17 14:12:44 +00:00
libutil * Include config.h before the C library headers, because it defines 2009-12-17 14:12:44 +00:00
nix-env * Remove support for old (before Nix 0.12pre12020) databases. 2009-11-06 01:15:44 +00:00
nix-hash * Remove support for old (before Nix 0.12pre12020) databases. 2009-11-06 01:15:44 +00:00
nix-instantiate * Remove support for old (before Nix 0.12pre12020) databases. 2009-11-06 01:15:44 +00:00
nix-log2xml * Ignore carriage returns. 2008-11-25 02:30:35 +00:00
nix-setuid-helper * Remove a warning. 2007-04-16 14:45:25 +00:00
nix-store * Templatise getIntArg / string2Int. 2009-11-24 12:26:25 +00:00
nix-worker * Remove the --use-atime / --max-atime garbage collector flags. Many 2009-11-20 17:12:38 +00:00
aterm-helper.pl * Big cleanup of the semantics of paths, strings, contexts, string 2006-10-16 15:55:34 +00:00
Makefile.am * Start of the setuid helper (the program that performs the operations 2006-12-06 01:24:02 +00:00