mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Update copyright annotations and license boilerplates to correspond with SGI Legals preferences.
Merge of master-melb:xfs-cmds:24329a by kenmcd.
This commit is contained in:
@@ -1,49 +1,21 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Wrapper for automating benchmarking runs.
|
# Wrapper for automating benchmarking runs.
|
||||||
# Usage: bench passes user group [script]
|
# Usage: bench passes user group [script]
|
||||||
#
|
#
|
||||||
# ..where passes is the number of times to run each script; uid/gid
|
# ..where passes is the number of times to run each script; uid/gid
|
||||||
# gives credentials to use when running the script; and script is a
|
# gives credentials to use when running the script; and script is a
|
||||||
# simple wrapper around each actual benchmark tool (eg. see run.*),
|
# simple wrapper around each actual benchmark tool (eg. see run.*),
|
||||||
# if this is ommited, all run.* scripts are used in turn.
|
# if this is ommited, all run.* scripts are used in turn.
|
||||||
#
|
#
|
||||||
# Each run.foo script should report a comma-separated-value list of
|
# Each run.foo script should report a comma-separated-value list of
|
||||||
# benchmark results on stdout or fail with a non-zero exit code;
|
# benchmark results on stdout or fail with a non-zero exit code;
|
||||||
# unless the -i option is supplied in which case it should instead
|
# unless the -i option is supplied in which case it should instead
|
||||||
# report a comma-separated-value list of column headers (for report
|
# report a comma-separated-value list of column headers (for report
|
||||||
# generation purposes).
|
# generation purposes).
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
#-----------------------------------------------------------------------
|
||||||
# Copyright (c) 2002-2003 Silicon Graphics, Inc. All Rights Reserved.
|
# Copyright (c) 2002-2003 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
|
||||||
# under the terms of version 2 of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful, but
|
|
||||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
#
|
|
||||||
# Further, this software is distributed without any warranty that it is
|
|
||||||
# free of the rightful claim of any third person regarding infringement
|
|
||||||
# or the like. Any license provided herein, whether implied or
|
|
||||||
# otherwise, applies only to this software file. Patent licenses, if
|
|
||||||
# any, provided herein do not apply to combinations of this program with
|
|
||||||
# other software, or any other product whatsoever.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along
|
|
||||||
# with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
# Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
#
|
|
||||||
# Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
# Mountain View, CA 94043, or:
|
|
||||||
#
|
|
||||||
# http://www.sgi.com
|
|
||||||
#
|
|
||||||
# For further information regarding this notice, see:
|
|
||||||
#
|
|
||||||
# http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
#-----------------------------------------------------------------------
|
#-----------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# creator
|
# creator
|
||||||
|
|||||||
@@ -3,34 +3,6 @@
|
|||||||
# Control script for QA
|
# Control script for QA
|
||||||
#
|
#
|
||||||
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
|
||||||
# under the terms of version 2 of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful, but
|
|
||||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
#
|
|
||||||
# Further, this software is distributed without any warranty that it is
|
|
||||||
# free of the rightful claim of any third person regarding infringement
|
|
||||||
# or the like. Any license provided herein, whether implied or
|
|
||||||
# otherwise, applies only to this software file. Patent licenses, if
|
|
||||||
# any, provided herein do not apply to combinations of this program with
|
|
||||||
# other software, or any other product whatsoever.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along
|
|
||||||
# with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
# Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
#
|
|
||||||
# Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
# Mountain View, CA 94043, or:
|
|
||||||
#
|
|
||||||
# http://www.sgi.com
|
|
||||||
#
|
|
||||||
# For further information regarding this notice, see:
|
|
||||||
#
|
|
||||||
# http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
#
|
#
|
||||||
|
|
||||||
tmp=/tmp/$$
|
tmp=/tmp/$$
|
||||||
|
|||||||
@@ -1,34 +1,6 @@
|
|||||||
##/bin/sh
|
##/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
|
||||||
# under the terms of version 2 of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful, but
|
|
||||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
#
|
|
||||||
# Further, this software is distributed without any warranty that it is
|
|
||||||
# free of the rightful claim of any third person regarding infringement
|
|
||||||
# or the like. Any license provided herein, whether implied or
|
|
||||||
# otherwise, applies only to this software file. Patent licenses, if
|
|
||||||
# any, provided herein do not apply to combinations of this program with
|
|
||||||
# other software, or any other product whatsoever.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along
|
|
||||||
# with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
# Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
#
|
|
||||||
# Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
# Mountain View, CA 94043, or:
|
|
||||||
#
|
|
||||||
# http://www.sgi.com
|
|
||||||
#
|
|
||||||
# For further information regarding this notice, see:
|
|
||||||
#
|
|
||||||
# http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
#
|
#
|
||||||
# common procedures for QA scripts
|
# common procedures for QA scripts
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,36 +1,6 @@
|
|||||||
##/bin/sh
|
##/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
|
# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
|
||||||
# under the terms of version 2 of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful, but
|
|
||||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
#
|
|
||||||
# Further, this software is distributed without any warranty that it is
|
|
||||||
# free of the rightful claim of any third person regarding infringement
|
|
||||||
# or the like. Any license provided herein, whether implied or
|
|
||||||
# otherwise, applies only to this software file. Patent licenses, if
|
|
||||||
# any, provided herein do not apply to combinations of this program with
|
|
||||||
# other software, or any other product whatsoever.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along
|
|
||||||
# with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
# Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
#
|
|
||||||
# Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
# Mountain View, CA 94043, or:
|
|
||||||
#
|
|
||||||
# http://www.sgi.com
|
|
||||||
#
|
|
||||||
# For further information regarding this notice, see:
|
|
||||||
#
|
|
||||||
# http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# setup and check for config parameters, and in particular
|
# setup and check for config parameters, and in particular
|
||||||
#
|
#
|
||||||
|
|||||||
+2
-31
@@ -1,37 +1,8 @@
|
|||||||
#/bin/sh
|
#/bin/sh
|
||||||
|
|
||||||
#
|
|
||||||
# Functions useful for xfsdump/xfsrestore tests
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
# Functions useful for xfsdump/xfsrestore tests
|
||||||
# under the terms of version 2 of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful, but
|
|
||||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
#
|
|
||||||
# Further, this software is distributed without any warranty that it is
|
|
||||||
# free of the rightful claim of any third person regarding infringement
|
|
||||||
# or the like. Any license provided herein, whether implied or
|
|
||||||
# otherwise, applies only to this software file. Patent licenses, if
|
|
||||||
# any, provided herein do not apply to combinations of this program with
|
|
||||||
# other software, or any other product whatsoever.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along
|
|
||||||
# with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
# Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
#
|
|
||||||
# Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
# Mountain View, CA 94043, or:
|
|
||||||
#
|
|
||||||
# http://www.sgi.com
|
|
||||||
#
|
|
||||||
# For further information regarding this notice, see:
|
|
||||||
#
|
|
||||||
# http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# --- initializations ---
|
# --- initializations ---
|
||||||
|
|||||||
+1
-31
@@ -1,38 +1,8 @@
|
|||||||
##/bin/sh
|
##/bin/sh
|
||||||
|
|
||||||
#
|
|
||||||
# standard filters
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
|
||||||
# under the terms of version 2 of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful, but
|
|
||||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
#
|
|
||||||
# Further, this software is distributed without any warranty that it is
|
|
||||||
# free of the rightful claim of any third person regarding infringement
|
|
||||||
# or the like. Any license provided herein, whether implied or
|
|
||||||
# otherwise, applies only to this software file. Patent licenses, if
|
|
||||||
# any, provided herein do not apply to combinations of this program with
|
|
||||||
# other software, or any other product whatsoever.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along
|
|
||||||
# with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
# Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
#
|
|
||||||
# Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
# Mountain View, CA 94043, or:
|
|
||||||
#
|
|
||||||
# http://www.sgi.com
|
|
||||||
#
|
|
||||||
# For further information regarding this notice, see:
|
|
||||||
#
|
|
||||||
# http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
#
|
#
|
||||||
|
# standard filters
|
||||||
#
|
#
|
||||||
|
|
||||||
# Checks that given_value is in range of correct_value +/- tolerance.
|
# Checks that given_value is in range of correct_value +/- tolerance.
|
||||||
|
|||||||
-31
@@ -1,37 +1,6 @@
|
|||||||
##/bin/sh
|
##/bin/sh
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
|
||||||
# under the terms of version 2 of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful, but
|
|
||||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
#
|
|
||||||
# Further, this software is distributed without any warranty that it is
|
|
||||||
# free of the rightful claim of any third person regarding infringement
|
|
||||||
# or the like. Any license provided herein, whether implied or
|
|
||||||
# otherwise, applies only to this software file. Patent licenses, if
|
|
||||||
# any, provided herein do not apply to combinations of this program with
|
|
||||||
# other software, or any other product whatsoever.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along
|
|
||||||
# with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
# Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
#
|
|
||||||
# Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
# Mountain View, CA 94043, or:
|
|
||||||
#
|
|
||||||
# http://www.sgi.com
|
|
||||||
#
|
|
||||||
# For further information regarding this notice, see:
|
|
||||||
#
|
|
||||||
# http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# common routines for log testing
|
# common routines for log testing
|
||||||
# Created by dxm@sgi.com & tes@sgi.com
|
# Created by dxm@sgi.com & tes@sgi.com
|
||||||
|
|||||||
+2
-30
@@ -1,36 +1,8 @@
|
|||||||
##/bin/sh
|
##/bin/sh
|
||||||
#
|
#
|
||||||
# Functions useful for quota tests
|
|
||||||
#
|
|
||||||
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
# Functions useful for quota tests
|
||||||
# under the terms of version 2 of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful, but
|
|
||||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
#
|
|
||||||
# Further, this software is distributed without any warranty that it is
|
|
||||||
# free of the rightful claim of any third person regarding infringement
|
|
||||||
# or the like. Any license provided herein, whether implied or
|
|
||||||
# otherwise, applies only to this software file. Patent licenses, if
|
|
||||||
# any, provided herein do not apply to combinations of this program with
|
|
||||||
# other software, or any other product whatsoever.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along
|
|
||||||
# with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
# Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
#
|
|
||||||
# Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
# Mountain View, CA 94043, or:
|
|
||||||
#
|
|
||||||
# http://www.sgi.com
|
|
||||||
#
|
|
||||||
# For further information regarding this notice, see:
|
|
||||||
#
|
|
||||||
# http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
+2
-31
@@ -1,37 +1,8 @@
|
|||||||
##/bin/sh
|
##/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
#
|
#
|
||||||
# Functions useful for xfs_repair tests
|
# Functions useful for xfs_repair tests
|
||||||
#
|
|
||||||
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
|
||||||
# under the terms of version 2 of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful, but
|
|
||||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
#
|
|
||||||
# Further, this software is distributed without any warranty that it is
|
|
||||||
# free of the rightful claim of any third person regarding infringement
|
|
||||||
# or the like. Any license provided herein, whether implied or
|
|
||||||
# otherwise, applies only to this software file. Patent licenses, if
|
|
||||||
# any, provided herein do not apply to combinations of this program with
|
|
||||||
# other software, or any other product whatsoever.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along
|
|
||||||
# with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
# Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
#
|
|
||||||
# Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
# Mountain View, CA 94043, or:
|
|
||||||
#
|
|
||||||
# http://www.sgi.com
|
|
||||||
#
|
|
||||||
# For further information regarding this notice, see:
|
|
||||||
#
|
|
||||||
# http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
#
|
#
|
||||||
|
|
||||||
_zero_position()
|
_zero_position()
|
||||||
|
|||||||
@@ -1,34 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
|
||||||
# under the terms of version 2 of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful, but
|
|
||||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
#
|
|
||||||
# Further, this software is distributed without any warranty that it is
|
|
||||||
# free of the rightful claim of any third person regarding infringement
|
|
||||||
# or the like. Any license provided herein, whether implied or
|
|
||||||
# otherwise, applies only to this software file. Patent licenses, if
|
|
||||||
# any, provided herein do not apply to combinations of this program with
|
|
||||||
# other software, or any other product whatsoever.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along
|
|
||||||
# with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
# Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
#
|
|
||||||
# Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
# Mountain View, CA 94043, or:
|
|
||||||
#
|
|
||||||
# http://www.sgi.com
|
|
||||||
#
|
|
||||||
# For further information regarding this notice, see:
|
|
||||||
#
|
|
||||||
# http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
#
|
|
||||||
# xfscrash - control the XFS crash tests
|
# xfscrash - control the XFS crash tests
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|||||||
@@ -2,34 +2,6 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
|
||||||
# under the terms of version 2 of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful, but
|
|
||||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
#
|
|
||||||
# Further, this software is distributed without any warranty that it is
|
|
||||||
# free of the rightful claim of any third person regarding infringement
|
|
||||||
# or the like. Any license provided herein, whether implied or
|
|
||||||
# otherwise, applies only to this software file. Patent licenses, if
|
|
||||||
# any, provided herein do not apply to combinations of this program with
|
|
||||||
# other software, or any other product whatsoever.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along
|
|
||||||
# with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
# Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
#
|
|
||||||
# Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
# Mountain View, CA 94043, or:
|
|
||||||
#
|
|
||||||
# http://www.sgi.com
|
|
||||||
#
|
|
||||||
# For further information regarding this notice, see:
|
|
||||||
#
|
|
||||||
# http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
#
|
|
||||||
# xfscrash - control the XFS crash tests
|
# xfscrash - control the XFS crash tests
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|||||||
@@ -1,35 +1,3 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it would be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
*
|
|
||||||
* Further, this software is distributed without any warranty that it is
|
|
||||||
* free of the rightful claim of any third person regarding infringement
|
|
||||||
* or the like. Any license provided herein, whether implied or
|
|
||||||
* otherwise, applies only to this software file. Patent licenses, if
|
|
||||||
* any, provided herein do not apply to combinations of this program with
|
|
||||||
* other software, or any other product whatsoever.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
* Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
*
|
|
||||||
* Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
* Mountain View, CA 94043, or:
|
|
||||||
*
|
|
||||||
* http://www.sgi.com
|
|
||||||
*
|
|
||||||
* For further information regarding this notice, see:
|
|
||||||
*
|
|
||||||
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
The tests in this directory are a collection of suites that were developed
|
The tests in this directory are a collection of suites that were developed
|
||||||
over the time the DMAPI spec was being created and when DMAPI was being
|
over the time the DMAPI spec was being created and when DMAPI was being
|
||||||
|
|||||||
@@ -1,33 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
* Copyright (c) 2000-2001 Silicon Graphics, Inc.
|
||||||
*
|
* All Rights Reserved.
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
*
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
* This program is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU General Public License as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it would be useful, but
|
* This program is distributed in the hope that it would be useful,
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
*
|
* GNU General Public License for more details.
|
||||||
* Further, this software is distributed without any warranty that it is
|
*
|
||||||
* free of the rightful claim of any third person regarding infringement
|
* You should have received a copy of the GNU General Public License
|
||||||
* or the like. Any license provided herein, whether implied or
|
* along with this program; if not, write the Free Software Foundation,
|
||||||
* otherwise, applies only to this software file. Patent licenses, if
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
* any, provided herein do not apply to combinations of this program with
|
|
||||||
* other software, or any other product whatsoever.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
* Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
*
|
|
||||||
* Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
* Mountain View, CA 94043, or:
|
|
||||||
*
|
|
||||||
* http://www.sgi.com
|
|
||||||
*
|
|
||||||
* For further information regarding this notice, see:
|
|
||||||
*
|
|
||||||
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|||||||
@@ -1,33 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
* Copyright (c) 2000-2001 Silicon Graphics, Inc.
|
||||||
*
|
* All Rights Reserved.
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
*
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
* This program is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU General Public License as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it would be useful, but
|
* This program is distributed in the hope that it would be useful,
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
*
|
* GNU General Public License for more details.
|
||||||
* Further, this software is distributed without any warranty that it is
|
*
|
||||||
* free of the rightful claim of any third person regarding infringement
|
* You should have received a copy of the GNU General Public License
|
||||||
* or the like. Any license provided herein, whether implied or
|
* along with this program; if not, write the Free Software Foundation,
|
||||||
* otherwise, applies only to this software file. Patent licenses, if
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
* any, provided herein do not apply to combinations of this program with
|
|
||||||
* other software, or any other product whatsoever.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
* Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
*
|
|
||||||
* Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
* Mountain View, CA 94043, or:
|
|
||||||
*
|
|
||||||
* http://www.sgi.com
|
|
||||||
*
|
|
||||||
* For further information regarding this notice, see:
|
|
||||||
*
|
|
||||||
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <lib/hsm.h>
|
#include <lib/hsm.h>
|
||||||
|
|||||||
@@ -1,33 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
* Copyright (c) 2000-2002 Silicon Graphics, Inc.
|
||||||
*
|
* All Rights Reserved.
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
*
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
* This program is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU General Public License as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it would be useful, but
|
* This program is distributed in the hope that it would be useful,
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
*
|
* GNU General Public License for more details.
|
||||||
* Further, this software is distributed without any warranty that it is
|
*
|
||||||
* free of the rightful claim of any third person regarding infringement
|
* You should have received a copy of the GNU General Public License
|
||||||
* or the like. Any license provided herein, whether implied or
|
* along with this program; if not, write the Free Software Foundation,
|
||||||
* otherwise, applies only to this software file. Patent licenses, if
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
* any, provided herein do not apply to combinations of this program with
|
|
||||||
* other software, or any other product whatsoever.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
* Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
*
|
|
||||||
* Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
* Mountain View, CA 94043, or:
|
|
||||||
*
|
|
||||||
* http://www.sgi.com
|
|
||||||
*
|
|
||||||
* For further information regarding this notice, see:
|
|
||||||
*
|
|
||||||
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <lib/hsm.h>
|
#include <lib/hsm.h>
|
||||||
|
|||||||
@@ -1,33 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
* Copyright (c) 2000-2001 Silicon Graphics, Inc.
|
||||||
*
|
* All Rights Reserved.
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
*
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
* This program is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU General Public License as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it would be useful, but
|
* This program is distributed in the hope that it would be useful,
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
*
|
* GNU General Public License for more details.
|
||||||
* Further, this software is distributed without any warranty that it is
|
*
|
||||||
* free of the rightful claim of any third person regarding infringement
|
* You should have received a copy of the GNU General Public License
|
||||||
* or the like. Any license provided herein, whether implied or
|
* along with this program; if not, write the Free Software Foundation,
|
||||||
* otherwise, applies only to this software file. Patent licenses, if
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
* any, provided herein do not apply to combinations of this program with
|
|
||||||
* other software, or any other product whatsoever.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
* Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
*
|
|
||||||
* Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
* Mountain View, CA 94043, or:
|
|
||||||
*
|
|
||||||
* http://www.sgi.com
|
|
||||||
*
|
|
||||||
* For further information regarding this notice, see:
|
|
||||||
*
|
|
||||||
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <lib/hsm.h>
|
#include <lib/hsm.h>
|
||||||
|
|||||||
@@ -1,33 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
* Copyright (c) 2000-2001 Silicon Graphics, Inc.
|
||||||
*
|
* All Rights Reserved.
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
*
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
* This program is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU General Public License as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it would be useful, but
|
* This program is distributed in the hope that it would be useful,
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
*
|
* GNU General Public License for more details.
|
||||||
* Further, this software is distributed without any warranty that it is
|
*
|
||||||
* free of the rightful claim of any third person regarding infringement
|
* You should have received a copy of the GNU General Public License
|
||||||
* or the like. Any license provided herein, whether implied or
|
* along with this program; if not, write the Free Software Foundation,
|
||||||
* otherwise, applies only to this software file. Patent licenses, if
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
* any, provided herein do not apply to combinations of this program with
|
|
||||||
* other software, or any other product whatsoever.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
* Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
*
|
|
||||||
* Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
* Mountain View, CA 94043, or:
|
|
||||||
*
|
|
||||||
* http://www.sgi.com
|
|
||||||
*
|
|
||||||
* For further information regarding this notice, see:
|
|
||||||
*
|
|
||||||
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _DMFSAPI_DMPORT_H
|
#ifndef _DMFSAPI_DMPORT_H
|
||||||
|
|||||||
@@ -1,33 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
* Copyright (c) 2000-2001 Silicon Graphics, Inc.
|
||||||
*
|
* All Rights Reserved.
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
*
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
* This program is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU General Public License as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it would be useful, but
|
* This program is distributed in the hope that it would be useful,
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
*
|
* GNU General Public License for more details.
|
||||||
* Further, this software is distributed without any warranty that it is
|
*
|
||||||
* free of the rightful claim of any third person regarding infringement
|
* You should have received a copy of the GNU General Public License
|
||||||
* or the like. Any license provided herein, whether implied or
|
* along with this program; if not, write the Free Software Foundation,
|
||||||
* otherwise, applies only to this software file. Patent licenses, if
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
* any, provided herein do not apply to combinations of this program with
|
|
||||||
* other software, or any other product whatsoever.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
* Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
*
|
|
||||||
* Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
* Mountain View, CA 94043, or:
|
|
||||||
*
|
|
||||||
* http://www.sgi.com
|
|
||||||
*
|
|
||||||
* For further information regarding this notice, see:
|
|
||||||
*
|
|
||||||
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <lib/hsm.h>
|
#include <lib/hsm.h>
|
||||||
|
|||||||
@@ -1,33 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
* Copyright (c) 2000-2001 Silicon Graphics, Inc.
|
||||||
*
|
* All Rights Reserved.
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
*
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
* This program is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU General Public License as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it would be useful, but
|
* This program is distributed in the hope that it would be useful,
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
*
|
* GNU General Public License for more details.
|
||||||
* Further, this software is distributed without any warranty that it is
|
*
|
||||||
* free of the rightful claim of any third person regarding infringement
|
* You should have received a copy of the GNU General Public License
|
||||||
* or the like. Any license provided herein, whether implied or
|
* along with this program; if not, write the Free Software Foundation,
|
||||||
* otherwise, applies only to this software file. Patent licenses, if
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
* any, provided herein do not apply to combinations of this program with
|
|
||||||
* other software, or any other product whatsoever.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
* Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
*
|
|
||||||
* Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
* Mountain View, CA 94043, or:
|
|
||||||
*
|
|
||||||
* http://www.sgi.com
|
|
||||||
*
|
|
||||||
* For further information regarding this notice, see:
|
|
||||||
*
|
|
||||||
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|||||||
@@ -1,33 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
* Copyright (c) 2000-2001 Silicon Graphics, Inc.
|
||||||
*
|
* All Rights Reserved.
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
*
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
* This program is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU General Public License as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it would be useful, but
|
* This program is distributed in the hope that it would be useful,
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
*
|
* GNU General Public License for more details.
|
||||||
* Further, this software is distributed without any warranty that it is
|
*
|
||||||
* free of the rightful claim of any third person regarding infringement
|
* You should have received a copy of the GNU General Public License
|
||||||
* or the like. Any license provided herein, whether implied or
|
* along with this program; if not, write the Free Software Foundation,
|
||||||
* otherwise, applies only to this software file. Patent licenses, if
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
* any, provided herein do not apply to combinations of this program with
|
|
||||||
* other software, or any other product whatsoever.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write the Free Software Foundation, Inc., 59
|
|
||||||
* Temple Place - Suite 330, Boston MA 02111-1307, USA.
|
|
||||||
*
|
|
||||||
* Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
|
|
||||||
* Mountain View, CA 94043, or:
|
|
||||||
*
|
|
||||||
* http://www.sgi.com
|
|
||||||
*
|
|
||||||
* For further information regarding this notice, see:
|
|
||||||
*
|
|
||||||
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user