diff options
| author | Mark J. Nelson <Mark.J.Nelson@Sun.COM> | 2008-08-06 16:29:39 -0600 |
|---|---|---|
| committer | Mark J. Nelson <Mark.J.Nelson@Sun.COM> | 2008-08-06 16:29:39 -0600 |
| commit | 9a70fc3be3b1e966bf78825cdb8d509963a6f0a1 (patch) | |
| tree | 37cd6d18c9cdf3a8d6012e657cd17a9783f5a182 /usr | |
| parent | 733c059aa6d54dc62d25850c71f71091e10d0aaa (diff) | |
| download | illumos-joyent-9a70fc3be3b1e966bf78825cdb8d509963a6f0a1.tar.gz | |
6733918 Teamware has retired, please welcome your new manager, Mercurial
4758439 some files use "current date" sccs keywords
6560843 asm sources should not rely on .file "%M%" for naming STT_FILE symbols
6560958 Solaris:: perl modules should not use SCCS keywords in version information
6729074 webrev doesn't deal well with remote ssh hg parents
Diffstat (limited to 'usr')
509 files changed, 1381 insertions, 2665 deletions
diff --git a/usr/src/cmd/perl/5.8.4/utils/lib/ExtUtils/MM_Solaris_ON.pm b/usr/src/cmd/perl/5.8.4/utils/lib/ExtUtils/MM_Solaris_ON.pm index 7c9de407ee..730e6c6f68 100644 --- a/usr/src/cmd/perl/5.8.4/utils/lib/ExtUtils/MM_Solaris_ON.pm +++ b/usr/src/cmd/perl/5.8.4/utils/lib/ExtUtils/MM_Solaris_ON.pm @@ -23,8 +23,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # # MM_Solaris_ON.pm overrides various parts of MakeMaker so that perl modules @@ -45,7 +43,7 @@ package ExtUtils::MM_Solaris_ON; use strict; use warnings; our ($VERSION, @ISA); -$VERSION = '%I%'; +$VERSION = '1.3'; require ExtUtils::MM_Any; require ExtUtils::MM_Unix; @ISA = qw(ExtUtils::MM_Any ExtUtils::MM_Unix); diff --git a/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/Catalog.pm b/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/Catalog.pm index 5ca57f6304..3892990b0f 100644 --- a/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/Catalog.pm +++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/Catalog.pm @@ -1,13 +1,9 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -22,7 +18,12 @@ # # CDDL HEADER END # -#ident "%Z%%M% %I% %E% SMI" + +# +# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# + # # Catalog.pm contains perl code for exacct catalog tag manipulation. # @@ -33,7 +34,7 @@ use warnings; package Sun::Solaris::Exacct::Catalog; -our $VERSION = '%I%'; +our $VERSION = '1.3'; use Carp; use XSLoader; XSLoader::load(__PACKAGE__, $VERSION); diff --git a/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Exacct.pm b/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Exacct.pm index b424441d01..85a81d5def 100644 --- a/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Exacct.pm +++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Exacct.pm @@ -1,13 +1,8 @@ -# -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -22,7 +17,12 @@ # # CDDL HEADER END # -#ident "%Z%%M% %I% %E% SMI" + +# +# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# + # # Exacct.pm contains wrappers for the exacct error functions and syscalls, # and some 'shorthand' convenience functions. @@ -34,7 +34,7 @@ use warnings; package Sun::Solaris::Exacct; -our $VERSION = '%I%'; +our $VERSION = '1.5'; use XSLoader; XSLoader::load(__PACKAGE__, $VERSION); diff --git a/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/File.pm b/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/File.pm index 86a0fd5b8a..2d2de97d8a 100644 --- a/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/File.pm +++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/File.pm @@ -1,13 +1,9 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -22,7 +18,12 @@ # # CDDL HEADER END # -#ident "%Z%%M% %I% %E% SMI" + +# +# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# + # # File.pm contains wrappers for the exacct file manipulation routines. # @@ -33,7 +34,7 @@ use warnings; package Sun::Solaris::Exacct::File; -our $VERSION = '%I%'; +our $VERSION = '1.3'; use XSLoader; XSLoader::load(__PACKAGE__, $VERSION); diff --git a/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/Object.pm b/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/Object.pm index b2f2790ee0..77c10c3fea 100644 --- a/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/Object.pm +++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/Object.pm @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -22,7 +21,7 @@ # Copyright 2002-2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" + # # Object.pm contains perl code for exacct object manipulation. # @@ -33,7 +32,7 @@ use warnings; package Sun::Solaris::Exacct::Object; -our $VERSION = '%I%'; +our $VERSION = '1.3'; use XSLoader; XSLoader::load(__PACKAGE__, $VERSION); diff --git a/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/README.ON b/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/README.ON index 9f28916da2..e62d3b3c35 100644 --- a/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/README.ON +++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/README.ON @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -20,22 +19,19 @@ # CDDL HEADER END # # -# Copyright 2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# This module is released as Public Source via the Comprehensive Perl Archive Network (http://www.cpan.org). If it is updated for any reason, a new release should be pushed to CPAN. The version number of this module is derived from the $VERSION variable in -Exacct.pm. This in turn contains the SID of the Exacct.pm file, so if anything -under this directory is modified, a delta should be made to Exacct.pm to -update the module version number correctly. If this is not done, it will not -be possible to upload the generated archive to CPAN, as CPAN requires that -uploaded archives have unique names. +Exacct.pm. If anything under this directory is modified, $VERSION should be +changed in Exacct.pm to update the module version number correctly. If this +is not done, it will not be possible to upload the generated archive to CPAN, +as CPAN requires that uploaded archives have unique names. To prepare the contents of the directory for release, they should be packaged up as a .tar.gz archive. The procedure for this is: diff --git a/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/Kstat.pm b/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/Kstat.pm index bc19393c17..b1ae5db189 100644 --- a/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/Kstat.pm +++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/Kstat.pm @@ -23,8 +23,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # # Kstat.pm provides the bootstrap for the Sun::Solaris::Kstat module. @@ -34,7 +32,7 @@ package Sun::Solaris::Kstat; use strict; use DynaLoader; use vars qw($VERSION @ISA); -$VERSION = '%I%'; +$VERSION = '1.3'; @ISA = qw(DynaLoader); bootstrap Sun::Solaris::Kstat $VERSION; 1; diff --git a/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/Changes b/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/Changes index 6f50cb517b..e2f7427b60 100644 --- a/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/Changes +++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/Changes @@ -23,8 +23,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# -Version %I% +Version 1.1 Initial Public Source release. diff --git a/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/Lgrp.pm b/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/Lgrp.pm index c2ae106a96..8668daa4b2 100644 --- a/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/Lgrp.pm +++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/Lgrp.pm @@ -23,16 +23,12 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# -# ident "%Z%%M% %I% %E% SMI" -# # # Lgrp.pm provides procedural and object-oriented interface to the Solaris # liblgrp(3LIB) library. # -#ident "%Z%%M% %I% %E% SMI" require 5.6.1; use strict; @@ -41,7 +37,7 @@ use Carp; package Sun::Solaris::Lgrp; -our $VERSION = '%I%'; +our $VERSION = '1.1'; use XSLoader; XSLoader::load(__PACKAGE__, $VERSION); diff --git a/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/README.ON b/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/README.ON index 4e195006ca..fd1ba0a8d9 100644 --- a/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/README.ON +++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/README.ON @@ -20,22 +20,19 @@ # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# This module is released as Public Source via the Comprehensive Perl Archive Network (http://www.cpan.org). If it is updated for any reason, a new release should be pushed to CPAN. The version number of this module is derived from the $VERSION variable in -Lgrp.pm. This in turn contains the SID of the Lgrp.pm file, so if -anything under this directory is modified, a delta should be made to Lgrp.pm -to update the module version number correctly. If this is not done, it will -not be possible to upload the generated archive to CPAN, as CPAN requires that -uploaded archives have unique names. +Lgrp.pm. If anything under this directory is modified, $VERSION should be +changed in Lgrp.pm to update the module version number correctly. If this +is not done, it will not be possible to upload the generated archive to CPAN, +as CPAN requires that uploaded archives have unique names. To prepare the contents of the directory for release, they should be packaged up as a .tar.gz archive. The procedure for this is: diff --git a/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/perlgcc.PL b/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/perlgcc.PL index 1dc73782e9..44f820dd77 100644 --- a/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/perlgcc.PL +++ b/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/perlgcc.PL @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -22,13 +21,11 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# use strict; use warnings; use Config; -our $VERSION = '%I%'; +our $VERSION = '1.2'; my $fh; open($fh, ">$ARGV[0]") || die("Can't open perlgcc: $!\n"); @@ -44,13 +41,11 @@ $startperl # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%$ARGV[0] %I% %E% SMI" -# use $perlver; use strict; use warnings; -our \$VERSION = '%I%'; +our \$VERSION = '$VERSION'; \$ENV{PERL5_OVERRIDE_CONFIG} = '1'; if (exists(\$ENV{PERL5LIB})) { diff --git a/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/Privilege.pm b/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/Privilege.pm index c3157a8a15..41d0200b13 100644 --- a/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/Privilege.pm +++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/Privilege.pm @@ -1,13 +1,8 @@ -# -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -22,7 +17,12 @@ # # CDDL HEADER END # -#ident "%Z%%M% %I% %E% SMI" + +# +# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# + # # Privilege.pm provides the bootstrap for the Sun::Solaris::Privilege module. # @@ -33,7 +33,7 @@ use warnings; package Sun::Solaris::Privilege; -our $VERSION = '%I%'; +our $VERSION = '1.3'; use XSLoader; XSLoader::load(__PACKAGE__, $VERSION); diff --git a/usr/src/cmd/perl/contrib/Sun/Solaris/Project/Project.pm b/usr/src/cmd/perl/contrib/Sun/Solaris/Project/Project.pm index d409c9bea0..e6b1e889db 100644 --- a/usr/src/cmd/perl/contrib/Sun/Solaris/Project/Project.pm +++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Project/Project.pm @@ -1,13 +1,8 @@ -# -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -22,7 +17,12 @@ # # CDDL HEADER END # -#ident "%Z%%M% %I% %E% SMI" + +# +# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# + # # Project.pm provides the bootstrap for the Sun::Solaris::Project module, and # also functions for reading, validating and writing out project(4) format @@ -41,7 +41,7 @@ use POSIX qw(locale_h limits_h); package Sun::Solaris::Project; -our $VERSION = '%I%'; +our $VERSION = '1.9'; use XSLoader; XSLoader::load(__PACKAGE__, $VERSION); diff --git a/usr/src/cmd/perl/contrib/Sun/Solaris/Project/README.ON b/usr/src/cmd/perl/contrib/Sun/Solaris/Project/README.ON index b2863eed4f..03fbe4aefb 100644 --- a/usr/src/cmd/perl/contrib/Sun/Solaris/Project/README.ON +++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Project/README.ON @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -20,22 +19,19 @@ # CDDL HEADER END # # -# Copyright 2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# This module is released as Public Source via the Comprehensive Perl Archive Network (http://www.cpan.org). If it is updated for any reason, a new release should be pushed to CPAN. The version number of this module is derived from the $VERSION variable in -Project.pm. This in turn contains the SID of the Project.pm file, so if -anything under this directory is modified, a delta should be made to Project.pm -to update the module version number correctly. If this is not done, it will -not be possible to upload the generated archive to CPAN, as CPAN requires that -uploaded archives have unique names. +Project.pm. If anything under this directory is modified, $VERSION should be +changed in Project.pm to update the module version number correctly. If this +is not done, it will not be possible to upload the generated archive to CPAN, +as CPAN requires that uploaded archives have unique names. To prepare the contents of the directory for release, they should be packaged up as a .tar.gz archive. The procedure for this is: diff --git a/usr/src/cmd/perl/contrib/Sun/Solaris/Task/README.ON b/usr/src/cmd/perl/contrib/Sun/Solaris/Task/README.ON index e0fd17629f..e6ddbdf0de 100644 --- a/usr/src/cmd/perl/contrib/Sun/Solaris/Task/README.ON +++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Task/README.ON @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -20,22 +19,19 @@ # CDDL HEADER END # # -# Copyright 2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# This module is released as Public Source via the Comprehensive Perl Archive Network (http://www.cpan.org). If it is updated for any reason, a new release should be pushed to CPAN. The version number of this module is derived from the $VERSION variable in -Task.pm. This in turn contains the SID of the Task.pm file, so if anything -under this directory is modified, a delta should be made to Task.pm to -update the module version number correctly. If this is not done, it will not -be possible to upload the generated archive to CPAN, as CPAN requires that -uploaded archives have unique names. +Task.pm. If anything under this directory is modified, $VERSION should be +changed in Task.pm to update the module version number correctly. If this +is not done, it will not be possible to upload the generated archive to CPAN, +as CPAN requires that uploaded archives have unique names. To prepare the contents of the directory for release, they should be packaged up as a .tar.gz archive. The procedure for this is: diff --git a/usr/src/cmd/perl/contrib/Sun/Solaris/Task/Task.pm b/usr/src/cmd/perl/contrib/Sun/Solaris/Task/Task.pm index 9dbdf26274..102b494755 100644 --- a/usr/src/cmd/perl/contrib/Sun/Solaris/Task/Task.pm +++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Task/Task.pm @@ -1,7 +1,4 @@ # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# # CDDL HEADER START # # The contents of this file are subject to the terms of the @@ -21,7 +18,12 @@ # # CDDL HEADER END # -#ident "%Z%%M% %I% %E% SMI" + +# +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# + # # Task.pm provides the bootstrap for the Sun::Solaris::Task module. # @@ -32,7 +34,7 @@ use warnings; package Sun::Solaris::Task; -our $VERSION = '%I%'; +our $VERSION = '1.4'; use XSLoader; XSLoader::load(__PACKAGE__, $VERSION); diff --git a/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/Ucred.pm b/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/Ucred.pm index 52c7553cc6..59c4bee02d 100644 --- a/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/Ucred.pm +++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/Ucred.pm @@ -1,13 +1,9 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -22,7 +18,12 @@ # # CDDL HEADER END # -#ident "%Z%%M% %I% %E% SMI" + +# +# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# + # # Ucred.pm provides the bootstrap for the Sun::Solaris::Ucred module. # @@ -33,7 +34,7 @@ use warnings; package Sun::Solaris::Ucred; -our $VERSION = '%I%'; +our $VERSION = '1.3'; use XSLoader; XSLoader::load(__PACKAGE__, $VERSION); diff --git a/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/Utils.pm b/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/Utils.pm index a7bcf3004e..a66f8712a3 100644 --- a/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/Utils.pm +++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/Utils.pm @@ -23,8 +23,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # # Utils.pm provides the bootstrap for the Sun::Solaris::Utils module. @@ -35,7 +33,7 @@ use strict; use Exporter; use DynaLoader; use vars qw($VERSION @ISA @EXPORT_OK); -$VERSION = '%I%'; +$VERSION = '1.3'; @ISA = qw(Exporter DynaLoader); @EXPORT_OK = qw(gmatch gettext textdomain bindtextdomain dcgettext dgettext); bootstrap Sun::Solaris::Utils $VERSION; diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ActiveProjectModel.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ActiveProjectModel.java index 7ccc2da99f..04b2f54495 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ActiveProjectModel.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ActiveProjectModel.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -39,7 +36,6 @@ import java.util.LinkedHashMap; * Data model of a Solaris project. * It encapsulates a CIM instance of the Solaris_ActiveProject class. * @author Sun Microsystems - * @version %I% %G% */ public class ActiveProjectModel extends SRMProviderDataModel diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ActiveUserModel.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ActiveUserModel.java index 372858eddc..8608c3ab98 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ActiveUserModel.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ActiveUserModel.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -39,7 +36,6 @@ import java.util.LinkedHashMap; * Data model of an active user that is actively running on an OperatingSystem. * It encapsulates a CIM instance of the Solaris_ActiveUser class. * @author Sun Microsystems - * @version %I% %G% */ public class ActiveUserModel extends SRMProviderDataModel implements SRMProviderProperties, Solaris_ActiveUserProperties { diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/DataModel.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/DataModel.java index 7a1f197a82..2548a463dd 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/DataModel.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/DataModel.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -39,7 +36,6 @@ import java.util.Iterator; * Aggregation of all users, projects, and sets metrics data. * Implements the singleton pattern * @author Sun Microsystems, Inc. - * @version %I% %G% */ class DataModel { diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ProcessAggregateDataModel.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ProcessAggregateDataModel.java index 884af26fcb..83ac52a68a 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ProcessAggregateDataModel.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ProcessAggregateDataModel.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -39,7 +36,6 @@ import javax.wbem.cim.*; * a Solaris_ProjectProcessAggregateStatisticalInformation * or Solaris_UserProcessAggregateStatisticalInformation class. * @author Sun Microsystems - * @version %I% %G% */ public class ProcessAggregateDataModel extends ProcessDataModel { diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ProcessDataModel.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ProcessDataModel.java index 2deabee7ef..260e621167 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ProcessDataModel.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ProcessDataModel.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -39,7 +36,6 @@ import java.util.*; * Data model of Process Utilization. It encapsulates a CIM instance of * a Solaris_ProcessStatisticalInformation class. * @author Sun Microsystems - * @version %I% %G% */ public class ProcessDataModel extends SRMProviderDataModel implements SRMProviderProperties, diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ResourceMonitor.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ResourceMonitor.java index 586d43cbf4..0f27d35db4 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ResourceMonitor.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ResourceMonitor.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -37,7 +34,6 @@ import java.util.HashSet; * Mediator between data model the native interface and the client. * Implements the singleton pattern. * @author Sun Microsystems, Inc. - * @version %I% %G% */ public final class ResourceMonitor { /** diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SRMProvider.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SRMProvider.java index b256169dec..eb77fadcaa 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SRMProvider.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SRMProvider.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -51,7 +48,6 @@ import java.util.Vector; * contains several utility methods which may be useful to the individual * provider classes. * @author Sun Microsystems - * @version %I% %G% */ public abstract class SRMProvider implements InstanceProvider, MethodProvider, SRMProviderProperties { diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SRMProviderDataModel.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SRMProviderDataModel.java index 1a9d0563cd..5b5c086992 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SRMProviderDataModel.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SRMProviderDataModel.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -40,7 +37,6 @@ import java.util.Vector; /** * This is the base class for the SRM provider data models. * @author Sun Microsystems - * @version %I% %G% */ abstract class SRMProviderDataModel implements SRMProviderProperties { diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SRMProviderProperties.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SRMProviderProperties.java index 4e36964457..67aff31cc8 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SRMProviderProperties.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SRMProviderProperties.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -35,7 +32,6 @@ package com.sun.wbem.solarisprovider.srm; * This class defines common properties used in Acacia * providers. * @author SMI - * @version %R% */ public interface SRMProviderProperties { diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SetProp.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SetProp.java index ff3d376772..586c94c3c0 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SetProp.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SetProp.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -37,7 +34,6 @@ import javax.wbem.cim.*; * This is the base class for set property classes. Each * derived class can format a string into one CIM data format. * @author Sun Microsystems - * @version %I% %G% */ abstract class SetProp implements PropertyAccessInterface { diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ActiveProject.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ActiveProject.java index 7bc373de28..6c88e43d98 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ActiveProject.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ActiveProject.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -46,7 +43,6 @@ import java.util.Vector; * Provider of the Solaris_ActiveProject class. This class represents * a Project that is actively running on an OperatingSystem. * @author Sun Microsystems - * @version %I% %G% */ public class Solaris_ActiveProject extends SRMProvider implements Authorizable, Solaris_ActiveProjectProperties { diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ActiveProjectProcessAggregateStatistics.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ActiveProjectProcessAggregateStatistics.java index 28c519f9b5..5f806a6dae 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ActiveProjectProcessAggregateStatistics.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ActiveProjectProcessAggregateStatistics.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -44,7 +41,6 @@ import java.util.Vector; * This class represents a link between a Project active on a system and the * aggregated resource usage of its Process(es). * @author Sun Microsystems - * @version %I% %G% */ public class Solaris_ActiveProjectProcessAggregateStatistics extends SRMProvider { diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ActiveUser.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ActiveUser.java index aae12e4718..e480100f7e 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ActiveUser.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ActiveUser.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -46,7 +43,6 @@ import java.util.Vector; * Provider of the Solaris_ActiveUser class. This class represents * a ActiveUser that is actively running on an OperatingSystem. * @author Sun Microsystems - * @version %I% %G% */ public class Solaris_ActiveUser extends SRMProvider implements Authorizable, Solaris_ActiveUserProperties { diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ActiveUserProcessAggregateStatistics.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ActiveUserProcessAggregateStatistics.java index f304e10fa8..23d5a76b3a 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ActiveUserProcessAggregateStatistics.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ActiveUserProcessAggregateStatistics.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -44,7 +41,6 @@ import java.util.Vector; * This class represents a link between an User active on a system and the * aggregated resource usage of its Process(es). * @author Sun Microsystems - * @version %I% %G% */ public class Solaris_ActiveUserProcessAggregateStatistics extends SRMProvider { diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ProcessStatisticalInformation.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ProcessStatisticalInformation.java index 25bd4e6bdf..a8a0f174c5 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ProcessStatisticalInformation.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ProcessStatisticalInformation.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -45,7 +42,6 @@ import java.util.Vector; * Provider of the Solaris_ProcessStatisticalInformation class. * This class provides raw resource utilization measurements for a process. * @author Sun Microsystems - * @version %I% %G% */ public class Solaris_ProcessStatisticalInformation extends SRMProvider implements Solaris_ProcessStatisticalInformationProperties { diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ProcessStatisticalInformationProperties.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ProcessStatisticalInformationProperties.java index 4ae1a82dec..96683137a4 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ProcessStatisticalInformationProperties.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ProcessStatisticalInformationProperties.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -35,7 +32,6 @@ package com.sun.wbem.solarisprovider.srm; * Defines property names of the Solaris_ProcessStatisticalInformation and * the corresponding keys in the RDS protocol * @author SMI - * @version %R% */ public interface Solaris_ProcessStatisticalInformationProperties { /** diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ProcessStatistics.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ProcessStatistics.java index e193fb655b..62c34b7479 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ProcessStatistics.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ProcessStatistics.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright 2001-2002 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -43,7 +40,6 @@ import java.util.Vector; * Solaris_ProcessStatisticalInformation instance a raw resource utilization * measurements for a process. * @author Sun Microsystems, Inc. - * @version %I% %G% */ public class Solaris_ProcessStatistics extends SRMProvider { diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ProjectProcessAggregateStatisticalInformation.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ProjectProcessAggregateStatisticalInformation.java index f37425b9e7..d0aebaa8db 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ProjectProcessAggregateStatisticalInformation.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_ProjectProcessAggregateStatisticalInformation.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -49,7 +46,6 @@ import java.util.Vector; * ProcessStatisticalInformation properties are populated by summing the * underlying process's usage. * @author Sun Microsystems - * @version %I% %G% */ public class Solaris_ProjectProcessAggregateStatisticalInformation extends SRMProvider diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_UserProcessAggregateStatisticalInformation.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_UserProcessAggregateStatisticalInformation.java index ce227cf15d..abf23b7371 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_UserProcessAggregateStatisticalInformation.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Solaris_UserProcessAggregateStatisticalInformation.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -49,7 +46,6 @@ import java.util.Vector; * ProcessStatisticalInformation properties are populated by summing the * underlying process' usage. * @author Sun Microsystems - * @version %I% %G% */ public class Solaris_UserProcessAggregateStatisticalInformation extends SRMProvider diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SystemDataModel.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SystemDataModel.java index bad3e35ac3..61eb90750d 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SystemDataModel.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/SystemDataModel.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -40,7 +37,6 @@ import java.util.*; * class. The data fields are defined as static in the superclass, since they * should be accessible by all provider data models. * @author Sun Microsystems, Inc. - * @version %I% %G% */ public class SystemDataModel extends SRMProviderDataModel implements SRMProviderProperties { diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Util.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Util.java index 41d4976642..175d676ab1 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Util.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/Util.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -40,7 +37,6 @@ import java.io.InputStream; /** * Utility class * @author Sun Microsystems - * @version %I% %G% */ class Util { diff --git a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/rmon.java b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/rmon.java index 9eefd89308..9e8282c2b5 100644 --- a/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/rmon.java +++ b/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/rmon.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,8 +19,6 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * @@ -38,7 +35,6 @@ import java.util.Iterator; * Simple CLI to test ResourceMonitor class. Prints the current user, projects * and processor sets metrics on the stdout. * @author Sun Microsystems, Inc. - * @version %I% %G% */ public class rmon { diff --git a/usr/src/common/atomic/amd64/atomic.s b/usr/src/common/atomic/amd64/atomic.s index 6900a252b7..445557ac0d 100644 --- a/usr/src/common/atomic/amd64/atomic.s +++ b/usr/src/common/atomic/amd64/atomic.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "atomic.s" #include <sys/asm_linkage.h> diff --git a/usr/src/common/atomic/i386/atomic.s b/usr/src/common/atomic/i386/atomic.s index 2cf40baa48..a3dc8ed7f7 100644 --- a/usr/src/common/atomic/i386/atomic.s +++ b/usr/src/common/atomic/i386/atomic.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "atomic.s" #include <sys/asm_linkage.h> diff --git a/usr/src/common/atomic/sparc/atomic.s b/usr/src/common/atomic/sparc/atomic.s index 8a1735d350..8aa240efa2 100644 --- a/usr/src/common/atomic/sparc/atomic.s +++ b/usr/src/common/atomic/sparc/atomic.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "atomic.s" #include <sys/asm_linkage.h> diff --git a/usr/src/common/atomic/sparcv9/atomic.s b/usr/src/common/atomic/sparcv9/atomic.s index 162898edaf..aed2f7db96 100644 --- a/usr/src/common/atomic/sparcv9/atomic.s +++ b/usr/src/common/atomic/sparcv9/atomic.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "atomic.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/c_synonyms/amd64/synonyms.s b/usr/src/lib/c_synonyms/amd64/synonyms.s index 783b3c03bd..ae3afd6c02 100644 --- a/usr/src/lib/c_synonyms/amd64/synonyms.s +++ b/usr/src/lib/c_synonyms/amd64/synonyms.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "synonyms.s" #define SYN(name) \ .align 16; \ diff --git a/usr/src/lib/c_synonyms/i386/synonyms.s b/usr/src/lib/c_synonyms/i386/synonyms.s index a967265b90..d16348352a 100644 --- a/usr/src/lib/c_synonyms/i386/synonyms.s +++ b/usr/src/lib/c_synonyms/i386/synonyms.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "synonyms.s" #define SYN(name) \ .align 16; \ diff --git a/usr/src/lib/c_synonyms/sparc/synonyms.s b/usr/src/lib/c_synonyms/sparc/synonyms.s index 3c36a32870..46f0bcb141 100644 --- a/usr/src/lib/c_synonyms/sparc/synonyms.s +++ b/usr/src/lib/c_synonyms/sparc/synonyms.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "synonyms.s" #define SYN(name) \ .align 4; \ diff --git a/usr/src/lib/c_synonyms/sparcv9/synonyms.s b/usr/src/lib/c_synonyms/sparcv9/synonyms.s index 3c36a32870..46f0bcb141 100644 --- a/usr/src/lib/c_synonyms/sparcv9/synonyms.s +++ b/usr/src/lib/c_synonyms/sparcv9/synonyms.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "synonyms.s" #define SYN(name) \ .align 4; \ diff --git a/usr/src/lib/common/amd64/crti.s b/usr/src/lib/common/amd64/crti.s index 2d1e0ffa9a..50ce02825d 100644 --- a/usr/src/lib/common/amd64/crti.s +++ b/usr/src/lib/common/amd64/crti.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "crti.s" /* * These crt*.o modules are provided as the bare minimum required diff --git a/usr/src/lib/common/amd64/crtn.s b/usr/src/lib/common/amd64/crtn.s index e2989e39c0..70b73b88dd 100644 --- a/usr/src/lib/common/amd64/crtn.s +++ b/usr/src/lib/common/amd64/crtn.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "crtn.s" /* * These crt*.o modules are provided as the bare minimum required diff --git a/usr/src/lib/common/i386/crt1.s b/usr/src/lib/common/i386/crt1.s index 2e2b1d7498..0a1b17de91 100644 --- a/usr/src/lib/common/i386/crt1.s +++ b/usr/src/lib/common/i386/crt1.s @@ -30,9 +30,7 @@ * where it will be picked up by gcc, along with crti.o and crtn.o */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "crt1.s" .globl _start diff --git a/usr/src/lib/common/sparcv9/crti.s b/usr/src/lib/common/sparcv9/crti.s index 0890baa234..c457355a1d 100644 --- a/usr/src/lib/common/sparcv9/crti.s +++ b/usr/src/lib/common/sparcv9/crti.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -35,9 +34,7 @@ * For further details - see bug#4433015 */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "crti.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/common/sparcv9/crtn.s b/usr/src/lib/common/sparcv9/crtn.s index 4319cad720..002bd6f053 100644 --- a/usr/src/lib/common/sparcv9/crtn.s +++ b/usr/src/lib/common/sparcv9/crtn.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -34,9 +33,7 @@ * For further details - see bug#4433015 */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "crtn.s" /* * _init function epilogue diff --git a/usr/src/lib/libc/amd64/crt/cerror.s b/usr/src/lib/libc/amd64/crt/cerror.s index 842c290b76..f019a4a1b1 100644 --- a/usr/src/lib/libc/amd64/crt/cerror.s +++ b/usr/src/lib/libc/amd64/crt/cerror.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "cerror.s" / C return sequence which sets errno, returns -1. diff --git a/usr/src/lib/libc/amd64/fp/__xgetRD.s b/usr/src/lib/libc/amd64/fp/__xgetRD.s index 1d8958fff6..58fabba427 100644 --- a/usr/src/lib/libc/amd64/fp/__xgetRD.s +++ b/usr/src/lib/libc/amd64/fp/__xgetRD.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__xgetRD.s" #include <SYS.h> diff --git a/usr/src/lib/libc/amd64/fp/_xtoll.s b/usr/src/lib/libc/amd64/fp/_xtoll.s index 9fc5c0c3b7..bdc6b837a2 100644 --- a/usr/src/lib/libc/amd64/fp/_xtoll.s +++ b/usr/src/lib/libc/amd64/fp/_xtoll.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_xtoll.s" #include <SYS.h> diff --git a/usr/src/lib/libc/amd64/fp/_xtoull.s b/usr/src/lib/libc/amd64/fp/_xtoull.s index b4c133853a..79ad1f999c 100644 --- a/usr/src/lib/libc/amd64/fp/_xtoull.s +++ b/usr/src/lib/libc/amd64/fp/_xtoull.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_xtoull.s" #include <SYS.h> diff --git a/usr/src/lib/libc/amd64/fp/fpcw.s b/usr/src/lib/libc/amd64/fp/fpcw.s index 8ef516c296..10cf149eff 100644 --- a/usr/src/lib/libc/amd64/fp/fpcw.s +++ b/usr/src/lib/libc/amd64/fp/fpcw.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fpcw.s" #include <SYS.h> diff --git a/usr/src/lib/libc/amd64/gen/_getsp.s b/usr/src/lib/libc/amd64/gen/_getsp.s index 7d0c1b8289..6eae40806d 100644 --- a/usr/src/lib/libc/amd64/gen/_getsp.s +++ b/usr/src/lib/libc/amd64/gen/_getsp.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_getsp.s" #include "SYS.h" diff --git a/usr/src/lib/libc/amd64/gen/_stack_grow.s b/usr/src/lib/libc/amd64/gen/_stack_grow.s index 68e20fea3b..58d08ad44f 100644 --- a/usr/src/lib/libc/amd64/gen/_stack_grow.s +++ b/usr/src/lib/libc/amd64/gen/_stack_grow.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_stack_grow.s" /* * void * diff --git a/usr/src/lib/libc/amd64/gen/abs.s b/usr/src/lib/libc/amd64/gen/abs.s index cbbad9e274..fa278ba608 100644 --- a/usr/src/lib/libc/amd64/gen/abs.s +++ b/usr/src/lib/libc/amd64/gen/abs.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "abs.s" /* * Assembler program to implement the following C program diff --git a/usr/src/lib/libc/amd64/gen/alloca.s b/usr/src/lib/libc/amd64/gen/alloca.s index 4dd61aa81d..9f0b054836 100644 --- a/usr/src/lib/libc/amd64/gen/alloca.s +++ b/usr/src/lib/libc/amd64/gen/alloca.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "alloca.s" #include "SYS.h" diff --git a/usr/src/lib/libc/amd64/gen/amd64_data.s b/usr/src/lib/libc/amd64/gen/amd64_data.s index d27d83ee5e..8a9e328c4d 100644 --- a/usr/src/lib/libc/amd64/gen/amd64_data.s +++ b/usr/src/lib/libc/amd64/gen/amd64_data.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "amd64_data.s" / This file contains / the definition of the diff --git a/usr/src/lib/libc/amd64/gen/byteorder.s b/usr/src/lib/libc/amd64/gen/byteorder.s index 3784296dcb..5a715a58c7 100644 --- a/usr/src/lib/libc/amd64/gen/byteorder.s +++ b/usr/src/lib/libc/amd64/gen/byteorder.s @@ -23,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "byteorder.s" #include "SYS.h" diff --git a/usr/src/lib/libc/amd64/gen/cache.s b/usr/src/lib/libc/amd64/gen/cache.s index 8c8ce7bc0f..e39206c024 100644 --- a/usr/src/lib/libc/amd64/gen/cache.s +++ b/usr/src/lib/libc/amd64/gen/cache.s @@ -45,9 +45,7 @@ * regulations applicable in licensee's jurisdiction. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "cache.s" #include "SYS.h" #include "cache.h" diff --git a/usr/src/lib/libc/amd64/gen/cuexit.s b/usr/src/lib/libc/amd64/gen/cuexit.s index 93b6f99581..1078f1ef25 100644 --- a/usr/src/lib/libc/amd64/gen/cuexit.s +++ b/usr/src/lib/libc/amd64/gen/cuexit.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "cuexit.s" / C library -- exit / exit(code) diff --git a/usr/src/lib/libc/amd64/gen/lock.s b/usr/src/lib/libc/amd64/gen/lock.s index 9408d91036..579abb5979 100644 --- a/usr/src/lib/libc/amd64/gen/lock.s +++ b/usr/src/lib/libc/amd64/gen/lock.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lock.s" #include "SYS.h" diff --git a/usr/src/lib/libc/amd64/gen/memccpy.s b/usr/src/lib/libc/amd64/gen/memccpy.s index a3c57d0115..f762b4ffc6 100644 --- a/usr/src/lib/libc/amd64/gen/memccpy.s +++ b/usr/src/lib/libc/amd64/gen/memccpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memccpy.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/amd64/gen/memchr.s b/usr/src/lib/libc/amd64/gen/memchr.s index 3d496cfbcb..6491017e97 100644 --- a/usr/src/lib/libc/amd64/gen/memchr.s +++ b/usr/src/lib/libc/amd64/gen/memchr.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memchr.s" / / memchr(sptr, c1, n) diff --git a/usr/src/lib/libc/amd64/gen/memcmp.s b/usr/src/lib/libc/amd64/gen/memcmp.s index b1543e517f..b1575d0673 100644 --- a/usr/src/lib/libc/amd64/gen/memcmp.s +++ b/usr/src/lib/libc/amd64/gen/memcmp.s @@ -45,9 +45,7 @@ * regulations applicable in licensee's jurisdiction. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcmp.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/amd64/gen/memcpy.s b/usr/src/lib/libc/amd64/gen/memcpy.s index 7d5dc2f624..5d4e8c2c68 100644 --- a/usr/src/lib/libc/amd64/gen/memcpy.s +++ b/usr/src/lib/libc/amd64/gen/memcpy.s @@ -34,9 +34,7 @@ * Implements memcpy() and memmove() libc primitives. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcpy.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/amd64/gen/memset.s b/usr/src/lib/libc/amd64/gen/memset.s index 754d72910f..8c9577670d 100644 --- a/usr/src/lib/libc/amd64/gen/memset.s +++ b/usr/src/lib/libc/amd64/gen/memset.s @@ -29,9 +29,7 @@ * All rights reserved. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memset.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/amd64/gen/proc64_support.s b/usr/src/lib/libc/amd64/gen/proc64_support.s index 5ac7f046b2..e441e6f415 100644 --- a/usr/src/lib/libc/amd64/gen/proc64_support.s +++ b/usr/src/lib/libc/amd64/gen/proc64_support.s @@ -34,9 +34,7 @@ * cache size information. Cache information used by memset, strcpy, etc.. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "proc64_support.s" #include <sys/asm_linkage.h> #include "proc64_id.h" diff --git a/usr/src/lib/libc/amd64/gen/setjmp.s b/usr/src/lib/libc/amd64/gen/setjmp.s index 762a88f3a7..9bba833693 100644 --- a/usr/src/lib/libc/amd64/gen/setjmp.s +++ b/usr/src/lib/libc/amd64/gen/setjmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setjmp.s" /* * longjmp(env, val) diff --git a/usr/src/lib/libc/amd64/gen/strcat.s b/usr/src/lib/libc/amd64/gen/strcat.s index 06e522d670..bc9c1d99ed 100644 --- a/usr/src/lib/libc/amd64/gen/strcat.s +++ b/usr/src/lib/libc/amd64/gen/strcat.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strcat.s" / / strcat(s1, s2) diff --git a/usr/src/lib/libc/amd64/gen/strchr.s b/usr/src/lib/libc/amd64/gen/strchr.s index a86de51af3..57008111b6 100644 --- a/usr/src/lib/libc/amd64/gen/strchr.s +++ b/usr/src/lib/libc/amd64/gen/strchr.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strchr.s" #include "SYS.h" diff --git a/usr/src/lib/libc/amd64/gen/strcmp.s b/usr/src/lib/libc/amd64/gen/strcmp.s index 065430e3aa..d8f370f251 100644 --- a/usr/src/lib/libc/amd64/gen/strcmp.s +++ b/usr/src/lib/libc/amd64/gen/strcmp.s @@ -45,9 +45,7 @@ * regulations applicable in licensee's jurisdiction. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strcmp.s" #include "SYS.h" #include "cache.h" diff --git a/usr/src/lib/libc/amd64/gen/strcpy.s b/usr/src/lib/libc/amd64/gen/strcpy.s index 9b858e400b..f036413a3c 100644 --- a/usr/src/lib/libc/amd64/gen/strcpy.s +++ b/usr/src/lib/libc/amd64/gen/strcpy.s @@ -45,9 +45,7 @@ * regulations applicable in licensee's jurisdiction. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strcpy.s" #include "SYS.h" #include "cache.h" diff --git a/usr/src/lib/libc/amd64/gen/strlen.s b/usr/src/lib/libc/amd64/gen/strlen.s index 243996eaa2..e33009d3e1 100644 --- a/usr/src/lib/libc/amd64/gen/strlen.s +++ b/usr/src/lib/libc/amd64/gen/strlen.s @@ -45,9 +45,7 @@ * regulations applicable in licensee's jurisdiction. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strlen.s" #include "SYS.h" #include "cache.h" diff --git a/usr/src/lib/libc/amd64/gen/strncat.s b/usr/src/lib/libc/amd64/gen/strncat.s index 652cfd6580..02460d6bee 100644 --- a/usr/src/lib/libc/amd64/gen/strncat.s +++ b/usr/src/lib/libc/amd64/gen/strncat.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strncat.s" / / strncat(s1, s2, n) diff --git a/usr/src/lib/libc/amd64/gen/strncmp.s b/usr/src/lib/libc/amd64/gen/strncmp.s index 9ce6367e4f..1af3ec6473 100644 --- a/usr/src/lib/libc/amd64/gen/strncmp.s +++ b/usr/src/lib/libc/amd64/gen/strncmp.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strncmp.s" #define USE_AS_STRNCMP #include "strcmp.s" diff --git a/usr/src/lib/libc/amd64/gen/strncpy.s b/usr/src/lib/libc/amd64/gen/strncpy.s index 15197e00f7..3bd8d4ff8e 100644 --- a/usr/src/lib/libc/amd64/gen/strncpy.s +++ b/usr/src/lib/libc/amd64/gen/strncpy.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strncpy.s" #define USE_AS_STRNCPY #include "strcpy.s" diff --git a/usr/src/lib/libc/amd64/gen/strrchr.s b/usr/src/lib/libc/amd64/gen/strrchr.s index b4deb46076..6fbd43c84d 100644 --- a/usr/src/lib/libc/amd64/gen/strrchr.s +++ b/usr/src/lib/libc/amd64/gen/strrchr.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strrchr.s" / / strrchr(sp, c) diff --git a/usr/src/lib/libc/amd64/gen/wschr.s b/usr/src/lib/libc/amd64/gen/wschr.s index eb80866bf2..cf02082591 100644 --- a/usr/src/lib/libc/amd64/gen/wschr.s +++ b/usr/src/lib/libc/amd64/gen/wschr.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "wschr.s" / / Wide character wcschr() implementation diff --git a/usr/src/lib/libc/amd64/gen/wslen.s b/usr/src/lib/libc/amd64/gen/wslen.s index 155191a997..2a9bbddc27 100644 --- a/usr/src/lib/libc/amd64/gen/wslen.s +++ b/usr/src/lib/libc/amd64/gen/wslen.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "wslen.s" /* * Wide character wcslen() implementation diff --git a/usr/src/lib/libc/amd64/gen/wsncmp.s b/usr/src/lib/libc/amd64/gen/wsncmp.s index 7697cac3b7..466c5bda4a 100644 --- a/usr/src/lib/libc/amd64/gen/wsncmp.s +++ b/usr/src/lib/libc/amd64/gen/wsncmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "wsncmp.s" / / Wide character wcsncpy() implementation diff --git a/usr/src/lib/libc/amd64/sys/__clock_gettime.s b/usr/src/lib/libc/amd64/sys/__clock_gettime.s index ab2b5075f2..0a98de28a9 100644 --- a/usr/src/lib/libc/amd64/sys/__clock_gettime.s +++ b/usr/src/lib/libc/amd64/sys/__clock_gettime.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__clock_gettime.s" #include <sys/time_impl.h> #include "SYS.h" diff --git a/usr/src/lib/libc/amd64/sys/__getcontext.s b/usr/src/lib/libc/amd64/sys/__getcontext.s index 7f3eca8787..ba393f00d8 100644 --- a/usr/src/lib/libc/amd64/sys/__getcontext.s +++ b/usr/src/lib/libc/amd64/sys/__getcontext.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__getcontext.s" /* * __getcontext() must be implemented in assembler, as opposed diff --git a/usr/src/lib/libc/amd64/sys/__uadmin.s b/usr/src/lib/libc/amd64/sys/__uadmin.s index ff3a1d26f4..3981cf10cb 100644 --- a/usr/src/lib/libc/amd64/sys/__uadmin.s +++ b/usr/src/lib/libc/amd64/sys/__uadmin.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__uadmin.s" #include "SYS.h" diff --git a/usr/src/lib/libc/amd64/sys/_lwp_mutex_unlock.s b/usr/src/lib/libc/amd64/sys/_lwp_mutex_unlock.s index e89a141fa4..cc3fe3b19a 100644 --- a/usr/src/lib/libc/amd64/sys/_lwp_mutex_unlock.s +++ b/usr/src/lib/libc/amd64/sys/_lwp_mutex_unlock.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_lwp_mutex_unlock.s" #include "SYS.h" #include <../assym.h> diff --git a/usr/src/lib/libc/amd64/sys/door.s b/usr/src/lib/libc/amd64/sys/door.s index fc32051198..d22214194e 100644 --- a/usr/src/lib/libc/amd64/sys/door.s +++ b/usr/src/lib/libc/amd64/sys/door.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "door.s" #include "SYS.h" #include <sys/door.h> diff --git a/usr/src/lib/libc/amd64/sys/forkallx.s b/usr/src/lib/libc/amd64/sys/forkallx.s index dc367d005c..503635c26d 100644 --- a/usr/src/lib/libc/amd64/sys/forkallx.s +++ b/usr/src/lib/libc/amd64/sys/forkallx.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "forkallx.s" #include "SYS.h" diff --git a/usr/src/lib/libc/amd64/sys/forkx.s b/usr/src/lib/libc/amd64/sys/forkx.s index afdb99297f..1627296490 100644 --- a/usr/src/lib/libc/amd64/sys/forkx.s +++ b/usr/src/lib/libc/amd64/sys/forkx.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "forkx.s" #include "SYS.h" diff --git a/usr/src/lib/libc/amd64/sys/getcontext.s b/usr/src/lib/libc/amd64/sys/getcontext.s index b5aedfe8c5..bccbf79628 100644 --- a/usr/src/lib/libc/amd64/sys/getcontext.s +++ b/usr/src/lib/libc/amd64/sys/getcontext.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getcontext.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/amd64/sys/gettimeofday.s b/usr/src/lib/libc/amd64/sys/gettimeofday.s index 9dfd958292..1948a008d4 100644 --- a/usr/src/lib/libc/amd64/sys/gettimeofday.s +++ b/usr/src/lib/libc/amd64/sys/gettimeofday.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "gettimeofday.s" #include "SYS.h" diff --git a/usr/src/lib/libc/amd64/sys/lwp_private.s b/usr/src/lib/libc/amd64/sys/lwp_private.s index 757dd83209..1523f6eb92 100644 --- a/usr/src/lib/libc/amd64/sys/lwp_private.s +++ b/usr/src/lib/libc/amd64/sys/lwp_private.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lwp_private.s" #include "SYS.h" diff --git a/usr/src/lib/libc/amd64/sys/pipe.s b/usr/src/lib/libc/amd64/sys/pipe.s index faeb322893..fd659bea1f 100644 --- a/usr/src/lib/libc/amd64/sys/pipe.s +++ b/usr/src/lib/libc/amd64/sys/pipe.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "pipe.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/amd64/sys/syscall.s b/usr/src/lib/libc/amd64/sys/syscall.s index d93ca204b6..4c55c33057 100644 --- a/usr/src/lib/libc/amd64/sys/syscall.s +++ b/usr/src/lib/libc/amd64/sys/syscall.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "syscall.s" #include "SYS.h" diff --git a/usr/src/lib/libc/amd64/sys/sysi86.s b/usr/src/lib/libc/amd64/sys/sysi86.s index bb1edbfd2a..c6b64c2984 100644 --- a/usr/src/lib/libc/amd64/sys/sysi86.s +++ b/usr/src/lib/libc/amd64/sys/sysi86.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sysi86.s" #include "SYS.h" diff --git a/usr/src/lib/libc/amd64/sys/uname.s b/usr/src/lib/libc/amd64/sys/uname.s index 3756a90b8a..f1ff60bb06 100644 --- a/usr/src/lib/libc/amd64/sys/uname.s +++ b/usr/src/lib/libc/amd64/sys/uname.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "uname.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/amd64/sys/vforkx.s b/usr/src/lib/libc/amd64/sys/vforkx.s index 741cf593c7..5739410694 100644 --- a/usr/src/lib/libc/amd64/sys/vforkx.s +++ b/usr/src/lib/libc/amd64/sys/vforkx.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "vforkx.s" #include "SYS.h" #include <assym.h> diff --git a/usr/src/lib/libc/amd64/threads/asm_subr.s b/usr/src/lib/libc/amd64/threads/asm_subr.s index fc724a0bfc..9feef4a2e2 100644 --- a/usr/src/lib/libc/amd64/threads/asm_subr.s +++ b/usr/src/lib/libc/amd64/threads/asm_subr.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "asm_subr.s" #include <SYS.h> #include <sys/regset.h> diff --git a/usr/src/lib/libc/amd64/threads/tls_get_addr.s b/usr/src/lib/libc/amd64/threads/tls_get_addr.s index bf17a2f0cc..e67e6df40d 100644 --- a/usr/src/lib/libc/amd64/threads/tls_get_addr.s +++ b/usr/src/lib/libc/amd64/threads/tls_get_addr.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "tls_get_addr.s" /* * To make thread-local storage accesses as fast as possible, we diff --git a/usr/src/lib/libc/amd64/unwind/unwind_frame.s b/usr/src/lib/libc/amd64/unwind/unwind_frame.s index 8ee88ec26b..8c4b81fe55 100644 --- a/usr/src/lib/libc/amd64/unwind/unwind_frame.s +++ b/usr/src/lib/libc/amd64/unwind/unwind_frame.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "unwind_frame.s" #ifdef _LIBCRUN_ #define ENTRY(x) \ diff --git a/usr/src/lib/libc/common/sys/__clock_timer.s b/usr/src/lib/libc/common/sys/__clock_timer.s index 5188262570..82e0d1e22e 100644 --- a/usr/src/lib/libc/common/sys/__clock_timer.s +++ b/usr/src/lib/libc/common/sys/__clock_timer.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__clock_timer.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/__getloadavg.s b/usr/src/lib/libc/common/sys/__getloadavg.s index a3691ccd42..9934978389 100644 --- a/usr/src/lib/libc/common/sys/__getloadavg.s +++ b/usr/src/lib/libc/common/sys/__getloadavg.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__getloadavg.s" /* * int __getloadavg(int *buf, int nelem); diff --git a/usr/src/lib/libc/common/sys/__rusagesys.s b/usr/src/lib/libc/common/sys/__rusagesys.s index d79ce1d2a3..77e565189e 100644 --- a/usr/src/lib/libc/common/sys/__rusagesys.s +++ b/usr/src/lib/libc/common/sys/__rusagesys.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__rusagesys.s" /* * int __rusagesys(type, struct rusage *) diff --git a/usr/src/lib/libc/common/sys/__signotify.s b/usr/src/lib/libc/common/sys/__signotify.s index c46122d074..d5aaf1f811 100644 --- a/usr/src/lib/libc/common/sys/__signotify.s +++ b/usr/src/lib/libc/common/sys/__signotify.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__signotify.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/__sigrt.s b/usr/src/lib/libc/common/sys/__sigrt.s index 0ce63adb4e..43b9c364d7 100644 --- a/usr/src/lib/libc/common/sys/__sigrt.s +++ b/usr/src/lib/libc/common/sys/__sigrt.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__sigrt.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/__time.s b/usr/src/lib/libc/common/sys/__time.s index d7b46a0309..76b6d93d7b 100644 --- a/usr/src/lib/libc/common/sys/__time.s +++ b/usr/src/lib/libc/common/sys/__time.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__time.s" /* * raw system calls: diff --git a/usr/src/lib/libc/common/sys/_lgrp_home_fast.s b/usr/src/lib/libc/common/sys/_lgrp_home_fast.s index 7347d994c1..b486a62651 100644 --- a/usr/src/lib/libc/common/sys/_lgrp_home_fast.s +++ b/usr/src/lib/libc/common/sys/_lgrp_home_fast.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_lgrp_home_fast.s" /* * C library -- gethomelgroup diff --git a/usr/src/lib/libc/common/sys/_lgrpsys.s b/usr/src/lib/libc/common/sys/_lgrpsys.s index b8e992e317..73671ce62b 100644 --- a/usr/src/lib/libc/common/sys/_lgrpsys.s +++ b/usr/src/lib/libc/common/sys/_lgrpsys.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_lgrpsys.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/_nfssys.s b/usr/src/lib/libc/common/sys/_nfssys.s index 17779908fa..11c55abb39 100644 --- a/usr/src/lib/libc/common/sys/_nfssys.s +++ b/usr/src/lib/libc/common/sys/_nfssys.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_nfssys.s" /* C library -- nfssys */ /* int nfssys(int opcode, int arg) */ diff --git a/usr/src/lib/libc/common/sys/_portfs.s b/usr/src/lib/libc/common/sys/_portfs.s index 27688315db..e9e186693d 100644 --- a/usr/src/lib/libc/common/sys/_portfs.s +++ b/usr/src/lib/libc/common/sys/_portfs.s @@ -23,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_portfs.s" /* * C library implementation -- _portfs() diff --git a/usr/src/lib/libc/common/sys/_pset.s b/usr/src/lib/libc/common/sys/_pset.s index 3182e1df7b..1f07c80267 100644 --- a/usr/src/lib/libc/common/sys/_pset.s +++ b/usr/src/lib/libc/common/sys/_pset.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_pset.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/_rpcsys.s b/usr/src/lib/libc/common/sys/_rpcsys.s index de1b349f58..981d807e10 100644 --- a/usr/src/lib/libc/common/sys/_rpcsys.s +++ b/usr/src/lib/libc/common/sys/_rpcsys.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_rpcsys.s" /* rpcsys */ /* int rpcsys(int opcode, int arg) */ diff --git a/usr/src/lib/libc/common/sys/_sigaction.s b/usr/src/lib/libc/common/sys/_sigaction.s index c0c60b3f55..d8fd0d5b5f 100644 --- a/usr/src/lib/libc/common/sys/_sigaction.s +++ b/usr/src/lib/libc/common/sys/_sigaction.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_sigaction.s" /* C library -- sigaction */ /* int sigaction (int sig, struct sigaction *act); */ diff --git a/usr/src/lib/libc/common/sys/_so_accept.s b/usr/src/lib/libc/common/sys/_so_accept.s index b737628af8..75759faaad 100644 --- a/usr/src/lib/libc/common/sys/_so_accept.s +++ b/usr/src/lib/libc/common/sys/_so_accept.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_accept.s" /* C library -- __so_accept */ /* int __so_accept(int sock, struct sockaddr *addr, int *addrlen, int vers) */ diff --git a/usr/src/lib/libc/common/sys/_so_bind.s b/usr/src/lib/libc/common/sys/_so_bind.s index e400abe579..d8e4901311 100644 --- a/usr/src/lib/libc/common/sys/_so_bind.s +++ b/usr/src/lib/libc/common/sys/_so_bind.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_bind.s" /* C library -- _so_bind */ /* int _so_bind (int fildes, struct sockaddr *name, int namelen, int vers); */ diff --git a/usr/src/lib/libc/common/sys/_so_connect.s b/usr/src/lib/libc/common/sys/_so_connect.s index 2eb16007a7..889651e9b1 100644 --- a/usr/src/lib/libc/common/sys/_so_connect.s +++ b/usr/src/lib/libc/common/sys/_so_connect.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_connect.s" /* C library -- __so_connect */ /* int __so_connect(int sock, struct sockaddr *addr, int addrlen, int vers) */ diff --git a/usr/src/lib/libc/common/sys/_so_getpeername.s b/usr/src/lib/libc/common/sys/_so_getpeername.s index 93617e1f36..0dd02e55cb 100644 --- a/usr/src/lib/libc/common/sys/_so_getpeername.s +++ b/usr/src/lib/libc/common/sys/_so_getpeername.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_getpeername.s" /* C library -- _so_getpeername */ /* int _so_getpeername (int fildes, struct sockaddr *name, */ diff --git a/usr/src/lib/libc/common/sys/_so_getsockname.s b/usr/src/lib/libc/common/sys/_so_getsockname.s index bdd631234f..4855647e08 100644 --- a/usr/src/lib/libc/common/sys/_so_getsockname.s +++ b/usr/src/lib/libc/common/sys/_so_getsockname.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_getsockname.s" /* C library -- _so_getsockname */ /* int _so_getsockname (int fildes, struct sockaddr *name, int namelen, */ diff --git a/usr/src/lib/libc/common/sys/_so_getsockopt.s b/usr/src/lib/libc/common/sys/_so_getsockopt.s index b4e02e0690..9b72f76b95 100644 --- a/usr/src/lib/libc/common/sys/_so_getsockopt.s +++ b/usr/src/lib/libc/common/sys/_so_getsockopt.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_getsockopt.s" /* C library -- _so_getsockopt */ /* int _so_getsockopt (int socket, int level, int option_name, */ diff --git a/usr/src/lib/libc/common/sys/_so_listen.s b/usr/src/lib/libc/common/sys/_so_listen.s index 48ac132f6c..e0ffd000cf 100644 --- a/usr/src/lib/libc/common/sys/_so_listen.s +++ b/usr/src/lib/libc/common/sys/_so_listen.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_listen.s" /* C library -- _so_listen */ /* int _so_listen (int socket, int backlog, int vers); */ diff --git a/usr/src/lib/libc/common/sys/_so_recv.s b/usr/src/lib/libc/common/sys/_so_recv.s index 2b92fe77d8..690e7206dd 100644 --- a/usr/src/lib/libc/common/sys/_so_recv.s +++ b/usr/src/lib/libc/common/sys/_so_recv.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_recv.s" /* C library -- _so_recv */ /* int __so_recv(int sock, void *buffer, size_t len, int flags) */ diff --git a/usr/src/lib/libc/common/sys/_so_recvfrom.s b/usr/src/lib/libc/common/sys/_so_recvfrom.s index d5b53892ad..d1bc263911 100644 --- a/usr/src/lib/libc/common/sys/_so_recvfrom.s +++ b/usr/src/lib/libc/common/sys/_so_recvfrom.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_recvfrom.s" /* C library -- __so_recvfrom */ /* diff --git a/usr/src/lib/libc/common/sys/_so_recvmsg.s b/usr/src/lib/libc/common/sys/_so_recvmsg.s index 15b3e31fe0..e90540620b 100644 --- a/usr/src/lib/libc/common/sys/_so_recvmsg.s +++ b/usr/src/lib/libc/common/sys/_so_recvmsg.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_recvmsg.s" /* C library -- __so_recvmsg */ /* int __so_recvmsg(int sock, struct msghdr *msg, int flags) */ diff --git a/usr/src/lib/libc/common/sys/_so_send.s b/usr/src/lib/libc/common/sys/_so_send.s index 285193b2be..03dafc9fd5 100644 --- a/usr/src/lib/libc/common/sys/_so_send.s +++ b/usr/src/lib/libc/common/sys/_so_send.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_send.s" /* C library -- __so_send */ /* int __so_send(int socket, const void *buffer, size_t len, int flags) */ diff --git a/usr/src/lib/libc/common/sys/_so_sendmsg.s b/usr/src/lib/libc/common/sys/_so_sendmsg.s index 2e19c716f3..2067971fc5 100644 --- a/usr/src/lib/libc/common/sys/_so_sendmsg.s +++ b/usr/src/lib/libc/common/sys/_so_sendmsg.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_sendmsg.s" /* C library -- __so_sendmsg */ /* int __so_sendmsg(int sock, const struct msghdr *msg, int flags) */ diff --git a/usr/src/lib/libc/common/sys/_so_sendto.s b/usr/src/lib/libc/common/sys/_so_sendto.s index cb5444ba28..3712f3582b 100644 --- a/usr/src/lib/libc/common/sys/_so_sendto.s +++ b/usr/src/lib/libc/common/sys/_so_sendto.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_sendto.s" /* C library -- __so_sendto */ /* diff --git a/usr/src/lib/libc/common/sys/_so_setsockopt.s b/usr/src/lib/libc/common/sys/_so_setsockopt.s index f4e09d0f33..f4ed5b084b 100644 --- a/usr/src/lib/libc/common/sys/_so_setsockopt.s +++ b/usr/src/lib/libc/common/sys/_so_setsockopt.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_setsockopt.s" /* C library -- _so_setsockopt */ /* int _so_setsockopt (int socket, int level, int option_name, */ diff --git a/usr/src/lib/libc/common/sys/_so_shutdown.s b/usr/src/lib/libc/common/sys/_so_shutdown.s index add0dcce89..ae3aab1dd5 100644 --- a/usr/src/lib/libc/common/sys/_so_shutdown.s +++ b/usr/src/lib/libc/common/sys/_so_shutdown.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_shutdown.s" /* C library -- _so_shutdown */ /* int _so_shutdown (int fildes, int how, int vers); */ diff --git a/usr/src/lib/libc/common/sys/_so_socket.s b/usr/src/lib/libc/common/sys/_so_socket.s index 8d7d24240c..20586109c4 100644 --- a/usr/src/lib/libc/common/sys/_so_socket.s +++ b/usr/src/lib/libc/common/sys/_so_socket.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_socket.s" /* C library -- _so_socket */ /* diff --git a/usr/src/lib/libc/common/sys/_so_socketpair.s b/usr/src/lib/libc/common/sys/_so_socketpair.s index 30b596c56e..6627030e69 100644 --- a/usr/src/lib/libc/common/sys/_so_socketpair.s +++ b/usr/src/lib/libc/common/sys/_so_socketpair.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_socketpair.s" /* C library -- _so_socketpair */ /* diff --git a/usr/src/lib/libc/common/sys/_sockconfig.s b/usr/src/lib/libc/common/sys/_sockconfig.s index 1381617017..4ee709ee1b 100644 --- a/usr/src/lib/libc/common/sys/_sockconfig.s +++ b/usr/src/lib/libc/common/sys/_sockconfig.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_sockconfig.s" /* C library -- _sockconfig */ /* diff --git a/usr/src/lib/libc/common/sys/access.s b/usr/src/lib/libc/common/sys/access.s index f622ade40d..e39e7e549c 100644 --- a/usr/src/lib/libc/common/sys/access.s +++ b/usr/src/lib/libc/common/sys/access.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "access.s" /* C library -- access */ /* int access(char *path, int amode) */ diff --git a/usr/src/lib/libc/common/sys/acct.s b/usr/src/lib/libc/common/sys/acct.s index 1d7ed4480f..50bbc42895 100644 --- a/usr/src/lib/libc/common/sys/acct.s +++ b/usr/src/lib/libc/common/sys/acct.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "acct.s" /* C library -- acct */ /* int acct(const char *path) */ diff --git a/usr/src/lib/libc/common/sys/acl.s b/usr/src/lib/libc/common/sys/acl.s index 3a3fb614c5..d9d9c964e6 100644 --- a/usr/src/lib/libc/common/sys/acl.s +++ b/usr/src/lib/libc/common/sys/acl.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "acl.s" /* C library -- acl */ /* int acl(const char *path, int cmd, int cnt, struct aclent *buf) */ diff --git a/usr/src/lib/libc/common/sys/adjtime.s b/usr/src/lib/libc/common/sys/adjtime.s index bede3400cb..a860d6738d 100644 --- a/usr/src/lib/libc/common/sys/adjtime.s +++ b/usr/src/lib/libc/common/sys/adjtime.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "adjtime.s" /* C Library -- adjtime */ /* int adjtime(struct timeval *delta, struct timeval *olddelta) */ diff --git a/usr/src/lib/libc/common/sys/alarm.s b/usr/src/lib/libc/common/sys/alarm.s index 20c7a2ef99..bcc1ce661a 100644 --- a/usr/src/lib/libc/common/sys/alarm.s +++ b/usr/src/lib/libc/common/sys/alarm.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "alarm.s" /* C library -- alarm */ /* unsigned alarm(unsigned seconds) */ diff --git a/usr/src/lib/libc/common/sys/brk.s b/usr/src/lib/libc/common/sys/brk.s index 8bedf3ab2f..fbd2f4c135 100644 --- a/usr/src/lib/libc/common/sys/brk.s +++ b/usr/src/lib/libc/common/sys/brk.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "brk.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/chdir.s b/usr/src/lib/libc/common/sys/chdir.s index 198f5b439a..7469e12863 100644 --- a/usr/src/lib/libc/common/sys/chdir.s +++ b/usr/src/lib/libc/common/sys/chdir.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "chdir.s" /* C library -- chdir */ /* int chdir(char *path) */ diff --git a/usr/src/lib/libc/common/sys/chmod.s b/usr/src/lib/libc/common/sys/chmod.s index 12a4b3f29e..e5175fafcb 100644 --- a/usr/src/lib/libc/common/sys/chmod.s +++ b/usr/src/lib/libc/common/sys/chmod.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "chmod.s" /* C library -- chmod */ /* int chmod(char *path, mode_t mode) */ diff --git a/usr/src/lib/libc/common/sys/chown.s b/usr/src/lib/libc/common/sys/chown.s index 2951402730..d77e23b346 100644 --- a/usr/src/lib/libc/common/sys/chown.s +++ b/usr/src/lib/libc/common/sys/chown.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "chown.s" /* C library -- chown */ /* int chown(char *path, uid_t owner, gid_t group) */ diff --git a/usr/src/lib/libc/common/sys/chroot.s b/usr/src/lib/libc/common/sys/chroot.s index 81fe5896f1..7119afc555 100644 --- a/usr/src/lib/libc/common/sys/chroot.s +++ b/usr/src/lib/libc/common/sys/chroot.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "chroot.s" /* C library -- chroot */ /* int chroot(const char *path) */ diff --git a/usr/src/lib/libc/common/sys/cladm.s b/usr/src/lib/libc/common/sys/cladm.s index 491d849643..ca4bd1f4c9 100644 --- a/usr/src/lib/libc/common/sys/cladm.s +++ b/usr/src/lib/libc/common/sys/cladm.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "cladm.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/close.s b/usr/src/lib/libc/common/sys/close.s index bf162d4e27..ee6cafea09 100644 --- a/usr/src/lib/libc/common/sys/close.s +++ b/usr/src/lib/libc/common/sys/close.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "close.s" /* C library -- close */ /* int __close(int fildes) */ diff --git a/usr/src/lib/libc/common/sys/creat.s b/usr/src/lib/libc/common/sys/creat.s index 45530500d0..a2922eb974 100644 --- a/usr/src/lib/libc/common/sys/creat.s +++ b/usr/src/lib/libc/common/sys/creat.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "creat.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/dup.s b/usr/src/lib/libc/common/sys/dup.s index 6813353005..84b89d0170 100644 --- a/usr/src/lib/libc/common/sys/dup.s +++ b/usr/src/lib/libc/common/sys/dup.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "dup.s" /* C library -- dup */ /* int dup(int fildes) */ diff --git a/usr/src/lib/libc/common/sys/execve.s b/usr/src/lib/libc/common/sys/execve.s index 7c92ac99d7..d60268f601 100644 --- a/usr/src/lib/libc/common/sys/execve.s +++ b/usr/src/lib/libc/common/sys/execve.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "execve.s" /* C library -- execve */ /* int execve(const char *path, const char *argv[], const char *envp[]) diff --git a/usr/src/lib/libc/common/sys/exit.s b/usr/src/lib/libc/common/sys/exit.s index 5c259bcdde..242999b616 100644 --- a/usr/src/lib/libc/common/sys/exit.s +++ b/usr/src/lib/libc/common/sys/exit.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "exit.s" /* C library -- _exit * diff --git a/usr/src/lib/libc/common/sys/facl.s b/usr/src/lib/libc/common/sys/facl.s index 2cd5cd103a..32fc96aa8f 100644 --- a/usr/src/lib/libc/common/sys/facl.s +++ b/usr/src/lib/libc/common/sys/facl.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "facl.s" /* C library -- facl */ /* int facl(int fd, int cmd, int cnt, struct aclent *buf) */ diff --git a/usr/src/lib/libc/common/sys/fchdir.s b/usr/src/lib/libc/common/sys/fchdir.s index a97d4ff2d1..5a97e4a1ec 100644 --- a/usr/src/lib/libc/common/sys/fchdir.s +++ b/usr/src/lib/libc/common/sys/fchdir.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fchdir.s" /* C library -- fchdir */ /* int fchdir(int fildes) */ diff --git a/usr/src/lib/libc/common/sys/fchmod.s b/usr/src/lib/libc/common/sys/fchmod.s index d891b519ad..dc40164077 100644 --- a/usr/src/lib/libc/common/sys/fchmod.s +++ b/usr/src/lib/libc/common/sys/fchmod.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fchmod.s" /* C library -- fchmod */ /* int fchmod(int fildes, mode_t mode) */ diff --git a/usr/src/lib/libc/common/sys/fchown.s b/usr/src/lib/libc/common/sys/fchown.s index 7daa697711..2cc7d35093 100644 --- a/usr/src/lib/libc/common/sys/fchown.s +++ b/usr/src/lib/libc/common/sys/fchown.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fchown.s" /* C library -- fchown */ /* int fchown(int fildes, uid_t owner, gid_t group) */ diff --git a/usr/src/lib/libc/common/sys/fchroot.s b/usr/src/lib/libc/common/sys/fchroot.s index 404169e225..041851f1d0 100644 --- a/usr/src/lib/libc/common/sys/fchroot.s +++ b/usr/src/lib/libc/common/sys/fchroot.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fchroot.s" /* C library -- fchroot */ /* int fchroot(const int fd) */ diff --git a/usr/src/lib/libc/common/sys/fcntl.s b/usr/src/lib/libc/common/sys/fcntl.s index df24860158..3e44b4546d 100644 --- a/usr/src/lib/libc/common/sys/fcntl.s +++ b/usr/src/lib/libc/common/sys/fcntl.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fcntl.s" /* * int __fcntl_syscall(int fildes, int cmd [, arg]) diff --git a/usr/src/lib/libc/common/sys/fdsync.s b/usr/src/lib/libc/common/sys/fdsync.s index 61775f9bd1..ba9ad33e79 100644 --- a/usr/src/lib/libc/common/sys/fdsync.s +++ b/usr/src/lib/libc/common/sys/fdsync.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fdsync.s" /* Underlying function for C library(fsync) and POSIX(fdatasync)*/ /* int __fdsync(int fildes, int flag) */ diff --git a/usr/src/lib/libc/common/sys/fpathconf.s b/usr/src/lib/libc/common/sys/fpathconf.s index 9bb7fb64e7..f3f5a5b036 100644 --- a/usr/src/lib/libc/common/sys/fpathconf.s +++ b/usr/src/lib/libc/common/sys/fpathconf.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fpathconf.s" /* C library -- fpathconf */ /* int fpathconf(int fd, int name) */ diff --git a/usr/src/lib/libc/common/sys/fstat.s b/usr/src/lib/libc/common/sys/fstat.s index 0bc6d69be0..54a8e83558 100644 --- a/usr/src/lib/libc/common/sys/fstat.s +++ b/usr/src/lib/libc/common/sys/fstat.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fstat.s" /* C library -- fstat */ /* int fstat (int fildes, struct stat *buf) */ diff --git a/usr/src/lib/libc/common/sys/fstatfs.s b/usr/src/lib/libc/common/sys/fstatfs.s index 51be44dddb..c8c55c1ef2 100644 --- a/usr/src/lib/libc/common/sys/fstatfs.s +++ b/usr/src/lib/libc/common/sys/fstatfs.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fstatfs.s" /* C library -- fstatfs */ /* int fstatfs(int fildes, struct statfs *buf, int len, diff --git a/usr/src/lib/libc/common/sys/fstatvfs.s b/usr/src/lib/libc/common/sys/fstatvfs.s index 0dbef242fa..9300fbed80 100644 --- a/usr/src/lib/libc/common/sys/fstatvfs.s +++ b/usr/src/lib/libc/common/sys/fstatvfs.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fstatvfs.s" /* C library -- fstatvfs */ /* int fstatvfs(int fildes, struct statvfs *buf) */ diff --git a/usr/src/lib/libc/common/sys/getcpuid.s b/usr/src/lib/libc/common/sys/getcpuid.s index 3bfa8f7728..0e9a55c44e 100644 --- a/usr/src/lib/libc/common/sys/getcpuid.s +++ b/usr/src/lib/libc/common/sys/getcpuid.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getcpuid.s" /* * C library -- getcpuid diff --git a/usr/src/lib/libc/common/sys/getdents.s b/usr/src/lib/libc/common/sys/getdents.s index d6df84a7e3..5c9577aeed 100644 --- a/usr/src/lib/libc/common/sys/getdents.s +++ b/usr/src/lib/libc/common/sys/getdents.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getdents.s" /* C library -- getdents */ /* int getdents (int fildes, struct dirent *buf, size_t count) */ diff --git a/usr/src/lib/libc/common/sys/getegid.s b/usr/src/lib/libc/common/sys/getegid.s index 812142b767..4d51b11170 100644 --- a/usr/src/lib/libc/common/sys/getegid.s +++ b/usr/src/lib/libc/common/sys/getegid.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getegid.s" /* * C library -- getegid diff --git a/usr/src/lib/libc/common/sys/geteuid.s b/usr/src/lib/libc/common/sys/geteuid.s index 4cf6f688fc..267d358433 100644 --- a/usr/src/lib/libc/common/sys/geteuid.s +++ b/usr/src/lib/libc/common/sys/geteuid.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "geteuid.s" /* * C library -- geteuid diff --git a/usr/src/lib/libc/common/sys/getgid.s b/usr/src/lib/libc/common/sys/getgid.s index 02b4814ea8..c2d55876bb 100644 --- a/usr/src/lib/libc/common/sys/getgid.s +++ b/usr/src/lib/libc/common/sys/getgid.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getgid.s" /* C library -- getgid */ /* gid_t getgid (void); */ diff --git a/usr/src/lib/libc/common/sys/getgroups.s b/usr/src/lib/libc/common/sys/getgroups.s index f7d9930a1f..d2544aacc1 100644 --- a/usr/src/lib/libc/common/sys/getgroups.s +++ b/usr/src/lib/libc/common/sys/getgroups.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getgroups.s" /* C library -- getgroups */ /* int getgroups(int gidsetsize, uid_t grouplist[]); */ diff --git a/usr/src/lib/libc/common/sys/gethrtime.s b/usr/src/lib/libc/common/sys/gethrtime.s index 0c2fc628eb..d66330ba2f 100644 --- a/usr/src/lib/libc/common/sys/gethrtime.s +++ b/usr/src/lib/libc/common/sys/gethrtime.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "gethrtime.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/getitimer.s b/usr/src/lib/libc/common/sys/getitimer.s index ab272babe0..1100e258d1 100644 --- a/usr/src/lib/libc/common/sys/getitimer.s +++ b/usr/src/lib/libc/common/sys/getitimer.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getitimer.s" /* C library -- getgid */ /* int getitimer (int, struct itimerval *value); */ diff --git a/usr/src/lib/libc/common/sys/getmsg.s b/usr/src/lib/libc/common/sys/getmsg.s index 333aa6632a..0c033eca58 100644 --- a/usr/src/lib/libc/common/sys/getmsg.s +++ b/usr/src/lib/libc/common/sys/getmsg.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getmsg.s" /* C library -- getmsg */ /* int __getmsg(int fd, struct strbuf *ctlptr, */ diff --git a/usr/src/lib/libc/common/sys/getpid.s b/usr/src/lib/libc/common/sys/getpid.s index 78abed2e09..5a24613c53 100644 --- a/usr/src/lib/libc/common/sys/getpid.s +++ b/usr/src/lib/libc/common/sys/getpid.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getpid.s" /* C library -- getpid */ /* pid_t getpid (void) */ diff --git a/usr/src/lib/libc/common/sys/getpmsg.s b/usr/src/lib/libc/common/sys/getpmsg.s index c82d8b09c6..37fe8b1074 100644 --- a/usr/src/lib/libc/common/sys/getpmsg.s +++ b/usr/src/lib/libc/common/sys/getpmsg.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getpmsg.s" /* C library -- getpmsg */ /* int __getpmsg(int fd, struct strbuf *ctlptr, */ diff --git a/usr/src/lib/libc/common/sys/getppid.s b/usr/src/lib/libc/common/sys/getppid.s index 45c4dd0a3e..fa13eca082 100644 --- a/usr/src/lib/libc/common/sys/getppid.s +++ b/usr/src/lib/libc/common/sys/getppid.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getppid.s" /* * C library -- getppid diff --git a/usr/src/lib/libc/common/sys/getrlimit.s b/usr/src/lib/libc/common/sys/getrlimit.s index 56cd868b74..0ac2bad9a5 100644 --- a/usr/src/lib/libc/common/sys/getrlimit.s +++ b/usr/src/lib/libc/common/sys/getrlimit.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getrlimit.s" /* C library -- getrlimit */ /* int getrlimit(int resources, struct rlimit *rlp) */ diff --git a/usr/src/lib/libc/common/sys/getuid.s b/usr/src/lib/libc/common/sys/getuid.s index 85cbdaebae..fa9b260003 100644 --- a/usr/src/lib/libc/common/sys/getuid.s +++ b/usr/src/lib/libc/common/sys/getuid.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getuid.s" /* C library -- getuid */ /* uid_t getuid (void); */ diff --git a/usr/src/lib/libc/common/sys/gtty.s b/usr/src/lib/libc/common/sys/gtty.s index 363533a953..c03c98b6dd 100644 --- a/usr/src/lib/libc/common/sys/gtty.s +++ b/usr/src/lib/libc/common/sys/gtty.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "gtty.s" /* C library -- gtty */ /* int gtty (int fildes, int arg); */ diff --git a/usr/src/lib/libc/common/sys/install_utrap.s b/usr/src/lib/libc/common/sys/install_utrap.s index f861be6698..0b113d8dac 100644 --- a/usr/src/lib/libc/common/sys/install_utrap.s +++ b/usr/src/lib/libc/common/sys/install_utrap.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "install_utrap.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/common/sys/ioctl.s b/usr/src/lib/libc/common/sys/ioctl.s index 647e64b332..1d50ef0fb6 100644 --- a/usr/src/lib/libc/common/sys/ioctl.s +++ b/usr/src/lib/libc/common/sys/ioctl.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "ioctl.s" /* C library -- ioctl */ /* int ioctl (int fildes, int request, ... ); */ diff --git a/usr/src/lib/libc/common/sys/kaio.s b/usr/src/lib/libc/common/sys/kaio.s index 1cd3810403..e9e4ac18bf 100644 --- a/usr/src/lib/libc/common/sys/kaio.s +++ b/usr/src/lib/libc/common/sys/kaio.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "kaio.s" /* C library -- kaio */ /* intptr_t _kaio (); */ diff --git a/usr/src/lib/libc/common/sys/kill.s b/usr/src/lib/libc/common/sys/kill.s index b1519849e3..eca693b4ad 100644 --- a/usr/src/lib/libc/common/sys/kill.s +++ b/usr/src/lib/libc/common/sys/kill.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "kill.s" /* C library -- kill */ /* int kill (pid_t pid, int sig); */ diff --git a/usr/src/lib/libc/common/sys/lchown.s b/usr/src/lib/libc/common/sys/lchown.s index db01eb12bb..5055f53ff4 100644 --- a/usr/src/lib/libc/common/sys/lchown.s +++ b/usr/src/lib/libc/common/sys/lchown.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lchown.s" /* C library -- lchown */ /* int lchown(const char *path, uid_t owner, gid_t group) */ diff --git a/usr/src/lib/libc/common/sys/link.s b/usr/src/lib/libc/common/sys/link.s index 6ec6e69686..cbc03892b5 100644 --- a/usr/src/lib/libc/common/sys/link.s +++ b/usr/src/lib/libc/common/sys/link.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "link.s" /* C library -- link */ /* int link (const char *path1, const char *path2); */ diff --git a/usr/src/lib/libc/common/sys/llseek.s b/usr/src/lib/libc/common/sys/llseek.s index 3dc9aab6a9..398516548c 100644 --- a/usr/src/lib/libc/common/sys/llseek.s +++ b/usr/src/lib/libc/common/sys/llseek.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "llseek.s" /* * C library -- llseek diff --git a/usr/src/lib/libc/common/sys/lseek.s b/usr/src/lib/libc/common/sys/lseek.s index b7011b1a7a..20be131543 100644 --- a/usr/src/lib/libc/common/sys/lseek.s +++ b/usr/src/lib/libc/common/sys/lseek.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lseek.s" /* C library -- lseek */ /* off_t lseek(int fildes, off_t offset, int whence); */ diff --git a/usr/src/lib/libc/common/sys/lstat.s b/usr/src/lib/libc/common/sys/lstat.s index dabe0f3b45..fa5c0fdc36 100644 --- a/usr/src/lib/libc/common/sys/lstat.s +++ b/usr/src/lib/libc/common/sys/lstat.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lstat.s" /* C library -- lstat */ /* error = lstat(const char *path, struct lstat *buf) */ diff --git a/usr/src/lib/libc/common/sys/memcntl.s b/usr/src/lib/libc/common/sys/memcntl.s index 05dc9c3311..920796c5b6 100644 --- a/usr/src/lib/libc/common/sys/memcntl.s +++ b/usr/src/lib/libc/common/sys/memcntl.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcntl.s" /* C library -- memcntl */ /* int memcntl(caddr_t addr, size_t len, int cmd, diff --git a/usr/src/lib/libc/common/sys/mincore.s b/usr/src/lib/libc/common/sys/mincore.s index 8819a652bd..5fed96d871 100644 --- a/usr/src/lib/libc/common/sys/mincore.s +++ b/usr/src/lib/libc/common/sys/mincore.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "mincore.s" /* C library -- mincore */ /* int mincore(caddr_t addr, size_t len, char *vec) */ diff --git a/usr/src/lib/libc/common/sys/mkdir.s b/usr/src/lib/libc/common/sys/mkdir.s index 88a1e36c76..1efbfc9081 100644 --- a/usr/src/lib/libc/common/sys/mkdir.s +++ b/usr/src/lib/libc/common/sys/mkdir.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "mkdir.s" /* C library -- mkdir */ /* int mkdir (const char *path, mode_t mode); */ diff --git a/usr/src/lib/libc/common/sys/mknod.s b/usr/src/lib/libc/common/sys/mknod.s index de711cc8ab..0d7733e7ff 100644 --- a/usr/src/lib/libc/common/sys/mknod.s +++ b/usr/src/lib/libc/common/sys/mknod.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "mknod.s" /* C library -- mknod */ /* int mknod(const char *path, mode_t mode, dev_t dev); */ diff --git a/usr/src/lib/libc/common/sys/mmap.s b/usr/src/lib/libc/common/sys/mmap.s index 0a5742efdc..4175283eb8 100644 --- a/usr/src/lib/libc/common/sys/mmap.s +++ b/usr/src/lib/libc/common/sys/mmap.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "mmap.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/common/sys/modctl.s b/usr/src/lib/libc/common/sys/modctl.s index 6f50f4a6ec..c24df882af 100644 --- a/usr/src/lib/libc/common/sys/modctl.s +++ b/usr/src/lib/libc/common/sys/modctl.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "modctl.s" /* C library -- modctl */ /* int modctl(int opcode, char *arg) */ diff --git a/usr/src/lib/libc/common/sys/mount.s b/usr/src/lib/libc/common/sys/mount.s index 99e26969f8..5631b2344d 100644 --- a/usr/src/lib/libc/common/sys/mount.s +++ b/usr/src/lib/libc/common/sys/mount.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "mount.s" /* C library -- mount */ /* int mount(const char *spec, const char *dir, int mflag, diff --git a/usr/src/lib/libc/common/sys/mprotect.s b/usr/src/lib/libc/common/sys/mprotect.s index 70bdf76237..9d2fbe615d 100644 --- a/usr/src/lib/libc/common/sys/mprotect.s +++ b/usr/src/lib/libc/common/sys/mprotect.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "mprotect.s" /* C library -- mprotect */ /* int mprotect(caddr_t addr, size_t len, int prot) */ diff --git a/usr/src/lib/libc/common/sys/munmap.s b/usr/src/lib/libc/common/sys/munmap.s index 569393521b..2ea70a1454 100644 --- a/usr/src/lib/libc/common/sys/munmap.s +++ b/usr/src/lib/libc/common/sys/munmap.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "munmap.s" /* C library -- munmap */ /* int munmap(caddr_t addr, size_t len) */ diff --git a/usr/src/lib/libc/common/sys/nice.s b/usr/src/lib/libc/common/sys/nice.s index 4e1709c74a..ccb802b8b9 100644 --- a/usr/src/lib/libc/common/sys/nice.s +++ b/usr/src/lib/libc/common/sys/nice.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "nice.s" /* C library -- nice */ /* int nice (int incr); */ diff --git a/usr/src/lib/libc/common/sys/ntp_adjtime.s b/usr/src/lib/libc/common/sys/ntp_adjtime.s index 0c6435b02a..0963fbf4be 100644 --- a/usr/src/lib/libc/common/sys/ntp_adjtime.s +++ b/usr/src/lib/libc/common/sys/ntp_adjtime.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "ntp_adjtime.s" /* C library -- ntp_adjtime */ /* int ntp_adjtime (struct timex *); */ diff --git a/usr/src/lib/libc/common/sys/ntp_gettime.s b/usr/src/lib/libc/common/sys/ntp_gettime.s index 18c796dada..c462efb731 100644 --- a/usr/src/lib/libc/common/sys/ntp_gettime.s +++ b/usr/src/lib/libc/common/sys/ntp_gettime.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "ntp_gettime.s" /* C library -- ntp_gettime */ /* int ntp_gettime (struct ntptimeval *); */ diff --git a/usr/src/lib/libc/common/sys/open.s b/usr/src/lib/libc/common/sys/open.s index 2ebb074603..90c375629b 100644 --- a/usr/src/lib/libc/common/sys/open.s +++ b/usr/src/lib/libc/common/sys/open.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "open.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/p_online.s b/usr/src/lib/libc/common/sys/p_online.s index c2dc8508f2..7a31c8cccc 100644 --- a/usr/src/lib/libc/common/sys/p_online.s +++ b/usr/src/lib/libc/common/sys/p_online.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "p_online.s" /* * C library -- p_online diff --git a/usr/src/lib/libc/common/sys/pathconf.s b/usr/src/lib/libc/common/sys/pathconf.s index 1e6bd8ab56..2c2ba5d1a5 100644 --- a/usr/src/lib/libc/common/sys/pathconf.s +++ b/usr/src/lib/libc/common/sys/pathconf.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "pathconf.s" /* C library -- pathconf */ /* long pathconf(char *path, int name) */ diff --git a/usr/src/lib/libc/common/sys/pause.s b/usr/src/lib/libc/common/sys/pause.s index 2da6f69639..77c880cdec 100644 --- a/usr/src/lib/libc/common/sys/pause.s +++ b/usr/src/lib/libc/common/sys/pause.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "pause.s" /* C library - pause */ /* int __pause(void); */ diff --git a/usr/src/lib/libc/common/sys/pcsample.s b/usr/src/lib/libc/common/sys/pcsample.s index db40f2d2df..6269593f5b 100644 --- a/usr/src/lib/libc/common/sys/pcsample.s +++ b/usr/src/lib/libc/common/sys/pcsample.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "pcsample.s" /* C library -- pcsample */ /* long pcsample(uintptr_t buf[], long nsamples); */ diff --git a/usr/src/lib/libc/common/sys/pollsys.s b/usr/src/lib/libc/common/sys/pollsys.s index 295e437d5f..3de7c57515 100644 --- a/usr/src/lib/libc/common/sys/pollsys.s +++ b/usr/src/lib/libc/common/sys/pollsys.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "pollsys.s" /* * C library -- __pollsys diff --git a/usr/src/lib/libc/common/sys/pread.s b/usr/src/lib/libc/common/sys/pread.s index 0a08814dde..7b9821e049 100644 --- a/usr/src/lib/libc/common/sys/pread.s +++ b/usr/src/lib/libc/common/sys/pread.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "pread.s" /* C library -- pread */ /* ssize_t __pread(int, void *, size_t, off_t); */ diff --git a/usr/src/lib/libc/common/sys/priocntlset.s b/usr/src/lib/libc/common/sys/priocntlset.s index f4ef612516..c29a016d5b 100644 --- a/usr/src/lib/libc/common/sys/priocntlset.s +++ b/usr/src/lib/libc/common/sys/priocntlset.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "priocntlset.s" /* C library -- priocntlset */ /* long priocntlset(procset_t psp, int cmd, int arg) */ diff --git a/usr/src/lib/libc/common/sys/processor_bind.s b/usr/src/lib/libc/common/sys/processor_bind.s index 58b7489af0..4ccc132140 100644 --- a/usr/src/lib/libc/common/sys/processor_bind.s +++ b/usr/src/lib/libc/common/sys/processor_bind.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "processor_bind.s" /* * C library -- processor_bind diff --git a/usr/src/lib/libc/common/sys/processor_info.s b/usr/src/lib/libc/common/sys/processor_info.s index 42877965e5..9010ec9e48 100644 --- a/usr/src/lib/libc/common/sys/processor_info.s +++ b/usr/src/lib/libc/common/sys/processor_info.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "processor_info.s" /* * C library -- processor_info diff --git a/usr/src/lib/libc/common/sys/profil.s b/usr/src/lib/libc/common/sys/profil.s index 46d97b7828..8a5ddf0011 100644 --- a/usr/src/lib/libc/common/sys/profil.s +++ b/usr/src/lib/libc/common/sys/profil.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "profil.s" /* C library -- profil */ /* void profil (short *buff, int buffsz, int offset, int scale);*/ diff --git a/usr/src/lib/libc/common/sys/putmsg.s b/usr/src/lib/libc/common/sys/putmsg.s index 66ccec85e0..0b33cf68c7 100644 --- a/usr/src/lib/libc/common/sys/putmsg.s +++ b/usr/src/lib/libc/common/sys/putmsg.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "putmsg.s" /* C library -- putmsg */ /* int __putmsg(int fd, struct const strbuf *ctlptr, */ diff --git a/usr/src/lib/libc/common/sys/putpmsg.s b/usr/src/lib/libc/common/sys/putpmsg.s index e97587d007..d2a74ee54f 100644 --- a/usr/src/lib/libc/common/sys/putpmsg.s +++ b/usr/src/lib/libc/common/sys/putpmsg.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "putpmsg.s" /* C library -- putpmsg */ /* int __putpmsg(int fd, struct const strbuf *ctlptr, */ diff --git a/usr/src/lib/libc/common/sys/pwrite.s b/usr/src/lib/libc/common/sys/pwrite.s index 61d8b67544..20fd3a198a 100644 --- a/usr/src/lib/libc/common/sys/pwrite.s +++ b/usr/src/lib/libc/common/sys/pwrite.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "pwrite.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/read.s b/usr/src/lib/libc/common/sys/read.s index 72db14e879..4a838047c8 100644 --- a/usr/src/lib/libc/common/sys/read.s +++ b/usr/src/lib/libc/common/sys/read.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "read.s" /* C library -- read */ /* ssize_t __read(int fildes, void *buf, size_t nbyte); */ diff --git a/usr/src/lib/libc/common/sys/readlink.s b/usr/src/lib/libc/common/sys/readlink.s index 4a4d9d1883..2ec6e5a886 100644 --- a/usr/src/lib/libc/common/sys/readlink.s +++ b/usr/src/lib/libc/common/sys/readlink.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "readlink.s" /* * C library -- readlink diff --git a/usr/src/lib/libc/common/sys/readv.s b/usr/src/lib/libc/common/sys/readv.s index 3dd7136416..3488ee9619 100644 --- a/usr/src/lib/libc/common/sys/readv.s +++ b/usr/src/lib/libc/common/sys/readv.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "readv.s" /* C library -- readv */ /* ssize_t __readv(int fd, const struct iovec *iovp, int iovcnt) */ diff --git a/usr/src/lib/libc/common/sys/rename.s b/usr/src/lib/libc/common/sys/rename.s index ce31680d89..b76767a976 100644 --- a/usr/src/lib/libc/common/sys/rename.s +++ b/usr/src/lib/libc/common/sys/rename.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "rename.s" /* C library -- rename */ /* int rename(const char *old, const char *new); */ diff --git a/usr/src/lib/libc/common/sys/resolvepath.s b/usr/src/lib/libc/common/sys/resolvepath.s index 1ef05e84a4..632f3ee147 100644 --- a/usr/src/lib/libc/common/sys/resolvepath.s +++ b/usr/src/lib/libc/common/sys/resolvepath.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "resolvepath.s" /* C library -- resolvepath */ /* int resolvepath(const char *path, void *buf, int bufsiz) */ diff --git a/usr/src/lib/libc/common/sys/rmdir.s b/usr/src/lib/libc/common/sys/rmdir.s index 6067763b40..9e0aeda3d7 100644 --- a/usr/src/lib/libc/common/sys/rmdir.s +++ b/usr/src/lib/libc/common/sys/rmdir.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "rmdir.s" /* C library -- rmdir */ /* int rmdir (const char *path); */ diff --git a/usr/src/lib/libc/common/sys/seteguid.s b/usr/src/lib/libc/common/sys/seteguid.s index c370446587..ac0815138a 100644 --- a/usr/src/lib/libc/common/sys/seteguid.s +++ b/usr/src/lib/libc/common/sys/seteguid.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "seteguid.s" /* C library -- setegid, seteuid */ /* int setegid (gid_t gid) */ diff --git a/usr/src/lib/libc/common/sys/setgid.s b/usr/src/lib/libc/common/sys/setgid.s index cb49aadb16..a2661e6df0 100644 --- a/usr/src/lib/libc/common/sys/setgid.s +++ b/usr/src/lib/libc/common/sys/setgid.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setgid.s" /* C library -- setgid */ /* int setgid(gid_t gid); */ diff --git a/usr/src/lib/libc/common/sys/setgroups.s b/usr/src/lib/libc/common/sys/setgroups.s index 6b128d67df..30b4041710 100644 --- a/usr/src/lib/libc/common/sys/setgroups.s +++ b/usr/src/lib/libc/common/sys/setgroups.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setgroups.s" /* C library -- setgroups */ /* int setgroups(int ngroups, uid_t grouplist[]) */ diff --git a/usr/src/lib/libc/common/sys/setitimer.s b/usr/src/lib/libc/common/sys/setitimer.s index bfb2de13cb..9ef2388653 100644 --- a/usr/src/lib/libc/common/sys/setitimer.s +++ b/usr/src/lib/libc/common/sys/setitimer.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setitimer.s" /* C library -- setitimer */ /* int setitimer (int, const struct itimerval *, struct itimerval *); */ diff --git a/usr/src/lib/libc/common/sys/setreid.s b/usr/src/lib/libc/common/sys/setreid.s index c04b9df6e1..cbbe4aafa7 100644 --- a/usr/src/lib/libc/common/sys/setreid.s +++ b/usr/src/lib/libc/common/sys/setreid.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setreid.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/common/sys/setrlimit.s b/usr/src/lib/libc/common/sys/setrlimit.s index b8630b272e..37de71059d 100644 --- a/usr/src/lib/libc/common/sys/setrlimit.s +++ b/usr/src/lib/libc/common/sys/setrlimit.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setrlimit.s" /* C library -- setrlimit */ /* int setrlimit(int resource, const struct rlimit *rlp) */ diff --git a/usr/src/lib/libc/common/sys/setuid.s b/usr/src/lib/libc/common/sys/setuid.s index ca2e76b00d..7006e27338 100644 --- a/usr/src/lib/libc/common/sys/setuid.s +++ b/usr/src/lib/libc/common/sys/setuid.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setuid.s" /* C library -- setuid */ /* int setuid (uid_t uid); */ diff --git a/usr/src/lib/libc/common/sys/sigaltstk.s b/usr/src/lib/libc/common/sys/sigaltstk.s index 38b8e648ec..104a4d435f 100644 --- a/usr/src/lib/libc/common/sys/sigaltstk.s +++ b/usr/src/lib/libc/common/sys/sigaltstk.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sigaltstk.s" /* C library -- sigaltstack */ /* int sigaltstack (stack_t *ss, stack_t *oss); */ diff --git a/usr/src/lib/libc/common/sys/sigprocmsk.s b/usr/src/lib/libc/common/sys/sigprocmsk.s index 68891726e1..aa7e3b7b2f 100644 --- a/usr/src/lib/libc/common/sys/sigprocmsk.s +++ b/usr/src/lib/libc/common/sys/sigprocmsk.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sigprocmsk.s" /* C library -- sigprocmask */ /* int sigprocmask (int how, sigset_t *set, sigset_t *oset) */ diff --git a/usr/src/lib/libc/common/sys/sigsendset.s b/usr/src/lib/libc/common/sys/sigsendset.s index 934c110edc..3e6d108fac 100644 --- a/usr/src/lib/libc/common/sys/sigsendset.s +++ b/usr/src/lib/libc/common/sys/sigsendset.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sigsendset.s" /* C library -- sigsendset */ /* int sigsendset(procset_t *psp, int sig) */ diff --git a/usr/src/lib/libc/common/sys/sigsuspend.s b/usr/src/lib/libc/common/sys/sigsuspend.s index c0cdd47478..f6e12590be 100644 --- a/usr/src/lib/libc/common/sys/sigsuspend.s +++ b/usr/src/lib/libc/common/sys/sigsuspend.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sigsuspend.s" /* C library -- sigsuspend trap */ /* int __sigsuspend (sigset_t *set); */ diff --git a/usr/src/lib/libc/common/sys/stat.s b/usr/src/lib/libc/common/sys/stat.s index 4b392b037a..db60595cf6 100644 --- a/usr/src/lib/libc/common/sys/stat.s +++ b/usr/src/lib/libc/common/sys/stat.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "stat.s" /* C library -- stat */ /* int stat (const char *path, struct stat *buf); */ diff --git a/usr/src/lib/libc/common/sys/statfs.s b/usr/src/lib/libc/common/sys/statfs.s index aee5c59b2d..3e8357477a 100644 --- a/usr/src/lib/libc/common/sys/statfs.s +++ b/usr/src/lib/libc/common/sys/statfs.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "statfs.s" /* C library -- statfs */ /* int statfs (const char *path, struct statfs *buf, int len, */ diff --git a/usr/src/lib/libc/common/sys/statvfs.s b/usr/src/lib/libc/common/sys/statvfs.s index b2f87ef5f4..33dd10e690 100644 --- a/usr/src/lib/libc/common/sys/statvfs.s +++ b/usr/src/lib/libc/common/sys/statvfs.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "statvfs.s" /* C library -- statvfs */ /* int statvfs(const char *path, struct statvfs *statbuf) */ diff --git a/usr/src/lib/libc/common/sys/stty.s b/usr/src/lib/libc/common/sys/stty.s index 0350573531..6dd9c98d0a 100644 --- a/usr/src/lib/libc/common/sys/stty.s +++ b/usr/src/lib/libc/common/sys/stty.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "stty.s" /* C library -- stty */ /* int stty (char *path, struct ?? buf, int len); */ diff --git a/usr/src/lib/libc/common/sys/symlink.s b/usr/src/lib/libc/common/sys/symlink.s index dd0408b6e9..d46e48f1c4 100644 --- a/usr/src/lib/libc/common/sys/symlink.s +++ b/usr/src/lib/libc/common/sys/symlink.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "symlink.s" /* C library -- symlink */ /* int symlink(const char *name1, const char *name2) */ diff --git a/usr/src/lib/libc/common/sys/sync.s b/usr/src/lib/libc/common/sys/sync.s index 1184210683..873980143f 100644 --- a/usr/src/lib/libc/common/sys/sync.s +++ b/usr/src/lib/libc/common/sys/sync.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sync.s" /* C library -- sync */ /* void sync (void); */ diff --git a/usr/src/lib/libc/common/sys/sysconfig.s b/usr/src/lib/libc/common/sys/sysconfig.s index 9ec706f360..49fdf27ef7 100644 --- a/usr/src/lib/libc/common/sys/sysconfig.s +++ b/usr/src/lib/libc/common/sys/sysconfig.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sysconfig.s" /* C library -- _sysconfig */ /* int _sysconfig(name) */ diff --git a/usr/src/lib/libc/common/sys/sysfs.s b/usr/src/lib/libc/common/sys/sysfs.s index 198bb220b9..e55fe7b463 100644 --- a/usr/src/lib/libc/common/sys/sysfs.s +++ b/usr/src/lib/libc/common/sys/sysfs.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sysfs.s" /* C library -- sysfs */ /* int sysfs (int opcode, const char *fsname); */ diff --git a/usr/src/lib/libc/common/sys/sysinfo.s b/usr/src/lib/libc/common/sys/sysinfo.s index 640e74da29..c6c9f1724e 100644 --- a/usr/src/lib/libc/common/sys/sysinfo.s +++ b/usr/src/lib/libc/common/sys/sysinfo.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sysinfo.s" /* C library -- sysinfo */ /* int sysinfo(cmd, buf, count) */ diff --git a/usr/src/lib/libc/common/sys/syslwp.s b/usr/src/lib/libc/common/sys/syslwp.s index 7034c709f9..a168f5e215 100644 --- a/usr/src/lib/libc/common/sys/syslwp.s +++ b/usr/src/lib/libc/common/sys/syslwp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "syslwp.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/times.s b/usr/src/lib/libc/common/sys/times.s index 5607f4d50f..a89b1e717f 100644 --- a/usr/src/lib/libc/common/sys/times.s +++ b/usr/src/lib/libc/common/sys/times.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "times.s" /* C library -- times */ /* long times (struct tms *buffer); */ diff --git a/usr/src/lib/libc/common/sys/ulimit.s b/usr/src/lib/libc/common/sys/ulimit.s index b4715957f0..3e63fd6584 100644 --- a/usr/src/lib/libc/common/sys/ulimit.s +++ b/usr/src/lib/libc/common/sys/ulimit.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "ulimit.s" /* C library -- ulimit */ /* long ulimit (int cmd, long newlimit); */ diff --git a/usr/src/lib/libc/common/sys/umask.s b/usr/src/lib/libc/common/sys/umask.s index 8efa975c55..09bd5af18f 100644 --- a/usr/src/lib/libc/common/sys/umask.s +++ b/usr/src/lib/libc/common/sys/umask.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "umask.s" /* C library -- umask */ /* mode_t umask (mode_t cmask); */ diff --git a/usr/src/lib/libc/common/sys/umount2.s b/usr/src/lib/libc/common/sys/umount2.s index 4613d4fe05..7faf3624d3 100644 --- a/usr/src/lib/libc/common/sys/umount2.s +++ b/usr/src/lib/libc/common/sys/umount2.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "umount2.s" /* C library -- umount2 */ /* int umount2 (const char *file, int flag); */ diff --git a/usr/src/lib/libc/common/sys/unlink.s b/usr/src/lib/libc/common/sys/unlink.s index 0292d8a728..427ed54c15 100644 --- a/usr/src/lib/libc/common/sys/unlink.s +++ b/usr/src/lib/libc/common/sys/unlink.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "unlink.s" /* C library -- unlink */ /* int unlink (const char *path); */ diff --git a/usr/src/lib/libc/common/sys/utime.s b/usr/src/lib/libc/common/sys/utime.s index 3d46bced00..34d10f97b6 100644 --- a/usr/src/lib/libc/common/sys/utime.s +++ b/usr/src/lib/libc/common/sys/utime.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "utime.s" /* C library -- utime */ /* int utime (const char *path, const struct utimbuf *times); */ diff --git a/usr/src/lib/libc/common/sys/utimes.s b/usr/src/lib/libc/common/sys/utimes.s index 4479682770..95f5e27a12 100644 --- a/usr/src/lib/libc/common/sys/utimes.s +++ b/usr/src/lib/libc/common/sys/utimes.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "utimes.s" /* C library -- utimes */ /* int utimes (const char *path, const struct timeval *times); */ diff --git a/usr/src/lib/libc/common/sys/utssys.s b/usr/src/lib/libc/common/sys/utssys.s index 35d4e3fed0..a8b5254a6a 100644 --- a/usr/src/lib/libc/common/sys/utssys.s +++ b/usr/src/lib/libc/common/sys/utssys.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "utssys.s" /* C library -- utssys */ /* error = utssys(cbuf, mv, type, outbufp) */ diff --git a/usr/src/lib/libc/common/sys/uucopy.s b/usr/src/lib/libc/common/sys/uucopy.s index d7674f1b23..8b10467b94 100644 --- a/usr/src/lib/libc/common/sys/uucopy.s +++ b/usr/src/lib/libc/common/sys/uucopy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "uucopy.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/vhangup.s b/usr/src/lib/libc/common/sys/vhangup.s index 1b6a4b58d1..a81c677659 100644 --- a/usr/src/lib/libc/common/sys/vhangup.s +++ b/usr/src/lib/libc/common/sys/vhangup.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "vhangup.s" /* C library -- vhangup */ /* int vhangup() */ diff --git a/usr/src/lib/libc/common/sys/waitid.s b/usr/src/lib/libc/common/sys/waitid.s index 5b4a6dc2f3..65e735c32d 100644 --- a/usr/src/lib/libc/common/sys/waitid.s +++ b/usr/src/lib/libc/common/sys/waitid.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "waitid.s" /* C library -- waitid */ /* int waitid(idtype_t idtype, id_t id, siginfo_t *infop, diff --git a/usr/src/lib/libc/common/sys/write.s b/usr/src/lib/libc/common/sys/write.s index d69ccb5f86..24b41a1b5f 100644 --- a/usr/src/lib/libc/common/sys/write.s +++ b/usr/src/lib/libc/common/sys/write.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "write.s" /* C library -- write */ /* ssize_t __write(int fildes, const void *buf, size_t nbyte); */ diff --git a/usr/src/lib/libc/common/sys/writev.s b/usr/src/lib/libc/common/sys/writev.s index 9c793aec78..13a93b9b77 100644 --- a/usr/src/lib/libc/common/sys/writev.s +++ b/usr/src/lib/libc/common/sys/writev.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "writev.s" /* C library -- writev */ /* ssize_t __writev(int fd, const struct iovec *iovp, int iovcnt) */ diff --git a/usr/src/lib/libc/common/sys/yield.s b/usr/src/lib/libc/common/sys/yield.s index c36b8fe9aa..685dd13438 100644 --- a/usr/src/lib/libc/common/sys/yield.s +++ b/usr/src/lib/libc/common/sys/yield.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "yield.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/crt/_rtboot.s b/usr/src/lib/libc/i386/crt/_rtboot.s index 68ff4b1511..e21c5cb956 100644 --- a/usr/src/lib/libc/i386/crt/_rtboot.s +++ b/usr/src/lib/libc/i386/crt/_rtboot.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_rtboot.s" / bootstrap routine for run-time linker / we get control from exec which has loaded our text and diff --git a/usr/src/lib/libc/i386/crt/cerror.s b/usr/src/lib/libc/i386/crt/cerror.s index ce474aaf2b..7d13197b73 100644 --- a/usr/src/lib/libc/i386/crt/cerror.s +++ b/usr/src/lib/libc/i386/crt/cerror.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "cerror.s" / C return sequence which sets errno, returns -1. diff --git a/usr/src/lib/libc/i386/crt/cerror64.s b/usr/src/lib/libc/i386/crt/cerror64.s index b81943a956..3cf2fcf26f 100644 --- a/usr/src/lib/libc/i386/crt/cerror64.s +++ b/usr/src/lib/libc/i386/crt/cerror64.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "cerror64.s" / C return sequence which sets errno, returns -1. diff --git a/usr/src/lib/libc/i386/fp/_xtoll.s b/usr/src/lib/libc/i386/fp/_xtoll.s index 96c448f113..559a0a71b5 100644 --- a/usr/src/lib/libc/i386/fp/_xtoll.s +++ b/usr/src/lib/libc/i386/fp/_xtoll.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_xtoll.s" #include <SYS.h> diff --git a/usr/src/lib/libc/i386/fp/_xtoull.s b/usr/src/lib/libc/i386/fp/_xtoull.s index fbae3a9180..d578135ab6 100644 --- a/usr/src/lib/libc/i386/fp/_xtoull.s +++ b/usr/src/lib/libc/i386/fp/_xtoull.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_xtoull.s" #include <SYS.h> diff --git a/usr/src/lib/libc/i386/fp/fpcw.s b/usr/src/lib/libc/i386/fp/fpcw.s index 82de0d4f52..260964eef8 100644 --- a/usr/src/lib/libc/i386/fp/fpcw.s +++ b/usr/src/lib/libc/i386/fp/fpcw.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fpcw.s" #include <SYS.h> diff --git a/usr/src/lib/libc/i386/gen/_div64.s b/usr/src/lib/libc/i386/gen/_div64.s index c09804d28d..37e341149e 100644 --- a/usr/src/lib/libc/i386/gen/_div64.s +++ b/usr/src/lib/libc/i386/gen/_div64.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_div64.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/gen/_divdi3.s b/usr/src/lib/libc/i386/gen/_divdi3.s index c0dfcd1052..4f3de86ba1 100644 --- a/usr/src/lib/libc/i386/gen/_divdi3.s +++ b/usr/src/lib/libc/i386/gen/_divdi3.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -25,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_divdi3.s" #include <SYS.h> diff --git a/usr/src/lib/libc/i386/gen/_getsp.s b/usr/src/lib/libc/i386/gen/_getsp.s index 972f124278..dd2f6397f4 100644 --- a/usr/src/lib/libc/i386/gen/_getsp.s +++ b/usr/src/lib/libc/i386/gen/_getsp.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_getsp.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/gen/_mul64.s b/usr/src/lib/libc/i386/gen/_mul64.s index 9e9b3fbcc2..871ce516c7 100644 --- a/usr/src/lib/libc/i386/gen/_mul64.s +++ b/usr/src/lib/libc/i386/gen/_mul64.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_mul64.s" / / function __mul64(A,B:Longint):Longint; diff --git a/usr/src/lib/libc/i386/gen/_stack_grow.s b/usr/src/lib/libc/i386/gen/_stack_grow.s index e4c1db8a18..8649d9b9a5 100644 --- a/usr/src/lib/libc/i386/gen/_stack_grow.s +++ b/usr/src/lib/libc/i386/gen/_stack_grow.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_stack_grow.s" /* * void * diff --git a/usr/src/lib/libc/i386/gen/abs.s b/usr/src/lib/libc/i386/gen/abs.s index dd92cc4546..975def8692 100644 --- a/usr/src/lib/libc/i386/gen/abs.s +++ b/usr/src/lib/libc/i386/gen/abs.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -25,9 +24,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "abs.s" / /* Assembler program to implement the following C program */ / int diff --git a/usr/src/lib/libc/i386/gen/alloca.s b/usr/src/lib/libc/i386/gen/alloca.s index ffdf2dab0d..b4fcdc742f 100644 --- a/usr/src/lib/libc/i386/gen/alloca.s +++ b/usr/src/lib/libc/i386/gen/alloca.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "alloca.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/gen/byteorder.s b/usr/src/lib/libc/i386/gen/byteorder.s index 531097b631..9689b2b6bf 100644 --- a/usr/src/lib/libc/i386/gen/byteorder.s +++ b/usr/src/lib/libc/i386/gen/byteorder.s @@ -23,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "byteorder.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/gen/cuexit.s b/usr/src/lib/libc/i386/gen/cuexit.s index 4707469dbc..3dfb1214f1 100644 --- a/usr/src/lib/libc/i386/gen/cuexit.s +++ b/usr/src/lib/libc/i386/gen/cuexit.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "cuexit.s" / C library -- exit / exit(code) diff --git a/usr/src/lib/libc/i386/gen/ladd.s b/usr/src/lib/libc/i386/gen/ladd.s index 6b3b7ffde1..20ff455c38 100644 --- a/usr/src/lib/libc/i386/gen/ladd.s +++ b/usr/src/lib/libc/i386/gen/ladd.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "ladd.s" / Double long add routine. diff --git a/usr/src/lib/libc/i386/gen/ldivide.s b/usr/src/lib/libc/i386/gen/ldivide.s index 3df4afcb36..60fd7216ea 100644 --- a/usr/src/lib/libc/i386/gen/ldivide.s +++ b/usr/src/lib/libc/i386/gen/ldivide.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "ldivide.s" / Double long divide routine. diff --git a/usr/src/lib/libc/i386/gen/lmul.s b/usr/src/lib/libc/i386/gen/lmul.s index c25ca556f7..18e683261c 100644 --- a/usr/src/lib/libc/i386/gen/lmul.s +++ b/usr/src/lib/libc/i386/gen/lmul.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lmul.s" / Double long multiply routine. diff --git a/usr/src/lib/libc/i386/gen/lock.s b/usr/src/lib/libc/i386/gen/lock.s index d204105374..ad2d095803 100644 --- a/usr/src/lib/libc/i386/gen/lock.s +++ b/usr/src/lib/libc/i386/gen/lock.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lock.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/gen/lshiftl.s b/usr/src/lib/libc/i386/gen/lshiftl.s index 1d684ccc1e..a3dae6d5ac 100644 --- a/usr/src/lib/libc/i386/gen/lshiftl.s +++ b/usr/src/lib/libc/i386/gen/lshiftl.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lshiftl.s" / Shift a double long value. diff --git a/usr/src/lib/libc/i386/gen/lsign.s b/usr/src/lib/libc/i386/gen/lsign.s index 2854113a28..9b363dc11b 100644 --- a/usr/src/lib/libc/i386/gen/lsign.s +++ b/usr/src/lib/libc/i386/gen/lsign.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lsign.s" / Determine the sign of a double-long number. diff --git a/usr/src/lib/libc/i386/gen/lsub.s b/usr/src/lib/libc/i386/gen/lsub.s index db39d376a1..cb00add7db 100644 --- a/usr/src/lib/libc/i386/gen/lsub.s +++ b/usr/src/lib/libc/i386/gen/lsub.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lsub.s" / Double long subtraction routine. diff --git a/usr/src/lib/libc/i386/gen/memccpy.s b/usr/src/lib/libc/i386/gen/memccpy.s index 3a46af6597..ecf0feb594 100644 --- a/usr/src/lib/libc/i386/gen/memccpy.s +++ b/usr/src/lib/libc/i386/gen/memccpy.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memccpy.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/i386/gen/memchr.s b/usr/src/lib/libc/i386/gen/memchr.s index d29b05d7c3..92605eb08e 100644 --- a/usr/src/lib/libc/i386/gen/memchr.s +++ b/usr/src/lib/libc/i386/gen/memchr.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memchr.s" / / memchr(sptr, c1, n) diff --git a/usr/src/lib/libc/i386/gen/memcmp.s b/usr/src/lib/libc/i386/gen/memcmp.s index 13f9e05eed..92442ff024 100644 --- a/usr/src/lib/libc/i386/gen/memcmp.s +++ b/usr/src/lib/libc/i386/gen/memcmp.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcmp.s" / / memcmp(s1, s2, n) diff --git a/usr/src/lib/libc/i386/gen/memcpy.s b/usr/src/lib/libc/i386/gen/memcpy.s index a86d6b5da1..b1d36b7a41 100644 --- a/usr/src/lib/libc/i386/gen/memcpy.s +++ b/usr/src/lib/libc/i386/gen/memcpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcpy.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/i386/gen/memset.s b/usr/src/lib/libc/i386/gen/memset.s index 0ddfb50017..b047161ad4 100644 --- a/usr/src/lib/libc/i386/gen/memset.s +++ b/usr/src/lib/libc/i386/gen/memset.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memset.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/i386/gen/setjmp.s b/usr/src/lib/libc/i386/gen/setjmp.s index 723e57decf..db9ad85b82 100644 --- a/usr/src/lib/libc/i386/gen/setjmp.s +++ b/usr/src/lib/libc/i386/gen/setjmp.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setjmp.s" / longjmp(env, val) / will generate a "return(val)" from diff --git a/usr/src/lib/libc/i386/gen/strcat.s b/usr/src/lib/libc/i386/gen/strcat.s index 24888f7569..7a37a9d219 100644 --- a/usr/src/lib/libc/i386/gen/strcat.s +++ b/usr/src/lib/libc/i386/gen/strcat.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strcat.s" / / strcat(s1, s2) diff --git a/usr/src/lib/libc/i386/gen/strchr.s b/usr/src/lib/libc/i386/gen/strchr.s index c91f9cb217..d4a9830770 100644 --- a/usr/src/lib/libc/i386/gen/strchr.s +++ b/usr/src/lib/libc/i386/gen/strchr.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strchr.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/gen/strcpy.s b/usr/src/lib/libc/i386/gen/strcpy.s index b72e03de15..c0cd061e8e 100644 --- a/usr/src/lib/libc/i386/gen/strcpy.s +++ b/usr/src/lib/libc/i386/gen/strcpy.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strcpy.s" / / strcpy(s1, s2) diff --git a/usr/src/lib/libc/i386/gen/strlen.s b/usr/src/lib/libc/i386/gen/strlen.s index daf99052c0..fd6063fc89 100644 --- a/usr/src/lib/libc/i386/gen/strlen.s +++ b/usr/src/lib/libc/i386/gen/strlen.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strlen.s" / / strlen(s) diff --git a/usr/src/lib/libc/i386/gen/strncat.s b/usr/src/lib/libc/i386/gen/strncat.s index 1fec4b5f48..7dd4384d9b 100644 --- a/usr/src/lib/libc/i386/gen/strncat.s +++ b/usr/src/lib/libc/i386/gen/strncat.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strncat.s" / / strncat(s1, s2, n) diff --git a/usr/src/lib/libc/i386/gen/strncmp.s b/usr/src/lib/libc/i386/gen/strncmp.s index 421bcd08fb..e79c01fdcc 100644 --- a/usr/src/lib/libc/i386/gen/strncmp.s +++ b/usr/src/lib/libc/i386/gen/strncmp.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strncmp.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/gen/strncpy.s b/usr/src/lib/libc/i386/gen/strncpy.s index 7678cd8cbf..3f65682a6c 100644 --- a/usr/src/lib/libc/i386/gen/strncpy.s +++ b/usr/src/lib/libc/i386/gen/strncpy.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strncpy.s" / / strncpy(s1, s2, n) diff --git a/usr/src/lib/libc/i386/gen/strrchr.s b/usr/src/lib/libc/i386/gen/strrchr.s index 7d8990100b..cec3aa4db1 100644 --- a/usr/src/lib/libc/i386/gen/strrchr.s +++ b/usr/src/lib/libc/i386/gen/strrchr.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strrchr.s" / / strrchr(sp, c) diff --git a/usr/src/lib/libc/i386/gen/wschr.s b/usr/src/lib/libc/i386/gen/wschr.s index 2cf1809cf2..8760494d04 100644 --- a/usr/src/lib/libc/i386/gen/wschr.s +++ b/usr/src/lib/libc/i386/gen/wschr.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "wschr.s" / / Wide character wcschr() implementation diff --git a/usr/src/lib/libc/i386/gen/wslen.s b/usr/src/lib/libc/i386/gen/wslen.s index 3431210229..8e7d1dd36d 100644 --- a/usr/src/lib/libc/i386/gen/wslen.s +++ b/usr/src/lib/libc/i386/gen/wslen.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "wslen.s" /* * Wide character wcslen() implementation diff --git a/usr/src/lib/libc/i386/gen/wsncmp.s b/usr/src/lib/libc/i386/gen/wsncmp.s index 995187a827..92ce2dc0c7 100644 --- a/usr/src/lib/libc/i386/gen/wsncmp.s +++ b/usr/src/lib/libc/i386/gen/wsncmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "wsncmp.s" / / Wide character wcsncpy() implementation diff --git a/usr/src/lib/libc/i386/sys/__clock_gettime.s b/usr/src/lib/libc/i386/sys/__clock_gettime.s index 96c372d5a3..cf9ee306ff 100644 --- a/usr/src/lib/libc/i386/sys/__clock_gettime.s +++ b/usr/src/lib/libc/i386/sys/__clock_gettime.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__clock_gettime.s" #include <sys/time_impl.h> #include "SYS.h" diff --git a/usr/src/lib/libc/i386/sys/__getcontext.s b/usr/src/lib/libc/i386/sys/__getcontext.s index 3ae3654cd0..2484bbf00e 100644 --- a/usr/src/lib/libc/i386/sys/__getcontext.s +++ b/usr/src/lib/libc/i386/sys/__getcontext.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__getcontext.s" /* * __getcontext() must be implemented in assembler, as opposed diff --git a/usr/src/lib/libc/i386/sys/__uadmin.s b/usr/src/lib/libc/i386/sys/__uadmin.s index ff3a1d26f4..3981cf10cb 100644 --- a/usr/src/lib/libc/i386/sys/__uadmin.s +++ b/usr/src/lib/libc/i386/sys/__uadmin.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__uadmin.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/sys/_lwp_mutex_unlock.s b/usr/src/lib/libc/i386/sys/_lwp_mutex_unlock.s index 3133ba1fe8..1425b5bb76 100644 --- a/usr/src/lib/libc/i386/sys/_lwp_mutex_unlock.s +++ b/usr/src/lib/libc/i386/sys/_lwp_mutex_unlock.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_lwp_mutex_unlock.s" #include "SYS.h" #include <../assym.h> diff --git a/usr/src/lib/libc/i386/sys/door.s b/usr/src/lib/libc/i386/sys/door.s index 92ef56eff8..2d348ebba8 100644 --- a/usr/src/lib/libc/i386/sys/door.s +++ b/usr/src/lib/libc/i386/sys/door.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "door.s" #include "SYS.h" #include <sys/door.h> diff --git a/usr/src/lib/libc/i386/sys/forkallx.s b/usr/src/lib/libc/i386/sys/forkallx.s index 7cf6b58e1d..87fe063773 100644 --- a/usr/src/lib/libc/i386/sys/forkallx.s +++ b/usr/src/lib/libc/i386/sys/forkallx.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "forkallx.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/sys/forkx.s b/usr/src/lib/libc/i386/sys/forkx.s index 9a24c05d32..b3b74e8048 100644 --- a/usr/src/lib/libc/i386/sys/forkx.s +++ b/usr/src/lib/libc/i386/sys/forkx.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "forkx.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/sys/fxstat.s b/usr/src/lib/libc/i386/sys/fxstat.s index 7c5cb096b9..da3eb8f5c0 100644 --- a/usr/src/lib/libc/i386/sys/fxstat.s +++ b/usr/src/lib/libc/i386/sys/fxstat.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fxstat.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/sys/getcontext.s b/usr/src/lib/libc/i386/sys/getcontext.s index 3979b3362a..3c66b8fc99 100644 --- a/usr/src/lib/libc/i386/sys/getcontext.s +++ b/usr/src/lib/libc/i386/sys/getcontext.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getcontext.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/i386/sys/gettimeofday.s b/usr/src/lib/libc/i386/sys/gettimeofday.s index e54a71121b..1e21601aba 100644 --- a/usr/src/lib/libc/i386/sys/gettimeofday.s +++ b/usr/src/lib/libc/i386/sys/gettimeofday.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "gettimeofday.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/sys/lwp_private.s b/usr/src/lib/libc/i386/sys/lwp_private.s index 757dd83209..1523f6eb92 100644 --- a/usr/src/lib/libc/i386/sys/lwp_private.s +++ b/usr/src/lib/libc/i386/sys/lwp_private.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lwp_private.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/sys/lxstat.s b/usr/src/lib/libc/i386/sys/lxstat.s index 0359d1b0ef..9e9d3af63c 100644 --- a/usr/src/lib/libc/i386/sys/lxstat.s +++ b/usr/src/lib/libc/i386/sys/lxstat.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lxstat.s" / int / _lxstat(_STAT_VER, _path, _buf); diff --git a/usr/src/lib/libc/i386/sys/nuname.s b/usr/src/lib/libc/i386/sys/nuname.s index 1d7ea9ecc9..caabf475ec 100644 --- a/usr/src/lib/libc/i386/sys/nuname.s +++ b/usr/src/lib/libc/i386/sys/nuname.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "nuname.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/sys/pipe.s b/usr/src/lib/libc/i386/sys/pipe.s index 1ce1b2258d..d17b720124 100644 --- a/usr/src/lib/libc/i386/sys/pipe.s +++ b/usr/src/lib/libc/i386/sys/pipe.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "pipe.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/i386/sys/syscall.s b/usr/src/lib/libc/i386/sys/syscall.s index 886cec9b8a..72498595e6 100644 --- a/usr/src/lib/libc/i386/sys/syscall.s +++ b/usr/src/lib/libc/i386/sys/syscall.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "syscall.s" #include "SYS.h" #include <sys/trap.h> diff --git a/usr/src/lib/libc/i386/sys/sysi86.s b/usr/src/lib/libc/i386/sys/sysi86.s index bb1edbfd2a..c6b64c2984 100644 --- a/usr/src/lib/libc/i386/sys/sysi86.s +++ b/usr/src/lib/libc/i386/sys/sysi86.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sysi86.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/sys/uname.s b/usr/src/lib/libc/i386/sys/uname.s index a8e8224f4a..8b4921a727 100644 --- a/usr/src/lib/libc/i386/sys/uname.s +++ b/usr/src/lib/libc/i386/sys/uname.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "uname.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/i386/sys/vforkx.s b/usr/src/lib/libc/i386/sys/vforkx.s index be14d9757a..618c20bbc7 100644 --- a/usr/src/lib/libc/i386/sys/vforkx.s +++ b/usr/src/lib/libc/i386/sys/vforkx.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "vforkx.s" #include "SYS.h" #include <assym.h> diff --git a/usr/src/lib/libc/i386/sys/xmknod.s b/usr/src/lib/libc/i386/sys/xmknod.s index cb7175e300..e8a9421dcc 100644 --- a/usr/src/lib/libc/i386/sys/xmknod.s +++ b/usr/src/lib/libc/i386/sys/xmknod.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "xmknod.s" / OS library -- _xmknod diff --git a/usr/src/lib/libc/i386/sys/xstat.s b/usr/src/lib/libc/i386/sys/xstat.s index 866f0ee2d2..8581a5f2af 100644 --- a/usr/src/lib/libc/i386/sys/xstat.s +++ b/usr/src/lib/libc/i386/sys/xstat.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "xstat.s" / OS library -- _xstat diff --git a/usr/src/lib/libc/i386/threads/asm_subr.s b/usr/src/lib/libc/i386/threads/asm_subr.s index 622ea3f250..eeaf6c3dac 100644 --- a/usr/src/lib/libc/i386/threads/asm_subr.s +++ b/usr/src/lib/libc/i386/threads/asm_subr.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "asm_subr.s" #include <SYS.h> diff --git a/usr/src/lib/libc/i386/threads/tls_get_addr.s b/usr/src/lib/libc/i386/threads/tls_get_addr.s index 9a783a3061..eb3f814d51 100644 --- a/usr/src/lib/libc/i386/threads/tls_get_addr.s +++ b/usr/src/lib/libc/i386/threads/tls_get_addr.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "tls_get_addr.s" /* * To make thread-local storage accesses as fast as possible, we diff --git a/usr/src/lib/libc/i386/unwind/unwind_frame.s b/usr/src/lib/libc/i386/unwind/unwind_frame.s index ac8213daf6..103e77024e 100644 --- a/usr/src/lib/libc/i386/unwind/unwind_frame.s +++ b/usr/src/lib/libc/i386/unwind/unwind_frame.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "unwind_frame.s" #include <SYS.h> diff --git a/usr/src/lib/libc/i386_hwcap1/gen/memcpy.s b/usr/src/lib/libc/i386_hwcap1/gen/memcpy.s index ebecf1e1a8..d7277977aa 100644 --- a/usr/src/lib/libc/i386_hwcap1/gen/memcpy.s +++ b/usr/src/lib/libc/i386_hwcap1/gen/memcpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcpy.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/i386_hwcap1/gen/memset.s b/usr/src/lib/libc/i386_hwcap1/gen/memset.s index bbdb71c870..ceaf437c08 100644 --- a/usr/src/lib/libc/i386_hwcap1/gen/memset.s +++ b/usr/src/lib/libc/i386_hwcap1/gen/memset.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memset.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/sparc/crt/hwmuldiv.s b/usr/src/lib/libc/sparc/crt/hwmuldiv.s index 0a83278017..3ec3f13456 100644 --- a/usr/src/lib/libc/sparc/crt/hwmuldiv.s +++ b/usr/src/lib/libc/sparc/crt/hwmuldiv.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "hwmuldiv.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/sparc/fp/_Q_get_rp_rd.s b/usr/src/lib/libc/sparc/fp/_Q_get_rp_rd.s index a1a5e560ad..a15de61e0e 100644 --- a/usr/src/lib/libc/sparc/fp/_Q_get_rp_rd.s +++ b/usr/src/lib/libc/sparc/fp/_Q_get_rp_rd.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_Q_get_rp_rd.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/sparc/fp/fpgetmask.s b/usr/src/lib/libc/sparc/fp/fpgetmask.s index a75d946234..6a7b88a751 100644 --- a/usr/src/lib/libc/sparc/fp/fpgetmask.s +++ b/usr/src/lib/libc/sparc/fp/fpgetmask.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fpgetmask.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparc/fp/fpgetrnd.s b/usr/src/lib/libc/sparc/fp/fpgetrnd.s index 2c2d044f79..052bf0d28a 100644 --- a/usr/src/lib/libc/sparc/fp/fpgetrnd.s +++ b/usr/src/lib/libc/sparc/fp/fpgetrnd.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fpgetrnd.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparc/fp/fpgetsticky.s b/usr/src/lib/libc/sparc/fp/fpgetsticky.s index bd274719d3..3533127a75 100644 --- a/usr/src/lib/libc/sparc/fp/fpgetsticky.s +++ b/usr/src/lib/libc/sparc/fp/fpgetsticky.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fpgetsticky.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparc/fp/fpsetmask.s b/usr/src/lib/libc/sparc/fp/fpsetmask.s index 2277a0b536..56fd14a01e 100644 --- a/usr/src/lib/libc/sparc/fp/fpsetmask.s +++ b/usr/src/lib/libc/sparc/fp/fpsetmask.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fpsetmask.s" /* * fp_except fpsetmask(mask) diff --git a/usr/src/lib/libc/sparc/fp/fpsetrnd.s b/usr/src/lib/libc/sparc/fp/fpsetrnd.s index f668e7b7be..34fd9c4819 100644 --- a/usr/src/lib/libc/sparc/fp/fpsetrnd.s +++ b/usr/src/lib/libc/sparc/fp/fpsetrnd.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fpsetrnd.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparc/fp/fpsetsticky.s b/usr/src/lib/libc/sparc/fp/fpsetsticky.s index 792fc0402a..5598980d3f 100644 --- a/usr/src/lib/libc/sparc/fp/fpsetsticky.s +++ b/usr/src/lib/libc/sparc/fp/fpsetsticky.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fpsetsticky.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparc/gen/_stack_grow.s b/usr/src/lib/libc/sparc/gen/_stack_grow.s index 07376f21bc..7389a9a498 100644 --- a/usr/src/lib/libc/sparc/gen/_stack_grow.s +++ b/usr/src/lib/libc/sparc/gen/_stack_grow.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_stack_grow.s" #include "SYS.h" #include <../assym.h> diff --git a/usr/src/lib/libc/sparc/gen/ladd.s b/usr/src/lib/libc/sparc/gen/ladd.s index a3bf215c56..8a1d220077 100644 --- a/usr/src/lib/libc/sparc/gen/ladd.s +++ b/usr/src/lib/libc/sparc/gen/ladd.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "ladd.s" /* * Double long add routine. Ported from pdp 11/70 version diff --git a/usr/src/lib/libc/sparc/gen/lock.s b/usr/src/lib/libc/sparc/gen/lock.s index a96043767d..c10c8a39aa 100644 --- a/usr/src/lib/libc/sparc/gen/lock.s +++ b/usr/src/lib/libc/sparc/gen/lock.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lock.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/sparc/gen/lshiftl.s b/usr/src/lib/libc/sparc/gen/lshiftl.s index dd1a475d22..ead1ce1d6e 100644 --- a/usr/src/lib/libc/sparc/gen/lshiftl.s +++ b/usr/src/lib/libc/sparc/gen/lshiftl.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lshiftl.s" /* * Shift a double long value. Ported from m32 version to sparc. diff --git a/usr/src/lib/libc/sparc/gen/lsign.s b/usr/src/lib/libc/sparc/gen/lsign.s index 6d774b582c..9ed20d3757 100644 --- a/usr/src/lib/libc/sparc/gen/lsign.s +++ b/usr/src/lib/libc/sparc/gen/lsign.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lsign.s" /* * Determine the sign of a double-long number. diff --git a/usr/src/lib/libc/sparc/gen/lsub.s b/usr/src/lib/libc/sparc/gen/lsub.s index 90bbccab99..204a654270 100644 --- a/usr/src/lib/libc/sparc/gen/lsub.s +++ b/usr/src/lib/libc/sparc/gen/lsub.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lsub.s" /* * Double long subtraction routine. Ported from pdp 11/70 version diff --git a/usr/src/lib/libc/sparc/gen/memchr.s b/usr/src/lib/libc/sparc/gen/memchr.s index 5688826dde..39eb35b261 100644 --- a/usr/src/lib/libc/sparc/gen/memchr.s +++ b/usr/src/lib/libc/sparc/gen/memchr.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memchr.s" /* * Return the ptr in sptr at which the character c1 appears; diff --git a/usr/src/lib/libc/sparc/gen/memcmp.s b/usr/src/lib/libc/sparc/gen/memcmp.s index be2fe4e24b..650353d442 100644 --- a/usr/src/lib/libc/sparc/gen/memcmp.s +++ b/usr/src/lib/libc/sparc/gen/memcmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcmp.s" /* * memcmp(s1, s2, len) diff --git a/usr/src/lib/libc/sparc/gen/memcpy.s b/usr/src/lib/libc/sparc/gen/memcpy.s index 32589b5655..c24b290db6 100644 --- a/usr/src/lib/libc/sparc/gen/memcpy.s +++ b/usr/src/lib/libc/sparc/gen/memcpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcpy.s" /* * memcpy(s1, s2, len) diff --git a/usr/src/lib/libc/sparc/gen/memmove.s b/usr/src/lib/libc/sparc/gen/memmove.s index 122c191555..50f94a4d85 100644 --- a/usr/src/lib/libc/sparc/gen/memmove.s +++ b/usr/src/lib/libc/sparc/gen/memmove.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memmove.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/sparc/gen/memset.s b/usr/src/lib/libc/sparc/gen/memset.s index 750ee3bd2b..10a12075b6 100644 --- a/usr/src/lib/libc/sparc/gen/memset.s +++ b/usr/src/lib/libc/sparc/gen/memset.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memset.s" /* * char *memset(sp, c, n) diff --git a/usr/src/lib/libc/sparc/gen/setjmp.s b/usr/src/lib/libc/sparc/gen/setjmp.s index c491eb26e4..517f5fe82f 100644 --- a/usr/src/lib/libc/sparc/gen/setjmp.s +++ b/usr/src/lib/libc/sparc/gen/setjmp.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setjmp.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/sparc/gen/strcasecmp.s b/usr/src/lib/libc/sparc/gen/strcasecmp.s index 2ef09e2ca6..c1f4a0d055 100644 --- a/usr/src/lib/libc/sparc/gen/strcasecmp.s +++ b/usr/src/lib/libc/sparc/gen/strcasecmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strcasecmp.s" /* * The strcasecmp() function is a case insensitive versions of strcmp(). * It assumes the ASCII character set and ignores differences in case diff --git a/usr/src/lib/libc/sparc/gen/strchr.s b/usr/src/lib/libc/sparc/gen/strchr.s index b2e8d660de..307015f570 100644 --- a/usr/src/lib/libc/sparc/gen/strchr.s +++ b/usr/src/lib/libc/sparc/gen/strchr.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strchr.s" /* * The strchr() function returns a pointer to the first occurrence of c diff --git a/usr/src/lib/libc/sparc/gen/strcmp.s b/usr/src/lib/libc/sparc/gen/strcmp.s index ce402f07da..a08693f70d 100644 --- a/usr/src/lib/libc/sparc/gen/strcmp.s +++ b/usr/src/lib/libc/sparc/gen/strcmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strcmp.s" /* strcmp(s1, s2) * diff --git a/usr/src/lib/libc/sparc/gen/strcpy.s b/usr/src/lib/libc/sparc/gen/strcpy.s index 593a4e8293..1afc5c14cd 100644 --- a/usr/src/lib/libc/sparc/gen/strcpy.s +++ b/usr/src/lib/libc/sparc/gen/strcpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strcpy.s" /* * strcpy(s1, s2) diff --git a/usr/src/lib/libc/sparc/gen/strlcpy.s b/usr/src/lib/libc/sparc/gen/strlcpy.s index 9e96232e22..61ef629026 100644 --- a/usr/src/lib/libc/sparc/gen/strlcpy.s +++ b/usr/src/lib/libc/sparc/gen/strlcpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strlcpy.s" /* * The strlcpy() function copies at most dstsize-1 characters * (dstsize being the size of the string buffer dst) from src diff --git a/usr/src/lib/libc/sparc/gen/strlen.s b/usr/src/lib/libc/sparc/gen/strlen.s index e709690f79..442c0a5f2b 100644 --- a/usr/src/lib/libc/sparc/gen/strlen.s +++ b/usr/src/lib/libc/sparc/gen/strlen.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strlen.s" /* * strlen(s) diff --git a/usr/src/lib/libc/sparc/gen/strncmp.s b/usr/src/lib/libc/sparc/gen/strncmp.s index 109c52362f..5e1a87dfe7 100644 --- a/usr/src/lib/libc/sparc/gen/strncmp.s +++ b/usr/src/lib/libc/sparc/gen/strncmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strncmp.s" /* * strncmp(s1, s2, n) diff --git a/usr/src/lib/libc/sparc/gen/strncpy.s b/usr/src/lib/libc/sparc/gen/strncpy.s index e6cb8046e7..c919be9bce 100644 --- a/usr/src/lib/libc/sparc/gen/strncpy.s +++ b/usr/src/lib/libc/sparc/gen/strncpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strncpy.s" /* * strncpy(s1, s2) diff --git a/usr/src/lib/libc/sparc/gen/sync_instruction_memory.s b/usr/src/lib/libc/sparc/gen/sync_instruction_memory.s index d4cae952f5..19aae4ebe7 100644 --- a/usr/src/lib/libc/sparc/gen/sync_instruction_memory.s +++ b/usr/src/lib/libc/sparc/gen/sync_instruction_memory.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * All rights reserved. */ -.ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sync_instruction_memory.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/sparc/sys/__clock_gettime.s b/usr/src/lib/libc/sparc/sys/__clock_gettime.s index a464864da2..7e630055de 100644 --- a/usr/src/lib/libc/sparc/sys/__clock_gettime.s +++ b/usr/src/lib/libc/sparc/sys/__clock_gettime.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__clock_gettime.s" #include <sys/time_impl.h> #include "SYS.h" diff --git a/usr/src/lib/libc/sparc/sys/__getcontext.s b/usr/src/lib/libc/sparc/sys/__getcontext.s index 86364e3ee3..7fb3ad3f25 100644 --- a/usr/src/lib/libc/sparc/sys/__getcontext.s +++ b/usr/src/lib/libc/sparc/sys/__getcontext.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__getcontext.s" /* * __getcontext() must be implemented in assembler, as opposed diff --git a/usr/src/lib/libc/sparc/sys/_lwp_mutex_unlock.s b/usr/src/lib/libc/sparc/sys/_lwp_mutex_unlock.s index 62a0a82b8c..0e9b775dd2 100644 --- a/usr/src/lib/libc/sparc/sys/_lwp_mutex_unlock.s +++ b/usr/src/lib/libc/sparc/sys/_lwp_mutex_unlock.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_lwp_mutex_unlock.s" #include "SYS.h" #include <../assym.h> diff --git a/usr/src/lib/libc/sparc/sys/door.s b/usr/src/lib/libc/sparc/sys/door.s index b7fb6abce2..ce788bdbe8 100644 --- a/usr/src/lib/libc/sparc/sys/door.s +++ b/usr/src/lib/libc/sparc/sys/door.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "door.s" #include "SYS.h" #include <sys/door.h> diff --git a/usr/src/lib/libc/sparc/sys/forkallx.s b/usr/src/lib/libc/sparc/sys/forkallx.s index 32dbdadd6e..6232c6448c 100644 --- a/usr/src/lib/libc/sparc/sys/forkallx.s +++ b/usr/src/lib/libc/sparc/sys/forkallx.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "forkallx.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparc/sys/forkx.s b/usr/src/lib/libc/sparc/sys/forkx.s index b86bcbbfcc..7b8ca05ad9 100644 --- a/usr/src/lib/libc/sparc/sys/forkx.s +++ b/usr/src/lib/libc/sparc/sys/forkx.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "forkx.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparc/sys/gettimeofday.s b/usr/src/lib/libc/sparc/sys/gettimeofday.s index dedd12fd7b..1bc9016a18 100644 --- a/usr/src/lib/libc/sparc/sys/gettimeofday.s +++ b/usr/src/lib/libc/sparc/sys/gettimeofday.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "gettimeofday.s" /* * C library -- gettimeofday diff --git a/usr/src/lib/libc/sparc/sys/syscall.s b/usr/src/lib/libc/sparc/sys/syscall.s index f90ee2c92e..70f3618642 100644 --- a/usr/src/lib/libc/sparc/sys/syscall.s +++ b/usr/src/lib/libc/sparc/sys/syscall.s @@ -27,8 +27,6 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * C library -- int syscall(int sysnum, ...); * C library -- int __systemcall(sysret_t *, int sysnum, ...); @@ -45,7 +43,7 @@ * use it here because this code is shared between sparcv8 and sparcv9. */ - .file "%M%" + .file "syscall.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparc/sys/vforkx.s b/usr/src/lib/libc/sparc/sys/vforkx.s index 2757668e6b..d67e23f071 100644 --- a/usr/src/lib/libc/sparc/sys/vforkx.s +++ b/usr/src/lib/libc/sparc/sys/vforkx.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "vforkx.s" #include "SYS.h" #include <assym.h> diff --git a/usr/src/lib/libc/sparc/threads/asm_subr.s b/usr/src/lib/libc/sparc/threads/asm_subr.s index 29489eb44e..b7fa8fef1e 100644 --- a/usr/src/lib/libc/sparc/threads/asm_subr.s +++ b/usr/src/lib/libc/sparc/threads/asm_subr.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "asm_subr.s" #include "SYS.h" #include <sys/trap.h> diff --git a/usr/src/lib/libc/sparc/threads/tls_get_addr.s b/usr/src/lib/libc/sparc/threads/tls_get_addr.s index dc4051b7ab..d6550e6b2f 100644 --- a/usr/src/lib/libc/sparc/threads/tls_get_addr.s +++ b/usr/src/lib/libc/sparc/threads/tls_get_addr.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "tls_get_addr.s" #include "SYS.h" #include <../assym.h> diff --git a/usr/src/lib/libc/sparc/unwind/unwind_frame.s b/usr/src/lib/libc/sparc/unwind/unwind_frame.s index 022e4ac781..b08df98527 100644 --- a/usr/src/lib/libc/sparc/unwind/unwind_frame.s +++ b/usr/src/lib/libc/sparc/unwind/unwind_frame.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "unwind_frame.s" #include "SYS.h" #include <../assym.h> diff --git a/usr/src/lib/libc/sparcv9/crt/__align_cpy_2.s b/usr/src/lib/libc/sparcv9/crt/__align_cpy_2.s index 267ff34fe6..861bd8591a 100644 --- a/usr/src/lib/libc/sparcv9/crt/__align_cpy_2.s +++ b/usr/src/lib/libc/sparcv9/crt/__align_cpy_2.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__align_cpy_2.s" /* * __align_cpy_2(s1, s2, len) diff --git a/usr/src/lib/libc/sparcv9/crt/__align_cpy_4.s b/usr/src/lib/libc/sparcv9/crt/__align_cpy_4.s index b307e6a9e2..98f8a91280 100644 --- a/usr/src/lib/libc/sparcv9/crt/__align_cpy_4.s +++ b/usr/src/lib/libc/sparcv9/crt/__align_cpy_4.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__align_cpy_4.s" /* __align_cpy_4(s1, s2, n) * diff --git a/usr/src/lib/libc/sparcv9/crt/__align_cpy_8.s b/usr/src/lib/libc/sparcv9/crt/__align_cpy_8.s index da54955ef9..03df642118 100644 --- a/usr/src/lib/libc/sparcv9/crt/__align_cpy_8.s +++ b/usr/src/lib/libc/sparcv9/crt/__align_cpy_8.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__align_cpy_8.s" /* __align_cpy_8(s1, s2, n) * diff --git a/usr/src/lib/libc/sparcv9/crt/cerror.s b/usr/src/lib/libc/sparcv9/crt/cerror.s index 8ee5fb279a..c469b45d38 100644 --- a/usr/src/lib/libc/sparcv9/crt/cerror.s +++ b/usr/src/lib/libc/sparcv9/crt/cerror.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -.ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "cerror.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparcv9/fp/_Q_get_rp_rd.s b/usr/src/lib/libc/sparcv9/fp/_Q_get_rp_rd.s index d5a7c6c413..29a25d2e71 100644 --- a/usr/src/lib/libc/sparcv9/fp/_Q_get_rp_rd.s +++ b/usr/src/lib/libc/sparcv9/fp/_Q_get_rp_rd.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_Q_get_rp_rd.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/sparcv9/fp/fpgetmask.s b/usr/src/lib/libc/sparcv9/fp/fpgetmask.s index 5bd3d6322e..03728da84d 100644 --- a/usr/src/lib/libc/sparcv9/fp/fpgetmask.s +++ b/usr/src/lib/libc/sparcv9/fp/fpgetmask.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fpgetmask.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparcv9/fp/fpgetrnd.s b/usr/src/lib/libc/sparcv9/fp/fpgetrnd.s index 9f0e0e0849..d04fa3781a 100644 --- a/usr/src/lib/libc/sparcv9/fp/fpgetrnd.s +++ b/usr/src/lib/libc/sparcv9/fp/fpgetrnd.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fpgetrnd.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparcv9/fp/fpgetsticky.s b/usr/src/lib/libc/sparcv9/fp/fpgetsticky.s index 060fa74df2..8941bbc4fe 100644 --- a/usr/src/lib/libc/sparcv9/fp/fpgetsticky.s +++ b/usr/src/lib/libc/sparcv9/fp/fpgetsticky.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fpgetsticky.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparcv9/fp/fpsetmask.s b/usr/src/lib/libc/sparcv9/fp/fpsetmask.s index 38c359e33f..ef407f7cf4 100644 --- a/usr/src/lib/libc/sparcv9/fp/fpsetmask.s +++ b/usr/src/lib/libc/sparcv9/fp/fpsetmask.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fpsetmask.s" /* * fp_except fpsetmask(mask) diff --git a/usr/src/lib/libc/sparcv9/fp/fpsetrnd.s b/usr/src/lib/libc/sparcv9/fp/fpsetrnd.s index deaec67f5d..d93a1c53a8 100644 --- a/usr/src/lib/libc/sparcv9/fp/fpsetrnd.s +++ b/usr/src/lib/libc/sparcv9/fp/fpsetrnd.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fpsetrnd.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparcv9/fp/fpsetsticky.s b/usr/src/lib/libc/sparcv9/fp/fpsetsticky.s index 54dec4ab6b..3f50cc7f88 100644 --- a/usr/src/lib/libc/sparcv9/fp/fpsetsticky.s +++ b/usr/src/lib/libc/sparcv9/fp/fpsetsticky.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fpsetsticky.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparcv9/gen/abs.s b/usr/src/lib/libc/sparcv9/gen/abs.s index 4d39a59436..226cb20926 100644 --- a/usr/src/lib/libc/sparcv9/gen/abs.s +++ b/usr/src/lib/libc/sparcv9/gen/abs.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "abs.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparcv9/gen/alloca.s b/usr/src/lib/libc/sparcv9/gen/alloca.s index 4ca9ac202e..46967b44f0 100644 --- a/usr/src/lib/libc/sparcv9/gen/alloca.s +++ b/usr/src/lib/libc/sparcv9/gen/alloca.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * All rights reserved. */ -#ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "alloca.s" #include <sys/asm_linkage.h> #include <sys/stack.h> diff --git a/usr/src/lib/libc/sparcv9/gen/memchr.s b/usr/src/lib/libc/sparcv9/gen/memchr.s index d04b7b6526..468321ae61 100644 --- a/usr/src/lib/libc/sparcv9/gen/memchr.s +++ b/usr/src/lib/libc/sparcv9/gen/memchr.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memchr.s" /* * Return the ptr in sptr at which the character c1 appears; diff --git a/usr/src/lib/libc/sparcv9/gen/memcmp.s b/usr/src/lib/libc/sparcv9/gen/memcmp.s index d551a68b6d..c9031499c6 100644 --- a/usr/src/lib/libc/sparcv9/gen/memcmp.s +++ b/usr/src/lib/libc/sparcv9/gen/memcmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcmp.s" /* * memcmp(s1, s2, len) diff --git a/usr/src/lib/libc/sparcv9/gen/memcpy.s b/usr/src/lib/libc/sparcv9/gen/memcpy.s index 4bea160cee..aeea8a0ac1 100644 --- a/usr/src/lib/libc/sparcv9/gen/memcpy.s +++ b/usr/src/lib/libc/sparcv9/gen/memcpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcpy.s" /* * memcpy(s1, s2, len) diff --git a/usr/src/lib/libc/sparcv9/gen/memmove.s b/usr/src/lib/libc/sparcv9/gen/memmove.s index 5b85b05c20..4d05d107c7 100644 --- a/usr/src/lib/libc/sparcv9/gen/memmove.s +++ b/usr/src/lib/libc/sparcv9/gen/memmove.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memmove.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/sparcv9/gen/memset.s b/usr/src/lib/libc/sparcv9/gen/memset.s index 92110f5e6a..6285d56904 100644 --- a/usr/src/lib/libc/sparcv9/gen/memset.s +++ b/usr/src/lib/libc/sparcv9/gen/memset.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memset.s" /* * memset(sp, c, n) diff --git a/usr/src/lib/libc/sparcv9/gen/setjmp.s b/usr/src/lib/libc/sparcv9/gen/setjmp.s index 0d381be0c8..0310cb6827 100644 --- a/usr/src/lib/libc/sparcv9/gen/setjmp.s +++ b/usr/src/lib/libc/sparcv9/gen/setjmp.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setjmp.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/sparcv9/gen/strcasecmp.s b/usr/src/lib/libc/sparcv9/gen/strcasecmp.s index 32ac6bf3e1..bdf6557190 100644 --- a/usr/src/lib/libc/sparcv9/gen/strcasecmp.s +++ b/usr/src/lib/libc/sparcv9/gen/strcasecmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strcasecmp.s" /* * The strcasecmp() function is a case insensitive versions of strcmp(). diff --git a/usr/src/lib/libc/sparcv9/gen/strchr.s b/usr/src/lib/libc/sparcv9/gen/strchr.s index 910399e822..5dc0ae9324 100644 --- a/usr/src/lib/libc/sparcv9/gen/strchr.s +++ b/usr/src/lib/libc/sparcv9/gen/strchr.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strchr.s" /* * The strchr() function returns a pointer to the first occurrence of c diff --git a/usr/src/lib/libc/sparcv9/gen/strcmp.s b/usr/src/lib/libc/sparcv9/gen/strcmp.s index 34c9d46d18..78beb12d66 100644 --- a/usr/src/lib/libc/sparcv9/gen/strcmp.s +++ b/usr/src/lib/libc/sparcv9/gen/strcmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strcmp.s" /* strcmp(s1, s2) * diff --git a/usr/src/lib/libc/sparcv9/gen/strcpy.s b/usr/src/lib/libc/sparcv9/gen/strcpy.s index ac97dd6566..4dcac62fe8 100644 --- a/usr/src/lib/libc/sparcv9/gen/strcpy.s +++ b/usr/src/lib/libc/sparcv9/gen/strcpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strcpy.s" /* * strcpy(s1, s2) diff --git a/usr/src/lib/libc/sparcv9/gen/strlcpy.s b/usr/src/lib/libc/sparcv9/gen/strlcpy.s index 810b331921..d738e9ca99 100644 --- a/usr/src/lib/libc/sparcv9/gen/strlcpy.s +++ b/usr/src/lib/libc/sparcv9/gen/strlcpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strlcpy.s" /* * The strlcpy() function copies at most dstsize-1 characters diff --git a/usr/src/lib/libc/sparcv9/gen/strlen.s b/usr/src/lib/libc/sparcv9/gen/strlen.s index e709690f79..442c0a5f2b 100644 --- a/usr/src/lib/libc/sparcv9/gen/strlen.s +++ b/usr/src/lib/libc/sparcv9/gen/strlen.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strlen.s" /* * strlen(s) diff --git a/usr/src/lib/libc/sparcv9/gen/strncmp.s b/usr/src/lib/libc/sparcv9/gen/strncmp.s index 519669005c..da8903ec9a 100644 --- a/usr/src/lib/libc/sparcv9/gen/strncmp.s +++ b/usr/src/lib/libc/sparcv9/gen/strncmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strncmp.s" /* * strncmp(s1, s2, n) diff --git a/usr/src/lib/libc/sparcv9/gen/strncpy.s b/usr/src/lib/libc/sparcv9/gen/strncpy.s index fe73b67bf6..12c8bd7f46 100644 --- a/usr/src/lib/libc/sparcv9/gen/strncpy.s +++ b/usr/src/lib/libc/sparcv9/gen/strncpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strncpy.s" /* * strncpy(s1, s2) diff --git a/usr/src/lib/libc/sparcv9/gen/sync_instruction_memory.s b/usr/src/lib/libc/sparcv9/gen/sync_instruction_memory.s index 0de9ccf4ef..62f5c278c8 100644 --- a/usr/src/lib/libc/sparcv9/gen/sync_instruction_memory.s +++ b/usr/src/lib/libc/sparcv9/gen/sync_instruction_memory.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * All rights reserved. */ -.ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sync_instruction_memory.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/sparcv9/sys/sparc_utrap_install.s b/usr/src/lib/libc/sparcv9/sys/sparc_utrap_install.s index 80337d6ace..ed7e02f9da 100644 --- a/usr/src/lib/libc/sparcv9/sys/sparc_utrap_install.s +++ b/usr/src/lib/libc/sparcv9/sys/sparc_utrap_install.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sparc_utrap_install.s" #include "SYS.h" diff --git a/usr/src/lib/libc_psr/sun4u-opl/common/memcpy.s b/usr/src/lib/libc_psr/sun4u-opl/common/memcpy.s index 68e962a576..bdbe8132c3 100644 --- a/usr/src/lib/libc_psr/sun4u-opl/common/memcpy.s +++ b/usr/src/lib/libc_psr/sun4u-opl/common/memcpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcpy.s" /* * memcpy(s1, s2, len) diff --git a/usr/src/lib/libc_psr/sun4u-us3/common/memcmp.s b/usr/src/lib/libc_psr/sun4u-us3/common/memcmp.s index c96238e6c2..96c92e922a 100644 --- a/usr/src/lib/libc_psr/sun4u-us3/common/memcmp.s +++ b/usr/src/lib/libc_psr/sun4u-us3/common/memcmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcmp.s" /* * memcmp(s1, s2, len) diff --git a/usr/src/lib/libc_psr/sun4u-us3/common/memcpy.s b/usr/src/lib/libc_psr/sun4u-us3/common/memcpy.s index 125955e232..9bba9f1455 100644 --- a/usr/src/lib/libc_psr/sun4u-us3/common/memcpy.s +++ b/usr/src/lib/libc_psr/sun4u-us3/common/memcpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcpy.s" /* * memcpy(s1, s2, len) diff --git a/usr/src/lib/libc_psr/sun4u-us3/common/memset.s b/usr/src/lib/libc_psr/sun4u-us3/common/memset.s index 459dd96934..c154528dd0 100644 --- a/usr/src/lib/libc_psr/sun4u-us3/common/memset.s +++ b/usr/src/lib/libc_psr/sun4u-us3/common/memset.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memset.s" /* * char *memset(sp, c, n) diff --git a/usr/src/lib/libc_psr/sun4u/common/memcmp.s b/usr/src/lib/libc_psr/sun4u/common/memcmp.s index b5c0342c9d..e7691174ae 100644 --- a/usr/src/lib/libc_psr/sun4u/common/memcmp.s +++ b/usr/src/lib/libc_psr/sun4u/common/memcmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcmp.s" /* * memcmp(s1, s2, len) diff --git a/usr/src/lib/libc_psr/sun4u/common/memcpy.s b/usr/src/lib/libc_psr/sun4u/common/memcpy.s index 751d8a81d0..54f812696a 100644 --- a/usr/src/lib/libc_psr/sun4u/common/memcpy.s +++ b/usr/src/lib/libc_psr/sun4u/common/memcpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcpy.s" /* * memcpy(s1, s2, len) diff --git a/usr/src/lib/libc_psr/sun4u/common/memset.s b/usr/src/lib/libc_psr/sun4u/common/memset.s index 64533915b9..5a99e6bf96 100644 --- a/usr/src/lib/libc_psr/sun4u/common/memset.s +++ b/usr/src/lib/libc_psr/sun4u/common/memset.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memset.s" /* * char *memset(sp, c, n) diff --git a/usr/src/lib/libc_psr/sun4v/common/memcpy.s b/usr/src/lib/libc_psr/sun4v/common/memcpy.s index af5547dd9d..c9234aa1c3 100644 --- a/usr/src/lib/libc_psr/sun4v/common/memcpy.s +++ b/usr/src/lib/libc_psr/sun4v/common/memcpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcpy.s" /* * memcpy(s1, s2, len) diff --git a/usr/src/lib/libc_psr/sun4v/common/memset.s b/usr/src/lib/libc_psr/sun4v/common/memset.s index 0596698bd8..bf46b9e130 100644 --- a/usr/src/lib/libc_psr/sun4v/common/memset.s +++ b/usr/src/lib/libc_psr/sun4v/common/memset.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memset.s" /* * char *memset(sp, c, n) diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ActiveDiscoverer.java b/usr/src/lib/libslp/javalib/com/sun/slp/ActiveDiscoverer.java index 14227a7564..93b973f16a 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ActiveDiscoverer.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ActiveDiscoverer.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // ActiveDiscoverer.java: Object to perform active DA discovery. // Author: James Kempf // Created On: Thu Sep 3 08:45:21 1998 @@ -46,7 +42,6 @@ import java.net.*; * sending out a SrvRqst for "service:directory-agent". Replies are * entered into the DA table. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/Advertiser.java b/usr/src/lib/libslp/javalib/com/sun/slp/Advertiser.java index 9e36550db3..e5c8ffe65b 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/Advertiser.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/Advertiser.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // ServiceAgent.java: Interface for the SLP Service Agent operations // Author: James Kempf // Created On: Mon Jul 7 09:05:40 1997 @@ -46,7 +42,6 @@ import java.util.*; * * @see ServiceLocationManager * - * @version %R%.%L% %D% * @author James Kempf, Erik Guttman */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/Assert.java b/usr/src/lib/libslp/javalib/com/sun/slp/Assert.java index 8ad9f5aae9..fad92ffa43 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/Assert.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/Assert.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,15 +19,12 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. - * */ // -// %M% : Handles assertions in a central fashion. +// Assert.java : Handles assertions in a central fashion. // // Author: Erik Guttman // @@ -44,7 +40,6 @@ import java.text.*; * execution if the assertion fails. * * @author Erik Guttman - * @version %W% %G% */ class Assert { diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/AttributeDescriptor.java b/usr/src/lib/libslp/javalib/com/sun/slp/AttributeDescriptor.java index 649a0582c3..01391918bb 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/AttributeDescriptor.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/AttributeDescriptor.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // AttributeDescriptor.java: Describes an SLP attribute. // Author: James Kempf // Created On: Thu Jun 19 10:38:01 1997 @@ -47,7 +43,6 @@ import java.util.*; * information is primarily for GUI tools. Programmatic attribute * verification should be done through the ServiceLocationAttributeVerifier. * - * @version %R%.%L% %D% * @author James Kempf * */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/AttributePattern.java b/usr/src/lib/libslp/javalib/com/sun/slp/AttributePattern.java index 75fb3f5cb1..86da31ab6e 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/AttributePattern.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/AttributePattern.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: @(#)AttributePattern.java 1.1 02/18/98 // AttributePattern.java: Models a pattern for attribute matching. // Author: James Kempf // Created On: Tue Feb 3 15:26:30 1998 @@ -49,7 +45,6 @@ import java.io.*; * string pattern. A PatternPart may be lacking the * any of these, but will always have at least one. * - * @version %R%.%L% %D% * @author James Kempf */ @@ -65,7 +60,6 @@ class AttributePattern extends AttributeString { * pattern in the middle. Any of the parts may be missing, but it will * always have at least one. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/AttributeString.java b/usr/src/lib/libslp/javalib/com/sun/slp/AttributeString.java index a7086aeb86..f3d71ef926 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/AttributeString.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/AttributeString.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // AttributeString.java: Model an Attribute value string. // Author: James Kempf // Created On: Wed Apr 8 10:40:03 1998 @@ -48,7 +44,6 @@ import java.io.*; * The toString() method returns the original string. Note that it does * NOT handle pattern wildcard matching. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/AttributeVerifier.java b/usr/src/lib/libslp/javalib/com/sun/slp/AttributeVerifier.java index 8764bbe9ea..03a5080e59 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/AttributeVerifier.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/AttributeVerifier.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999-2001 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: @(#)AttributeVerifier.java 1.3 06/25/98 // AttributeVerifier.java: An attribute verifier for SLP attributes. // Author: James Kempf // Created On: Thu Jun 19 10:51:32 1997 @@ -53,7 +49,6 @@ import java.io.*; * space utilization by lazily evaluating portions of the attribute * template. * - * @version 1.3 98/10/14 * @author James Kempf * */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/CAttrMsg.java b/usr/src/lib/libslp/javalib/com/sun/slp/CAttrMsg.java index 001ca85bbb..285de0b62d 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/CAttrMsg.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/CAttrMsg.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // CAttrMsg.java: Message class for SLP attribute // reply. // Author: James Kempf Created On: Thu Oct 9 15:17:36 1997 @@ -45,7 +41,6 @@ import java.io.*; /** * The CAttrMsg class models the SLP client side attribute message. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/CDAAdvert.java b/usr/src/lib/libslp/javalib/com/sun/slp/CDAAdvert.java index 8d03ea7160..2282d1eed1 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/CDAAdvert.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/CDAAdvert.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // CDAAdvert.java: Message class for SLP CDAAdvert message // Author: James Kempf // Created On: Fri Oct 10 10:48:05 1997 @@ -46,7 +42,6 @@ import java.io.*; * The CDAAdvert class models the SLP DAAdvert message, client side. * We need to accommodate SLPv1 by using an initialize() method. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/CSAAdvert.java b/usr/src/lib/libslp/javalib/com/sun/slp/CSAAdvert.java index 9ae995065b..4dd5828597 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/CSAAdvert.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/CSAAdvert.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // CSAAdvert.java: Message class for SLP CSAAdvert message // Author: James Kempf // Created On: Fri Oct 10 10:48:05 1997 @@ -45,7 +41,6 @@ import java.io.*; /** * The CSAAdvert class models the SLP SAAdvert message, client side. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/CSrvDereg.java b/usr/src/lib/libslp/javalib/com/sun/slp/CSrvDereg.java index f0cb872eca..4b87175334 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/CSrvDereg.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/CSrvDereg.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // CSrvDereg.java: Client side Service Deregistration // Author: James Kempf // Created On: Tue Feb 10 13:17:41 1998 @@ -45,7 +41,6 @@ import java.io.*; /** * The SrvDeReg class models the server side SLP service deregistration. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/CSrvMsg.java b/usr/src/lib/libslp/javalib/com/sun/slp/CSrvMsg.java index 4fdda1f961..24759707ec 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/CSrvMsg.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/CSrvMsg.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // CSrvMsg.java: Message class for SLP service reply. // Author: James Kempf // Created On: Thu Oct 9 15:09:32 1997 @@ -44,7 +40,6 @@ import java.io.*; /** * The CSrvMsg class models the SLP client side service message. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/CSrvReg.java b/usr/src/lib/libslp/javalib/com/sun/slp/CSrvReg.java index 5a8dcc7b1e..1e494d8c83 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/CSrvReg.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/CSrvReg.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // CSrvReg.java: Service Registration, Client Side. // Author: James Kempf // Created On: Tue Feb 10 12:15:43 1998 @@ -46,7 +42,6 @@ import java.io.*; * The CSrvReg class models the client side SLP service registration * message. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/CSrvTypeMsg.java b/usr/src/lib/libslp/javalib/com/sun/slp/CSrvTypeMsg.java index 4a2f6ccdcd..ac4a898362 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/CSrvTypeMsg.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/CSrvTypeMsg.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // CSrvTypeMsg.java: Message class for SLP service type reply // Author: James Kempf // Created On: Thu Oct 9 16:15:36 1997 @@ -45,7 +41,6 @@ import java.io.*; /** * The CSrvTypeMsg class models the SLP service type reply message. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ClientMsgManager.java b/usr/src/lib/libslp/javalib/com/sun/slp/ClientMsgManager.java index fd5bf5f6d2..35e665eafa 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ClientMsgManager.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ClientMsgManager.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // ClientMsgManager.java:Manages versioned client message creation in server // Author: James Kempf // Created On: Thu Sep 17 10:16:33 1998 @@ -49,7 +45,6 @@ import java.util.*; * sets the header variables. It is up to the caller to set the * instance variables in the object itself. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/DAAdvertiser.java b/usr/src/lib/libslp/javalib/com/sun/slp/DAAdvertiser.java index 317c559259..5217b7c11e 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/DAAdvertiser.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/DAAdvertiser.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // DAAdvertiser.java: Advertise a DA, also handle incoming DAAdverts. // Author: James Kempf // Created On: Tue May 19 15:22:04 1998 @@ -49,7 +45,6 @@ import java.io.*; * implementation specific subclasses depend on how the server is * representing DA information internally. * - * @version %R%.%L% %D% * @author James Kempf, Erik Guttman */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/DATable.java b/usr/src/lib/libslp/javalib/com/sun/slp/DATable.java index e282cffaa9..1fc59fe945 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/DATable.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/DATable.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright 2001,2003 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. * */ -// SCCS Status: %W% %G% // DATable.java: Interface for DATables. // Author: James Kempf // Created On: Mon May 11 13:46:02 1998 @@ -44,7 +40,6 @@ package com.sun.slp; * and scope discovery. A variety of implementations are possible. * The getDATable() method creates the right one from a subclass. * - * @version %R%.%L% %D% * @author James Kempf */ @@ -75,7 +70,6 @@ abstract class DATable extends Object { /** * A record for all DAs supporting exactly the same set of scopes. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/Defaults.java b/usr/src/lib/libslp/javalib/com/sun/slp/Defaults.java index 0ae469faf9..215148fce8 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/Defaults.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/Defaults.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: // Defaults.java : Defaults for SLP Locator, Advertiser and slpd. // Author: Erik Guttman // @@ -40,7 +36,6 @@ import java.net.*; /** * This class gathers all constants used in the package into one place. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/IANACharCode.java b/usr/src/lib/libslp/javalib/com/sun/slp/IANACharCode.java index 8776f2d7f6..24a94ae41c 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/IANACharCode.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/IANACharCode.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // IANACharCode.java: SLPv1 Character encoding support // Author: James Kempf // Created On: Fri Sep 11 13:24:02 1998 @@ -49,7 +45,6 @@ import java.io.*; * of character codings into the integer codes. Ideally, Java itself * should support this. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/Listener.java b/usr/src/lib/libslp/javalib/com/sun/slp/Listener.java index 0d09b0fb14..59a3401e36 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/Listener.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/Listener.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // Listener.java: Organize basic listening for slpd and specifically // support datagram listening. // Author: James Kempf @@ -54,7 +50,6 @@ import java.io.*; * may also enter through this class, since many systems don't distinguish * between the multicast and datagram queues for a port. * - * @version %R%.%L% %D% * @author James Kempf, Erik Guttman */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/Locator.java b/usr/src/lib/libslp/javalib/com/sun/slp/Locator.java index 3a721f3744..da3a01140a 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/Locator.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/Locator.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: @(#)Locator.java 2.2 10/07/97 // UserAgent.java: Interface for the SLP User Agent operations // Author: James Kempf // Created On: Mon Jul 7 09:15:56 1997 @@ -47,7 +43,6 @@ import java.util.*; * * @see ServiceLocationManager * - * @version %R%.%L% %D% * @author James Kempf, Erik Guttman */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/Opaque.java b/usr/src/lib/libslp/javalib/com/sun/slp/Opaque.java index ee565f5829..7d1b716621 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/Opaque.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/Opaque.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // Opaque.java: Wrapper for byte[]. // Author: James Kempf // Created On: Tue Apr 7 15:21:58 1998 @@ -45,7 +41,6 @@ import java.io.*; * The Opaque class wraps Java byte arrays so we can do object-like * things, such as deep equality comparison and printing. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/Parser.java b/usr/src/lib/libslp/javalib/com/sun/slp/Parser.java index 6a2bc98a53..2663117045 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/Parser.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/Parser.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright 2001,2003 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. * */ -// SCCS Status: %W% %G% // Parser.java: LDAP Parser for those service stores that need it. // Author: James Kempf // Created On: Mon Apr 27 08:11:08 1998 @@ -46,7 +42,6 @@ import java.io.*; * It is an internal class because it must know about the internal * structure of the hashtables. * - * @version %R%.%L% %D% * @author James Kempf */ @@ -72,7 +67,6 @@ abstract class Parser extends Object { /** * Record for returning stuff to the service store. * - * @version %R%.%L% %D% * @author James Kempf */ @@ -91,7 +85,6 @@ abstract class Parser extends Object { * ServiceStore implemenations that want to use the Parser * class to perform query parsing must provide this. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/PermSARegTable.java b/usr/src/lib/libslp/javalib/com/sun/slp/PermSARegTable.java index a0e67ce869..713c6a1bf6 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/PermSARegTable.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/PermSARegTable.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // PermSARegTable.java: Periodically reregister registrations. // Author: James Kempf // Created On: Thu May 14 14:11:49 1998 @@ -45,7 +41,6 @@ import java.util.*; /** * Periodically reregister advertisments in the SA client. * - * @version %R%.%L% %D% * @author Erik Guttman, James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/RequestHandler.java b/usr/src/lib/libslp/javalib/com/sun/slp/RequestHandler.java index 7345dc0729..1edad12354 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/RequestHandler.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/RequestHandler.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright 2001-2002 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. * */ -// SCCS Status: %W% %G% // RequestHandler.java: Handle an incoming request in a separate thread. // Author: James Kempf // Created On: Mon May 18 14:00:27 1998 @@ -47,7 +43,6 @@ import java.util.*; * may have arrived via datagram, or it may have arrived via * stream. * - * @version %R%.%L% %D% * @author James Kempf, Erik Guttman */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SARequester.java b/usr/src/lib/libslp/javalib/com/sun/slp/SARequester.java index 3424e88f68..ead9a5f937 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SARequester.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SARequester.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SARequester.java: Requester operations for SA. // Author: James Kempf // Created On: Thu Jan 8 14:59:41 1998 @@ -47,7 +43,6 @@ import java.util.*; * by calling into the loopback I/O so the SA server does * the registration. * - * @version %R%.%L% %D% * @author Erik Guttman, James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SAttrMsg.java b/usr/src/lib/libslp/javalib/com/sun/slp/SAttrMsg.java index 5b6bccb862..e411af4095 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SAttrMsg.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SAttrMsg.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SAttrMsg.java: Message class for SLP attribute request. // Author: James Kempf // Created On: Thu Oct 9 14:24:55 1997 @@ -47,7 +43,6 @@ import java.io.*; * Subclasses for other versions can specialize the * initialize() and makeReply() methods. * - * @version %M%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SDAAdvert.java b/usr/src/lib/libslp/javalib/com/sun/slp/SDAAdvert.java index 4e1900be9a..93af1b890b 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SDAAdvert.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SDAAdvert.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SDAAdvert.java: Server Side DAAdvert Message. // Author: James Kempf // Created On: Tue Feb 10 15:00:39 1998 @@ -45,7 +41,6 @@ import java.io.*; /** * The SDAAdvert class models the SLP DAAdvert message. * - * @version 1.4 97/11/20 * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SLPConfig.java b/usr/src/lib/libslp/javalib/com/sun/slp/SLPConfig.java index ca7e7bddef..c8675b5fa2 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SLPConfig.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SLPConfig.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. * */ -// SCCS Status: @(#)SLPConfig.java 2.4 10/07/97 // SLPConfig.java // diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SLPDgui.java b/usr/src/lib/libslp/javalib/com/sun/slp/SLPDgui.java index 21081dbf8b..b3181e10d9 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SLPDgui.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SLPDgui.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,15 +19,12 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% -// %M : The service location daemon GUI. +// SLDPgui.java : The service location daemon GUI. // Author: Erik Guttman // @@ -38,7 +34,6 @@ package com.sun.slp; * This GUI will allow the user of the slpd to monitor the daemon, * shut it off, manually enter services and stuff like that. * - * @version %R%.%L% %D% * @author Erik Guttman */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SLPHeaderV1.java b/usr/src/lib/libslp/javalib/com/sun/slp/SLPHeaderV1.java index 1866a3b68f..6c6d333d1f 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SLPHeaderV1.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SLPHeaderV1.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright 2001-2002 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. * */ -// SCCS Status: %W% %G% // SLPHeaderV1.java: SLPv1 Header. // Author: James Kempf // Created On: Thu Sep 10 15:12:14 1998 @@ -44,7 +40,6 @@ import java.io.*; /** * The SLPHeaderV1 class models the SLPv1 server side header. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SLPHeaderV2.java b/usr/src/lib/libslp/javalib/com/sun/slp/SLPHeaderV2.java index 6ae5de403a..a355e38364 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SLPHeaderV2.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SLPHeaderV2.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SLPHeaderV2.java: Base class for Service Location Messages // Author: James Kempf // Created On: Thu Oct 9 08:50:31 1997 @@ -48,7 +44,6 @@ import java.io.*; * It contains instance variables for SLP message header contents, * and implements the SLPHeaderV2 interface. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SLPServerHeaderV2.java b/usr/src/lib/libslp/javalib/com/sun/slp/SLPServerHeaderV2.java index 4d37d31c47..714ee60441 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SLPServerHeaderV2.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SLPServerHeaderV2.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright 2001-2002 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. * */ -// SCCS Status: %W% %G% // SLPServerHeaderV2.java: SLPv2 Header Class for Server Side // Author: James Kempf // Created On: Wed Sep 16 08:44:31 1998 @@ -48,7 +44,6 @@ import java.security.*; * The SLPServerHeaderV2 class serves as the header class for all server side * SLPv2 messages. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SLPTemplateRegistry.java b/usr/src/lib/libslp/javalib/com/sun/slp/SLPTemplateRegistry.java index b07a2b2d25..56f3692eb2 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SLPTemplateRegistry.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SLPTemplateRegistry.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: @(#)SLPTemplateRegistry.java 1.2 06/12/98 // SLPTemplateRegistry.java: Service object for registering a new service // template. // Author: James Kempf @@ -54,7 +50,6 @@ import java.util.*; * language=<language locale> * * @author James Kempf - * @version 1.2 98/10/14 * */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1CDAAdvert.java b/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1CDAAdvert.java index fdc62a50e7..854501ff96 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1CDAAdvert.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1CDAAdvert.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SLPV1CDAAdvert.java: SLP V1 compatible client side DAAdvert // Author: James Kempf // Created On: Fri Oct 9 14:20:16 1998 @@ -46,7 +42,6 @@ import java.io.*; /** * The SLPV1CDAAdvert class models the SLP V1 DAAdvert message, client side. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1Manager.java b/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1Manager.java index cd5a08ea2f..319062e6ed 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1Manager.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1Manager.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SLPV1Manager.java: Manages V1 Compatibility // Author: James Kempf // Created On: Wed Sep 9 09:51:40 1998 @@ -51,7 +47,6 @@ import java.net.*; * to handle an outgoing message, since each individual message type is * handled separately. SLPV1Manager also handles V1 defaults. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SAttrMsg.java b/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SAttrMsg.java index 76998e0e38..0df6c65c42 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SAttrMsg.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SAttrMsg.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SLPV1SAttrMsg.java: SLPv1 Attribute request for server. // Author: James Kempf // Created On: Fri Sep 11 13:23:28 1998 @@ -47,7 +43,6 @@ import java.io.*; /** * The SLPV1SAttrMsg class models the SLP server side attribute message. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SDAAdvert.java b/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SDAAdvert.java index 0c20975a5e..685bfa123d 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SDAAdvert.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SDAAdvert.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SLPV1SDAAdvert.java: SLPv1 DAAdvert, server side. // Author: James Kempf // Created On: Thu Sep 10 11:00:26 1998 @@ -46,7 +42,6 @@ import java.io.*; /** * The SLPV1SDAAdvert class models the SLPv1 DAAdvert message. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SSrvDereg.java b/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SSrvDereg.java index 803c40e323..2735c18aac 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SSrvDereg.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SSrvDereg.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: @(#)SLPV1SSrvDereg.java 2.9 02/10/98 // SLPV1SSrvDereg.java: Message class for SLP service deregistration // request. // Author: James Kempf @@ -47,7 +43,6 @@ import java.io.*; * The SLPV1SSrvDereg class models the server side SLP service * deregistration. * - * @version 1.4 97/11/20 * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SSrvMsg.java b/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SSrvMsg.java index eeed277141..9279568b9c 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SSrvMsg.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SSrvMsg.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SLPV1SSrvMsg.java: SLPv1 server side service rqst/reply. // Author: James Kempf // Created On: Thu Sep 10 15:33:58 1998 @@ -46,7 +42,6 @@ import java.io.*; /** * The SLPV1SSrvMsg class models the SLP server side service request message. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SSrvReg.java b/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SSrvReg.java index ae1e54660f..707186fcef 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SSrvReg.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SSrvReg.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: @(#)SLPV1SSrvReg.java 2.11 03/18/98 // SLPV1SSrvReg.java: Message class for SLP service registration request. // Author: James Kempf // Created On: Thu Oct 9 14:47:48 1997 @@ -45,7 +41,6 @@ import java.io.*; /** * The SLPV1SSrvReg class models the server side SLPv1 service registration. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SSrvTypeMsg.java b/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SSrvTypeMsg.java index 5fb3e97671..9facaf50c9 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SSrvTypeMsg.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SLPV1SSrvTypeMsg.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SLPV1SSrvTypeMsg.java: SLPV1 Compatibility SrvType message // Author: James Kempf // Created On: Mon Sep 14 10:49:05 1998 @@ -46,7 +42,6 @@ import java.io.*; /** * The SLPV1SSrvTypeMsg class models the SLPv1 service type request message. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SSAAdvert.java b/usr/src/lib/libslp/javalib/com/sun/slp/SSAAdvert.java index 2d3f53e258..de6842f4bd 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SSAAdvert.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SSAAdvert.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SSAAdvert.java: Server Side SAAdvert Message. // Author: James Kempf // Created On: Tue Feb 10 15:00:39 1998 @@ -45,7 +41,6 @@ import java.io.*; /** * The SSAAdvert class models the SLP SAAdvert message. * - * @version 1.4 97/11/20 * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SSrvDereg.java b/usr/src/lib/libslp/javalib/com/sun/slp/SSrvDereg.java index e0cf28ce4f..143ddb9234 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SSrvDereg.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SSrvDereg.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SSrvDereg.java: Message class for SLP service deregistration request. // Author: James Kempf // Created On: Thu Oct 9 15:00:38 1997 @@ -47,7 +43,6 @@ import java.io.*; * default class does SLPv2 deregs, but subclasses can do other versions * by redefining the initialize() and makeReply() messages. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SSrvMsg.java b/usr/src/lib/libslp/javalib/com/sun/slp/SSrvMsg.java index d654aaf25a..efc7dc073c 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SSrvMsg.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SSrvMsg.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SSrvMsg.java: Message class for SLP service request. // Author: James Kempf // Created On: Thu Oct 9 13:40:16 1997 @@ -47,7 +43,6 @@ import java.io.*; * server side. Subclasses for other versions can specialize the * initialize() and makeReply() methods. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SSrvReg.java b/usr/src/lib/libslp/javalib/com/sun/slp/SSrvReg.java index 3907b50bf4..1a41bffb6f 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SSrvReg.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SSrvReg.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999, 2001 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SSrvReg.java: Message class for SLP service registration request. // Author: James Kempf // Created On: Thu Oct 9 14:47:48 1997 @@ -47,7 +43,6 @@ import java.io.*; * default class does SLPv2 regs, but subclasses can do other versions * by redefining the initialize() and makeReply() messages. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SSrvTypeMsg.java b/usr/src/lib/libslp/javalib/com/sun/slp/SSrvTypeMsg.java index 0c5bd6ad97..d6cdfd6062 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SSrvTypeMsg.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SSrvTypeMsg.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SSrvTypeMsg.java: Message class for SLP service type request // Author: James Kempf // Created On: Thu Oct 9 14:29:22 1997 @@ -45,7 +41,6 @@ import java.io.*; /** * The SSrvTypeMsg class models the SLP service type request message. * - * @version %M%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ServerAttribute.java b/usr/src/lib/libslp/javalib/com/sun/slp/ServerAttribute.java index 6816f4bec1..56c7bc1f9b 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ServerAttribute.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ServerAttribute.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // ServerAttribute.java: Attribute created on the server side only. // Author: James Kempf // Created On: Thu Apr 23 08:53:49 1998 @@ -49,7 +45,6 @@ import java.io.*; * an AttributeString object for the id is included, for pattern * matching against the id. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ServerDATable.java b/usr/src/lib/libslp/javalib/com/sun/slp/ServerDATable.java index 431dcf2261..a7465fd303 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ServerDATable.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ServerDATable.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // ServerDATable.java: Abstract class for DA Table in the DA/SA server. // Author: James Kempf // Created On: Wed May 20 08:30:46 1998 @@ -59,7 +55,6 @@ import java.net.*; * The ServerDATable also does active discovery for the SA server/DA, * in a separate thread. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationAttribute.java b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationAttribute.java index 943351e051..ed8622ecde 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationAttribute.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationAttribute.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,15 +19,12 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright 2001,2003 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. * */ -// SCCS Status: %W% %G% -// %M% : Class for attributes in SLP. +// ServiceLocationAttribute.java : Class for attributes in SLP. // Author: James Kempf, Erik Guttman // @@ -40,7 +36,6 @@ import java.io.*; /** * The ServiceLocationAttribute class models SLP attributes. * - * @version %R%.%L% %D% * @author James Kempf, Erik Guttman */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationAttributeDescriptor.java b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationAttributeDescriptor.java index 7307d62fc6..34aae049c1 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationAttributeDescriptor.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationAttributeDescriptor.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // ServiceLocationAttributeDescriptor.java: Describes an SLP attribute. // Author: James Kempf // Created On: Thu Jun 19 10:38:01 1997 @@ -47,7 +43,6 @@ import java.util.*; * verification should be done through the * <b>ServiceLocationAttributeVerifier</b>. * - * @version %R%.%L% %D% * @author James Kempf * */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationAttributeV1.java b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationAttributeV1.java index 034672712b..e2160695ff 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationAttributeV1.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationAttributeV1.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // ServiceLocationAttributeV1.java: SLPv1 character encoding and decoding // Author: James Kempf // Created On: Fri Oct 9 19:18:17 1998 @@ -43,7 +39,6 @@ import java.util.*; /** * Handles attribute string encoding and decoding for SLPv1. * - * @version %R%.%L% %D% * @author James Kempf */ @@ -60,7 +55,6 @@ class ServiceLocationAttributeV1 extends ServiceLocationAttribute { /** * Handles radix64 string encoding and decoding for SLPv1. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationAttributeVerifier.java b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationAttributeVerifier.java index 5ff92ceff5..54488de4b1 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationAttributeVerifier.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationAttributeVerifier.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // ServiceLocationAttributeVerifier.java: Attribute parser for SLP templates. // Author: James Kempf // Created On: Thu Jun 19 10:20:25 1997 @@ -48,7 +44,6 @@ import java.util.*; * service type. Clients obtain <b>ServiceLocationAttributeVerifier</b> * objects for specific SLP service types through the <b>TemplateRegistry</b>. * - * @version %R%.%L% %D% * @author James Kempf * */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationEnumeration.java b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationEnumeration.java index c9fa41366b..47afb2d743 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationEnumeration.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationEnumeration.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // ServiceLocationEnumeration.java: // Author: James Kempf // Created On: Wed May 13 17:38:01 1998 @@ -44,7 +40,6 @@ import java.util.*; * The ServiceLocationEnumeration interface extends Enumeration * with a method that can throw an exception. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationEnumerator.java b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationEnumerator.java index c57c7a67b7..9850e21b71 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationEnumerator.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationEnumerator.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // ServiceLocationEnumerator.java: Class implementing SLP enumerator. // Author: James Kempf // Created On: Thu May 21 14:36:55 1998 @@ -46,7 +42,6 @@ import java.util.*; * method that can (but not in this implementation) throw a * ServiceLocationException. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationException.java b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationException.java index b1799ae2dc..2274e98c45 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationException.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationException.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,15 +19,13 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% -// %M : All SLP exceptions are derived from this base class. +// ServiceLocationException.java : All SLP exceptions are derived from +// this base class. // Author: Erik Guttman // @@ -42,7 +39,6 @@ import java.text.*; * during SLP operation. The exact nature of the error is indicated * by the integer error codes. * - * @version %R%.%L% %D% * @author Erik Guttman */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationManager.java b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationManager.java index 06e1d6bb17..f006b411aa 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationManager.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceLocationManager.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,15 +19,12 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: @(#)ServiceLocationManager.java 1.18 07/23/97 -// %M : The service locator object. +// ServiceLocationManager.java : The service locator object. // Author: Erik Guttman // @@ -45,7 +41,6 @@ import java.lang.reflect.*; * Location facility. In addition, it provides access to known * scopes. * - * @version %R%.%L% %D% * @author Erik Guttman * */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceStore.java b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceStore.java index adb26a076c..da302c4d8d 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceStore.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceStore.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // ServiceStore.java: Interface for different storage implementations // Author: James Kempf // Created On: Thu Oct 16 07:46:45 1997 @@ -49,7 +45,6 @@ import java.io.*; * Each ServiceStore implementation must also supply ServiceRecord * objects. * - * @version %R%.%L% %D% * @author James Kempf */ @@ -88,7 +83,6 @@ interface ServiceStore { * stored in the ServiceStore. The methods are all property * accessors. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreFactory.java b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreFactory.java index 6d61fb1023..ccd7d5b5fa 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreFactory.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreFactory.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // ServiceStoreFactory.java: Factory for creating ServiceStore objects. // Author: James Kempf // Created On: Fri Apr 17 12:14:12 1998 @@ -48,7 +44,6 @@ import java.io.*; * a connection to an LDAP server, or a persistent object * database. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java index 0d2acb8552..be77c5cc74 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright 2001,2003 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. * */ -// SCCS Status: %W% %G% // ServiceStoreInMemory.java: An in-memory implementation // of the service store. // Author: James Kempf @@ -47,7 +43,6 @@ import java.io.*; * on in-memory data structures. * <details of those structures here> * - * @version %R%.%L% %D% * @author James Kempf */ @@ -57,7 +52,6 @@ class ServiceStoreInMemory extends Object implements ServiceStore { * The BVCollector interface allows various * data structures to collect stuff from the BtreeVector. * - * @version %R%.%L% %D% * @author James Kempf */ @@ -73,7 +67,6 @@ class ServiceStoreInMemory extends Object implements ServiceStore { * The ParserBVCollector class implements a BtreeVector * collector for the parser. * - * @version %R%.%L% %D% * @author James Kempf */ @@ -128,7 +121,6 @@ class ServiceStoreInMemory extends Object implements ServiceStore { * The AttributeBVCollector class implements a BtreeVector * collector for the collecting attribute values by type. * - * @version %R%.%L% %D% * @author James Kempf */ @@ -170,7 +162,6 @@ class ServiceStoreInMemory extends Object implements ServiceStore { * The ScopeBVCollector class implements a BtreeVector * collector for the collecting records if scopes match. * - * @version %R%.%L% %D% * @author James Kempf */ @@ -221,7 +212,6 @@ class ServiceStoreInMemory extends Object implements ServiceStore { * The AllBVCollector class implements a BtreeVector * collector for collecting all records. * - * @version %R%.%L% %D% * @author James Kempf */ @@ -249,7 +239,6 @@ class ServiceStoreInMemory extends Object implements ServiceStore { * The List class implements a linked list for storing records * in the BtreeVector structure. * - * @version %R%.%L% %D% * @author James Kempf */ @@ -308,7 +297,6 @@ class ServiceStoreInMemory extends Object implements ServiceStore { * The RegRecord class implements a record with the value for the * record buckets. It is used as elements in BtreeVector. * - * @version %R%.%L% %D% * @author James Kempf */ @@ -361,7 +349,6 @@ class ServiceStoreInMemory extends Object implements ServiceStore { * The BtreeVector class stores registrations in sorted order. The * Quicksort algorithm is used to insert items and search for something. * - * @version %R%.%L% %D% * @author James Kempf */ @@ -922,7 +909,6 @@ class ServiceStoreInMemory extends Object implements ServiceStore { /** * The InMemoryEvaluator evaluates queries for ServiceStoreInMemory. * - * @version %R%.%L% %D% * @author James Kempf */ @@ -1100,7 +1086,6 @@ class ServiceStoreInMemory extends Object implements ServiceStore { * ServiceStore.ServiceRecord interface on in-memory data structures. * Each property is implemented as an instance variable. * - * @version %R%.%L% %D% * @author James Kempf */ @@ -1282,7 +1267,6 @@ class ServiceStoreInMemory extends Object implements ServiceStore { /** * A record for scopeTypeLangTable table, * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceTable.java b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceTable.java index 6b336c33e3..6e3c423173 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceTable.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceTable.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: @(#)ServiceTable.java 2.7 11/20/97 // ServiceTable.java: Storage of all services. // Author: James Kempf // Created On: Fri Oct 10 14:23:25 1997 @@ -48,7 +44,6 @@ import java.net.*; * that any exceptions internal to the service table are processed * and either returned as SrvRply objects or are reported. * - * @version 2.7 97/11/20 * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceType.java b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceType.java index d21128e26a..e0f731c08b 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceType.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceType.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // ServiceType.java: Model a service type. // Author: James Kempf // Created On: Thu Apr 9 09:23:18 1998 @@ -47,7 +43,6 @@ import java.io.*; * service type name is a simple URL scheme identifier, a service: * type, an abstract type or protocol type. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceURL.java b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceURL.java index 60365e2103..086bb788da 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceURL.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceURL.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,15 +19,12 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: @(#)ServiceURL.java 1.11 06/17/97 -// *M% : The service URL. +// ServiceURL.java : The service URL. // Author: James Kempf, Erik Guttman // @@ -42,7 +38,6 @@ import java.net.*; * The ServiceURL object models the SLP service URL. Both service: URLs * and regular URLs are handled by this class. * - * @version 1.3 98/10/14 * @author James Kempf, Erik Guttman */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceURLV1.java b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceURLV1.java index f40eeff381..06a2fa7415 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/ServiceURLV1.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/ServiceURLV1.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // ServiceURLV1.java: SLPv1 Service URL class. // Author: James Kempf // Created On: Fri Oct 9 19:08:53 1998 @@ -45,7 +41,6 @@ import java.io.*; * ServiceURLV1 enforces no abstract types and no non-service: URL types for * SLPv1 queries. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SrvLocHeader.java b/usr/src/lib/libslp/javalib/com/sun/slp/SrvLocHeader.java index f04acbfa6b..a35c187567 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SrvLocHeader.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SrvLocHeader.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright 2001-2002 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. * */ -// SCCS Status: %W% %G% // SrvLocHeader.java: Abstract superclass for SLP Headers // Author: James Kempf // Created On: Mon Sep 14 12:47:20 1998 @@ -51,7 +47,6 @@ import java.io.*; * subclasses. We also let the SrvLocHeader serve as a SrvLocMsg object * to handle the SrvAck, which only has an error code. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SrvLocMsg.java b/usr/src/lib/libslp/javalib/com/sun/slp/SrvLocMsg.java index cc2f753637..039a580e76 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SrvLocMsg.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SrvLocMsg.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SrvLocMsg.java: Abstract class for all SLP message objects. // Author: James Kempf // Created On: Mon Sep 14 13:03:22 1998 @@ -46,7 +42,6 @@ import java.io.*; * SrvLocMsg is an interface supported by all SLP message objects, * regardless of type. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SrvLocMsgImpl.java b/usr/src/lib/libslp/javalib/com/sun/slp/SrvLocMsgImpl.java index 5a831660fe..218bd96b1b 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SrvLocMsgImpl.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SrvLocMsgImpl.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SrvLocMsgImpl.java: SrvLocMsg implementation. // Author: James Kempf // Created On: Tue Sep 15 10:06:27 1998 @@ -44,7 +40,6 @@ import java.util.*; * The SrvLocMsgImpl class is the base class for all SLPv2 side SrvLocMsg * implementations. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/StreamListener.java b/usr/src/lib/libslp/javalib/com/sun/slp/StreamListener.java index 9aa5359426..b662fd87cb 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/StreamListener.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/StreamListener.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // StreamListener.java: Listen to stream socket, spawn request to // handle incoming request. // Author: James Kempf @@ -47,7 +43,6 @@ import java.io.*; * Listen on the SLP port for clients requesting a stream connection. Spawn * a request handler to handle the connection. * - * @version %R%.%L% %D% * @author James Kempf, Erik Guttman */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SunDATable.java b/usr/src/lib/libslp/javalib/com/sun/slp/SunDATable.java index 1efdf8ce79..9746f78db6 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SunDATable.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SunDATable.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright 2001,2003 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. * */ -// SCCS Status: %W% %G% // SunDATable.java: A DATable implementation that uses the IPC connection. // Author: James Kempf // Created On: Mon May 11 15:00:23 1998 @@ -63,7 +59,6 @@ import java.io.*; * time stamp runs out. The time stamp is determined as the minimum * expiration time of the service URLs. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/SunServerDATable.java b/usr/src/lib/libslp/javalib/com/sun/slp/SunServerDATable.java index 0918d760a0..153fc41973 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/SunServerDATable.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/SunServerDATable.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 2001 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // SunServerDATable.java: Server DA Table for Sun's client/SA server SLP. // Author: James Kempf // Created On: Wed May 20 09:58:46 1998 @@ -59,7 +55,6 @@ import java.io.*; * initialized to be the local machine name, but it may also include other * names. * - * @version %R%.%L% %D% * @author James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/TemplateRegistry.java b/usr/src/lib/libslp/javalib/com/sun/slp/TemplateRegistry.java index 88c6f638b8..c3cddd0af2 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/TemplateRegistry.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/TemplateRegistry.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // TemplateRegistry.java: // Author: James Kempf // Created On: Fri Jul 4 11:38:39 1997 @@ -47,7 +43,6 @@ import java.util.*; * template attributes. * * @author James Kempf - * @version %R%.%L% %D% * */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/UARequester.java b/usr/src/lib/libslp/javalib/com/sun/slp/UARequester.java index 07962681d5..b64f2b6fcf 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/UARequester.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/UARequester.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // UARequester.java: Requester operations for UA. // Author: James Kempf // Created On: Thu Jan 8 15:17:35 1998 @@ -48,7 +44,6 @@ import java.util.*; * If no DA is present, and convergence is used to gather * results, these will be merged into one result. * - * @version %R%.%L% %D% * @author Erik Guttman, James Kempf */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/URLAttributeVerifier.java b/usr/src/lib/libslp/javalib/com/sun/slp/URLAttributeVerifier.java index e2061efcd4..70dbbb5e83 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/URLAttributeVerifier.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/URLAttributeVerifier.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,11 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * */ -// SCCS Status: %W% %G% // URLAttributeVerifier.java: Parse a service template from a URL // Author: James Kempf // Created On: Mon Jun 23 11:52:04 1997 @@ -47,7 +43,6 @@ import java.io.*; * a URL. Most of the work is done by the superclass. This class * takes care of opening the Reader on the URL. * - * @version %R%.%L% %D% * @author James Kempf * */ diff --git a/usr/src/lib/libslp/javalib/com/sun/slp/slpd.java b/usr/src/lib/libslp/javalib/com/sun/slp/slpd.java index 642c888770..efb8fc78ed 100644 --- a/usr/src/lib/libslp/javalib/com/sun/slp/slpd.java +++ b/usr/src/lib/libslp/javalib/com/sun/slp/slpd.java @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,15 +19,12 @@ * CDDL HEADER END */ /* - * ident "%Z%%M% %I% %E% SMI" - * * Copyright 2004 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. * */ -// SCCS Status: %W% %G% -// %M : The service location daemon. +// sldp.java : The service location daemon. // Author: Erik Guttman // @@ -85,7 +81,6 @@ import java.awt.*; * configuration file syntax and <a href="slpd.reg.html">slpd.reg</a> * for more information on proxy registration file syntax. * - * @version 1.20 99/01/14 * @author Erik Guttman, James Kempf */ diff --git a/usr/src/lib/libtnfctl/i386_assm.s b/usr/src/lib/libtnfctl/i386_assm.s index 7778b21ca4..357c368c10 100644 --- a/usr/src/lib/libtnfctl/i386_assm.s +++ b/usr/src/lib/libtnfctl/i386_assm.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -37,8 +36,7 @@ * } */ - .ident "%Z%%M% %I% %E% SMI" - .file "%M%" + .file "i386_assm.s" .data .align 4 .globl prb_callinfo diff --git a/usr/src/lib/libtnfctl/sparc_assm.s b/usr/src/lib/libtnfctl/sparc_assm.s index c60f8056c3..727fce6d71 100644 --- a/usr/src/lib/libtnfctl/sparc_assm.s +++ b/usr/src/lib/libtnfctl/sparc_assm.s @@ -1,6 +1,4 @@ ! -! ident "%Z%%M% %I% %E% SMI" -! ! Copyright 2005 Sun Microsystems, Inc. All rights reserved. ! Use is subject to license terms. ! @@ -24,9 +22,8 @@ ! ! CDDL HEADER END ! -! - .ident "%Z%%M% %I% %E% SMI" - .file "%M%" + + .file "sparc_assm.s" .section ".data" .align 4 .global prb_callinfo diff --git a/usr/src/pkgdefs/SUNWmibii/pkginfo.tmpl b/usr/src/pkgdefs/SUNWmibii/pkginfo.tmpl index a9f6c1e2b5..d41fbf2334 100644 --- a/usr/src/pkgdefs/SUNWmibii/pkginfo.tmpl +++ b/usr/src/pkgdefs/SUNWmibii/pkginfo.tmpl @@ -20,11 +20,9 @@ # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # # This required package information file describes characteristics of the @@ -44,7 +42,6 @@ SUNW_PKGVERS="1.0" MAXINST="1000" SUNW_PRODNAME="SunOS" SUNW_PRODVERS="RELEASE/VERSION" -PSTAMP="Solstice Enterprise Agents 1.0.3 SNMP daemon - %H%" SUNW_PKGTYPE="usr" EMAIL="" HOTLINE="Please contact your local service provider" diff --git a/usr/src/pkgdefs/SUNWsacom/pkginfo.tmpl b/usr/src/pkgdefs/SUNWsacom/pkginfo.tmpl index ea9a42ab36..b1776240bd 100644 --- a/usr/src/pkgdefs/SUNWsacom/pkginfo.tmpl +++ b/usr/src/pkgdefs/SUNWsacom/pkginfo.tmpl @@ -20,11 +20,9 @@ # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # # This required package information file describes characteristics of the @@ -44,7 +42,6 @@ SUNW_PRODNAME="SunOS" SUNW_PRODVERS="RELEASE/VERSION" VENDOR="Sun Microsystems, Inc." VERSION="ONVERS,REV=0.0.0" -PSTAMP="Solstice Enterprise Agents 1.0.3 files - %H%" SUNW_PKGTYPE="root" EMAIL="" HOTLINE="Please contact your local service provider" diff --git a/usr/src/pkgdefs/SUNWsasnm/pkginfo.tmpl b/usr/src/pkgdefs/SUNWsasnm/pkginfo.tmpl index e758284d96..005a5355ef 100644 --- a/usr/src/pkgdefs/SUNWsasnm/pkginfo.tmpl +++ b/usr/src/pkgdefs/SUNWsasnm/pkginfo.tmpl @@ -20,11 +20,9 @@ # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # # This required package information file describes characteristics of the @@ -44,7 +42,6 @@ SUNW_PRODNAME="SunOS" SUNW_PRODVERS="RELEASE/VERSION" VENDOR="Sun Microsystems, Inc." VERSION="ONVERS,REV=0.0.0" -PSTAMP="Solstice Enterprise Agents 1.0.3 Simple Network Management Protocol - %H%" SUNW_PKGTYPE="usr" EMAIL="" HOTLINE="Please contact your local service provider" diff --git a/usr/src/prototypes/prototype.Makefile b/usr/src/prototypes/prototype.Makefile index f962688c9e..c1d942f10e 100644 --- a/usr/src/prototypes/prototype.Makefile +++ b/usr/src/prototypes/prototype.Makefile @@ -23,5 +23,4 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# + diff --git a/usr/src/prototypes/prototype.c b/usr/src/prototypes/prototype.c index 99c00d7cc6..b1933b6de7 100644 --- a/usr/src/prototypes/prototype.c +++ b/usr/src/prototypes/prototype.c @@ -24,8 +24,6 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * Block comment that describes the contents of this file. */ diff --git a/usr/src/prototypes/prototype.csh b/usr/src/prototypes/prototype.csh index ca8981a0dc..7cf43ea1db 100644 --- a/usr/src/prototypes/prototype.csh +++ b/usr/src/prototypes/prototype.csh @@ -24,5 +24,4 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# + diff --git a/usr/src/prototypes/prototype.h b/usr/src/prototypes/prototype.h index b040d765b1..a2b836f4aa 100644 --- a/usr/src/prototypes/prototype.h +++ b/usr/src/prototypes/prototype.h @@ -27,8 +27,6 @@ #ifndef _HEADER_H #define _HEADER_H -#pragma ident "%Z%%M% %I% %E% SMI" - /* * Block comment that describes the contents of this file. */ diff --git a/usr/src/prototypes/prototype.java b/usr/src/prototypes/prototype.java index 6e2f561626..a9b79688cb 100644 --- a/usr/src/prototypes/prototype.java +++ b/usr/src/prototypes/prototype.java @@ -25,9 +25,5 @@ */ /* - * ident "%Z%%M% %I% %E% SMI" - */ - -/* * Comment that describes the contents of this file. */ diff --git a/usr/src/prototypes/prototype.ksh b/usr/src/prototypes/prototype.ksh index 36163b14fe..70879dacf5 100644 --- a/usr/src/prototypes/prototype.ksh +++ b/usr/src/prototypes/prototype.ksh @@ -24,5 +24,4 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# + diff --git a/usr/src/prototypes/prototype.man b/usr/src/prototypes/prototype.man index e959c9fab4..9530246e83 100644 --- a/usr/src/prototypes/prototype.man +++ b/usr/src/prototypes/prototype.man @@ -20,4 +20,4 @@ .\" Copyright 2008 Sun Microsystems, Inc. All rights reserved. .\" Use is subject to license terms. .\" -.\" ident "%Z%%M% %I% %E% SMI" + diff --git a/usr/src/prototypes/prototype.pl b/usr/src/prototypes/prototype.pl index 9b0a287327..c4d3d3a499 100644 --- a/usr/src/prototypes/prototype.pl +++ b/usr/src/prototypes/prototype.pl @@ -24,8 +24,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # # Block comment that describes the contents of this file. diff --git a/usr/src/prototypes/prototype.py b/usr/src/prototypes/prototype.py index dc40bfd14b..792b51c12a 100644 --- a/usr/src/prototypes/prototype.py +++ b/usr/src/prototypes/prototype.py @@ -24,8 +24,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # # Block comment that describes the contents of this file. diff --git a/usr/src/prototypes/prototype.s b/usr/src/prototypes/prototype.s index a572f78767..0b17df6df0 100644 --- a/usr/src/prototypes/prototype.s +++ b/usr/src/prototypes/prototype.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "prototype.s" /* * Block comment that describes the contents of this file. diff --git a/usr/src/prototypes/prototype.sh b/usr/src/prototypes/prototype.sh index 11cbf35389..16dcacce19 100644 --- a/usr/src/prototypes/prototype.sh +++ b/usr/src/prototypes/prototype.sh @@ -24,5 +24,3 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# diff --git a/usr/src/tools/abi/audit/abi_audit.c b/usr/src/tools/abi/audit/abi_audit.c index ad621622ff..8bb1bee5ca 100644 --- a/usr/src/tools/abi/audit/abi_audit.c +++ b/usr/src/tools/abi/audit/abi_audit.c @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,12 +19,10 @@ * CDDL HEADER END */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include "abi_audit.h" #include <time.h> @@ -78,7 +75,7 @@ static scenario_t detect_sequence(sequence_t *, liblist_t *); static scenario_t sequence_match(liblist_t *, int); static sequence_t *generate_sequence(sequence_t *, bvlist_t *, liblist_t *); -static void add_sccs_keyword_and_release(FILE *); +static void add_copyright_and_release(FILE *); static void cleanup(void); static void decode_filename(char *); static void detect_errors(symbol_t *, FILE *); @@ -141,7 +138,7 @@ main(int argc, char *argv[]) } } else { /* print symbol info to file */ - add_sccs_keyword_and_release(Db); + add_copyright_and_release(Db); tree_traverse(Sym_List); } @@ -205,7 +202,7 @@ analyze_args(int argc, char *argv[]) if ((Db = fopen(optarg, "w")) == NULL) { (void) fprintf(stderr, "%s: fopen failed to open <%s>: %s\n", - program, optarg, strerror(errno)); + program, optarg, strerror(errno)); return (FAIL); } gflag ++; @@ -748,8 +745,8 @@ proc_intf_check_dir(char *intf_check_dir) /* look for release string file */ if ((dirp = opendir(intf_check_dir)) == NULL) { (void) fprintf(stderr, - "%s: %s: %s: No such directory. Please try again.\n", - program, path, strerror(errno)); + "%s: %s: %s: No such directory. Please try again.\n", + program, path, strerror(errno)); return (FAIL); } @@ -770,9 +767,8 @@ proc_intf_check_dir(char *intf_check_dir) if (strlcpy(release, dp->d_name, MAXPATHLEN) >= MAXPATHLEN) { (void) fprintf(stderr, - "%s: proc_intf_check_dir: " - "strlcpy: %s\n", - program, strerror(errno)); + "%s: proc_intf_check_dir: strlcpy: %s\n", + program, strerror(errno)); errmsg = FAIL; break; } @@ -1660,7 +1656,7 @@ detect_errors(symbol_t *sym, FILE *fp) (scenario == SCENARIO_18)) && (p->st_lib->lt_libc_migrate == FALSE) && Tflag) { if (!sflag) - report_err_msg("WARNING", p, fp); + report_err_msg("WARNING", p, fp); } else if (pflag && (scenario == SCENARIO_01)) { if (!sflag) report_err_msg("WARNING", p, fp); @@ -1770,12 +1766,11 @@ report_err_msg(char *msg, symbol_t *sym, FILE *fp) } /* - * Adds SCCS keyword, Copyright and customer releases captured - * in ABI database file + * Adds Copyright and customer releases captured in ABI database file */ static void -add_sccs_keyword_and_release(FILE *fp) +add_copyright_and_release(FILE *fp) { int i; time_t t; @@ -1789,12 +1784,6 @@ add_sccs_keyword_and_release(FILE *fp) " All rights reserved.\n" "# Use is subject to license terms.\n" "#\n" - "#ident\t\"%%" - "Z%%%%" - "M%%\t%%" - "I%%\t%%" - "E%% SMI\"\n" - "#\n" "#Releases:", 1900 + gmt->tm_year); for (i = 0; i < Total_relcnt - 1; i ++) { @@ -1822,8 +1811,8 @@ generate_db(symbol_t *p, FILE *db) char *sym_ver; if ((find_exported_release(p->st_lib, 0) != FAIL) && - ((bv_all_zero(p->st_lib->lt_cat->ct_public) != TRUE) || - (bv_all_zero(p->st_lib->lt_cat->ct_private) != TRUE))) { + ((bv_all_zero(p->st_lib->lt_cat->ct_public) != TRUE) || + (bv_all_zero(p->st_lib->lt_cat->ct_private) != TRUE))) { (void) fprintf(db, "%s %s %d %d ", p->st_sym_name, p->st_lib->lt_lib_name, p->st_type, p->st_size); diff --git a/usr/src/tools/codereview/codereview.1 b/usr/src/tools/codereview/codereview.1 index 9239c88280..fcdb2631ab 100644 --- a/usr/src/tools/codereview/codereview.1 +++ b/usr/src/tools/codereview/codereview.1 @@ -1,11 +1,8 @@ -.\" ident "%Z%%M% %I% %E% SMI" -.\" .\" CDDL HEADER START .\" .\" The contents of this file are subject to the terms of the -.\" Common Development and Distribution License, Version 1.0 only -.\" (the "License"). You may not use this file except in compliance -.\" with the License. +.\" Common Development and Distribution License (the "License"). +.\" You may not use this file except in compliance with the License. .\" .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE .\" or http://www.opensolaris.org/os/licensing. @@ -20,16 +17,9 @@ .\" .\" CDDL HEADER END .\" -.\" "Copyright 2000 Sun Microsystems, Inc." -.\" "All rights reserved" -.\" "Use is subject to license terms." -.de)I -.nr;9 0\\$1+1 -.ds)i \\$\\n(;9 -.rr;9 -.. -.)I 2 $Date: %E% $ -.TH CODEREVIEW 1-LOCAL "\\*()i" +.\" Copyright 2008 Sun Microsystems, Inc. All rights reserved. +.\" Use is subject to license terms. +.TH codereview 1 "August 5, 2008" .UC .SH NAME codereview \- Diff list generator diff --git a/usr/src/tools/codereview/lwlp.c b/usr/src/tools/codereview/lwlp.c index 3fdd7181d1..6d17dda820 100644 --- a/usr/src/tools/codereview/lwlp.c +++ b/usr/src/tools/codereview/lwlp.c @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,10 @@ * CDDL HEADER END */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - -static char sccsid[] = "%Z%%M% %I% %E% SMI"; - /* * lwlp - Convert ASCII text to PostScript * @@ -294,7 +289,7 @@ main(int argc, char **argv) /*LINTED*/ if (iscodereview = strncmp(progname, CODEREVIEW, - sizeof (CODEREVIEW) - 1) == 0) { + sizeof (CODEREVIEW) - 1) == 0) { layoutp = &layout2; numberwidth = 4; columns = 85; /* extra space for numbering */ @@ -302,7 +297,7 @@ main(int argc, char **argv) } while ((ch = getopt(argc, argv, - "1248B:c:deG:h:I:l:Ln:P:prt:vw:X:y:")) != -1) { + "1248B:c:deG:h:I:l:Ln:P:prt:vw:X:y:")) != -1) { switch (ch) { case '1': layoutp = &layout1; @@ -418,12 +413,12 @@ main(int argc, char **argv) break; default: (void) fprintf(stderr, - "usage: %s %s\n\t%s\n\t%s\n\t%s\n", - iscodereview ? LWLP : progname, - USAGE1, USAGE2, USAGE3, USAGE4); + "usage: %s %s\n\t%s\n\t%s\n\t%s\n", + iscodereview ? LWLP : progname, + USAGE1, USAGE2, USAGE3, USAGE4); if (iscodereview) (void) fprintf(stderr, "\t%s [%s flags] %s\n", - CODEREVIEW, LWLP, USAGE6); + CODEREVIEW, LWLP, USAGE6); exit(1); } } @@ -468,14 +463,14 @@ main(int argc, char **argv) end_x = DEFAULT_PAGE_WIDTH * POINTS_PER_INCH; if (wflag) { point_size = DEFAULT_PAGE_WIDTH * POINTS_PER_INCH / - ((columns + 0.5) * DEFAULT_CHAR_WIDTH); + ((columns + 0.5) * DEFAULT_CHAR_WIDTH); lines_per_page = DEFAULT_PAGE_HEIGHT * POINTS_PER_INCH / - point_size; + point_size; } else { point_size = DEFAULT_PAGE_HEIGHT * POINTS_PER_INCH / - (lines_per_page + 0.5); + (lines_per_page + 0.5); columns = DEFAULT_PAGE_WIDTH * POINTS_PER_INCH / - (point_size * DEFAULT_CHAR_WIDTH); + (point_size * DEFAULT_CHAR_WIDTH); } } else { rot_text = 90 - layoutp->rotation; @@ -484,28 +479,28 @@ main(int argc, char **argv) end_x = DEFAULT_PAGE_HEIGHT * POINTS_PER_INCH; if (wflag) { point_size = DEFAULT_PAGE_HEIGHT * POINTS_PER_INCH / - ((columns + 0.5) * DEFAULT_CHAR_WIDTH); + ((columns + 0.5) * DEFAULT_CHAR_WIDTH); lines_per_page = DEFAULT_PAGE_WIDTH * POINTS_PER_INCH / - point_size; + point_size; } else { point_size = DEFAULT_PAGE_WIDTH * POINTS_PER_INCH / - (lines_per_page + 0.5); + (lines_per_page + 0.5); columns = DEFAULT_PAGE_HEIGHT * POINTS_PER_INCH / - (point_size * DEFAULT_CHAR_WIDTH); + (point_size * DEFAULT_CHAR_WIDTH); } } box_height = DEFAULT_PAGE_HEIGHT * POINTS_PER_INCH / layoutp->page_rows; if (layoutp->rotation == 0) box_width = box_height / - DEFAULT_PAGE_HEIGHT * DEFAULT_PAGE_WIDTH; + DEFAULT_PAGE_HEIGHT * DEFAULT_PAGE_WIDTH; else box_width = box_height * - DEFAULT_PAGE_HEIGHT / DEFAULT_PAGE_WIDTH; + DEFAULT_PAGE_HEIGHT / DEFAULT_PAGE_WIDTH; gap_width = DEFAULT_PAPER_WIDTH * POINTS_PER_INCH / - layoutp->page_cols - box_width; + layoutp->page_cols - box_width; gap_height = DEFAULT_PAPER_HEIGHT * POINTS_PER_INCH / - layoutp->page_rows - box_height; + layoutp->page_rows - box_height; margin_x = gap_width/2; margin_y = gap_height/2; @@ -534,27 +529,26 @@ main(int argc, char **argv) } positions[j].base_x = margin_x + - phys_col * (box_width + gap_width); + phys_col * (box_width + gap_width); positions[j].base_y = margin_y + - phys_row * (box_height + gap_height); + phys_row * (box_height + gap_height); if (rot_text != 0) { positions[j].base_x += box_width; } } if (vflag) { - (void) fprintf(stderr, "%s: %s\n\n", progname, sccsid); + (void) fprintf(stderr, "%s:\n\n", progname); (void) fprintf(stderr, "Lines/page = %d\n", lines_per_page); (void) fprintf(stderr, "Columns = %d\n", columns); for (j = 0; j < layoutp->pages; j++) { (void) fprintf(stderr, "\tx=%3d, y=%3d\n", - positions[j].base_x, - positions[j].base_y); + positions[j].base_x, positions[j].base_y); } (void) fprintf(stderr, "box_width=%3d, box_height=%3d\n", - box_width, box_height); + box_width, box_height); (void) fprintf(stderr, "gap_width=%3d, gap_height=%3d\n", - gap_width, gap_height); + gap_width, gap_height); } setup(); @@ -564,13 +558,13 @@ main(int argc, char **argv) char command[BUFSIZ]; (void) snprintf(command, BUFSIZ, "diff -b -D %s %s %s", - CODEREVIEW, argv[first_file+1], argv[first_file]); + CODEREVIEW, argv[first_file+1], argv[first_file]); infile = popen(command, "r"); bannerfile = argv[first_file+1]; if (ungetc(getc(infile), infile) == EOF) { (void) pclose(infile); (void) sprintf(command, - "echo No differences encountered"); + "echo No differences encountered"); infile = popen(command, "r"); } setheaderfile(bannerfile); @@ -596,7 +590,7 @@ main(int argc, char **argv) } if (vflag) (void) fprintf(stderr, "\tprinting %s\n", - argv[i]); + argv[i]); setheaderfile(argv[i]); printfile(infile); if (pflag) @@ -630,8 +624,8 @@ preamble(void) (void) printf("%%%%CreationDate: %s\n", currentdate); (void) printf("%%%%For: %s\n", username); (void) printf("%%%%DocumentFonts: %s %s %s %s\n", - default_font, default_font_bold, - default_font_italic, default_font_bold_italic); + default_font, default_font_bold, + default_font_italic, default_font_bold_italic); (void) printf("%%%%Pages: (atend)\n"); if (prologue == NULL) { @@ -655,13 +649,13 @@ preamble(void) } (void) printf("/%s {%f /%s %s}bind def\n", DEFAULT_FONT, - point_size, default_font, SELECT_FONT); + point_size, default_font, SELECT_FONT); (void) printf("/%s {%f /%s %s}bind def\n", DEFAULT_FONT_BOLD, - point_size, default_font_bold, SELECT_FONT); + point_size, default_font_bold, SELECT_FONT); (void) printf("/%s {%f /%s %s}bind def\n", DEFAULT_FONT_ITALIC, - point_size, default_font_italic, SELECT_FONT); + point_size, default_font_italic, SELECT_FONT); (void) printf("/%s {%f /%s %s}bind def\n", DEFAULT_FONT_BOLD_ITALIC, - point_size, default_font_bold_italic, SELECT_FONT); + point_size, default_font_bold_italic, SELECT_FONT); } void @@ -868,12 +862,9 @@ process_elide(FILE *outfile) numberwidth = 0; current.lineno++; current.row -= point_size; - setcurrentfont(DEFAULT_FONT_BOLD_ITALIC, - outfile); - proc("______unchanged_portion_omitted_", - outfile); - restore_format_state(&format_state, - outfile); + setcurrentfont(DEFAULT_FONT_BOLD_ITALIC, outfile); + proc("______unchanged_portion_omitted_", outfile); + restore_format_state(&format_state, outfile); savestate(outfile); dots_inserted = 1; } @@ -942,10 +933,10 @@ printpage(FILE *infile, FILE *outfile) altlinenumber = tmplinenumber; if (!old_stuff) setcurrentfont(DEFAULT_FONT_BOLD, - outfile); + outfile); else setcurrentfont(DEFAULT_FONT_ITALIC, - outfile); + outfile); } else /* if (strcmp(command, "endif") == 0) */ { in_change = 0; makegray = 0; @@ -990,10 +981,8 @@ startpage(FILE *outfile) setcurrentfont((char *)NULL, outfile); (void) fprintf(outfile, "%s ", SET_WIDTHS); (void) fprintf(outfile, "%d %f %d %d %s\n", - rot_text, layoutp->scale, - positions[logical_page].base_x, - positions[logical_page].base_y, - START_PAGE); + rot_text, layoutp->scale, positions[logical_page].base_x, + positions[logical_page].base_y, START_PAGE); lines = 0; if (header) { save_format_state(&format_state); @@ -1003,14 +992,14 @@ startpage(FILE *outfile) current.row -= point_size; (void) fprintf(outfile, "%d %.2f %s\n", start_x, current.row, - MOVETO); + MOVETO); proc(headerstring, outfile); (void) snprintf(buf, 8, "%d", current.logical_page_count + 1); buflen = strlen(buf); (void) fprintf(outfile, "%d %.2f %s (%s)%s\n", - (int)(end_x - (buflen + 0.5) * - DEFAULT_CHAR_WIDTH * point_size), - current.row, MOVETO, buf, SHOW); + (int)(end_x - (buflen + 0.5) * + DEFAULT_CHAR_WIDTH * point_size), + current.row, MOVETO, buf, SHOW); current.row -= point_size; restore_format_state(&format_state, outfile); lines = 2; @@ -1039,8 +1028,8 @@ setuppage(FILE *outfile) if (layoutp->pages == 1) return; - (void) fprintf(outfile, "%f %s %s\n", - RULE_WIDTH, SETLINEWIDTH, NEWPATH); + (void) fprintf(outfile, "%f %s %s\n", RULE_WIDTH, SETLINEWIDTH, + NEWPATH); begin = 0; end = DEFAULT_PAPER_WIDTH * POINTS_PER_INCH; for (i = 1, ilimit = layoutp->page_rows; i < ilimit; i++) { place = margin_y - gap_height/2 + i * (box_height+gap_height); @@ -1101,8 +1090,7 @@ reversepages(FILE *outfile) if (vflag) (void) fprintf(stderr, "\nreversing %d page%s\n", - current.page_count, - current.page_count > 1 ? "s" : ""); + current.page_count, current.page_count > 1 ? "s" : ""); for (i = current.page_count - 1; i >= 0; i--) { copypage(outfile, page_map[i], page_map[i+1]); } @@ -1178,15 +1166,15 @@ proc(char *in, FILE *outfile) grayed++; in += graylength; } else if (boldlength && - strncmp(in, boldstring, boldlength) == 0) { + strncmp(in, boldstring, boldlength) == 0) { altfont = DEFAULT_FONT_BOLD; in += boldlength; } else if (itlclength && - strncmp(in, itlcstring, itlclength) == 0) { + strncmp(in, itlcstring, itlclength) == 0) { altfont = DEFAULT_FONT_ITALIC; in += itlclength; } else if (bitclength && - strncmp(in, bitcstring, bitclength) == 0) { + strncmp(in, bitcstring, bitclength) == 0) { altfont = DEFAULT_FONT_BOLD_ITALIC; in += bitclength; } else @@ -1194,11 +1182,12 @@ proc(char *in, FILE *outfile) } if (grayed) { (void) fprintf(outfile, "%d %.2f %d %.2f %s\n", - start_x, current.row - - DEFAULT_DESCENDER_FRACTION * point_size, - end_x, current.row + - (1.0 - DEFAULT_DESCENDER_FRACTION) * point_size, - SHADE); + start_x, + current.row - DEFAULT_DESCENDER_FRACTION * point_size, + end_x, + current.row + + (1.0 - DEFAULT_DESCENDER_FRACTION) * point_size, + SHADE); } linenumber++; @@ -1209,18 +1198,18 @@ proc(char *in, FILE *outfile) if (start_x != 0) { (void) fprintf(outfile, "%d %.2f %s\n", - start_x, current.row, MOVETO); + start_x, current.row, MOVETO); } else (void) fprintf(outfile, "%.2f %s\n", - current.row, ZEROMOVETO); + current.row, ZEROMOVETO); if (numberwidth) { setcurrentfont(DEFAULT_FONT, outfile); (void) sprintf(bufout, "%*d", numberwidth, linenumber); for (q = bufout, i = 0; *q == ' '; q++, i++) ; (void) fprintf(outfile, "%d %s (%s)%s %d %s ", - i, TAB, q, SHOW, DEFAULT_SPACES_AFTER_NUMBER, TAB); + i, TAB, q, SHOW, DEFAULT_SPACES_AFTER_NUMBER, TAB); } setcurrentfont(altfont, outfile); @@ -1240,7 +1229,7 @@ proc(char *in, FILE *outfile) } if (currentp > 0) { /* not beginning of line */ i = tabstop - (currentp % tabstop) + - tabc * tabstop; + tabc * tabstop; if (instr) { (void) snprintf(q, BUFOUT - (q - bufout), ")%s ", @@ -1271,7 +1260,7 @@ proc(char *in, FILE *outfile) if (instr) { *q = '\0'; (void) fprintf(outfile, "%s)%s\n", - bufout, SHOW); + bufout, SHOW); } instr = 0; if (currentp >= columns) @@ -1294,17 +1283,17 @@ proc(char *in, FILE *outfile) *q = '\0'; if (instr) (void) fprintf(outfile, "%s)%s\n", - bufout, SHOW); + bufout, SHOW); else (void) fprintf(outfile, "%s\n", bufout); endpage(outfile); (void) startpage(outfile); current.row = start_y; (void) fprintf(outfile, "%d %.2f %s\n", - start_x, current.row, MOVETO); + start_x, current.row, MOVETO); if (numberwidth) (void) fprintf(outfile, "%d %s\n", numberwidth + - DEFAULT_SPACES_AFTER_NUMBER, TAB); + DEFAULT_SPACES_AFTER_NUMBER, TAB); q = bufout; currentp = 0; instr = 0; @@ -1314,15 +1303,15 @@ proc(char *in, FILE *outfile) if (instr) { *q = '\0'; (void) fprintf(outfile, "%s)%s\n", - bufout, SHOW); + bufout, SHOW); instr = 0; q = bufout; } (void) fprintf(outfile, "%d %.2f %s\n", - start_x, current.row, MOVETO); + start_x, current.row, MOVETO); if (numberwidth) (void) fprintf(outfile, "%d %s\n", numberwidth + - DEFAULT_SPACES_AFTER_NUMBER, TAB); + DEFAULT_SPACES_AFTER_NUMBER, TAB); currentp = 0; break; case '\\': diff --git a/usr/src/tools/cw/cw.c b/usr/src/tools/cw/cw.c index aaf86f6889..fc63fd5649 100644 --- a/usr/src/tools/cw/cw.c +++ b/usr/src/tools/cw/cw.c @@ -20,19 +20,21 @@ */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * Wrapper for the GNU C compiler to make it accept the Sun C compiler * arguments where possible. * * Since the translation is inexact, this is something of a work-in-progress. + * */ +/* If you modify this file, you must increment CW_VERSION */ +#define CW_VERSION "1.25" + /* * -# Verbose mode * -### Show compiler commands built by driver, no compilation @@ -1863,7 +1865,7 @@ main(int argc, char **argv) * ask each for its version if we know how. */ if (argc > 1 && strcmp(argv[1], "-_versions") == 0) { - (void) printf("%s", "cw version %I%"); + (void) printf("cw version %s", CW_VERSION); if (!do_shadow) (void) printf(" (SHADOW MODE DISABLED)"); (void) printf("\n"); diff --git a/usr/src/tools/env/developer.sh b/usr/src/tools/env/developer.sh index 16a7e1413c..0ceb7ad57e 100644 --- a/usr/src/tools/env/developer.sh +++ b/usr/src/tools/env/developer.sh @@ -23,8 +23,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # Configuration variables for the runtime environment of the nightly # build script and other tools for construction and packaging of releases. @@ -52,12 +50,17 @@ CODEMGR_WS="/builds/$GATE"; export CODEMGR_WS # PARENT_WS is used to determine the parent of this workspace. This is # for the options that deal with the parent workspace (such as where the # proto area will go). +# +# If you use this, it must be local (or nfs): nightly cannot copy +# over ssh or http. PARENT_WS="/ws/onnv-gate"; export PARENT_WS -# CLONE_WS is the workspace nightly should do a bringover from. Since it's -# going to bringover usr/src, this could take a while, so we use the -# clone instead of the gate (see the gate's README). -CLONE_WS="/ws/onnv-clone"; export CLONE_WS +# CLONE_WS is the workspace nightly should do a bringover from. +CLONE_WS="ssh://onnv.sfbay.sun.com//export/onnv-clone"; export CLONE_WS + +# CLOSED_CLONE_WS is the workspace from which nightly should acquire +# the usr/closed tree. +CLOSED_CLONE_WS="${CLONE_WS}/usr/closed"; export CLOSED_CLONE_WS # This flag controls whether to build the closed source. If # undefined, nightly(1) and bldenv(1) will set it according to whether diff --git a/usr/src/tools/env/gatekeeper.sh b/usr/src/tools/env/gatekeeper.sh index 5165e1beca..bb3d91304e 100644 --- a/usr/src/tools/env/gatekeeper.sh +++ b/usr/src/tools/env/gatekeeper.sh @@ -23,8 +23,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # Configuration variables for the runtime environment of the nightly # build script and other tools for construction and packaging of releases. @@ -61,12 +59,18 @@ CODEMGR_WS="/builds/$GATE"; export CODEMGR_WS # PARENT_WS is used to determine the parent of this workspace. This is # for the options that deal with the parent workspace (such as where the # proto area will go). +# +# If you use this, it must be local (or nfs): nightly cannot copy +# over ssh or http. PARENT_WS="/ws/$GATE"; export PARENT_WS -# CLONE_WS is the workspace nightly should do a bringover from. Since it's -# going to bringover usr/src, this could take a while, so we use the -# clone instead of the gate (see the gate's README). -CLONE_WS="/ws/onnv-clone"; export CLONE_WS +# CLONE_WS is the workspace nightly should do a bringover from. +CLONE_WS="ssh://onnv.sfbay.sun.com//export/onnv-clone"; export CLONE_WS + +# CLOSED_CLONE_WS is the workspace from which nightly will acquire the +# usr/closed tree. +CLOSED_CLONE_WS="${CLONE_WS}/usr/closed" +export CLOSED_CLONE_WS # This flag controls whether to build the closed source. If # undefined, nightly(1) and bldenv(1) will set it according to whether diff --git a/usr/src/tools/env/opensolaris.sh b/usr/src/tools/env/opensolaris.sh index 7c196ed2ef..0990c2cc7e 100644 --- a/usr/src/tools/env/opensolaris.sh +++ b/usr/src/tools/env/opensolaris.sh @@ -21,9 +21,7 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# -# + # Configuration variables for the runtime environment of the nightly # build script and other tools for construction and packaging of releases. # This script is sourced by 'nightly' and 'bldenv' to set up the environment @@ -80,10 +78,9 @@ ACR=$ONBLD_BIN/acr; export ACR # proto area will go). PARENT_WS=""; export PARENT_WS -# CLONE_WS is the workspace nightly should do a bringover from. Since it's -# going to bringover usr/src, this could take a while, so we use the -# clone instead of the gate (see the gate's README). -CLONE_WS=""; export CLONE_WS +# CLONE_WS is the workspace nightly should do a bringover from. +CLONE_WS="ssh://anon@hg.opensolaris.org//hg/onnv/onnv-gate" +export CLONE_WS # The bringover, if any, is done as STAFFER. # Set STAFFER to your own login as gatekeeper or developer diff --git a/usr/src/tools/onbld/Checks/Rti.py b/usr/src/tools/onbld/Checks/Rti.py index a0a1035d37..485ddd021f 100644 --- a/usr/src/tools/onbld/Checks/Rti.py +++ b/usr/src/tools/onbld/Checks/Rti.py @@ -24,8 +24,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # # Check on RTI status for bug IDs passed. @@ -63,17 +61,30 @@ def rti(bugids, gatePath=None, consolidation=None, # Check to see if we were given a gate to lookup with if gatePath != None: - # strip any trailing / - gatePath.rstrip('/') - gateName = os.path.split(gatePath)[1] + + # + # The gate name should be the last component of the gate path, + # no matter how it's accessed. + # + # We make a special case for "closed," and check to see if it + # appears to be the "usr/closed" portion of a nested repository. + # In that case, we really want the parent repository name. + # + gatePath = gatePath.rstrip(os.path.sep).split(os.path.sep) + gateName = gatePath[-1] + try: + if gatePath[-2:] == ['usr', 'closed']: + gateName = gatePath[-3] + except IndexError: + pass # Is this a patch gate? - if patchGateRe.search(gatePath): + if patchGateRe.search(gateName): rtiType = "Patch" gateType = "Patch" # Is this a test gate? - if testGateRe.search(gatePath): + if testGateRe.search(gateName): rtiType = "RTI" gateType = "RTI" else: diff --git a/usr/src/tools/onbld/Scm/Backup.py b/usr/src/tools/onbld/Scm/Backup.py index bd69bc0a1f..49cfb8ea66 100644 --- a/usr/src/tools/onbld/Scm/Backup.py +++ b/usr/src/tools/onbld/Scm/Backup.py @@ -17,8 +17,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# ''' Workspace backup @@ -362,7 +360,7 @@ class CdmMetadataBackup(object): def __init__(self, backup, ws): self.bu = backup self.ws = ws - self.files = ('hgrc', 'localtags', 'patches') + self.files = ('hgrc', 'localtags', 'patches', 'cdm') def backup(self): '''Backup workspace metadata''' diff --git a/usr/src/tools/onbld/Scm/WorkSpace.py b/usr/src/tools/onbld/Scm/WorkSpace.py index 99feb24840..0fa36f5003 100644 --- a/usr/src/tools/onbld/Scm/WorkSpace.py +++ b/usr/src/tools/onbld/Scm/WorkSpace.py @@ -17,8 +17,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # # Theory: @@ -638,7 +636,7 @@ class WorkSpace(object): self.activecache[parent] = act return act - def pdiff(self, parent=None): + def pdiff(self, pats, opts, parent=None): 'Return diffs relative to PARENT, as best as we can make out' parent = self.parent(parent) @@ -651,9 +649,12 @@ class WorkSpace(object): if not act.revs: return + names, match = cmdutil.matchpats(self.repo, pats, opts)[:2] + opts = patch.diffopts(self.ui, opts) + ret = cStringIO.StringIO() patch.diff(self.repo, act.parenttip.node(), act.localtip.node(), - fp=ret) + names, fp=ret, opts=opts, match=match) return ret.getvalue() # diff --git a/usr/src/tools/onbld/hgext/cdm.py b/usr/src/tools/onbld/hgext/cdm.py index 2920f70c00..1ff5bdaecc 100644 --- a/usr/src/tools/onbld/hgext/cdm.py +++ b/usr/src/tools/onbld/hgext/cdm.py @@ -17,8 +17,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# '''workspace extensions for mercurial @@ -39,7 +37,7 @@ Collapse all your changes into a single changeset - recommit''' # # If you change that, change this # -import sys, os +import sys, os, stat, termios, atexit sys.path.insert(1, "%s/../../" % os.path.dirname(__file__)) from onbld.Scm import Version @@ -51,7 +49,7 @@ except Version.VersionMismatch, badversion: raise util.Abort("Version Mismatch:\n %s\n" % badversion) import ConfigParser -from mercurial import cmdutil, node +from mercurial import cmdutil, node, ignore from onbld.Scm.WorkSpace import WorkSpace, ActiveEntry from onbld.Scm.Backup import CdmBackup @@ -79,6 +77,62 @@ def yes_no(ui, msg, default): else: return default + +def _buildfilelist(repo, args): + '''build a list of files in which we're interested + + If no files are specified, then we'll default to using + the entire active list. + + Returns a dictionary, wherein the keys are cwd-relative file paths, + and the values (when present) are entries from the active list. + Instead of warning the user explicitly about files not in the active + list, we'll attempt to do checks on them.''' + + fdict = {} + + # + # If the user specified files on the command line, we'll only check + # those files. We won't pull the active list at all. That means we + # won't be smart about skipping deleted files and such, so the user + # needs to be smart enough to not explicitly specify a nonexistent + # file path. Which seems reasonable. + # + if args: + for f in args: + fdict[f] = None + + # + # Otherwise, if no files were listed explicitly, we assume that the + # checks should be run on all files in the active list. So we determine + # it here. + # + # Tracking the file paths is a slight optimization, in that multiple + # check functions won't need to derive it themselves. This also dovetails + # nicely with the expectation that explicitly specified files will be + # ${CWD}-relative paths, so the fdict keyspace will be consistent either + # way. + # + else: + active = wslist[repo].active() + for e in sorted(active): + fdict[wslist[repo].filepath(e.name)] = e + + return fdict + + +def not_check(repo, cmd): + '''return a function which returns boolean indicating whether a file + should be skipped for CMD.''' + + notfile = repo.join('cdm/%s.NOT' % cmd) + + if os.path.exists(notfile): + return ignore.ignore(repo.root, [notfile], repo.ui.warn) + else: + return util.never + + # # Adding a reference to WorkSpace from a repo causes a circular reference # repo <-> WorkSpace. @@ -93,18 +147,36 @@ def yes_no(ui, msg, default): # wslist = {} - def reposetup(ui, repo): if repo.local() and repo not in wslist: wslist[repo] = WorkSpace(repo) + ui.setconfig('hooks', 'preoutgoing.cdm_pbconfirm', + 'python:hgext_cdm.pbconfirm') + +def pbconfirm(ui, repo, hooktype, source): + def wrapper(settings=None): + termios.tcsetattr(sys.stdin.fileno(), termios.TCSANOW, settings) + + if source == 'push': + if not yes_no(ui, "Are you sure you wish to push?", False): + return 1 + else: + settings = termios.tcgetattr(sys.stdin.fileno()) + orig = list(settings) + atexit.register(wrapper, orig) + settings[3] = settings[3] & (~termios.ISIG) # c_lflag + termios.tcsetattr(sys.stdin.fileno(), termios.TCSANOW, settings) -def cdm_pdiffs(ui, repo, parent=None): +def cdm_pdiffs(ui, repo, *pats, **opts): '''list workspace diffs relative to parent workspace The parent tip is taken to be the latest revision shared between us and the parent workspace.''' - diffs = wslist[repo].pdiff(parent) + + parent = opts['parent'] + + diffs = wslist[repo].pdiff(pats, opts, parent=parent) if diffs: ui.write(diffs) @@ -197,43 +269,47 @@ def cdm_comchk(ui, repo, **opts): Check that checkin comments conform to O/N rules.''' - active = opts.get('active') or wslist[repo].active(opts['parent']) + active = wslist[repo].active(opts.get('parent')) ui.write('Comments check:\n') - check_db = not opts['nocheck'] + check_db = not opts.get('nocheck') return Comments.comchk(active.comments(), check_db=check_db, output=ui) -def cdm_cddlchk(ui, repo, **opts): +def cdm_cddlchk(ui, repo, *args, **opts): '''check for a valid CDDL block in active files See http://www.opensolaris.org/os/community/on/devref_toc/devref_7/#7_2_3_nonformatting_considerations for more info.''' - active = opts.get('active') or wslist[repo].active(opts['parent']) + filelist = opts.get('filelist') or _buildfilelist(repo, args) ui.write('CDDL block check:\n') lenient = True ret = 0 - for entry in sorted(active): - if entry.is_removed(): + exclude = not_check(repo, 'cddlchk') + + for f, e in filelist.iteritems(): + if e and e.is_removed(): continue - elif entry.is_added(): + elif (e or opts.get('honour_nots')) and exclude(f): + ui.status('Skipping %s...\n' % f) + continue + elif e and e.is_added(): lenient = False else: lenient = True - path = wslist[repo].filepath(entry.name) - fh = open(path, 'r') + fh = open(f, 'r') ret |= Cddl.cddlchk(fh, lenient=lenient, output=ui) fh.close() return ret -def cdm_copyright(ui, repo, **opts): +def cdm_copyright(ui, repo, *args, **opts): '''check active files for valid copyrights Check that all active files have a valid copyright containing the @@ -241,110 +317,125 @@ def cdm_copyright(ui, repo, **opts): See http://www.opensolaris.org/os/project/muskoka/on_dev/golden_rules.txt for more info.''' - active = opts.get('active') or wslist[repo].active(opts['parent']) + filelist = opts.get('filelist') or _buildfilelist(repo, args) ui.write('Copyright check:\n') ret = 0 + exclude = not_check(repo, 'copyright') - for entry in sorted(active): - if entry.is_removed(): + for f, e in filelist.iteritems(): + if e and e.is_removed(): + continue + elif (e or opts.get('honour_nots')) and exclude(f): + ui.status('Skipping %s...\n' % f) continue - path = wslist[repo].filepath(entry.name) - - fh = open(path, 'r') + fh = open(f, 'r') ret |= Copyright.copyright(fh, output=ui) fh.close() return ret -def cdm_hdrchk(ui, repo, **opts): +def cdm_hdrchk(ui, repo, *args, **opts): '''check active header files conform to O/N rules''' - active = opts.get('active') or wslist[repo].active(opts['parent']) + filelist = opts.get('filelist') or _buildfilelist(repo, args) ui.write('Header format check:\n') ret = 0 + exclude = not_check(repo, 'hdrchk') - for entry in sorted(active): - if entry.is_removed(): + for f, e in filelist.iteritems(): + if e and e.is_removed(): + continue + elif not f.endswith('.h'): + continue + elif (e or opts.get('honour_nots')) and exclude(f): + ui.status('Skipping %s...\n' % f) continue - path = wslist[repo].filepath(entry.name) - - if entry.name.endswith('.h'): - fh = open(path, 'r') - ret |= HdrChk.hdrchk(fh, lenient=True, output=ui) - fh.close() + fh = open(f, 'r') + ret |= HdrChk.hdrchk(fh, lenient=True, output=ui) + fh.close() return ret -def cdm_cstyle(ui, repo, **opts): +def cdm_cstyle(ui, repo, *args, **opts): '''check active C source files conform to the C Style Guide See http://opensolaris.org/os/community/documentation/getting_started_docs/cstyle.ms.pdf''' - active = opts.get('active') or wslist[repo].active(opts['parent']) + filelist = opts.get('filelist') or _buildfilelist(repo, args) ui.write('C style check:\n') ret = 0 + exclude = not_check(repo, 'cstyle') - for entry in sorted(active): - if entry.is_removed(): + for f, e in filelist.iteritems(): + if e and e.is_removed(): + continue + elif not (f.endswith('.c') or f.endswith('.h')): + continue + elif (e or opts.get('honour_nots')) and exclude(f): + ui.status('Skipping %s...\n' % f) continue - path = wslist[repo].filepath(entry.name) - - if entry.name.endswith('.c') or entry.name.endswith('.h'): - fh = open(path, 'r') - ret |= CStyle.cstyle(fh, output=ui, - picky=True, check_posix_types=True, - check_continuation=True) - fh.close() + fh = open(f, 'r') + ret |= CStyle.cstyle(fh, output=ui, + picky=True, check_posix_types=True, + check_continuation=True) + fh.close() return ret -def cdm_jstyle(ui, repo, **opts): +def cdm_jstyle(ui, repo, *args, **opts): 'check active Java source files for common stylistic errors' - active = opts.get('active') or wslist[repo].active(opts['parent']) + filelist = opts.get('filelist') or _buildfilelist(repo, args) ui.write('Java style check:\n') ret = 0 + exclude = not_check(repo, 'jstyle') - for entry in sorted(active): - if entry.is_removed(): + for f, e in filelist.iteritems(): + if e and e.is_removed(): + continue + elif not f.endswith('.java'): + continue + elif (e or opts.get('honour_nots')) and exclude(f): + ui.status('Skipping %s...\n' % f) continue - path = wslist[repo].filepath(entry.name) - - if entry.name.endswith('.java'): - fh = open(path, 'r') - ret |= JStyle.jstyle(fh, output=ui, picky=True) - fh.close() + fh = open(f, 'r') + ret |= JStyle.jstyle(fh, output=ui, picky=True) + fh.close() return ret -def cdm_permchk(ui, repo, **opts): +def cdm_permchk(ui, repo, *args, **opts): '''check active files permission - warn +x (execute) mode''' - active = opts.get('active') or wslist[repo].active(opts['parent']) + filelist = opts.get('filelist') or _buildfilelist(repo, args) ui.write('File permission check:\n') exeFiles = [] - for entry in sorted(active): - if entry.is_removed(): - continue + exclude = not_check(repo, 'permchk') - path = wslist[repo].filepath(entry.name) + for f, e in filelist.iteritems(): + if e and e.is_removed(): + continue + elif (e or opts.get('honour_nots')) and exclude(f): + ui.status('Skipping %s...\n' % f) + continue - if active.localtip.manifest().execf(path): - exeFiles.append(path) + mode = stat.S_IMODE(os.stat(f)[stat.ST_MODE]) + if mode & stat.S_IEXEC: + exeFiles.append(f) if len(exeFiles) > 0: ui.write('Warning: the following active file(s) have executable mode ' @@ -360,7 +451,7 @@ def cdm_tagchk(ui, repo, **opts): Tag sharing among repositories is restricted to gatekeepers''' - active = opts.get('active') or wslist[repo].active(opts['parent']) + active = wslist[repo].active(opts.get('parent')) ui.write('Checking for new tags:\n') @@ -439,7 +530,7 @@ def cdm_rtichk(ui, repo, **opts): Only works on SWAN.''' - if opts['nocheck']: + if opts.get('nocheck') or os.path.exists(repo.join('cdm/rtichk.NOT')): ui.status('Skipping RTI checks...\n') return 0 @@ -447,7 +538,8 @@ def cdm_rtichk(ui, repo, **opts): ui.write('RTI checks only work on SWAN, skipping...\n') return 0 - active = opts.get('active') or wslist[repo].active(opts['parent']) + parent = wslist[repo].parent(opts.get('parent')) + active = wslist[repo].active(parent) ui.write('RTI check:\n') @@ -459,23 +551,27 @@ def cdm_rtichk(ui, repo, **opts): bugs.append(match.group(1)) # RTI normalizes the gate path for us - return int(not Rti.rti(bugs, gatePath=opts['parent'], output=ui)) + return int(not Rti.rti(bugs, gatePath=parent, output=ui)) -def cdm_keywords(ui, repo, **opts): +def cdm_keywords(ui, repo, *args, **opts): '''check source files do not contain SCCS keywords''' - active = opts.get('active') or wslist[repo].active(opts['parent']) + filelist = opts.get('filelist') or _buildfilelist(repo, args) ui.write('Keywords check:\n') ret = 0 - for entry in sorted(active): - if entry.is_removed(): + exclude = not_check(repo, 'keywords') + + for f, e in filelist.iteritems(): + if e and e.is_removed(): + continue + elif (e or opts.get('honour_nots')) and exclude(f): + ui.status('Skipping %s...\n' % f) continue - path = wslist[repo].filepath(entry.name) - fh = open(path, 'r') + fh = open(f, 'r') ret |= Keywords.keywords(fh, output=ui) fh.close() return ret @@ -503,7 +599,7 @@ def cdm_outchk(ui, repo, **opts): def cdm_mergechk(ui, repo, **opts): '''Warn the user if their workspace contains merges''' - active = opts.get('active') or wslist[repo].active(opts['parent']) + active = wslist[repo].active(opts.get('parent')) ui.write('Checking for merges:\n') @@ -521,12 +617,13 @@ def cdm_mergechk(ui, repo, **opts): return 0 -def run_checks(ws, cmds, **opts): +def run_checks(ws, cmds, *args, **opts): '''Run CMDS (with OPTS) over active files in WS''' - active = ws.active(opts['parent']) ret = 0 + flist = _buildfilelist(ws.repo, args) + for cmd in cmds: name = cmd.func_name.split('_')[1] if not ws.ui.configbool('cdm', name, True): @@ -534,7 +631,8 @@ def run_checks(ws, cmds, **opts): else: ws.ui.pushbuffer() - result = cmd(ws.ui, ws.repo, active=active, **opts) + result = cmd(ws.ui, ws.repo, filelist=flist, + honour_nots=True, *args, **opts) ret |= result output = ws.ui.popbuffer() @@ -543,7 +641,7 @@ def run_checks(ws, cmds, **opts): return ret -def cdm_nits(ui, repo, **opts): +def cdm_nits(ui, repo, *args, **opts): '''check for stylistic nits in active files Run cddlchk, copyright, cstyle, hdrchk, jstyle, permchk, and @@ -557,10 +655,10 @@ def cdm_nits(ui, repo, **opts): cdm_permchk, cdm_keywords] - return run_checks(wslist[repo], cmds, **opts) + return run_checks(wslist[repo], cmds, *args, **opts) -def cdm_pbchk(ui, repo, **opts): +def cdm_pbchk(ui, repo, *args, **opts): '''pre-putback check all active files Run cddlchk, comchk, copyright, cstyle, hdrchk, jstyle, permchk, tagchk, @@ -586,7 +684,7 @@ def cdm_pbchk(ui, repo, **opts): cdm_outchk, cdm_mergechk] - return run_checks(wslist[repo], cmds, **opts) + return run_checks(wslist[repo], cmds, *args, **opts) def cdm_recommit(ui, repo, **opts): @@ -871,8 +969,22 @@ cmdtable = { 'hg pbchk [-N] [-p PARENT]'), 'permchk': (cdm_permchk, [('p', 'parent', '', 'parent workspace')], 'hg permchk [-p PARENT]'), - '^pdiffs': (cdm_pdiffs, [('p', 'parent', '', 'parent workspace')], - 'hg pdiffs [-p PARENT]'), + '^pdiffs': (cdm_pdiffs, [('p', 'parent', '', 'parent workspace'), + ('a', 'text', None, 'treat all files as text'), + ('g', 'git', None, 'use extended git diff format'), + ('w', 'ignore-all-space', None, + 'ignore white space when comparing lines'), + ('b', 'ignore-space-change', None, + 'ignore changes in the amount of white space'), + ('B', 'ignore-blank-lines', None, + 'ignore changes whos lines are all blank'), + ('U', 'unified', 3, + 'number of lines of context to show'), + ('I', 'include', [], + 'include names matching the given patterns'), + ('X', 'exclude', [], + 'exclude names matching the given patterns')], + 'hg pdiffs [OPTION...] [-p PARENT] [FILE...]'), '^recommit|reci': (cdm_recommit, [('p', 'parent', '', 'parent workspace'), ('f', 'force', None, 'force operation'), ('m', 'message', '', diff --git a/usr/src/tools/scripts/acr.1 b/usr/src/tools/scripts/acr.1 index b6213a8eab..266a0b43cc 100644 --- a/usr/src/tools/scripts/acr.1 +++ b/usr/src/tools/scripts/acr.1 @@ -1,4 +1,3 @@ -.\" ident "%Z%%M% %I% %E% SMI" .\" " CDDL HEADER START .\" " .\" " The contents of this file are subject to the terms of the @@ -20,7 +19,7 @@ .\" " .\" " Copyright 2006 Sun Microsystems, Inc. All rights reserved. .\" " Use is subject to license terms. -.TH acr 1 "%H%" +.TH acr 1 "July 13, 2006" .SH NAME .I acr \- Automatically attempt BFU conflict resolution. diff --git a/usr/src/tools/scripts/hg-active.py b/usr/src/tools/scripts/hg-active.py index 192cf3b7aa..2617d745a2 100644 --- a/usr/src/tools/scripts/hg-active.py +++ b/usr/src/tools/scripts/hg-active.py @@ -18,8 +18,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# ''' Create a wx-style active list on stdout based on a Mercurial @@ -42,7 +40,7 @@ except Version.VersionMismatch, e: sys.exit(1) import getopt, binascii -from mercurial import hg, repo +from mercurial import hg, repo, util from onbld.Scm.WorkSpace import WorkSpace def usage(): @@ -52,17 +50,20 @@ def usage(): def main(argv): try: - opts, args = getopt.getopt(argv, 'w:p:') + opts = getopt.getopt(argv, 'w:o:p:')[0] except getopt.GetoptError, e: sys.stderr.write(str(e) + '\n') usage() parentpath = None wspath = None + outputfile = None for opt, arg in opts: if opt == '-w': wspath = arg + elif opt == '-o': + outputfile = arg elif opt == '-p': parentpath = arg @@ -74,36 +75,50 @@ def main(argv): except repo.RepoError, e: sys.stderr.write("failed to open repository: %s\n" % e) sys.exit(1) - + ws = WorkSpace(repository) act = ws.active(parentpath) node = act.parenttip.node() parenttip = binascii.hexlify(node) - print "HG_PARENT=" + parenttip + + fh = None + if outputfile: + try: + fh = open(outputfile, 'w') + except EnvironmentError, e: + sys.stderr.write("could not open output file: %s\n" % e) + sys.exit(1) + else: + fh = sys.stdout + + fh.write("HG_PARENT=%s\n" % parenttip) entries = [i for i in act] entries.sort() for entry in entries: if entry.is_renamed(): - print "%s %s" % (entry.name, entry.parentname) + fh.write("%s %s\n" % (entry.name, entry.parentname)) else: - print entry.name + fh.write("%s\n" % entry.name) # Strip blank lines. comments = filter(lambda x: x and not x.isspace(), entry.comments) - print + fh.write('\n') if comments: - print '\n'.join(comments) + fh.write('%s\n' % '\n'.join(comments)) else: - print "*** NO COMMENTS ***" - print + fh.write("*** NO COMMENTS ***\n") + fh.write('\n') if __name__ == '__main__': try: main(sys.argv[1:]) except KeyboardInterrupt: sys.exit(1) + except util.Abort, msg: + sys.stderr.write("Abort: %s\n" % msg) + sys.exit(1) diff --git a/usr/src/tools/scripts/hgsetup.sh b/usr/src/tools/scripts/hgsetup.sh index 422e10213b..194f3e385a 100644 --- a/usr/src/tools/scripts/hgsetup.sh +++ b/usr/src/tools/scripts/hgsetup.sh @@ -24,8 +24,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # # Easy setup script for populating a user's ~/.hgrc @@ -116,6 +114,7 @@ fi if getent hosts sunweb.central.sun.com >/dev/null; then # on SWAN echo "Detected SWAN connection" + ON_SWAN=1 ldapemail='preferredrfc822recipient' ldapquery="uid=$login $ldapemail" ldapcmd="$LDAPCLIENT -1 -h sun-ds -b dc=sun,dc=com $ldapquery" @@ -163,8 +162,24 @@ hgext.cdm=$cdm_path from=$email [paths] -onnv-gate=ssh://anon@hg.opensolaris.org/hg/onnv/onnv-gate +EOF + +if [[ -n $ON_SWAN ]]; then + cat <<EOF >> $HGRC +onnv-gate=ssh://onnv.sfbay.sun.com//export/onnv-gate +onnv-clone=ssh://onnv.sfbay.sun.com//export/onnv-clone +onnv-closed=ssh://onnv.sfbay.sun.com//export/onnv-gate/usr/closed +onnv-closed-clone=ssh://onnv.sfbay.sun.com//export/onnv-clone/usr/closed + +EOF +else + cat <<EOF >> $HGRC +onnv-gate=ssh://anon@hg.opensolaris.org//hg/onnv/onnv-gate + +EOF +fi +cat <<EOF >> $HGRC [merge-tools] filemerge.gui=True filemerge.args=-a \$base \$local \$other \$output diff --git a/usr/src/tools/scripts/webrev.sh b/usr/src/tools/scripts/webrev.sh index c0c4cc0a45..04ce3a16fe 100644 --- a/usr/src/tools/scripts/webrev.sh +++ b/usr/src/tools/scripts/webrev.sh @@ -19,7 +19,7 @@ # # CDDL HEADER END # -# ident "%Z%%M% %I% %E% SMI" + # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. @@ -35,13 +35,6 @@ # man page. # -# -# The following variable is set to SCCS delta date 20YY/MM/DD. -# Note this will have to be changed in 2100 or when SCCS has support for -# 4 digit years; whichever is the sooner! -# -WEBREV_UPDATED=20%E% - REMOVED_COLOR=brown CHANGED_COLOR=blue NEW_COLOR=blue @@ -1396,7 +1389,7 @@ function hg_active_wxfile typeset parent=$2 TMPFLIST=/tmp/$$.active - $HG_ACTIVE -w $child -p $parent > $TMPFLIST + $HG_ACTIVE -w $child -p $parent -o $TMPFLIST wxfile=$TMPFLIST } @@ -2824,8 +2817,7 @@ print print print "<hr></hr>" print "<p style=\"font-size: small\">" -print "This code review page was prepared using <b>$0</b>" -print "(vers $WEBREV_UPDATED)." +print "This code review page was prepared using <b>$0</b>." print "Webrev is maintained by the <a href=\"http://www.opensolaris.org\">" print "OpenSolaris</a> project. The latest version may be obtained" print "<a href=\"http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/tools/scripts/webrev.sh\">here</a>.</p>" diff --git a/usr/src/tools/scripts/wx.sh b/usr/src/tools/scripts/wx.sh index c713a125a0..b8c8b4a5a3 100644 --- a/usr/src/tools/scripts/wx.sh +++ b/usr/src/tools/scripts/wx.sh @@ -25,17 +25,18 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "@(#)wx 1.12 98/11/09 SMI" (from bonwick) -#ident "@(#)wxx 1.26 03/01/23 SMI" (from fiveash) -#ident "%Z%%M% %I% %E% SMI" -# # wx -- workspace extensions. Jeff Bonwick, December 1992. # The bugster cat/subcat = consolidation/os-net-tools version() { - echo "%Z%%M% %I% %E% SMI" + if [[ $(whence $0) = "/opt/onbld/bin/wx" ]] && \ + pkginfo SUNWonbld > /dev/null 2>&1; then + pkginfo -l SUNWonbld | egrep "PKGINST:|VERSION:|PSTAMP:" + else + ls -l $(whence $0) + fi } ring_bell() { diff --git a/usr/src/ucbcmd/sbcp/sbcp.s b/usr/src/ucbcmd/sbcp/sbcp.s index 2c9ea796e5..4e9526d678 100644 --- a/usr/src/ucbcmd/sbcp/sbcp.s +++ b/usr/src/ucbcmd/sbcp/sbcp.s @@ -23,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sbcp.s" #include <sys/asm_linkage.h> #include <sys/link.h> diff --git a/usr/src/ucblib/libucb/sparc/sys/setjmp.s b/usr/src/ucblib/libucb/sparc/sys/setjmp.s index a90096c481..a7cfadee91 100644 --- a/usr/src/ucblib/libucb/sparc/sys/setjmp.s +++ b/usr/src/ucblib/libucb/sparc/sys/setjmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setjmp.s" /* * The UCB setjmp(env) is the same as SYSV's sigsetjmp(env, 1) diff --git a/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/asym_sun.c b/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/asym_sun.c index ccd9737099..f257e5adb9 100644 --- a/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/asym_sun.c +++ b/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/asym_sun.c @@ -18,11 +18,11 @@ * * CDDL HEADER END */ + /* * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" /* * Implementation of "scsi_vhci_f_asym_sun" asymmetric failover_ops. @@ -50,7 +50,7 @@ char *purple_dev_table[] = { }; /* Failover module plumbing. */ -SCSI_FAILOVER_OP("f_asym_sun", purple, "%I%"); +SCSI_FAILOVER_OP("f_asym_sun", purple); #define PURPLE_FO_CMD_RETRY_DELAY 1000000 /* 1 seconds */ #define PURPLE_FO_RETRY_DELAY 2000000 /* 2 seconds */ diff --git a/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/sym.c b/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/sym.c index 7f55676b76..9446c7d460 100644 --- a/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/sym.c +++ b/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/sym.c @@ -18,11 +18,11 @@ * * CDDL HEADER END */ + /* * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" /* * Implementation of "scsi_vhci_f_sym" symmetric failover_ops. @@ -69,7 +69,7 @@ char *symmetric_dev_table[] = { }; /* Failover module plumbing. */ -SCSI_FAILOVER_OP(SFO_NAME_SYM, symmetric, "%I%"); +SCSI_FAILOVER_OP(SFO_NAME_SYM, symmetric); /* ARGSUSED */ static int diff --git a/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/tape.c b/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/tape.c index 98d1842796..92c49dd6f4 100644 --- a/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/tape.c +++ b/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/tape.c @@ -18,11 +18,11 @@ * * CDDL HEADER END */ + /* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" /* * Implementation of "scsi_vhci_f_tape" tape failover_ops. @@ -50,7 +50,7 @@ static char *tape_dev_table[] = { }; /* Failover module plumbing. */ -SCSI_FAILOVER_OP("f_tape", tape, "%I%"); +SCSI_FAILOVER_OP("f_tape", tape); /* ARGSUSED */ static int diff --git a/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/tpgs.c b/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/tpgs.c index da7b5bf1bd..2885967d6f 100644 --- a/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/tpgs.c +++ b/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/tpgs.c @@ -18,11 +18,11 @@ * * CDDL HEADER END */ + /* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" /* * Implementation of "scsi_vhci_f_tpgs" T10 standard based failover_ops. @@ -42,7 +42,7 @@ char *std_dev_table[] = { NULL }; /* Failover module plumbing. */ -SCSI_FAILOVER_OP(SFO_NAME_TPGS, std, "%I%"); +SCSI_FAILOVER_OP(SFO_NAME_TPGS, std); #define STD_FO_CMD_RETRY_DELAY 1000000 /* 1 seconds */ #define STD_FO_RETRY_DELAY 2000000 /* 2 seconds */ diff --git a/usr/src/uts/common/sys/scsi/adapters/scsi_vhci.h b/usr/src/uts/common/sys/scsi/adapters/scsi_vhci.h index ee4b690f55..e0f5e42a06 100644 --- a/usr/src/uts/common/sys/scsi/adapters/scsi_vhci.h +++ b/usr/src/uts/common/sys/scsi/adapters/scsi_vhci.h @@ -18,6 +18,7 @@ * * CDDL HEADER END */ + /* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. @@ -26,8 +27,6 @@ #ifndef _SYS_SCSI_ADAPTERS_SCSI_VHCI_H #define _SYS_SCSI_ADAPTERS_SCSI_VHCI_H -#pragma ident "%Z%%M% %I% %E% SMI" - /* * Multiplexed I/O SCSI vHCI global include */ @@ -620,9 +619,9 @@ struct scsi_failover_ops { /* * Macro to provide plumbing for basic failover module */ -#define _SCSI_FAILOVER_OP(sfo_name, local_name, ops_name, vers) \ +#define _SCSI_FAILOVER_OP(sfo_name, local_name, ops_name) \ static struct modlmisc modlmisc = { \ - &mod_miscops, sfo_name " " vers \ + &mod_miscops, sfo_name \ }; \ static struct modlinkage modlinkage = { \ MODREV_1, (void *)&modlmisc, NULL \ @@ -674,11 +673,11 @@ struct scsi_failover_ops { } #ifdef lint -#define SCSI_FAILOVER_OP(sfo_name, local_name, vers) \ - _SCSI_FAILOVER_OP(sfo_name, local_name, local_name, vers) +#define SCSI_FAILOVER_OP(sfo_name, local_name) \ + _SCSI_FAILOVER_OP(sfo_name, local_name, local_name) #else /* lint */ -#define SCSI_FAILOVER_OP(sfo_name, local_name, vers) \ - _SCSI_FAILOVER_OP(sfo_name, local_name, scsi_vhci, vers) +#define SCSI_FAILOVER_OP(sfo_name, local_name) \ + _SCSI_FAILOVER_OP(sfo_name, local_name, scsi_vhci) #endif /* lint */ /* |
