Whamcloud - gitweb
doc/manual.git
12 years agoLUDOC-25: typo fix 55/2155/3
Richard Henwood [Thu, 16 Feb 2012 20:49:05 +0000 (14:49 -0600)]
LUDOC-25: typo fix

tthat becomes that. The sentences simplified for clarity.

Signed-off-by: Richard Henwood <rhenwood@ywhamcloud.com>
Change-Id: I983fec8aa0c6db088ba802f61d360cab4bc26864

12 years agoMerge "LUDOC-32: build epub from manual."
Richard Henwood [Thu, 16 Feb 2012 20:21:31 +0000 (15:21 -0500)]
Merge "LUDOC-32: build epub from manual."

12 years agoLUDOC-32: build epub from manual. 24/2124/3
Richard Henwood [Fri, 10 Feb 2012 21:31:13 +0000 (15:31 -0600)]
LUDOC-32: build epub from manual.

Makefile now contains the correct rules to build an epub version
of the manual.

Signed-off-by: Richard Henwood <rhenwood@ywhamcloud.com>
Change-Id: I5e126b137b535522c720fdac863562f194a2e17e

12 years agoMerge "LUDOC-13: enhanced diff to work with larger changes."
Jessica Popp [Tue, 14 Feb 2012 16:15:48 +0000 (11:15 -0500)]
Merge "LUDOC-13: enhanced diff to work with larger changes."

12 years agoLUDOC-13: enhanced diff to work with larger changes. 18/2118/4
Richard Henwood [Fri, 10 Feb 2012 20:20:28 +0000 (14:20 -0600)]
LUDOC-13: enhanced diff to work with larger changes.

Significant changes were needed to work with multi-line changes
that included changes in markup between master and review manual.

NOTE: The resulting html may not be valid, but will probably render
in the browser.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: I60c724afca1ac6d89e3372666f9c7962efb73360

12 years agoLUDOC-37 kernel: use /etc/modprobe.d/lustre.conf 88/1988/3
Andreas Dilger [Thu, 19 Jan 2012 15:31:30 +0000 (08:31 -0700)]
LUDOC-37 kernel: use /etc/modprobe.d/lustre.conf

Update the documentaion to store module parameters in the
/etc/modprobe.d/lustre.conf file to make the newer distro
modutils happy.

Early versions of modprobe did not care what filenames were
used in /etc/modprobe.d/, which lead to confusion if old
versions of files were located there (e.g. Lustre.orig or
Lustre~).  Newer versions of modprobe (at least since FC12,
but possibly earlier) require module parameter files to have
a ".conf" suffix in order to be parsed.

The /etc/modprobe.d/ directory has been supported since at
least module-init-utils 3.2 (RHEL5) and may have been supported
before that time.  This means that all supported distros can
use /etc/modprobe.d/lustre.conf for Lustre-specific parameters.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Ic885f610b3d9b16eb211d4a2d971930f53647bec

12 years agoLUDOC-26: update mdt.quota_type to mdd.quota_type. 14/2114/2
Richard Henwood [Tue, 7 Feb 2012 21:37:52 +0000 (15:37 -0600)]
LUDOC-26: update mdt.quota_type to mdd.quota_type.

Search and replaced with an addition comment to recored that mdt.quota
is the command for Lustre 1.6.5 thru until Lustre 2.0.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: I93f6a7de22d47b62a2e124ae19c953a2900430a2

12 years agoLUDOC-31 manual: add --servicenode option description 04/1904/4
Bobi Jam [Thu, 22 Dec 2011 08:20:38 +0000 (16:20 +0800)]
LUDOC-31 manual: add --servicenode option description

Add --servicenode option description for mkfs.lustre and tune.lustre.

Change XSL_REL in Makefile so that make gets correct install path of
different version of docbook5 XSL stylesheets package.

Signed-off-by: Bobi Jam <bobijam@whamcloud.com>
Change-Id: If92af7e0839928ddfeb966090d75796c93b8499e

12 years agoLUDOC-13: diff works for doc changes. 09/1909/7
Richard Henwood [Fri, 30 Dec 2011 21:31:23 +0000 (15:31 -0600)]
LUDOC-13: diff works for doc changes.

