CVS log for xfs-linux/linux-2.4/Attic/xfs_globals.c

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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.79 / (download) - annotate - [select for diffs], Thu Sep 27 04:02:18 2007 UTC (10 years ago) by donaldd.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.78: +0 -57 lines
Diff to previous 1.78 (unified)

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

Revision 1.78 / (download) - annotate - [select for diffs], Thu Aug 2 16:10:11 2007 UTC (10 years, 2 months ago) by dgc.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.77: +0 -5 lines
Diff to previous 1.77 (unified)

Remove xfs_physmem

Now that nobody's using it, remove xfs_physmem & friends.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Merge of xfs-linux-melb:xfs-kern:29325a by kenmcd.

  remove unused xfs_physmem & friends.

Revision 1.77 / (download) - annotate - [select for diffs], Fri Aug 18 04:02:25 2006 UTC (11 years, 2 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.76: +1 -1 lines
Diff to previous 1.76 (unified)

Improve error handling for the zero-fsblock extent detection code.
Merge of xfs-linux-melb:xfs-kern:26802a by kenmcd.

Revision 1.76 / (download) - annotate - [select for diffs], Fri May 19 06:06:01 2006 UTC (11 years, 5 months ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.75: +1 -0 lines
Diff to previous 1.75 (unified)

Add degframentation exclusion support
Merge of xfs-linux-melb:xfs-kern:25986a by kenmcd.

  Add nodefrag tuneable to xfs_params

Revision 1.75 / (download) - annotate - [select for diffs], Fri Feb 17 05:02:56 2006 UTC (11 years, 8 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.74: +1 -1 lines
Diff to previous 1.74 (unified)

Disable dmapi module probing at mount time by default.
Merge of xfs-linux-melb:xfs-kern:25224a by kenmcd.

Revision 1.74 / (download) - annotate - [select for diffs], Fri Sep 23 03:51:28 2005 UTC (12 years ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.73: +12 -32 lines
Diff to previous 1.73 (unified)

Update license/copyright notices to match the prefered SGI boilerplate.
Merge of xfs-linux-melb:xfs-kern:23903a by kenmcd.

Revision 1.73 / (download) - annotate - [select for diffs], Fri Oct 15 19:15:18 2004 UTC (13 years ago) by gwehrman
Branch: MAIN
Changes since 1.72: +1 -0 lines
Diff to previous 1.72 (unified)

Add xfs_rotorstep sysctl for controlling placement of extents for new
files by the inode32 allocator.

Revision 1.72 / (download) - annotate - [select for diffs], Wed Sep 22 07:13:53 2004 UTC (13 years ago) by nathans
Branch: MAIN
Changes since 1.71: +1 -0 lines
Diff to previous 1.71 (unified)

Add nosymlinks inode flag for the security folks, reserve projinherit flag.

Revision 1.71 / (download) - annotate - [select for diffs], Fri May 14 03:13:52 2004 UTC (13 years, 5 months ago) by nathans
Branch: MAIN
Changes since 1.70: +5 -5 lines
Diff to previous 1.70 (unified)

Export/import tunable time intervals as centisecs not jiffies.

Revision 1.70 / (download) - annotate - [select for diffs], Tue Feb 10 12:01:38 2004 UTC (13 years, 8 months ago) by hch
Branch: MAIN
Changes since 1.69: +3 -0 lines
Diff to previous 1.69 (unified)

use generic XFS stats and sysctl infrastructure in pagebuf
add pagebuf sysctls

Revision 1.69 / (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.68: +3 -383 lines
Diff to previous 1.68 (unified)

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

Revision 1.68 / (download) - annotate - [select for diffs], Wed Jan 14 20:17:44 2004 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
Changes since 1.67: +2 -1 lines
Diff to previous 1.67 (unified)

Add a condtional around some acl exported symbols.

Revision 1.67 / (download) - annotate - [select for diffs], Tue Jan 13 22:37:05 2004 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
Changes since 1.66: +271 -5 lines
Diff to previous 1.66 (unified)

Merge the bulk of the bits over from the -dev tree.
Some of the code needs some cleanup now but this mod
basically is to bring the xfs-linux tree in sync with -dev.

Revision 1.66 / (download) - annotate - [select for diffs], Tue Dec 16 01:05:04 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN
Changes since 1.65: +189 -0 lines
Diff to previous 1.65 (unified)

Move the files around to finalize the 2.4/2.6 merge
linux/xfs_globals.c 1.64 Renamed to linux-2.4/xfs_globals.c

Revision 1.65 / (download) - annotate - [select for diffs], Tue Dec 16 00:57:46 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN
Changes since 1.64: +0 -189 lines
Diff to previous 1.64 (unified)

Delete imported files so they can re-named

Revision 1.64 / (download) - annotate - [select for diffs], Fri Dec 12 00:11:01 2003 UTC (13 years, 10 months ago) by nathans
Branch: MAIN
Changes since 1.63: +0 -2 lines
Diff to previous 1.63 (unified)

Remove some unnecessary conditional refcache code.

Revision 1.63 / (download) - annotate - [select for diffs], Fri Nov 21 04:19:22 2003 UTC (13 years, 11 months ago) by nathans
Branch: MAIN
Changes since 1.62: +1 -0 lines
Diff to previous 1.62 (unified)

Fix build fallout from refcache reorganisation.

Revision 1.62 / (download) - annotate - [select for diffs], Fri Nov 21 01:49:22 2003 UTC (13 years, 11 months ago) by nathans
Branch: MAIN
Changes since 1.61: +3 -1 lines
Diff to previous 1.61 (unified)

Seperate the NFS reference cache code out from xfs_rw.c to simplify management of different kernel versions.

Revision 1.61 / (download) - annotate - [select for diffs], Mon Oct 20 03:56:07 2003 UTC (14 years ago) by nathans
Branch: MAIN
Changes since 1.60: +73 -43 lines
Diff to previous 1.60 (unified)

Fix exports for tracing symbol access in idbg code.

Revision 1.60 / (download) - annotate - [select for diffs], Fri Oct 3 15:02:37 2003 UTC (14 years ago) by lord
Branch: MAIN
Changes since 1.59: +0 -0 lines
Diff to previous 1.59 (unified)

Code cleanup
Merge of 2.4.x-xfs-kern:slinx:159439a by lord.

  no longer export uiomove

Revision 1.59 / (download) - annotate - [select for diffs], Wed Sep 17 01:42:20 2003 UTC (14 years, 1 month ago) by nathans
Branch: MAIN
CVS Tags: DELETE-570
Changes since 1.58: +1 -0 lines
Diff to previous 1.58 (unified)

Some tweaks to the additional inode flags, suggested by Ethan

Revision 1.58 / (download) - annotate - [select for diffs], Mon Sep 15 05:03:19 2003 UTC (14 years, 1 month ago) by nathans
Branch: MAIN
Changes since 1.57: +2 -0 lines
Diff to previous 1.57 (unified)

Undoes mod:     xfs-linux:slinx:158358a
Implement several additional inode flags - immutable, append-only, etc; contributed by Ethan Benson.

Revision 1.57 / (download) - annotate - [select for diffs], Mon Sep 15 03:40:38 2003 UTC (14 years, 1 month ago) by nathans
Branch: MAIN
Changes since 1.56: +0 -2 lines
Diff to previous 1.56 (unified)

Undoes mod:     xfs-linux:slinx:158357a
Undo last mod, checked in against wrong bug number with wrong change message.

Revision 1.56 / (download) - annotate - [select for diffs], Mon Sep 15 03:13:46 2003 UTC (14 years, 1 month ago) by nathans
Branch: MAIN
Changes since 1.55: +2 -0 lines
Diff to previous 1.55 (unified)

Separate the big filesystems macro out into separate big inums and blknos macros.  Also fix the check for too-large filesystems in the process.

Revision 1.55 / (download) - annotate - [select for diffs], Mon Sep 8 03:47:34 2003 UTC (14 years, 1 month ago) by sandeen
Branch: MAIN
Changes since 1.54: +0 -4 lines
Diff to previous 1.54 (unified)

remove doubly-included header files

Revision 1.54 / (download) - annotate - [select for diffs], Wed Jul 2 16:04:51 2003 UTC (14 years, 3 months ago) by sandeen
Branch: MAIN
Changes since 1.53: +10 -11 lines
Diff to previous 1.53 (unified)

Use C99 initializers on sysctl structs

Revision 1.53 / (download) - annotate - [select for diffs], Wed Jul 2 02:35:27 2003 UTC (14 years, 3 months ago) by sandeen
Branch: MAIN
Changes since 1.52: +14 -10 lines
Diff to previous 1.52 (unified)

rework sysctl initialization to avoid confusion

Revision 1.52 / (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.51: +156 -0 lines
Diff to previous 1.51 (unified)

The Big Move
linux/fs/xfs/linux/xfs_globals.c 1.50 Renamed to linux/xfs_globals.c

Revision 1.51 / (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.50: +0 -156 lines
Diff to previous 1.50 (unified)

Nuke

Revision 1.50 / (download) - annotate - [select for diffs], Tue Jun 24 19:25:34 2003 UTC (14 years, 3 months ago) by sandeen
Branch: MAIN
Changes since 1.49: +11 -1 lines
Diff to previous 1.49 (unified)

Fix values in xfs_params after re-ordering....
... and add initializers so this doesn't get messed up again!

Revision 1.49 / (download) - annotate - [select for diffs], Fri Jun 20 19:05:03 2003 UTC (14 years, 4 months ago) by lord
Branch: MAIN
Changes since 1.48: +1 -1 lines
Diff to previous 1.48 (unified)

the intializers for the /proc interface to xfs got out of order,
and we are syncing 1000 times faster than we are supposed to!
reorder initializer constants to fix sync rate

Revision 1.48 / (download) - annotate - [select for diffs], Fri May 9 22:19:37 2003 UTC (14 years, 5 months ago) by cattelan
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Changes since 1.47: +82 -0 lines
Diff to previous 1.47 (unified)

Allow xfsidbg to be built as a module
Export symbols for xfsidbg

Revision 1.47 / (download) - annotate - [select for diffs], Thu May 1 21:05:53 2003 UTC (14 years, 5 months ago) by lord
Branch: MAIN
Changes since 1.46: +1 -1 lines
Diff to previous 1.46 (unified)

Rework of how xfs syncs metadata to disk. This has a number of
benefits: We no longer walk the list of all the inodes in the
filesystem everytime the write_super is called. If you type
sync and then reset the box then everything is definitely
recovered afterwards. We remove a lot of calls to
mark_inode_dirty which did not really do us any good, and
replace them with a single one which does. kupdated does
less work in xfs now, freeing it to do other things.
Finally, get the dummy log record code working, this
means that after a period of inactivity with everything
on disk, we clean the log so that recovery does not
have any work to do.
add new sync_interval to the xfs_params, controls rate of
operation of the xfs_syncd thread.

Revision 1.46 / (download) - annotate - [select for diffs], Thu May 1 16:22:06 2003 UTC (14 years, 5 months ago) by cattelan
Branch: MAIN
Changes since 1.45: +3 -1 lines
Diff to previous 1.45 (unified)

Rework the way xfs includes xfs_<blah>.h headers.
This reduces a lot of the compile dependenciesÂ,
and should reduce some of the "recompile all" situations.

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

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

Revision 1.44 / (download) - annotate - [select for diffs], Fri Apr 4 17:27:05 2003 UTC (14 years, 6 months ago) by hch
Branch: MAIN
Changes since 1.43: +0 -5 lines
Diff to previous 1.43 (unified)

remove atomicIncWithWrap
remove xfs_global_spin

Revision 1.43 / (download) - annotate - [select for diffs], Tue Mar 18 00:39:31 2003 UTC (14 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.42: +3 -3 lines
Diff to previous 1.42 (unified)

Cleanup/remove a bunch of macros, comments and code.
Rename Atomic_spin to xfs_atomic_spin.

Revision 1.42 / (download) - annotate - [select for diffs], Mon Mar 17 06:02:57 2003 UTC (14 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.41: +0 -10 lines
Diff to previous 1.41 (unified)

Separate the quota source into its own subdirectory ala dmapi.
Push a bunch of quota- and dmapi-specific code down into these
subdirs which previously was compiled into the core XFS code,
and don't descend into these subdirs if options config'd off.
Separate the quota source into its own subdirectory ala dmapi.
Push a bunch of quota- and dmapi-specific code down into these
subdirs which previously was compiled into the core XFS code,
and don't descend into these subdirs if options config'd off.

Revision 1.41 / (download) - annotate - [select for diffs], Tue Mar 4 20:15:43 2003 UTC (14 years, 7 months ago) by overby
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40 (unified)

Add error reporting calls in error paths that return EFSCORRUPTED

Revision 1.40 / (download) - annotate - [select for diffs], Mon Feb 24 18:37:33 2003 UTC (14 years, 7 months ago) by hch
Branch: MAIN
Changes since 1.39: +9 -0 lines
Diff to previous 1.39 (unified)

make xfs_sysctl compilation conditional again

Revision 1.39 / (download) - annotate - [select for diffs], Thu Oct 24 20:18:15 2002 UTC (14 years, 11 months ago) by sandeen
Branch: MAIN
Changes since 1.38: +0 -1 lines
Diff to previous 1.38 (unified)

Implement xfs_panic_mask

Revision 1.38 / (download) - annotate - [select for diffs], Wed Oct 16 14:52:30 2002 UTC (15 years ago) by lord
Branch: MAIN
Changes since 1.37: +2 -1 lines
Diff to previous 1.37 (unified)

fix xfs build on big endian architectures and cleanup
a couple of build warnings.
only export xfs_bmbt_disk_get_all on platforms where it
is a function not a define

Revision 1.37 / (download) - annotate - [select for diffs], Fri Oct 11 19:55:34 2002 UTC (15 years ago) by sandeen
Branch: MAIN
Changes since 1.36: +1 -0 lines
Diff to previous 1.36 (unified)

More XFS debug-related fixes
export xfs_bmbt_disk_get_all for xfsidbg module

Revision 1.36 / (download) - annotate - [select for diffs], Tue Oct 8 00:08:03 2002 UTC (15 years ago) by nathans
Branch: MAIN
Changes since 1.35: +0 -6 lines
Diff to previous 1.35 (unified)

Symlinks are created by default with mode 777 now, old behavior is still
accessible through sysctl through.  irixsgid mount option deprecated and
it too is still accessible through sysctl.
Remove the restricted_chown global variable here, handle this in a way
thats consistent with other parameters (sgid, symlink perms).

Revision 1.35 / (download) - annotate - [select for diffs], Sun Oct 6 02:15:11 2002 UTC (15 years ago) by sandeen
Branch: MAIN
Changes since 1.34: +2 -0 lines
Diff to previous 1.34 (unified)

Export xfs_bmbt_get_all for the last fix in xfsidbg.c
Export xfs_bmbt_get_all for the last fix in xfsidbg.c

Revision 1.34 / (download) - annotate - [select for diffs], Wed Aug 28 18:55:59 2002 UTC (15 years, 1 month ago) by lord
Branch: MAIN
Changes since 1.33: +5 -0 lines
Diff to previous 1.33 (unified)

simplify cred code

Revision 1.33 / (download) - annotate - [select for diffs], Mon Aug 26 14:58:54 2002 UTC (15 years, 1 month ago) by lord
Branch: MAIN
Changes since 1.32: +0 -1 lines
Diff to previous 1.32 (unified)

remove xfs_fstype

Revision 1.32 / (download) - annotate - [select for diffs], Thu Aug 1 07:43:15 2002 UTC (15 years, 2 months ago) by kaos
Branch: MAIN
Changes since 1.31: +4 -1 lines
Diff to previous 1.31 (unified)

Clean up exported symbols

Revision 1.31 / (download) - annotate - [select for diffs], Fri Jul 19 16:38:08 2002 UTC (15 years, 3 months ago) by sandeen
Branch: MAIN
Changes since 1.30: +5 -0 lines
Diff to previous 1.30 (unified)

move Atomic_spin from mrlock.c to xfs_globals.c

Revision 1.30 / (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.29: +19 -19 lines
Diff to previous 1.29 (unified)

whitespace cleanup

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jun 20 17:27:35 2002 UTC (15 years, 4 months ago) by lord
Branch: MAIN
Changes since 1.28: +0 -2 lines
Diff to previous 1.28 (unified)

remove unused globals

Revision 1.28 / (download) - annotate - [select for diffs], Thu Jun 20 05:33:04 2002 UTC (15 years, 4 months ago) by nathans
Branch: MAIN
Changes since 1.27: +11 -0 lines
Diff to previous 1.27 (unified)

fix quota manager data structure so that kdb module can get at it correctly.

Revision 1.27 / (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.26: +1 -1 lines
Diff to previous 1.26 (unified)

Update copyright dates

Revision 1.26 / (download) - annotate - [select for diffs], Mon Feb 25 23:42:16 2002 UTC (15 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.25: +3 -6 lines
Diff to previous 1.25 (unified)

Merge of 2.4.18-xfs:slinx:111144a by nathans.

  Kernel changes to transition us to the new extended attribute and ACL
  interfaces.  Some minor code rearranging (files moved, some deleted,
  some new ones from ext2/ext3 ACL project) too.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Feb 18 18:37:23 2002 UTC (15 years, 8 months ago) by sandeen
Branch: MAIN
Changes since 1.24: +5 -1 lines
Diff to previous 1.24 (unified)

Don't let non-super-user give away files by default

Revision 1.24 / (download) - annotate - [select for diffs], Tue Oct 2 14:11:15 2001 UTC (16 years ago) by lord
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23 (unified)

rename physmem to xfs_physmem

Revision 1.23 / (download) - annotate - [select for diffs], Tue Feb 27 02:43:46 2001 UTC (16 years, 7 months ago) by nathans
Branch: MAIN
CVS Tags: Release-1_0_0, PreRelease-0_10, Linux-2_4_5-merge
Changes since 1.22: +0 -1 lines
Diff to previous 1.22 (unified)

remove rootdev, twas wrong.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Jan 19 06:50:04 2001 UTC (16 years, 9 months ago) by tes
Branch: MAIN
Changes since 1.21: +0 -1 lines
Diff to previous 1.21 (unified)

Make ACLs compile configurable

Revision 1.21 / (download) - annotate - [select for diffs], Mon Jan 15 10:28:46 2001 UTC (16 years, 9 months ago) by tes
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20 (unified)

Add XFS/ACL support

Revision 1.20 / (download) - annotate - [select for diffs], Fri Dec 1 04:16:09 2000 UTC (16 years, 10 months ago) by nathans
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19 (unified)

avoid implicit type cast from kernels view of totalram.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Nov 2 01:35:08 2000 UTC (16 years, 11 months ago) by nathans
Branch: MAIN
Changes since 1.18: +0 -1 lines
Diff to previous 1.18 (unified)

remove no longer needed ncsize global.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Sep 28 04:14:43 2000 UTC (17 years ago) by nathans
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17 (unified)

move xfs_fstype here - its a global too.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Sep 25 05:42:07 2000 UTC (17 years ago) by nathans
Branch: MAIN
Changes since 1.16: +3 -29 lines
Diff to previous 1.16 (unified)

use xfs.h, remove all traces of SIM, push extern declarations into headers,
dead code removal.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Sep 14 05:14:56 2000 UTC (17 years, 1 month ago) by nathans
Branch: MAIN
Changes since 1.15: +4 -3 lines
Diff to previous 1.15 (unified)

add ndquot, needed to get quotas compiled.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jun 15 21:42:59 2000 UTC (17 years, 4 months ago) by jtk
Branch: MAIN
Changes since 1.14: +3 -4 lines
Diff to previous 1.14 (unified)

Pull the IRIX specific "refcache" code.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jun 15 03:01:24 2000 UTC (17 years, 4 months ago) by nathans
Branch: MAIN
Changes since 1.13: +8 -12 lines
Diff to previous 1.13 (unified)

ongoing code cleanup, remove unused headers, dead code.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jun 9 06:40:03 2000 UTC (17 years, 4 months ago) by ananth
Branch: MAIN
Changes since 1.12: +4 -53 lines
Diff to previous 1.12 (unified)

Merge of 2.3.99pre2-xfs:slinx:63026a originally by cattelan on 05/30/00
  Masive type update 
  all daddr_t -> xfs_daddr_t
  caddr_t -> xfs_caddr_t
  off_t   -> xfs_off_t
  ino_t   -> xfs_ino_t
  off64_t -> xfs_off_t 
  Removed need for file xfs_to_linux.h and lunux_to_xfs.h

Merge of 2.3.99pre2-xfs:slinx:63295a originally by nathans on 06/03/00
  remove all references to stuff from ksa.h and psa.h.

Merge of 2.3.99pre2-xfs:slinx:63307a originally by dxm on 06/04/00
  remove remaining rcs logs

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jun 9 02:50:02 2000 UTC (17 years, 4 months ago) by kenmcd
Branch: MAIN
CVS Tags: GPL-ENCUMBRANCE
Changes since 1.11: +28 -12 lines
Diff to previous 1.11 (unified)

Updated copyright and license notices, ready for open source release
Merge of 2.3.99pre2-xfs:slinx:55821a by ananth.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jun 9 01:50:04 2000 UTC (17 years, 4 months ago) by nathans
Branch: MAIN
CVS Tags: DELETE
Changes since 1.10: +9 -1 lines
Diff to previous 1.10 (unified)

Merge of 2.3.99pre2-xfs:slinx:46428a by ananth.

  Merge of 2.3.42-xfs:slinx:46428a by ananth.
  remove unused include files.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jun 9 01:35:34 2000 UTC (17 years, 4 months ago) by lord
Branch: MAIN
Changes since 1.9: +6 -4 lines
Diff to previous 1.9 (unified)

use linux security mechanisms
Merge of 2.3.99pre2-xfs:slinx:46379a by ananth.

  Merge of 2.3.42-xfs:slinx:46379a by ananth.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jun 9 00:52:36 2000 UTC (17 years, 4 months ago) by lord
Branch: MAIN
Changes since 1.8: +8 -1 lines
Diff to previous 1.8 (unified)

Merge of 2.3.99pre2-xfs:slinx:44783a by ananth.

  Merge of 2.3.42-xfs:slinx:44783a by ananth.
  remove vfssw

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jun 9 00:03:30 2000 UTC (17 years, 4 months ago) by cattelan
Branch: MAIN
Changes since 1.7: +38 -4 lines
Diff to previous 1.7 (unified)

Merge of 2.3.99pre2-xfs:slinx:44186a by ananth.

  Merge of 2.3.42-xfs:slinx:44186a by ananth.
  Copied GPL from slinx-xfs tree.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 30 23:26:23 1999 UTC (17 years, 10 months ago) by lord
Branch: MAIN
Changes since 1.6: +9 -4 lines
Diff to previous 1.6 (unified)

remove lbolt definition, using jiffies

Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 29 17:55:19 1999 UTC (18 years ago) by lord
Branch: MAIN
Changes since 1.5: +9 -7 lines
Diff to previous 1.5 (unified)

Fill in var structure for buffer cache sizes.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 3 00:40:44 1999 UTC (18 years, 1 month ago) by mostek
Branch: MAIN
Changes since 1.4: +6 -0 lines
Diff to previous 1.4 (unified)

A bunch more (physmem, maxdmasz, lbolt, ...

Revision 1.4 / (download) - annotate - [select for diffs], Thu Sep 2 22:52:53 1999 UTC (18 years, 1 month ago) by mostek
Branch: MAIN
Changes since 1.3: +29 -11 lines
Diff to previous 1.3 (unified)

Add lots of globals. Initialize them to values that make sense.
This needs lots more work.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Sep 2 22:24:14 1999 UTC (18 years, 1 month ago) by cattelan
Branch: MAIN
Changes since 1.2: +5 -15 lines
Diff to previous 1.2 (unified)

No Message Supplied

Revision 1.2 / (download) - annotate - [select for diffs], Thu Sep 2 19:11:37 1999 UTC (18 years, 1 month ago) by cattelan
Branch: MAIN
Changes since 1.1: +26 -4 lines
Diff to previous 1.1 (unified)

Added defines... getting the undefined symbol list down.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 1 00:35:47 1999 UTC (18 years, 1 month ago) by mostek
Branch: MAIN

Add some globals that came from systune. Systune doesn't exist
on Linux.

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>