CVS log for xfs-linux/support/Attic/Makefile

[BACK] Up to [Development] / xfs-linux / support

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.23 / (download) - annotate - [select for diffs], Thu Sep 27 06:14:12 2007 UTC (10 years ago) by donaldd.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +0 -38 lines
Diff to previous 1.22 (unified)

Remove fs/xfs/support/Makefile as building for 2.4 kernels is no longer supported from this tree
Merge of xfs-linux-melb:xfs-kern:29791a by kenmcd.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Jun 15 03:59:10 2006 UTC (11 years, 4 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.21: +1 -0 lines
Diff to previous 1.21 (unified)

Backport a trimmed down 2.6 radix-tree and linked-list implementation for the porters - we have at least two radix-tree users under development.
Merge of xfs-linux-melb:xfs-kern:26252a by kenmcd.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Mar 14 05:07:43 2006 UTC (11 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.20: +12 -26 lines
Diff to previous 1.20 (unified)

Update two missed copyright/license notices from last round of updates.
Merge of xfs-linux-melb:xfs-kern:25449a by kenmcd.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Feb 6 04:26:12 2004 UTC (13 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.19: +0 -1 lines
Diff to previous 1.19 (unified)

Sync up with external trees, fixing the build after support source renames.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Jan 21 05:55:14 2004 UTC (13 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.18: +0 -2 lines
Diff to previous 1.18 (unified)

Revisit symbol exports, move left-over debug/behavior exports outta the way of regular builds.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Dec 30 01:31:52 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
Changes since 1.17: +0 -1 lines
Diff to previous 1.17 (unified)

Final bit of code moving to unify the tree
rename page_buf.c/h to xfs_buf.c/h and merge in upper level xfs_buf.h
kmem.c moved to linux-2.4/Makefile

Revision 1.17 / (download) - annotate - [select for diffs], Tue Dec 16 06:11:00 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 (unified)

Fix up Makefiles and include files to deal with merged tree

Revision 1.16 / (download) - annotate - [select for diffs], Fri Oct 17 03:29:52 2003 UTC (14 years ago) by nathans
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (unified)

Fix ktrace code - dont build unilaterally, and do earlier init for pagebuf use.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jun 27 18:04:26 2003 UTC (14 years, 3 months ago) by cattelan
Branch: MAIN
Changes since 1.14: +54 -0 lines
Diff to previous 1.14 (unified)

The Big Move
linux/fs/xfs/support/Makefile 1.13 Renamed to support/Makefile

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jun 27 17:57:21 2003 UTC (14 years, 3 months ago) by cattelan
Branch: MAIN
CVS Tags: DENUKE
Changes since 1.13: +0 -54 lines
Diff to previous 1.13 (unified)

Nuke

Revision 1.13 / (download) - annotate - [select for diffs], Tue Apr 15 23:16:46 2003 UTC (14 years, 6 months ago) by cattelan
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 (unified)

Whitespace cleanup
Clean up some whitespace... revert some whitespace changes from previous whitespace cleanup (incorrect tabs)

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jul 18 17:42:52 2002 UTC (15 years, 3 months ago) by lord
Branch: MAIN
Changes since 1.11: +2 -0 lines
Diff to previous 1.11 (unified)

remove support/types.h

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jul 10 19:00:42 2002 UTC (15 years, 3 months ago) by sandeen
Branch: MAIN
Changes since 1.10: +11 -11 lines
Diff to previous 1.10 (unified)

whitespace cleanup

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jun 21 00:29:42 2002 UTC (15 years, 4 months ago) by lord
Branch: MAIN
Changes since 1.9: +0 -2 lines
Diff to previous 1.9 (unified)

rationalize locking code

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 4 16:30:46 2002 UTC (15 years, 4 months ago) by sandeen
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 (unified)

Update copyright dates

Revision 1.8 / (download) - annotate - [select for diffs], Tue May 21 22:26:45 2002 UTC (15 years, 5 months ago) by sandeen
Branch: MAIN
Changes since 1.7: +2 -0 lines
Diff to previous 1.7 (unified)

Export symbols from ktrace for xfsidbg

Revision 1.7 / (download) - annotate - [select for diffs], Tue May 21 04:27:18 2002 UTC (15 years, 5 months ago) by nathans
Branch: MAIN
Changes since 1.6: +52 -0 lines
Diff to previous 1.6 (unified)

linux/fs/xfs_support/Makefile 1.5 Renamed to linux/fs/xfs/support/Makefile
changes to fold xfs_support code back into XFS (the other sgi projects
using this will be / have been fixed).  reduces our footprint on the
base kernel.  NB: xfs_support.o as a distinct module no longer exists.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Mar 14 06:04:19 2001 UTC (16 years, 7 months ago) by kaos
Branch: MAIN
Changes since 1.5: +0 -75 lines
Diff to previous 1.5 (unified)

linux/fs/xfs/support/Makefile 1.5 Renamed to linux/fs/xfs_support/Makefile

Revision 1.5 / (download) - annotate - [select for diffs], Tue Feb 27 03:57:03 2001 UTC (16 years, 7 months ago) by kaos
Branch: MAIN
Changes since 1.4: +2 -4 lines
Diff to previous 1.4 (unified)

Use mkdep from 2.4.2-ac kernel

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 9 02:55:07 2001 UTC (16 years, 9 months ago) by cattelan
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (unified)

Remove the -g3 from the compile flags.
This shouldn't be the default at this point, anybody needed debugging info
should add them by hand.
This should significatly reduce the size of the initial ram disks.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Dec 21 05:48:12 2000 UTC (16 years, 10 months ago) by cattelan
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (unified)

Update to test13-pre3, needed to move to new Makefile scheme.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 19 05:20:37 2000 UTC (16 years, 10 months ago) by kaos
Branch: MAIN
Changes since 1.1: +30 -6 lines
Diff to previous 1.1 (unified)

Change XFS Makefiles to 2.4.0-test13-prex format

Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 14 02:57:58 2000 UTC (16 years, 11 months ago) by dxm
Branch: MAIN

Split XFS support code into xfs_support module

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>