make diff now creates a annotated html file highlighting the differences between
master and review manual builds.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: Iec9a83b162697e17e894486c54090fbd406c2dff

12 years agoLUDOC-27 Update the Setting up a Lustre file system chapter to reflect the recent... 56/1856/8
Zhiqi Tao [Wed, 14 Dec 2011 07:00:14 +0000 (00:00 -0700)]
LUDOC-27 Update the Setting up a Lustre file system chapter to reflect the recent changes in mkfs.lustre

- flex_bg, huge_file and lazy_journal_init are enabled by default.
- On OSTs the number of inodes created for larger LUNs is increased.
  Add a table to show the inode ratio to be considered
- Update the maximum OST size and the maximum file system size
- Fix a few spell errors

Signed-off-by: Zhiqi Tao <zhiqi@whamcloud.com>
Change-Id: Ifc4db56aac344278bc5aacaeac25cac4b17e8e59

12 years agoLUDOC-23: MDT/MDS space requirements updated for 2.x release. 28/1828/2
Richard Henwood [Sun, 11 Dec 2011 18:44:43 +0000 (12:44 -0600)]
LUDOC-23: MDT/MDS space requirements updated for 2.x release.

inode allocation is reduced as it is unlikely that 4K is ever used. If more
space is needed, space will be allocated outside of the inode. Allocating space
outside the inode will incur a performance penalty.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: I0081d77c430fceb362f1e53d93eb60ce817a3a0b

12 years agoLUDOC-4 client stats file values description. 96/1196/6
Richard Henwood [Mon, 28 Nov 2011 20:57:04 +0000 (14:57 -0600)]
LUDOC-4 client stats file values description.

Description of the values returned by the command:
lctl get_param llite.*.stats.

Updated to include 2.2 stats from LU-334.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: I85f758dfcc0a4f76a280b96d50acf1bd0363562a

12 years agoMerge "LUDOC-8 Make Jenkins build manual using a Makefile."
Richard Henwood [Tue, 1 Nov 2011 14:19:43 +0000 (10:19 -0400)]
Merge "LUDOC-8 Make Jenkins build manual using a Makefile."

12 years agoMerge "LUDOC-18 added entry for errno EDQUOT."
Richard Henwood [Fri, 28 Oct 2011 14:43:19 +0000 (10:43 -0400)]
Merge "LUDOC-18 added entry for errno EDQUOT."

12 years agoLUDOC-8 Make Jenkins build manual using a Makefile. 14/1214/13
Richard Henwood [Mon, 24 Oct 2011 18:55:12 +0000 (13:55 -0500)]
LUDOC-8 Make Jenkins build manual using a Makefile.

This Makefile supports building on Mac,
Ubuntu 11.04 and RHEL6.  TMP var is intended to be portable.

diff target is temporarily disabled.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: Iaf494b91725bc78c745a4df47e64c8725163e37d

12 years agoLUDOC-11 Misc cleanups of examples and text 57/1257/3 2.1.0
Andreas Dilger [Wed, 17 Aug 2011 21:33:05 +0000 (15:33 -0600)]
LUDOC-11 Misc cleanups of examples and text

Clean up some examples seen in the manual while working on LUDOC-14.

Use "ost0" and "ost1" in examples, to match the actual OST indices
used, instead of "ost1" and "ost2".  Same for "oss0" and "oss1", etc.

Use "lctl {get,set}_param" instead of direct /proc access in a few
places (there are a lot more that should be fixed).

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Ibeb4e3318b6fbdb8a81283d5cfad14a69e27443b

12 years agoLUDOC-14 Always use --index when formatting OSTs 56/1256/4
Andreas Dilger [Wed, 17 Aug 2011 20:50:04 +0000 (14:50 -0600)]
LUDOC-14 Always use --index when formatting OSTs

To prepare users for changes that are upcoming in Lustre 2.3/2.4 for
the OSD restructuring project, the OST index should always be given
when formatting OSTs with mkfs.lustre.  This is already accepted as
standard practice for Lustre users today, so reflect that in the
examples in the manual.

Change-Id: I41cc175dc4392950c4376b3643c3017f6b9b2fcc
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
12 years agoLUDOC-18 added entry for errno EDQUOT. 69/1369/3
Richard Henwood [Tue, 13 Sep 2011 14:54:16 +0000 (09:54 -0500)]
LUDOC-18 added entry for errno EDQUOT.

Documented error number 122: EDQUOT: this error occurs when an
operation fails because the user disk quota is exceeded. The
documented location of errno.h has been updated to:
/usr/include/asm-generic/errno.h

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: I8d7b4583bffbad62a917448710268ffc3ef53769

12 years agoMerge "LUDOC-16 fix stale links."
Jessica Popp [Tue, 6 Sep 2011 15:54:55 +0000 (11:54 -0400)]
Merge "LUDOC-16 fix stale links."

12 years agoLUDOC-16 fix stale links. 70/1270/2
Richard Henwood [Tue, 30 Aug 2011 18:27:14 +0000 (13:27 -0500)]
LUDOC-16 fix stale links.

Links now point to accurate and actively maintained targets.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: I3212ac2fb807108ca046b06ebfa7842474449127

12 years agoMerge "LUDOC-13 render diff of html manual to enhance reviewability."
Richard Henwood [Thu, 11 Aug 2011 15:35:28 +0000 (11:35 -0400)]
Merge "LUDOC-13 render diff of html manual to enhance reviewability."

12 years agoLUDOC-13 render diff of html manual to enhance reviewability. 27/1127/5
Richard Henwood [Wed, 20 Jul 2011 18:01:47 +0000 (13:01 -0500)]
LUDOC-13 render diff of html manual to enhance reviewability.

Reviewing manual changes is challenging when only observing docbook
xml. This change provides code (./tools/diff.py) and a 'diff' make
target to generate a html page with annotated differences. An
example screenshot is attached to LUDOC-13.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: Ib19bae429235f9bf2b2b8d15a597baac8f12cc6e

12 years agoLUDOC-11 debug: Fix malformed sentence 37/1137/2
Andreas Dilger [Mon, 25 Jul 2011 23:30:41 +0000 (17:30 -0600)]
LUDOC-11 debug: Fix malformed sentence

Fix incompletely edited sentence after review from Richard.

Change-Id: Ic9436d791104efec5c18d3ee5f2a36c7b859cf23
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
12 years agoLUDOC-11 Minor improvements to debugging chapter 85/1085/2
Andreas Dilger [Mon, 11 Jul 2011 16:30:14 +0000 (10:30 -0600)]
LUDOC-11 Minor improvements to debugging chapter

Fix formatting consistency of the debugging chapter.

Add a number of debug macros that were not being listed, and
improve the description and formatting of some others.

Update sample output to be consistent with what is generated
by modern Lustre tools.

Change-Id: Ie1276e49c784ccc6ee23c5609b996baa4ad57173
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
12 years agoLUDOC-11 cleanups to Lustre limits table 62/1062/6
Andreas Dilger [Wed, 6 Jul 2011 18:28:24 +0000 (12:28 -0600)]
LUDOC-11 cleanups to Lustre limits table

The Lustre limits table was outdated in a few places, and not organized
in a logical manner.  Consolidate the table and update to latest values,
and remove unknown characters in table.

Clarify some of the Lustre feature descriptions in this section.

Change-Id: I4ee903ccc8446f1c32e456bc6535e1af09e39379
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
12 years agoMerge "LUDOC-6 Add Makefile with check, pdf, html targets"
Richard Henwood [Fri, 8 Jul 2011 14:41:37 +0000 (07:41 -0700)]
Merge "LUDOC-6 Add Makefile with check, pdf, html targets"

12 years agoLUDOC-6 Add Makefile with check, pdf, html targets 63/1063/2
Andreas Dilger [Wed, 6 Jul 2011 20:16:10 +0000 (14:16 -0600)]
LUDOC-6 Add Makefile with check, pdf, html targets

Add a Makefile which will, by default, check the XML of the manual
for structural errors, or build a .html or .pdf version of the
Lustre manual.

It checks for Docbook style sheets on both Linux and MacOS.

Change-Id: I1583a0849ef14299a3df37328f4acc2a55a00fac
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
12 years agoLUDOC-6 Add Makefile with check, pdf, html targets
Andreas Dilger [Wed, 6 Jul 2011 20:16:10 +0000 (14:16 -0600)]
LUDOC-6 Add Makefile with check, pdf, html targets

Add a Makefile which will, by default, check the XML of the manual
for structural errors, or build a .html or .pdf version of the
Lustre manual.

It checks for Docbook style sheets on both Linux and MacOS.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
12 years agoLUDOC-7 cleanups to Lustre limits table
Andreas Dilger [Wed, 6 Jul 2011 18:28:24 +0000 (12:28 -0600)]
LUDOC-7 cleanups to Lustre limits table

The Lustre limits table was outdated in a few places, and not organized
in a logical manner.  Consolidate the table and update to latest values,
and remove unknown characters in table.

Clarify some of the Lustre feature descriptions in this section.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
12 years agoMerge "LUDOC-5 fixed legal notice for Whamcloud modifications."
Richard Henwood [Mon, 27 Jun 2011 19:00:53 +0000 (12:00 -0700)]
Merge "LUDOC-5 fixed legal notice for Whamcloud modifications."

12 years agoLUDOC-5 fixed legal notice for Whamcloud modifications. 35/935/2
Richard Henwood [Fri, 10 Jun 2011 22:53:12 +0000 (17:53 -0500)]
LUDOC-5 fixed legal notice for Whamcloud modifications.

Following legal advice, this change adds context for modifications from
Whamcloud to be admitted into this CC 3.0 licensed document. Docbook includes
copyright and legalnotice elements and these have been used. The copyright
notice that was previously in the Oracle legalnotice has been moved to a
copyright element.

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: I0b1584e8474a390136c052145aef5f2ba695c65a

13 years agoFIX: improved formating of an example.
Richard Henwood [Wed, 25 May 2011 16:20:40 +0000 (11:20 -0500)]
FIX: improved formating of an example.

13 years agoFIX: list items correctly grouped.
Richard Henwood [Wed, 25 May 2011 16:02:46 +0000 (11:02 -0500)]
FIX: list items correctly grouped.

13 years agoFIX: over-streatched image.
Richard Henwood [Wed, 25 May 2011 15:51:06 +0000 (10:51 -0500)]
FIX: over-streatched image.

13 years agoFIX: tidyup the copyright notice.
Richard Henwood [Wed, 25 May 2011 15:07:03 +0000 (10:07 -0500)]
FIX: tidyup the copyright notice.

13 years agoFIX: minor tweaks to the improve figures and revision info. draftversion
Richard Henwood [Tue, 24 May 2011 15:14:28 +0000 (10:14 -0500)]
FIX: minor tweaks to the improve figures and revision info.

13 years agoFIX: corrected linking of documents.
Richard Henwood [Tue, 24 May 2011 00:34:31 +0000 (19:34 -0500)]
FIX: corrected linking of documents.

13 years agoADD: images for figures.
Richard Henwood [Mon, 23 May 2011 23:03:41 +0000 (18:03 -0500)]
ADD: images for figures.

13 years agoFIX: refactored to include legal notice.
Richard Henwood [Mon, 23 May 2011 23:01:43 +0000 (18:01 -0500)]
FIX: refactored to include legal notice.

13 years agoFIX: added index.
Richard Henwood [Mon, 23 May 2011 22:54:20 +0000 (17:54 -0500)]
FIX: added index.

13 years agoFIX: typesetting proofedversion
Richard Henwood [Fri, 20 May 2011 21:24:49 +0000 (16:24 -0500)]
FIX: typesetting

13 years agoFIX: typesetting
Richard Henwood [Fri, 20 May 2011 19:58:32 +0000 (14:58 -0500)]
FIX: typesetting

13 years agoFIX: typesetting
Richard Henwood [Fri, 20 May 2011 19:18:55 +0000 (14:18 -0500)]
FIX: typesetting

13 years agoFIX: validation
Richard Henwood [Fri, 20 May 2011 18:54:50 +0000 (13:54 -0500)]
FIX: validation

13 years agoFIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:53:51 +0000 (13:53 -0500)]
FIX: validation, ulink -> link

13 years agoFIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:53:05 +0000 (13:53 -0500)]
FIX: validation, ulink -> link

13 years agoFIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:40:24 +0000 (13:40 -0500)]
FIX: validation, ulink -> link

13 years agoFIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:39:59 +0000 (13:39 -0500)]
FIX: validation, ulink -> link

13 years agoFIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:31:51 +0000 (13:31 -0500)]
FIX: validation, ulink -> link

13 years agoFIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:17:07 +0000 (13:17 -0500)]
FIX: validation, ulink -> link

13 years agoFIX: validation, ulink -> link
Richard Henwood [Fri, 20 May 2011 18:10:44 +0000 (13:10 -0500)]
FIX: validation, ulink -> link

13 years agoFIX: validation
Richard Henwood [Fri, 20 May 2011 18:09:28 +0000 (13:09 -0500)]
FIX: validation

13 years agoFIX: validation
Richard Henwood [Fri, 20 May 2011 17:35:21 +0000 (12:35 -0500)]
FIX: validation

13 years agoFIX: validation
Richard Henwood [Fri, 20 May 2011 16:54:56 +0000 (11:54 -0500)]
FIX: validation

13 years agoFIX: validation
Richard Henwood [Fri, 20 May 2011 16:50:15 +0000 (11:50 -0500)]
FIX: validation

13 years agoFIX: proofed against origional
Richard Henwood [Fri, 20 May 2011 16:44:31 +0000 (11:44 -0500)]
FIX: proofed against origional

13 years agoFIX: proofed against origional
Richard Henwood [Fri, 20 May 2011 13:22:30 +0000 (08:22 -0500)]
FIX: proofed against origional

13 years agoFIX: proofed against origional
Richard Henwood [Thu, 19 May 2011 17:19:47 +0000 (12:19 -0500)]
FIX: proofed against origional

13 years agoFIX: removed redundant anchors
Richard Henwood [Thu, 19 May 2011 15:15:44 +0000 (10:15 -0500)]
FIX: removed redundant anchors

13 years agoFIX: removed redundant anchors
Richard Henwood [Thu, 19 May 2011 15:10:00 +0000 (10:10 -0500)]
FIX: removed redundant anchors

13 years agoFIX: removed funny characters.
Richard Henwood [Wed, 18 May 2011 22:48:06 +0000 (17:48 -0500)]
FIX: removed funny characters.

13 years agoFIX: proof read against origional
Richard Henwood [Wed, 18 May 2011 22:45:05 +0000 (17:45 -0500)]
FIX: proof read against origional

13 years agoFIX: proof read against origional
Richard Henwood [Wed, 18 May 2011 21:55:19 +0000 (16:55 -0500)]
FIX: proof read against origional

13 years agoFIX: proof read against origional
Richard Henwood [Wed, 18 May 2011 21:45:07 +0000 (16:45 -0500)]
FIX: proof read against origional

13 years agoFIX: proof read against origional
Richard Henwood [Wed, 18 May 2011 21:42:11 +0000 (16:42 -0500)]
FIX: proof read against origional

13 years agoFIX: xrefs workingxslt
Richard Henwood [Wed, 18 May 2011 19:30:44 +0000 (14:30 -0500)]
FIX: xrefs

13 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 18:39:05 +0000 (13:39 -0500)]
FIX: xrefs and tidying

13 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 18:16:32 +0000 (13:16 -0500)]
FIX: xrefs and tidying

13 years agoFIX: article converted to chapter.
Richard Henwood [Wed, 18 May 2011 18:10:35 +0000 (13:10 -0500)]
FIX: article converted to chapter.

13 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 18:09:00 +0000 (13:09 -0500)]
FIX: xrefs and tidying

13 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 18:01:24 +0000 (13:01 -0500)]
FIX: xrefs and tidying

13 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 17:36:42 +0000 (12:36 -0500)]
FIX: xrefs and tidying

13 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 17:24:04 +0000 (12:24 -0500)]
FIX: xrefs and tidying

13 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 17:14:04 +0000 (12:14 -0500)]
FIX: xrefs and tidying

13 years agoFIX: refactor part
Richard Henwood [Wed, 18 May 2011 16:58:42 +0000 (11:58 -0500)]
FIX: refactor part

13 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 16:54:24 +0000 (11:54 -0500)]
FIX: xrefs and tidying

13 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 16:45:39 +0000 (11:45 -0500)]
FIX: xrefs and tidying

13 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 16:33:32 +0000 (11:33 -0500)]
FIX: xrefs and tidying

13 years agoFIX: refactor part
Richard Henwood [Wed, 18 May 2011 16:26:29 +0000 (11:26 -0500)]
FIX: refactor part

13 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 16:22:51 +0000 (11:22 -0500)]
FIX: xrefs and tidying

13 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 16:14:12 +0000 (11:14 -0500)]
FIX: xrefs and tidying

13 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 15:55:45 +0000 (10:55 -0500)]
FIX: xrefs and tidying

13 years agoFIX: refactor part
Richard Henwood [Wed, 18 May 2011 15:38:00 +0000 (10:38 -0500)]
FIX: refactor part

13 years agoFIX: xrefs and tidying
Richard Henwood [Wed, 18 May 2011 15:27:03 +0000 (10:27 -0500)]
FIX: xrefs and tidying

13 years agoFIX: xrefs
Richard Henwood [Wed, 18 May 2011 14:49:10 +0000 (09:49 -0500)]
FIX: xrefs

13 years agoFIX: patched on additional missed content
Richard Henwood [Wed, 18 May 2011 14:44:04 +0000 (09:44 -0500)]
FIX: patched on additional missed content

13 years agoFIX: patched on additional missed content
Richard Henwood [Tue, 17 May 2011 23:40:54 +0000 (18:40 -0500)]
FIX: patched on additional missed content

13 years agoFIX: xrefs
Richard Henwood [Tue, 17 May 2011 23:16:25 +0000 (18:16 -0500)]
FIX: xrefs

13 years agoFIX: xrefs
Richard Henwood [Tue, 17 May 2011 23:07:01 +0000 (18:07 -0500)]
FIX: xrefs

13 years agoFIX: xrefs
Richard Henwood [Tue, 17 May 2011 22:32:30 +0000 (17:32 -0500)]
FIX: xrefs

13 years agoFIX: xrefs
Richard Henwood [Tue, 17 May 2011 22:19:55 +0000 (17:19 -0500)]
FIX: xrefs

13 years agoFIX: xrefs
Richard Henwood [Tue, 17 May 2011 21:49:00 +0000 (16:49 -0500)]
FIX: xrefs

13 years agoFIX: refactored
Richard Henwood [Tue, 17 May 2011 21:44:10 +0000 (16:44 -0500)]
FIX: refactored

13 years agoFIX: xrefs
Richard Henwood [Tue, 17 May 2011 21:38:24 +0000 (16:38 -0500)]
FIX: xrefs

13 years agoFIX: xrefs
Richard Henwood [Tue, 17 May 2011 21:34:08 +0000 (16:34 -0500)]
FIX: xrefs

13 years agoFIX: xrefs
Richard Henwood [Tue, 17 May 2011 20:58:48 +0000 (15:58 -0500)]
FIX: xrefs

13 years agoFIX: xrefs
Richard Henwood [Tue, 17 May 2011 19:44:51 +0000 (14:44 -0500)]
FIX: xrefs

13 years agoFIX: xrefs
Richard Henwood [Tue, 17 May 2011 19:13:32 +0000 (14:13 -0500)]
FIX: xrefs

13 years agoFIX: xrefs
Richard Henwood [Tue, 17 May 2011 18:57:31 +0000 (13:57 -0500)]
FIX: xrefs

13 years agoFIX: xrefs
Richard Henwood [Tue, 17 May 2011 18:42:02 +0000 (13:42 -0500)]
FIX: xrefs