diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-08-02 17:48:44 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-08-02 17:48:44 +0000 |
| commit | aee4b07b8a049bdc57cefcbb82bebeb6f341859a (patch) | |
| tree | d2baf06176c4135542f5717a0fa9b45752f77e4f | |
| parent | c8194f0876b272d70833a6b91ec566314a02050a (diff) | |
Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
297 files changed, 900 insertions, 1551 deletions
diff --git a/gnu/Makefile b/gnu/Makefile index 9c4bd26b146..5b23f72ac36 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/src/gnu/Attic/Makefile,v 1.2 1993/05/04 07:11:19 glass Exp $ +# $Id: Makefile,v 1.3 1993/08/02 17:49:15 mycroft Exp $ SUBDIR+= lib libexec usr.bin games diff --git a/gnu/usr.bin/Makefile.inc b/gnu/usr.bin/Makefile.inc index bb747875df5..e4db03485b2 100644 --- a/gnu/usr.bin/Makefile.inc +++ b/gnu/usr.bin/Makefile.inc @@ -1,3 +1,3 @@ -# $Header +# $Id: Makefile.inc,v 1.2 1993/08/02 17:49:12 mycroft Exp $ BINDIR?= /usr/bin diff --git a/gnu/usr.bin/tar/fnmatch.c b/gnu/usr.bin/tar/fnmatch.c index ed8c9eea7e3..d2e1331045b 100644 --- a/gnu/usr.bin/tar/fnmatch.c +++ b/gnu/usr.bin/tar/fnmatch.c @@ -15,6 +15,10 @@ License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef lint +static char rcsid[] = "$Id: fnmatch.c,v 1.2 1993/08/02 17:48:44 mycroft Exp $"; +#endif /* not lint */ + #include <errno.h> #include <fnmatch.h> diff --git a/gnu/usr.bin/tar/fnmatch.h b/gnu/usr.bin/tar/fnmatch.h index d4150a9a996..24590c84827 100644 --- a/gnu/usr.bin/tar/fnmatch.h +++ b/gnu/usr.bin/tar/fnmatch.h @@ -13,7 +13,10 @@ Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. */ +Cambridge, MA 02139, USA. + + $Id: fnmatch.h,v 1.2 1993/08/02 17:48:45 mycroft Exp $ +*/ #ifndef _FNMATCH_H diff --git a/gnu/usr.bin/tar/getoldopt.c b/gnu/usr.bin/tar/getoldopt.c index 27511b94b34..af22568f622 100644 --- a/gnu/usr.bin/tar/getoldopt.c +++ b/gnu/usr.bin/tar/getoldopt.c @@ -17,6 +17,10 @@ You should have received a copy of the GNU General Public License along with GNU Tar; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef lint +static char rcsid[] = "$Id: getoldopt.c,v 1.3 1993/08/02 17:48:46 mycroft Exp $"; +#endif /* not lint */ + /* * Plug-compatible replacement for getopt() for parsing tar-like * arguments. If the first argument begins with "-", it uses getopt; diff --git a/gnu/usr.bin/tar/getopt.c b/gnu/usr.bin/tar/getopt.c index 3db9abf121b..29d3d24c58a 100644 --- a/gnu/usr.bin/tar/getopt.c +++ b/gnu/usr.bin/tar/getopt.c @@ -19,6 +19,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + +#ifndef lint +static char rcsid[] = "$Id: getopt.c,v 1.3 1993/08/02 17:48:47 mycroft Exp $"; +#endif /* not lint */ /* NOTE!!! AIX requires this to be the first thing in the file. Do not put ANYTHING before it! */ diff --git a/gnu/usr.bin/tar/getopt.h b/gnu/usr.bin/tar/getopt.h index 93a5cf77816..710f673c8e6 100644 --- a/gnu/usr.bin/tar/getopt.h +++ b/gnu/usr.bin/tar/getopt.h @@ -13,7 +13,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + + $Id: getopt.h,v 1.3 1993/08/02 17:48:48 mycroft Exp $ +*/ #ifndef _GETOPT_H #define _GETOPT_H 1 diff --git a/gnu/usr.bin/tar/getopt1.c b/gnu/usr.bin/tar/getopt1.c index c3582cfa5ca..170d1b471c8 100644 --- a/gnu/usr.bin/tar/getopt1.c +++ b/gnu/usr.bin/tar/getopt1.c @@ -14,6 +14,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + +#ifndef lint +static char rcsid[] = "$Id: getopt1.c,v 1.3 1993/08/02 17:48:49 mycroft Exp $"; +#endif /* not lint */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/gnu/usr.bin/tar/getpagesize.h b/gnu/usr.bin/tar/getpagesize.h index 2d43f262c79..fc6528ed562 100644 --- a/gnu/usr.bin/tar/getpagesize.h +++ b/gnu/usr.bin/tar/getpagesize.h @@ -1,3 +1,5 @@ +/* $Id: getpagesize.h,v 1.2 1993/08/02 17:48:49 mycroft Exp $ */ + #ifdef BSD #ifndef BSD4_1 #define HAVE_GETPAGESIZE diff --git a/gnu/usr.bin/tar/gnu.c b/gnu/usr.bin/tar/gnu.c index ef51f2b5fed..f1b25f7d8dd 100644 --- a/gnu/usr.bin/tar/gnu.c +++ b/gnu/usr.bin/tar/gnu.c @@ -17,6 +17,10 @@ You should have received a copy of the GNU General Public License along with GNU Tar; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef lint +static char rcsid[] = "$Id: gnu.c,v 1.3 1993/08/02 17:48:50 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <sys/types.h> #include <ctype.h> diff --git a/gnu/usr.bin/tar/list.c b/gnu/usr.bin/tar/list.c index a0c65a334bf..b8829c7195d 100644 --- a/gnu/usr.bin/tar/list.c +++ b/gnu/usr.bin/tar/list.c @@ -17,6 +17,10 @@ You should have received a copy of the GNU General Public License along with GNU Tar; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef lint +static char rcsid[] = "$Id: list.c,v 1.3 1993/08/02 17:48:52 mycroft Exp $"; +#endif /* not lint */ + /* * List a tar archive. * diff --git a/gnu/usr.bin/tar/mangle.c b/gnu/usr.bin/tar/mangle.c index 628168473a1..307fd44279c 100644 --- a/gnu/usr.bin/tar/mangle.c +++ b/gnu/usr.bin/tar/mangle.c @@ -17,6 +17,10 @@ You should have received a copy of the GNU General Public License along with GNU Tar; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef lint +static char rcsid[] = "$Id: mangle.c,v 1.3 1993/08/02 17:48:53 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <sys/types.h> #include <time.h> diff --git a/gnu/usr.bin/tar/names.c b/gnu/usr.bin/tar/names.c index 0de6a8898a3..a9a61ef1281 100644 --- a/gnu/usr.bin/tar/names.c +++ b/gnu/usr.bin/tar/names.c @@ -17,6 +17,10 @@ You should have received a copy of the GNU General Public License along with GNU Tar; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef lint +static char rcsid[] = "$Id: names.c,v 1.4 1993/08/02 17:48:53 mycroft Exp $"; +#endif /* not lint */ + /* * Look up user and/or group names. * diff --git a/gnu/usr.bin/tar/open3.h b/gnu/usr.bin/tar/open3.h index c1c0e59b676..04d05632030 100644 --- a/gnu/usr.bin/tar/open3.h +++ b/gnu/usr.bin/tar/open3.h @@ -15,7 +15,10 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Tar; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + + $Id: open3.h,v 1.3 1993/08/02 17:48:54 mycroft Exp $ +*/ /* * open3.h -- #defines for the various flags for the Sys V style 3-argument diff --git a/gnu/usr.bin/tar/pathmax.h b/gnu/usr.bin/tar/pathmax.h index aeba9f7d218..0077217c324 100644 --- a/gnu/usr.bin/tar/pathmax.h +++ b/gnu/usr.bin/tar/pathmax.h @@ -13,7 +13,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + + $Id: pathmax.h,v 1.2 1993/08/02 17:48:55 mycroft Exp $ +*/ #ifndef _PATHMAX_H #define _PATHMAX_H diff --git a/gnu/usr.bin/tar/port.c b/gnu/usr.bin/tar/port.c index 10ec32ed728..9ed7c0e6891 100644 --- a/gnu/usr.bin/tar/port.c +++ b/gnu/usr.bin/tar/port.c @@ -17,6 +17,10 @@ You should have received a copy of the GNU General Public License along with GNU Tar; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef lint +static char rcsid[] = "$Id: port.c,v 1.4 1993/08/02 17:48:56 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <sys/types.h> #include <signal.h> diff --git a/gnu/usr.bin/tar/port.h b/gnu/usr.bin/tar/port.h index 4e65a9ace88..9e1a5cbcdb1 100644 --- a/gnu/usr.bin/tar/port.h +++ b/gnu/usr.bin/tar/port.h @@ -15,7 +15,10 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Tar; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + + $Id: port.h,v 1.3 1993/08/02 17:48:57 mycroft Exp $ +*/ /* AIX requires this to be the first thing in the file. */ #ifdef __GNUC__ diff --git a/gnu/usr.bin/tar/regex.c b/gnu/usr.bin/tar/regex.c index cb94d597c6f..2a60e4b7be2 100644 --- a/gnu/usr.bin/tar/regex.c +++ b/gnu/usr.bin/tar/regex.c @@ -19,6 +19,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef lint +static char rcsid[] = "$Id: regex.c,v 1.3 1993/08/02 17:48:59 mycroft Exp $"; +#endif /* not lint */ + /* AIX requires this to be the first thing in the file. */ #if defined (_AIX) && !defined (REGEX_MALLOC) #pragma alloca diff --git a/gnu/usr.bin/tar/regex.h b/gnu/usr.bin/tar/regex.h index 0840861da36..9e5fdc50715 100644 --- a/gnu/usr.bin/tar/regex.h +++ b/gnu/usr.bin/tar/regex.h @@ -15,7 +15,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + + $Id: regex.h,v 1.3 1993/08/02 17:49:02 mycroft Exp $ +*/ #ifndef __REGEXP_LIBRARY_H__ #define __REGEXP_LIBRARY_H__ diff --git a/gnu/usr.bin/tar/rmt.h b/gnu/usr.bin/tar/rmt.h index 2155223954c..b782cf67a44 100644 --- a/gnu/usr.bin/tar/rmt.h +++ b/gnu/usr.bin/tar/rmt.h @@ -13,7 +13,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + + $Id: rmt.h,v 1.3 1993/08/02 17:49:03 mycroft Exp $ +*/ #ifdef HAVE_UNISTD_H #include <unistd.h> diff --git a/gnu/usr.bin/tar/rtapelib.c b/gnu/usr.bin/tar/rtapelib.c index eece76ffcd0..86850ed25c9 100644 --- a/gnu/usr.bin/tar/rtapelib.c +++ b/gnu/usr.bin/tar/rtapelib.c @@ -15,6 +15,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef lint +static char rcsid[] = "$Id: rtapelib.c,v 1.2 1993/08/02 17:49:04 mycroft Exp $"; +#endif /* not lint */ + /* The man page rmt(8) for /etc/rmt documents the remote mag tape protocol which rdump and rrestore use. Unfortunately, the man page is *WRONG*. The author of the routines I'm including originally diff --git a/gnu/usr.bin/tar/tar.c b/gnu/usr.bin/tar/tar.c index 93825823398..4e5a25bf2cd 100644 --- a/gnu/usr.bin/tar/tar.c +++ b/gnu/usr.bin/tar/tar.c @@ -17,6 +17,10 @@ You should have received a copy of the GNU General Public License along with GNU Tar; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef lint +static char rcsid[] = "$Id: tar.c,v 1.5 1993/08/02 17:49:06 mycroft Exp $"; +#endif /* not lint */ + /* * A tar (tape archiver) program. * diff --git a/gnu/usr.bin/tar/tar.h b/gnu/usr.bin/tar/tar.h index c3fec78743b..ff31000aaab 100644 --- a/gnu/usr.bin/tar/tar.h +++ b/gnu/usr.bin/tar/tar.h @@ -15,7 +15,10 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Tar; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + + $Id: tar.h,v 1.4 1993/08/02 17:49:07 mycroft Exp $ +*/ /* major() and minor() macros (among other things) defined here for hpux */ #ifdef hpux diff --git a/gnu/usr.bin/tar/update.c b/gnu/usr.bin/tar/update.c index a64317c666d..f1b090d90ed 100644 --- a/gnu/usr.bin/tar/update.c +++ b/gnu/usr.bin/tar/update.c @@ -17,6 +17,10 @@ You should have received a copy of the GNU General Public License along with GNU Tar; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef lint +static char rcsid[] = "$Id: update.c,v 1.3 1993/08/02 17:49:08 mycroft Exp $"; +#endif /* not lint */ + /* JF implement the 'r' 'u' and 'A' options for tar. */ /* The 'A' option is my own invention: It means that the file-names are tar files, and they should simply be appended to the end of the archive. diff --git a/gnu/usr.bin/tar/version.c b/gnu/usr.bin/tar/version.c index 4454f62c8e9..1fab5928cf7 100644 --- a/gnu/usr.bin/tar/version.c +++ b/gnu/usr.bin/tar/version.c @@ -1 +1,5 @@ +#ifndef lint +static char rcsid[] = "$Id: version.c,v 1.3 1993/08/02 17:49:09 mycroft Exp $"; +#endif /* not lint */ + char version_string[] = "GNU tar version 1.11.2"; diff --git a/include/malloc.h b/include/malloc.h index c8b49f26d17..10fdc220d90 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -1 +1,3 @@ +/* $Id: malloc.h,v 1.2 1993/08/02 17:49:24 mycroft Exp $ */ + #include <stdlib.h> diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h index fde7b5a4129..7e72e663407 100644 --- a/include/rpcsvc/yp_prot.h +++ b/include/rpcsvc/yp_prot.h @@ -25,6 +25,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id: yp_prot.h,v 1.3 1993/08/02 17:49:19 mycroft Exp $ */ #ifndef _YP_PROT_H_ diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h index b3a6c1aa29d..8a29965e1f2 100644 --- a/include/rpcsvc/ypclnt.h +++ b/include/rpcsvc/ypclnt.h @@ -25,6 +25,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id: ypclnt.h,v 1.3 1993/08/02 17:49:21 mycroft Exp $ */ #ifndef _YPCLNT_H_ diff --git a/lib/libc/gen/regexp/regerror.c b/lib/libc/gen/regexp/regerror.c index 6d0077d6342..e1fe0a6abd5 100644 --- a/lib/libc/gen/regexp/regerror.c +++ b/lib/libc/gen/regexp/regerror.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: regerror.c,v 1.2 1993/08/02 17:49:28 mycroft Exp $"; +#endif /* not lint */ + #include <regexp.h> #include <stdio.h> diff --git a/lib/libc/gen/regexp/regexp.c b/lib/libc/gen/regexp/regexp.c index 0084295bfb3..691175eacd2 100644 --- a/lib/libc/gen/regexp/regexp.c +++ b/lib/libc/gen/regexp/regexp.c @@ -32,6 +32,11 @@ * precedence is structured in regular expressions. Serious changes in * regular-expression syntax might require a total rethink. */ + +#ifndef lint +static char rcsid[] = "$Id: regexp.c,v 1.2 1993/08/02 17:49:30 mycroft Exp $"; +#endif /* not lint */ + #include <regexp.h> #include <stdio.h> #include <ctype.h> diff --git a/lib/libc/gen/regexp/regexp.h b/lib/libc/gen/regexp/regexp.h index 73d6bf41242..4bdd889709c 100644 --- a/lib/libc/gen/regexp/regexp.h +++ b/lib/libc/gen/regexp/regexp.h @@ -3,7 +3,10 @@ * * Caveat: this is V8 regexp(3) [actually, a reimplementation thereof], * not the System V one. + * + * $Id: regexp.h,v 1.2 1993/08/02 17:49:31 mycroft Exp $ */ + #define NSUBEXP 10 typedef struct regexp { char *startp[NSUBEXP]; diff --git a/lib/libc/gen/regexp/regmagic.h b/lib/libc/gen/regexp/regmagic.h index 5acf4478ff7..cebb828af11 100644 --- a/lib/libc/gen/regexp/regmagic.h +++ b/lib/libc/gen/regexp/regmagic.h @@ -1,3 +1,5 @@ +/* $Id: regmagic.h,v 1.2 1993/08/02 17:49:32 mycroft Exp $ */ + /* * The first byte of the regexp internal "program" is actually this magic * number; the start node begins in the second byte. diff --git a/lib/libc/gen/regexp/regsub.c b/lib/libc/gen/regexp/regsub.c index e55b9b624d1..babedcff198 100644 --- a/lib/libc/gen/regexp/regsub.c +++ b/lib/libc/gen/regexp/regsub.c @@ -18,6 +18,11 @@ * 3. Altered versions must be plainly marked as such, and must not * be misrepresented as being the original software. */ + +#ifndef lint +static char rcsid[] = "$Id: regsub.c,v 1.2 1993/08/02 17:49:33 mycroft Exp $"; +#endif /* not lint */ + #include <regexp.h> #include <stdio.h> #include <string.h> diff --git a/lib/libc/i386/DEFS.h b/lib/libc/i386/DEFS.h index f55bc3a945c..57fbc55db4c 100644 --- a/lib/libc/i386/DEFS.h +++ b/lib/libc/i386/DEFS.h @@ -1 +1,3 @@ +/* $Id: DEFS.h,v 1.4 1993/08/02 17:50:00 mycroft Exp $ */ + #include <machine/asm.h> diff --git a/lib/libc/i386/gen/infinity.c b/lib/libc/i386/gen/infinity.c index ae2058064fd..e99fc998520 100644 --- a/lib/libc/i386/gen/infinity.c +++ b/lib/libc/i386/gen/infinity.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: infinity.c,v 1.2 1993/08/02 17:49:36 mycroft Exp $"; +#endif /* not lint */ + /* infinity.c */ #include <math.h> diff --git a/lib/libc/i386/string/bcmp.s b/lib/libc/i386/string/bcmp.s index 776837e4f67..0707182eb7c 100644 --- a/lib/libc/i386/string/bcmp.s +++ b/lib/libc/i386/string/bcmp.s @@ -26,6 +26,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $Id: bcmp.s,v 1.2 1993/08/02 17:49:43 mycroft Exp $ */ #include "DEFS.h" diff --git a/lib/libc/i386/string/bcopy.s b/lib/libc/i386/string/bcopy.s index 03ffd9d3567..ba946a49755 100644 --- a/lib/libc/i386/string/bcopy.s +++ b/lib/libc/i386/string/bcopy.s @@ -31,6 +31,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id: bcopy.s,v 1.5 1993/08/02 17:49:44 mycroft Exp $ */ #if defined(LIBC_RCS) && !defined(lint) diff --git a/lib/libc/i386/string/bzero.s b/lib/libc/i386/string/bzero.s index b262a77faea..6019a0f14f5 100644 --- a/lib/libc/i386/string/bzero.s +++ b/lib/libc/i386/string/bzero.s @@ -26,6 +26,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $Id: bzero.s,v 1.5 1993/08/02 17:49:45 mycroft Exp $ */ #include "DEFS.h" diff --git a/lib/libc/i386/string/ffs.s b/lib/libc/i386/string/ffs.s index 38b7ed5d0ec..24e376b6164 100644 --- a/lib/libc/i386/string/ffs.s +++ b/lib/libc/i386/string/ffs.s @@ -26,6 +26,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $Id: ffs.s,v 1.3 1993/08/02 17:49:46 mycroft Exp $ */ #include "DEFS.h" diff --git a/lib/libc/i386/string/index.s b/lib/libc/i386/string/index.s index a14b9e49f35..49a826d72b1 100644 --- a/lib/libc/i386/string/index.s +++ b/lib/libc/i386/string/index.s @@ -26,6 +26,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $Id: index.s,v 1.3 1993/08/02 17:49:47 mycroft Exp $ */ #include "DEFS.h" diff --git a/lib/libc/i386/string/memchr.s b/lib/libc/i386/string/memchr.s index de5d9294dab..eee600e78d6 100644 --- a/lib/libc/i386/string/memchr.s +++ b/lib/libc/i386/string/memchr.s @@ -26,6 +26,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $Id: memchr.s,v 1.2 1993/08/02 17:49:47 mycroft Exp $ */ #include "DEFS.h" diff --git a/lib/libc/i386/string/memcmp.s b/lib/libc/i386/string/memcmp.s index 97fed150d52..0f6055d4a72 100644 --- a/lib/libc/i386/string/memcmp.s +++ b/lib/libc/i386/string/memcmp.s @@ -26,6 +26,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $Id: memcmp.s,v 1.2 1993/08/02 17:49:48 mycroft Exp $ */ #include "DEFS.h" diff --git a/lib/libc/i386/string/memmove.s b/lib/libc/i386/string/memmove.s index 74076ad50af..a983ba6526e 100644 --- a/lib/libc/i386/string/memmove.s +++ b/lib/libc/i386/string/memmove.s @@ -31,6 +31,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id: memmove.s,v 1.6 1993/08/02 17:49:49 mycroft Exp $ */ #if defined(LIBC_RCS) && !defined(lint) diff --git a/lib/libc/i386/string/memset.s b/lib/libc/i386/string/memset.s index 54be431490b..4a0964b502d 100644 --- a/lib/libc/i386/string/memset.s +++ b/lib/libc/i386/string/memset.s @@ -26,6 +26,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $Id: memset.s,v 1.2 1993/08/02 17:49:50 mycroft Exp $ */ #include "DEFS.h" diff --git a/lib/libc/i386/string/rindex.s b/lib/libc/i386/string/rindex.s index 129cdf3c5bf..a51e04081db 100644 --- a/lib/libc/i386/string/rindex.s +++ b/lib/libc/i386/string/rindex.s @@ -26,6 +26,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $Id: rindex.s,v 1.3 1993/08/02 17:49:51 mycroft Exp $ */ #include "DEFS.h" diff --git a/lib/libc/i386/string/strcat.s b/lib/libc/i386/string/strcat.s index b2889b86017..5d13b72507d 100644 --- a/lib/libc/i386/string/strcat.s +++ b/lib/libc/i386/string/strcat.s @@ -26,6 +26,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $Id: strcat.s,v 1.4 1993/08/02 17:49:52 mycroft Exp $ */ #include "DEFS.h" diff --git a/lib/libc/i386/string/strchr.s b/lib/libc/i386/string/strchr.s index 0a2911e39ad..bda92758b79 100644 --- a/lib/libc/i386/string/strchr.s +++ b/lib/libc/i386/string/strchr.s @@ -26,6 +26,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $Id: strchr.s,v 1.3 1993/08/02 17:49:53 mycroft Exp $ */ #include "DEFS.h" diff --git a/lib/libc/i386/string/strcmp.s b/lib/libc/i386/string/strcmp.s index 690904f2385..ba12668fadf 100644 --- a/lib/libc/i386/string/strcmp.s +++ b/lib/libc/i386/string/strcmp.s @@ -26,6 +26,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $Id: strcmp.s,v 1.3 1993/08/02 17:49:53 mycroft Exp $ */ #include "DEFS.h" diff --git a/lib/libc/i386/string/strcpy.s b/lib/libc/i386/string/strcpy.s index cb2a023f22f..fd3c4868e43 100644 --- a/lib/libc/i386/string/strcpy.s +++ b/lib/libc/i386/string/strcpy.s @@ -26,6 +26,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $Id: strcpy.s,v 1.3 1993/08/02 17:49:54 mycroft Exp $ */ #include "DEFS.h" diff --git a/lib/libc/i386/string/strlen.s b/lib/libc/i386/string/strlen.s index 2f75f5fee4d..5cabcd94ddb 100644 --- a/lib/libc/i386/string/strlen.s +++ b/lib/libc/i386/string/strlen.s @@ -26,6 +26,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $Id: strlen.s,v 1.2 1993/08/02 17:49:55 mycroft Exp $ */ #include "DEFS.h" diff --git a/lib/libc/i386/string/strncmp.s b/lib/libc/i386/string/strncmp.s index 7045922b8f0..55bc40102bb 100644 --- a/lib/libc/i386/string/strncmp.s +++ b/lib/libc/i386/string/strncmp.s @@ -26,6 +26,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $Id: strncmp.s,v 1.3 1993/08/02 17:49:56 mycroft Exp $ */ #include "DEFS.h" diff --git a/lib/libc/i386/string/strrchr.s b/lib/libc/i386/string/strrchr.s index 024369cb28a..25283bdfb8a 100644 --- a/lib/libc/i386/string/strrchr.s +++ b/lib/libc/i386/string/strrchr.s @@ -26,6 +26,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $Id: strrchr.s,v 1.3 1993/08/02 17:49:57 mycroft Exp $ */ #include "DEFS.h" diff --git a/lib/libcompat/4.1/ftime.c b/lib/libcompat/4.1/ftime.c index 370f0926b2e..51333e47ab2 100644 --- a/lib/libcompat/4.1/ftime.c +++ b/lib/libcompat/4.1/ftime.c @@ -31,6 +31,10 @@ * SUCH DAMAGE. */ +#ifndef lint +static char rcsid[] = "$Id: ftime.c,v 1.2 1993/08/02 17:50:05 mycroft Exp $"; +#endif /* not lint */ + #include <sys/types.h> #include <sys/time.h> #include <sys/timeb.h> diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile index 73916b93752..003a436d75c 100644 --- a/lib/libcompat/Makefile +++ b/lib/libcompat/Makefile @@ -1,4 +1,6 @@ -LIB=compat +# $Id: Makefile,v 1.3 1993/08/02 17:50:04 mycroft Exp $ + +LIB= compat SRCS= ftime.c regex.c CFLAGS+= -I. -I${.CURDIR} -DNDEBUG diff --git a/lib/libcompat/ftime.c b/lib/libcompat/ftime.c index 370f0926b2e..51333e47ab2 100644 --- a/lib/libcompat/ftime.c +++ b/lib/libcompat/ftime.c @@ -31,6 +31,10 @@ * SUCH DAMAGE. */ +#ifndef lint +static char rcsid[] = "$Id: ftime.c,v 1.2 1993/08/02 17:50:05 mycroft Exp $"; +#endif /* not lint */ + #include <sys/types.h> #include <sys/time.h> #include <sys/timeb.h> diff --git a/lib/libcompat/regexp/regerror.c b/lib/libcompat/regexp/regerror.c index 6d0077d6342..e1fe0a6abd5 100644 --- a/lib/libcompat/regexp/regerror.c +++ b/lib/libcompat/regexp/regerror.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: regerror.c,v 1.2 1993/08/02 17:49:28 mycroft Exp $"; +#endif /* not lint */ + #include <regexp.h> #include <stdio.h> diff --git a/lib/libcompat/regexp/regexp.c b/lib/libcompat/regexp/regexp.c index 0084295bfb3..691175eacd2 100644 --- a/lib/libcompat/regexp/regexp.c +++ b/lib/libcompat/regexp/regexp.c @@ -32,6 +32,11 @@ * precedence is structured in regular expressions. Serious changes in * regular-expression syntax might require a total rethink. */ + +#ifndef lint +static char rcsid[] = "$Id: regexp.c,v 1.2 1993/08/02 17:49:30 mycroft Exp $"; +#endif /* not lint */ + #include <regexp.h> #include <stdio.h> #include <ctype.h> diff --git a/lib/libcompat/regexp/regexp.h b/lib/libcompat/regexp/regexp.h index 73d6bf41242..4bdd889709c 100644 --- a/lib/libcompat/regexp/regexp.h +++ b/lib/libcompat/regexp/regexp.h @@ -3,7 +3,10 @@ * * Caveat: this is V8 regexp(3) [actually, a reimplementation thereof], * not the System V one. + * + * $Id: regexp.h,v 1.2 1993/08/02 17:49:31 mycroft Exp $ */ + #define NSUBEXP 10 typedef struct regexp { char *startp[NSUBEXP]; diff --git a/lib/libcompat/regexp/regmagic.h b/lib/libcompat/regexp/regmagic.h index 5acf4478ff7..cebb828af11 100644 --- a/lib/libcompat/regexp/regmagic.h +++ b/lib/libcompat/regexp/regmagic.h @@ -1,3 +1,5 @@ +/* $Id: regmagic.h,v 1.2 1993/08/02 17:49:32 mycroft Exp $ */ + /* * The first byte of the regexp internal "program" is actually this magic * number; the start node begins in the second byte. diff --git a/lib/libcompat/regexp/regsub.c b/lib/libcompat/regexp/regsub.c index e55b9b624d1..babedcff198 100644 --- a/lib/libcompat/regexp/regsub.c +++ b/lib/libcompat/regexp/regsub.c @@ -18,6 +18,11 @@ * 3. Altered versions must be plainly marked as such, and must not * be misrepresented as being the original software. */ + +#ifndef lint +static char rcsid[] = "$Id: regsub.c,v 1.2 1993/08/02 17:49:33 mycroft Exp $"; +#endif /* not lint */ + #include <regexp.h> #include <stdio.h> #include <string.h> diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index 01c2f54b9a5..fa48513c6aa 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -1,9 +1,9 @@ -# $Header: /cvsroot/src/lib/libcrypt/Makefile,v 1.2 1993/05/29 13:27:15 cgd Exp $ -# # This directory contains an implementation of crypt(3) and associated # routines. the file crypt.c can't be shipped out of the US. it was put # into this directory to make distribution of exportable and non-exportable # systems easier. +# +# $Id: Makefile,v 1.3 1993/08/02 17:50:08 mycroft Exp $ .if exists(crypt.c) LIB= crypt diff --git a/lib/librpc/man/Makefile b/lib/librpc/man/Makefile index 30290dc2941..09188c37f64 100644 --- a/lib/librpc/man/Makefile +++ b/lib/librpc/man/Makefile @@ -1,4 +1,4 @@ -# quick makefile for subdirs which actually do something +# $Id: Makefile,v 1.2 1993/08/02 17:50:12 mycroft Exp $ SUBDIR= man3 man5 diff --git a/libexec/crond/Makefile b/libexec/crond/Makefile index 35bb9b5daab..18002245e5a 100644 --- a/libexec/crond/Makefile +++ b/libexec/crond/Makefile @@ -1,13 +1,4 @@ -# -# -# -# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE -# -------------------- ----- ---------------------- -# CURRENT PATCH LEVEL: 1 00037 -# -------------------- ----- ---------------------- -# -# 15 Sep 92 Adrian Hall Fixes SRCS line -# +# $Id: Makefile,v 1.4 1993/08/02 17:50:18 mycroft Exp $ PROG= crond SRCS= crond.c database.c user.c entry.c misc.c job.c do_command.c env.c diff --git a/libexec/crond/Makefile.vixie b/libexec/crond/Makefile.vixie index fd67d95843f..c9dd0d7bc75 100644 --- a/libexec/crond/Makefile.vixie +++ b/libexec/crond/Makefile.vixie @@ -1,28 +1,20 @@ -# Makefile for vixie's cron +# Copyright 1988,1990,1993 by Paul Vixie +# All rights reserved # -# $Header: /cvsroot/src/libexec/crond/Attic/Makefile.vixie,v 1.2 1993/05/28 08:34:03 cgd Exp $ +# Distribute freely, except: don't remove my name from the source or +# documentation (don't take credit for my work), mark your changes (don't +# get me blamed for your possible bugs), don't alter or remove this +# notice. May be sold if buildable source is provided to buyer. No +# warrantee of any kind, express or implied, is included with this +# software; use at your own risk, responsibility for damages (if any) to +# anyone resulting from the use of this software rests entirely with the +# user. # -# vix 03mar88 [moved to RCS, rest of log is in there] -# vix 30mar87 [goodbye, time.c; hello, getopt] -# vix 12feb87 [cleanup for distribution] -# vix 30dec86 [written] - -#/* Copyright 1988,1990,1993 by Paul Vixie -# * All rights reserved -# * -# * Distribute freely, except: don't remove my name from the source or -# * documentation (don't take credit for my work), mark your changes (don't -# * get me blamed for your possible bugs), don't alter or remove this -# * notice. May be sold if buildable source is provided to buyer. No -# * warrantee of any kind, express or implied, is included with this -# * software; use at your own risk, responsibility for damages (if any) to -# * anyone resulting from the use of this software rests entirely with the -# * user. -# * -# * Send bug reports, bug fixes, enhancements, requests, flames, etc., and -# * I'll try to keep a version up to date. I can be reached as follows: -# * paul@vix.com || {hoptoad,pacbell,decwrl}!vixie!paul -# */ +# Send bug reports, bug fixes, enhancements, requests, flames, etc., and +# I'll try to keep a version up to date. I can be reached as follows: +# paul@vix.com || {hoptoad,pacbell,decwrl}!vixie!paul +# +# $Id: Makefile.vixie,v 1.3 1993/08/02 17:50:19 mycroft Exp $ # NOTES: # 'make' can be done by anyone diff --git a/libexec/crond/arpadate.c b/libexec/crond/arpadate.c index 9b247010ed2..3e164133eb9 100644 --- a/libexec/crond/arpadate.c +++ b/libexec/crond/arpadate.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: arpadate.c,v 1.2 1993/08/02 17:50:20 mycroft Exp $"; +#endif /* not lint */ + #include <time.h> #include "cron.h" diff --git a/libexec/crond/config.h b/libexec/crond/config.h index afc089178af..c2c73b5757b 100644 --- a/libexec/crond/config.h +++ b/libexec/crond/config.h @@ -1,8 +1,3 @@ -/* config.h - configurables for Vixie Cron - * - * $Header: /cvsroot/src/libexec/crond/Attic/config.h,v 1.4 1993/05/28 08:56:47 cgd Exp $ - */ - /* Copyright 1988,1990,1993 by Paul Vixie * All rights reserved * @@ -19,6 +14,8 @@ * I'll try to keep a version up to date. I can be reached as follows: * Paul Vixie, 329 Noe Street, San Francisco, CA, 94114, (415) 864-7013, * paul@vixie.sf.ca.us || {hoptoad,pacbell,decwrl,crash}!vixie!paul + * + * $Id: config.h,v 1.5 1993/08/02 17:50:20 mycroft Exp $ */ #ifndef _CONFIG_FLAG diff --git a/libexec/crond/crond.8 b/libexec/crond/crond.8 index 216798ab2fd..7c7dd632e7d 100644 --- a/libexec/crond/crond.8 +++ b/libexec/crond/crond.8 @@ -1,22 +1,24 @@ -.\" $Header: /cvsroot/src/libexec/crond/Attic/crond.8,v 1.2 1993/05/28 08:34:12 cgd Exp $ -.\" -.\"/* Copyright 1988,1990 by Paul Vixie -.\" * All rights reserved -.\" * -.\" * Distribute freely, except: don't remove my name from the source or -.\" * documentation (don't take credit for my work), mark your changes (don't -.\" * get me blamed for your possible bugs), don't alter or remove this -.\" * notice. May be sold if buildable source is provided to buyer. No -.\" * warrantee of any kind, express or implied, is included with this -.\" * software; use at your own risk, responsibility for damages (if any) to -.\" * anyone resulting from the use of this software rests entirely with the -.\" * user. -.\" * -.\" * Send bug reports, bug fixes, enhancements, requests, flames, etc., and -.\" * I'll try to keep a version up to date. I can be reached as follows: -.\" * Paul Vixie, 329 Noe Street, San Francisco, CA, 94114, (415) 864-7013, -.\" * paul@vixie.sf.ca.us || {hoptoad,pacbell,decwrl,crash}!vixie!paul -.\" */ +.\" -*- nroff -*- +.\" +.\" Copyright 1988,1990 by Paul Vixie +.\" All rights reserved +.\" +.\" Distribute freely, except: don't remove my name from the source or +.\" documentation (don't take credit for my work), mark your changes (don't +.\" get me blamed for your possible bugs), don't alter or remove this +.\" notice. May be sold if buildable source is provided to buyer. No +.\" warrantee of any kind, express or implied, is included with this +.\" software; use at your own risk, responsibility for damages (if any) to +.\" anyone resulting from the use of this software rests entirely with the +.\" user. +.\" +.\" Send bug reports, bug fixes, enhancements, requests, flames, etc., and +.\" I'll try to keep a version up to date. I can be reached as follows: +.\" Paul Vixie, 329 Noe Street, San Francisco, CA, 94114, (415) 864-7013, +.\" paul@vixie.sf.ca.us || {hoptoad,pacbell,decwrl,crash}!vixie!paul +.\" +.\" $Id: crond.8,v 1.3 1993/08/02 17:50:21 mycroft Exp $ +.\" .TH CROND 8 "15 Nov 1988" .UC 4 .SH NAME diff --git a/libexec/crond/crond.c b/libexec/crond/crond.c index 5b71b669bff..49a008f2000 100644 --- a/libexec/crond/crond.c +++ b/libexec/crond/crond.c @@ -1,7 +1,3 @@ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Header: /cvsroot/src/libexec/crond/Attic/crond.c,v 1.3 1993/05/28 08:34:14 cgd Exp $"; -#endif - /* Copyright 1988,1990 by Paul Vixie * All rights reserved * @@ -20,6 +16,10 @@ static char rcsid[] = "$Header: /cvsroot/src/libexec/crond/Attic/crond.c,v 1.3 1 * paul@vixie.sf.ca.us || {hoptoad,pacbell,decwrl,crash}!vixie!paul */ +#ifndef lint +static char rcsid[] = "$Id: crond.c,v 1.4 1993/08/02 17:50:22 mycroft Exp $"; +#endif /* not lint */ + #define MAIN_PROGRAM diff --git a/libexec/crond/database.c b/libexec/crond/database.c index a2d55d78d0d..7025b04a9ef 100644 --- a/libexec/crond/database.c +++ b/libexec/crond/database.c @@ -1,10 +1,3 @@ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Header: /cvsroot/src/libexec/crond/Attic/database.c,v 1.2 1993/05/28 08:34:16 cgd Exp $"; -#endif - -/* vix 26jan87 [RCS has the log] - */ - /* Copyright 1988,1990 by Paul Vixie * All rights reserved * @@ -23,6 +16,10 @@ static char rcsid[] = "$Header: /cvsroot/src/libexec/crond/Attic/database.c,v 1. * paul@vixie.sf.ca.us || {hoptoad,pacbell,decwrl,crash}!vixie!paul */ +#ifndef lint +static char rcsid[] = "$Id: database.c,v 1.3 1993/08/02 17:50:23 mycroft Exp $"; +#endif + #include "cron.h" #include <pwd.h> diff --git a/libexec/crond/do_command.c b/libexec/crond/do_command.c index 8e18a2b71ee..8229c41fafe 100644 --- a/libexec/crond/do_command.c +++ b/libexec/crond/do_command.c @@ -1,47 +1,3 @@ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Header: /cvsroot/src/libexec/crond/Attic/do_command.c,v 1.5 1993/05/28 09:19:08 cgd Exp $"; -#endif - -/* $Source: /cvsroot/src/libexec/crond/Attic/do_command.c,v $ - * $Revision: 1.5 $ - * $Log: do_command.c,v $ - * Revision 1.5 1993/05/28 09:19:08 cgd - * it was putting EOF, rather than newline. comments around - * change bogus; it will *always* be putting out newline because - * of the program logic. the comments don't seem to indicate that. - * - * Revision 1.4 1993/05/28 08:34:17 cgd - * update for newest version of vixie's cron, as of May 27 1993 - * - * Revision 2.2 1992/12/18 18:46:57 vixie - * vix/ckp - * - * Revision 2.1 90/07/18 00:23:38 vixie - * Baseline for 4.4BSD release - * - * Revision 2.0 88/12/10 04:57:44 vixie - * V2 Beta - * - * Revision 1.5 88/11/29 13:06:06 vixie - * seems to work on Ultrix 3.0 FT1 - * - * Revision 1.4 87/05/02 17:33:35 paul - * baseline for mod.sources release - * - * Revision 1.3 87/04/09 00:03:58 paul - * improved data hiding, locality of declaration/references - * fixed a rs@mirror bug by redesigning the mailto stuff completely - * - * Revision 1.2 87/03/19 12:46:24 paul - * implemented suggestions from rs@mirror (Rich $alz): - * MAILTO="" means no mail should be sent - * various fixes of bugs or lint complaints - * put a To: line in the mail message - * - * Revision 1.1 87/01/26 23:47:00 paul - * Initial revision - */ - /* Copyright 1988,1990 by Paul Vixie * All rights reserved * @@ -60,6 +16,10 @@ static char rcsid[] = "$Header: /cvsroot/src/libexec/crond/Attic/do_command.c,v * paul@vixie.sf.ca.us || {hoptoad,pacbell,decwrl,crash}!vixie!paul */ +#ifndef lint +static char rcsid[] = "$Id: do_command.c,v 1.6 1993/08/02 17:50:23 mycroft Exp $"; +#endif + #include "cron.h" #include <signal.h> diff --git a/libexec/crond/entry.c b/libexec/crond/entry.c index 52a7571fbd7..e835cf3f5e1 100644 --- a/libexec/crond/entry.c +++ b/libexec/crond/entry.c @@ -1,14 +1,3 @@ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Header: /cvsroot/src/libexec/crond/Attic/entry.c,v 1.2 1993/05/28 08:34:19 cgd Exp $"; -#endif - -/* vix 26jan87 [RCS'd; rest of log is in RCS file] - * vix 01jan87 [added line-level error recovery] - * vix 31dec86 [added /step to the from-to range, per bob@acornrc] - * vix 30dec86 [written] - */ - - /* Copyright 1988,1990 by Paul Vixie * All rights reserved * @@ -27,6 +16,10 @@ static char rcsid[] = "$Header: /cvsroot/src/libexec/crond/Attic/entry.c,v 1.2 1 * paul@vixie.sf.ca.us || {hoptoad,pacbell,decwrl,crash}!vixie!paul */ +#ifndef lint +static char rcsid[] = "$Id: entry.c,v 1.3 1993/08/02 17:50:24 mycroft Exp $"; +#endif + #include "cron.h" diff --git a/libexec/crond/env.c b/libexec/crond/env.c index b95c8cf1838..b17a4d27bc1 100644 --- a/libexec/crond/env.c +++ b/libexec/crond/env.c @@ -1,7 +1,3 @@ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Header: /cvsroot/src/libexec/crond/Attic/env.c,v 1.3 1993/05/28 08:34:20 cgd Exp $"; -#endif - /* Copyright 1988,1990 by Paul Vixie * All rights reserved * @@ -20,6 +16,10 @@ static char rcsid[] = "$Header: /cvsroot/src/libexec/crond/Attic/env.c,v 1.3 199 * paul@vixie.sf.ca.us || {hoptoad,pacbell,decwrl,crash}!vixie!paul */ +#ifndef lint +static char rcsid[] = "$Id: env.c,v 1.4 1993/08/02 17:50:25 mycroft Exp $"; +#endif + #include "cron.h" diff --git a/libexec/crond/job.c b/libexec/crond/job.c index 08508dea2b2..051f254e865 100644 --- a/libexec/crond/job.c +++ b/libexec/crond/job.c @@ -1,7 +1,3 @@ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Header: /cvsroot/src/libexec/crond/Attic/job.c,v 1.2 1993/05/28 08:34:21 cgd Exp $"; -#endif - /* Copyright 1988,1990 by Paul Vixie * All rights reserved * @@ -20,6 +16,10 @@ static char rcsid[] = "$Header: /cvsroot/src/libexec/crond/Attic/job.c,v 1.2 199 * paul@vixie.sf.ca.us || {hoptoad,pacbell,decwrl,crash}!vixie!paul */ +#ifndef lint +static char rcsid[] = "$Id: job.c,v 1.3 1993/08/02 17:50:26 mycroft Exp $"; +#endif + #include "cron.h" diff --git a/libexec/crond/misc.c b/libexec/crond/misc.c index 5d940eebe4e..7f2a3ec9a31 100644 --- a/libexec/crond/misc.c +++ b/libexec/crond/misc.c @@ -1,12 +1,3 @@ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Header: /cvsroot/src/libexec/crond/Attic/misc.c,v 1.5 1993/05/28 08:34:22 cgd Exp $"; -#endif - -/* vix 26jan87 [RCS has the rest of the log] - * vix 15jan87 [added TIOCNOTTY, thanks csg@pyramid] - * vix 30dec86 [written] - */ - /* Copyright 1988,1990,1993 by Paul Vixie * All rights reserved * @@ -25,6 +16,10 @@ static char rcsid[] = "$Header: /cvsroot/src/libexec/crond/Attic/misc.c,v 1.5 19 * paul@vix.com || paul@vixie.sf.ca.us || {hoptoad,pacbell,decwrl}!vixie!paul */ +#ifndef lint +static char rcsid[] = "$Id: misc.c,v 1.6 1993/08/02 17:50:27 mycroft Exp $"; +#endif /* not lint */ + #include "cron.h" #include <sys/time.h> diff --git a/libexec/crond/user.c b/libexec/crond/user.c index f6f8215b659..8d53a0673f1 100644 --- a/libexec/crond/user.c +++ b/libexec/crond/user.c @@ -1,10 +1,3 @@ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Header: /cvsroot/src/libexec/crond/Attic/user.c,v 1.3 1993/05/28 08:34:23 cgd Exp $"; -#endif - -/* vix 26jan87 [log is in RCS file] - */ - /* Copyright 1988,1990 by Paul Vixie * All rights reserved * @@ -23,6 +16,10 @@ static char rcsid[] = "$Header: /cvsroot/src/libexec/crond/Attic/user.c,v 1.3 19 * paul@vixie.sf.ca.us || {hoptoad,pacbell,decwrl,crash}!vixie!paul */ +#ifndef lint +static char rcsid[] = "$Id: user.c,v 1.4 1993/08/02 17:50:28 mycroft Exp $"; +#endif /* not lint */ + #include "cron.h" diff --git a/libexec/elvispreserve/Makefile b/libexec/elvispreserve/Makefile index 3d868c9d7d1..02c77a29739 100644 --- a/libexec/elvispreserve/Makefile +++ b/libexec/elvispreserve/Makefile @@ -1,3 +1,4 @@ +# $Id: Makefile,v 1.4 1993/08/02 17:50:31 mycroft Exp $ PROG= elvispreserve CFLAGS+=-I${.CURDIR}/../../usr.bin/elvis diff --git a/libexec/elvispreserve/elvispreserve.8 b/libexec/elvispreserve/elvispreserve.8 index ae4cdfbe5b3..b5531ceb1ca 100644 --- a/libexec/elvispreserve/elvispreserve.8 +++ b/libexec/elvispreserve/elvispreserve.8 @@ -1,3 +1,4 @@ +.\" $Id: elvispreserve.8,v 1.4 1993/08/02 17:50:32 mycroft Exp $ -*- nroff -*- .TH ELVISPRESERVE 8 .SH NAME elvispreserve - Preserve the the modified version of a file after a crash. diff --git a/libexec/elvispreserve/elvispreserve.c b/libexec/elvispreserve/elvispreserve.c index f5a76e40b6e..f848eb86d54 100644 --- a/libexec/elvispreserve/elvispreserve.c +++ b/libexec/elvispreserve/elvispreserve.c @@ -49,6 +49,10 @@ * - tell user that file was preserved */ +#ifndef lint +static char rcsid[] = "$Id: elvispreserve.c,v 1.3 1993/08/02 17:50:34 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include "config.h" #include "vi.h" diff --git a/libexec/rpc.rstatd/Makefile b/libexec/rpc.rstatd/Makefile index f2315f1657e..deed0d03ae3 100644 --- a/libexec/rpc.rstatd/Makefile +++ b/libexec/rpc.rstatd/Makefile @@ -1,8 +1,4 @@ -# -# a makefile for /usr/sbin/rpc.rstatd -# -# $Header: /cvsroot/src/libexec/rpc.rstatd/Makefile,v 1.3 1993/06/08 01:19:09 brezak Exp $ -# +# $Id: Makefile,v 1.4 1993/08/02 17:50:37 mycroft Exp $ PROG = rpc.rstatd SRCS = rstatd.c rstat_proc.c diff --git a/libexec/rpc.rstatd/rpc.rstatd.8 b/libexec/rpc.rstatd/rpc.rstatd.8 index 3f53932b609..7ea4826bfcf 100644 --- a/libexec/rpc.rstatd/rpc.rstatd.8 +++ b/libexec/rpc.rstatd/rpc.rstatd.8 @@ -1,3 +1,5 @@ +.\" -*- nroff -*- +.\" .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -29,6 +31,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id: rpc.rstatd.8,v 1.3 1993/08/02 17:50:38 mycroft Exp $ +.\" .Dd June 7, 1993 .Dt RPC.RSTATD 8 .Os BSD 4.3 diff --git a/libexec/rpc.rstatd/rstatd.c b/libexec/rpc.rstatd/rstatd.c index 8fa7e4c924a..fbdb183b8f5 100644 --- a/libexec/rpc.rstatd/rstatd.c +++ b/libexec/rpc.rstatd/rstatd.c @@ -31,6 +31,10 @@ * SUCH DAMAGE. */ +#ifndef lint +static char rcsid[] = "$Id: rstatd.c,v 1.4 1993/08/02 17:50:40 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <rpc/rpc.h> #include <signal.h> diff --git a/libexec/rpc.rusersd/Makefile b/libexec/rpc.rusersd/Makefile index fd2630ea1a6..33859d22831 100644 --- a/libexec/rpc.rusersd/Makefile +++ b/libexec/rpc.rusersd/Makefile @@ -1,8 +1,4 @@ -# -# a makefile for /usr/sbin/rpc.rusersd -# -# /b/source/CVS/src/libexec/rpc.rusersd/Makefile,v 1.2 1993/06/04 14:55:55 brezak Exp -# +# $Id: Makefile,v 1.5 1993/08/02 17:50:44 mycroft Exp $ PROG = rpc.rusersd SRCS = rusersd.c rusers_proc.c diff --git a/libexec/rpc.rusersd/rpc.rusersd.8 b/libexec/rpc.rusersd/rpc.rusersd.8 index db3e5035dc2..eabdeb324c7 100644 --- a/libexec/rpc.rusersd/rpc.rusersd.8 +++ b/libexec/rpc.rusersd/rpc.rusersd.8 @@ -1,3 +1,5 @@ +.\" -*- nroff -*- +.\" .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -29,6 +31,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id: rpc.rusersd.8,v 1.2 1993/08/02 17:50:44 mycroft Exp $ +.\" .Dd June 7, 1993 .Dt RPC.RUSERSD 8 .Os BSD 4.3 diff --git a/libexec/rpc.rusersd/rusers_proc.c b/libexec/rpc.rusersd/rusers_proc.c index 470f10bb829..c64c78cd2fc 100644 --- a/libexec/rpc.rusersd/rusers_proc.c +++ b/libexec/rpc.rusersd/rusers_proc.c @@ -31,6 +31,10 @@ * SUCH DAMAGE. */ +#ifndef lint +static char rcsid[] = "$Id: rusers_proc.c,v 1.5 1993/08/02 17:50:46 mycroft Exp $"; +#endif /* not lint */ + #include <signal.h> #include <sys/types.h> #include <sys/time.h> diff --git a/libexec/rpc.rusersd/rusersd.c b/libexec/rpc.rusersd/rusersd.c index c7ceb32c6b1..79d6c22a044 100644 --- a/libexec/rpc.rusersd/rusersd.c +++ b/libexec/rpc.rusersd/rusersd.c @@ -31,6 +31,10 @@ * SUCH DAMAGE. */ +#ifndef lint +static char rcsid[] = "$Id: rusersd.c,v 1.4 1993/08/02 17:50:47 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <rpc/rpc.h> #include <signal.h> diff --git a/libexec/rpc.rwalld/Makefile b/libexec/rpc.rwalld/Makefile index cc25c8aaa9a..960978be282 100644 --- a/libexec/rpc.rwalld/Makefile +++ b/libexec/rpc.rwalld/Makefile @@ -1,8 +1,4 @@ -# -# a makefile for /usr/sbin/rpc.rwalld -# -# /b/source/CVS/src/libexec/rpc.rwalld/Makefile,v 1.2 1993/06/04 14:55:58 brezak Exp -# +# $Id: Makefile,v 1.4 1993/08/02 17:50:53 mycroft Exp $ PROG = rpc.rwalld SRCS = rwalld.c diff --git a/libexec/rpc.rwalld/rpc.rwalld.8 b/libexec/rpc.rwalld/rpc.rwalld.8 index 8a2b69ee9aa..4a42324a363 100644 --- a/libexec/rpc.rwalld/rpc.rwalld.8 +++ b/libexec/rpc.rwalld/rpc.rwalld.8 @@ -1,3 +1,5 @@ +.\" -*- nroff -*- +.\" .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -29,6 +31,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id: rpc.rwalld.8,v 1.2 1993/08/02 17:50:54 mycroft Exp $ +.\" .Dd June 7, 1993 .Dt RPC.RWALLD 8 .Os BSD 4.3 diff --git a/libexec/rpc.rwalld/rwalld.c b/libexec/rpc.rwalld/rwalld.c index f0cfedf61cd..5bdf6e8da93 100644 --- a/libexec/rpc.rwalld/rwalld.c +++ b/libexec/rpc.rwalld/rwalld.c @@ -28,8 +28,8 @@ */ #ifndef lint -static char rcsid[] = "/b/source/CVS/src/usr.sbin/rwalld/rwalld.c,v 1.2 1993/04/10 17:59:30 cgd Exp"; -#endif +static char rcsid[] = "$Id: rwalld.c,v 1.2 1993/08/02 17:50:55 mycroft Exp $"; +#endif /* not lint */ #include <unistd.h> #include <sys/types.h> diff --git a/regress/include/bitstring/bitstring_test.c b/regress/include/bitstring/bitstring_test.c index 4d815a1e506..9974ab9f316 100644 --- a/regress/include/bitstring/bitstring_test.c +++ b/regress/include/bitstring/bitstring_test.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: bitstring_test.c,v 1.2 1993/08/02 17:50:58 mycroft Exp $"; +#endif /* not lint */ + /* * this is a simple program to test bitstring.h * inspect the ouput, you should notice problems diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index 078ae5ea388..5f6ed69e8e3 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,3 +1,4 @@ +.\" $Id: fdisk.8,v 1.2 1993/08/02 17:51:02 mycroft Exp $ -*- nroff -*- .Dd April 4, 1993 .Dt FDISK 8 .\".Os BSD 4 diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index 7fb728d67d2..7d8e284e9cb 100644 --- a/sbin/fdisk/fdisk.c +++ b/sbin/fdisk/fdisk.c @@ -24,6 +24,10 @@ * the rights to redistribute these changes. */ +#ifndef lint +static char rcsid[] = "$Id: fdisk.c,v 1.2 1993/08/02 17:51:04 mycroft Exp $"; +#endif /* not lint */ + #include <sys/types.h> #include <sys/disklabel.h> #include <stdio.h> diff --git a/sbin/mount_isofs/mount_isofs.c b/sbin/mount_isofs/mount_isofs.c index a4d2b88014a..336f5e230fc 100644 --- a/sbin/mount_isofs/mount_isofs.c +++ b/sbin/mount_isofs/mount_isofs.c @@ -1,6 +1,6 @@ #ifndef lint -static char rcsid[] = "$Header: /cvsroot/src/sbin/mount_isofs/Attic/mount_isofs.c,v 1.5 1993/07/19 13:31:39 cgd Exp $"; -#endif +static char rcsid[] = "$Id: mount_isofs.c,v 1.6 1993/08/02 17:51:07 mycroft Exp $"; +#endif /* not lint */ #include <stdio.h> #include <sys/types.h> diff --git a/sbin/mount_msdos/mount_msdos.c b/sbin/mount_msdos/mount_msdos.c index 847ff694233..b52393342fd 100644 --- a/sbin/mount_msdos/mount_msdos.c +++ b/sbin/mount_msdos/mount_msdos.c @@ -1,11 +1,11 @@ /* - * 06 Apr 93, Rodney W. Grimes, changed MOUNT_PCFS to MOUNT_MSDOS, whole - * thing should be renamed msdosfs... - * - * No copyright as supplied to the patchkit??? * Who wrote this??? - * */ + +#ifndef lint +static char rcsid[] = "$Id: mount_msdos.c,v 1.2 1993/08/02 17:51:11 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <sys/types.h> #include <sys/mount.h> diff --git a/share/doc/ps1/13.rcs/man/Makefile b/share/doc/ps1/13.rcs/man/Makefile index 0ecf3c2144c..6001520a963 100644 --- a/share/doc/ps1/13.rcs/man/Makefile +++ b/share/doc/ps1/13.rcs/man/Makefile @@ -1,3 +1,5 @@ +# $Id: Makefile,v 1.2 1993/08/02 17:51:17 mycroft Exp $ + DEST = $(DESTDIR)/usr/man/mann MAKEFILE = Makefile diff --git a/share/doc/ps1/13.rcs/man/ci.1 b/share/doc/ps1/13.rcs/man/ci.1 index fec6c71b7ab..0cec54f9053 100644 --- a/share/doc/ps1/13.rcs/man/ci.1 +++ b/share/doc/ps1/13.rcs/man/ci.1 @@ -1,3 +1,4 @@ +.\" $Id: ci.1,v 1.2 1993/08/02 17:51:19 mycroft Exp $ -*- nroff -*- .TH CI 1 6/29/83 "Purdue University" .SH NAME ci \- check in RCS revisions @@ -181,9 +182,9 @@ Author: Walter F. Tichy, Purdue University, West Lafayette, IN, 47907. .sp 0 Revision Number: -.VL $Revision: 1.1.1.1 $ +.VL $Revision: 1.2 $ ; Release Date: -.VL $Date: 1993/03/21 09:45:37 $ +.VL $Date: 1993/08/02 17:51:19 $ \&. .sp 0 Copyright \(co 1982 by Walter F. Tichy. diff --git a/share/doc/ps1/13.rcs/man/co.1 b/share/doc/ps1/13.rcs/man/co.1 index b0be4181ab5..fc27b09f146 100644 --- a/share/doc/ps1/13.rcs/man/co.1 +++ b/share/doc/ps1/13.rcs/man/co.1 @@ -1,3 +1,4 @@ +.\" $Id: co.1,v 1.2 1993/08/02 17:51:20 mycroft Exp $ -*- nroff -*- .TH CO 1 6/29/83 "Purdue University" .SH NAME co \- check out RCS revisions @@ -244,9 +245,9 @@ Author: Walter F. Tichy, Purdue University, West Lafayette, IN, 47907. .sp 0 Revision Number: -.VL $Revision: 1.1.1.1 $ +.VL $Revision: 1.2 $ ; Release Date: -.VL $Date: 1993/03/21 09:45:37 $ +.VL $Date: 1993/08/02 17:51:20 $ \&. .sp 0 Copyright \(co 1982 by Walter F. Tichy. diff --git a/share/doc/ps1/13.rcs/man/ident.1 b/share/doc/ps1/13.rcs/man/ident.1 index 51776d9ea2b..1062157d2b0 100644 --- a/share/doc/ps1/13.rcs/man/ident.1 +++ b/share/doc/ps1/13.rcs/man/ident.1 @@ -1,3 +1,4 @@ +.\" $Id: ident.1,v 1.2 1993/08/02 17:51:21 mycroft Exp $ -*- nroff -*- .TH IDENT 1 6/29/83 "Purdue University" .SH NAME ident \- identify files @@ -50,9 +51,9 @@ Author: Walter F. Tichy, Purdue University, West Lafayette, IN, 47907. .sp 0 Revision Number: -.VL $Revision: 1.1.1.1 $ +.VL $Revision: 1.2 $ ; Release Date: -.VL $Date: 1993/03/21 09:45:37 $ +.VL $Date: 1993/08/02 17:51:21 $ \&. .sp 0 Copyright \(co 1982 by Walter F. Tichy. diff --git a/share/doc/ps1/13.rcs/man/merge.1 b/share/doc/ps1/13.rcs/man/merge.1 index 0d487935c60..310ebe8ecfd 100644 --- a/share/doc/ps1/13.rcs/man/merge.1 +++ b/share/doc/ps1/13.rcs/man/merge.1 @@ -1,3 +1,4 @@ +.\" $Id: merge.1,v 1.2 1993/08/02 17:51:22 mycroft Exp $ -*- nroff -*- .TH MERGE 1 6/29/83 "Purdue University" .SH NAME merge \- three-way file merge @@ -35,9 +36,9 @@ Author: Walter F. Tichy, Purdue University, West Lafayette, IN, 47907. .sp 0 Revision Number: -.VL $Revision: 1.1.1.1 $ +.VL $Revision: 1.2 $ ; Release Date: -.VL $Date: 1993/03/21 09:45:37 $ +.VL $Date: 1993/08/02 17:51:22 $ \&. .sp 0 Copyright \(co 1982 by Walter F. Tichy. diff --git a/share/doc/ps1/13.rcs/man/rcs.1 b/share/doc/ps1/13.rcs/man/rcs.1 index 1a7f181ac35..d1c303beb21 100644 --- a/share/doc/ps1/13.rcs/man/rcs.1 +++ b/share/doc/ps1/13.rcs/man/rcs.1 @@ -1,3 +1,4 @@ +.\" $Id: rcs.1,v 1.2 1993/08/02 17:51:23 mycroft Exp $ -*- nroff -*- .TH RCS 1 6/29/83 "Purdue University" .SH NAME rcs \- change RCS file attributes @@ -146,9 +147,9 @@ Author: Walter F. Tichy, Purdue University, West Lafayette, IN, 47907. .sp 0 Revision Number: -.VL $Revision: 1.1.1.1 $ +.VL $Revision: 1.2 $ ; Release Date: -.VL $Date: 1993/03/21 09:45:37 $ +.VL $Date: 1993/08/02 17:51:23 $ \&. .sp 0 Copyright \(co 1982 by Walter F. Tichy. diff --git a/share/doc/ps1/13.rcs/man/rcsdiff.1 b/share/doc/ps1/13.rcs/man/rcsdiff.1 index a4d6db3625f..c904dd1d0e8 100644 --- a/share/doc/ps1/13.rcs/man/rcsdiff.1 +++ b/share/doc/ps1/13.rcs/man/rcsdiff.1 @@ -1,3 +1,4 @@ +.\" $Id: rcsdiff.1,v 1.2 1993/08/02 17:51:24 mycroft Exp $ -*- nroff -*- .TH RCSDIFF 1 5/19/86 "Purdue University" .SH NAME rcsdiff \- compare RCS revisions @@ -46,9 +47,9 @@ Author: Walter F. Tichy, Purdue University, West Lafayette, IN, 47907. .sp 0 Revision Number: -.VL $Revision: 1.1.1.1 $ +.VL $Revision: 1.2 $ ; Release Date: -.VL $Date: 1993/03/21 09:45:37 $ +.VL $Date: 1993/08/02 17:51:24 $ \&. .sp 0 Copyright \(co 1982 by Walter F. Tichy. diff --git a/share/doc/ps1/13.rcs/man/rcsfile.5 b/share/doc/ps1/13.rcs/man/rcsfile.5 index 10b1cb2190a..d703ab4d17b 100644 --- a/share/doc/ps1/13.rcs/man/rcsfile.5 +++ b/share/doc/ps1/13.rcs/man/rcsfile.5 @@ -1,3 +1,4 @@ +.\" $Id: rcsfile.5,v 1.2 1993/08/02 17:51:25 mycroft Exp $ -*- nroff -*- .TH RCSFILE 5 6/29/83 "Purdue University" .SH NAME rcsfile \- format of RCS file @@ -133,9 +134,9 @@ Author: Walter F. Tichy, Purdue University, West Lafayette, IN, 47907. .sp 0 Revision Number: -.VL $Revision: 1.1.1.1 $ +.VL $Revision: 1.2 $ ; Release Date: -.VL $Date: 1993/03/21 09:45:37 $ +.VL $Date: 1993/08/02 17:51:25 $ \&. .sp 0 Copyright \(co 1982 by Walter F. Tichy. diff --git a/share/doc/ps1/13.rcs/man/rcsintro.1 b/share/doc/ps1/13.rcs/man/rcsintro.1 index 3752ccca5ad..b58c7de3831 100644 --- a/share/doc/ps1/13.rcs/man/rcsintro.1 +++ b/share/doc/ps1/13.rcs/man/rcsintro.1 @@ -1,3 +1,4 @@ +.\" $Id: rcsintro.1,v 1.2 1993/08/02 17:51:26 mycroft Exp $ -*- nroff -*- .TH RCSINTRO 1 "June 29, 1983" "Purdue University" .SH NAME rcsintro \- introduction to RCS commands diff --git a/share/doc/ps1/13.rcs/man/rcsmerge.1 b/share/doc/ps1/13.rcs/man/rcsmerge.1 index 0e0fea6617d..79b8262b8b1 100644 --- a/share/doc/ps1/13.rcs/man/rcsmerge.1 +++ b/share/doc/ps1/13.rcs/man/rcsmerge.1 @@ -1,3 +1,4 @@ +.\" $Id: rcsmerge.1,v 1.2 1993/08/02 17:51:27 mycroft Exp $ -*- nroff -*- .TH RCSMERGE 1 6/29/83 "Purdue University" .SH NAME rcsmerge \- merge RCS revisions @@ -54,9 +55,9 @@ Author: Walter F. Tichy, Purdue University, West Lafayette, IN, 47907. .sp 0 Revision Number: -.VL $Revision: 1.1.1.1 $ +.VL $Revision: 1.2 $ ; Release Date: -.VL $Date: 1993/03/21 09:45:37 $ +.VL $Date: 1993/08/02 17:51:27 $ \&. .sp 0 Copyright \(co 1982 by Walter F. Tichy. diff --git a/share/doc/ps1/13.rcs/man/rlog.1 b/share/doc/ps1/13.rcs/man/rlog.1 index fb045c9bbea..a2db440f4fc 100644 --- a/share/doc/ps1/13.rcs/man/rlog.1 +++ b/share/doc/ps1/13.rcs/man/rlog.1 @@ -1,3 +1,4 @@ +.\" $Id: rlog.1,v 1.2 1993/08/02 17:51:28 mycroft Exp $ -*- nroff -*- .TH RLOG 1 6/29/83 "Purdue University" .SH NAME rlog \- print log messages and other information about RCS files @@ -112,9 +113,9 @@ Author: Walter F. Tichy, Purdue University, West Lafayette, IN, 47907. .sp 0 Revision Number: -.VL $Revision: 1.1.1.1 $ +.VL $Revision: 1.2 $ ; Release Date: -.VL $Date: 1993/03/21 09:45:37 $ +.VL $Date: 1993/08/02 17:51:28 $ \&. .sp 0 Copyright \(co 1982 by Walter F. Tichy. diff --git a/share/doc/ps1/13.rcs/man/sccstorcs.1 b/share/doc/ps1/13.rcs/man/sccstorcs.1 index a9754919e3c..058bdfd9bc0 100644 --- a/share/doc/ps1/13.rcs/man/sccstorcs.1 +++ b/share/doc/ps1/13.rcs/man/sccstorcs.1 @@ -1,3 +1,4 @@ +.\" $Id: sccstorcs.1,v 1.2 1993/08/02 17:51:29 mycroft Exp $ -*- nroff -*- .TH SCCSTORCS 8 "29 June 1983" .UC 4 .SH NAME diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4 index 275ce9a8ae9..2a0c5b7ff6d 100644 --- a/share/man/man4/bpf.4 +++ b/share/man/man4/bpf.4 @@ -1,3 +1,5 @@ +.\" -*- nroff -*- +.\" .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -20,6 +22,8 @@ .\" This document is derived in part from the enet man page (enet.4) .\" distributed with 4.3BSD Unix. .\" +.\" $Id: bpf.4,v 1.3 1993/08/02 17:51:37 mycroft Exp $ +.\" .TH BPF 4 "23 May 1991" .SH NAME bpf \- Berkeley Packet Filter diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 280afeddfa5..805d4937cee 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,3 +1,4 @@ +.\" -*- nroff -*- .\" .\" Mach Operating System .\" Copyright (c) 1991,1990 Carnegie Mellon University @@ -23,34 +24,7 @@ .\" any improvements or extensions that they make and grant Carnegie Mellon .\" the rights to redistribute these changes. .\" -.\" -.\" (mach) HISTORY -.\" Revision 2.6 92/04/08 08:52:57 rpd -.\" Changes from OSF. -.\" [92/01/17 14:19:22 jsb] -.\" Changes for OSF debugger modifications. -.\" [91/12/12 tak] -.\" -.\" Revision 2.5 91/06/25 13:50:22 rpd -.\" Added some watchpoint explanation. -.\" [91/06/25 rpd] -.\" -.\" Revision 2.4 91/06/17 15:47:31 jsb -.\" Added documentation for continue/c, match, search, and watchpoints. -.\" I've not actually explained what a watchpoint is; maybe Rich can -.\" do that (hint, hint). -.\" [91/06/17 10:58:08 jsb] -.\" -.\" Revision 2.3 91/05/14 17:04:23 mrt -.\" Correcting copyright -.\" -.\" Revision 2.2 91/02/14 14:10:06 mrt -.\" Changed to new Mach copyright -.\" [91/02/12 18:10:12 mrt] -.\" -.\" Revision 2.2 90/08/30 14:23:15 dbg -.\" Created. -.\" [90/08/30 dbg] +.\" $Id: ddb.4,v 1.4 1993/08/02 17:51:38 mycroft Exp $ .\" .TH ddb 4 .SH NAME diff --git a/share/man/man4/man4.i386/speaker.4 b/share/man/man4/man4.i386/speaker.4 index b211674893f..d06dc9872f4 100644 --- a/share/man/man4/man4.i386/speaker.4 +++ b/share/man/man4/man4.i386/speaker.4 @@ -1,3 +1,4 @@ +.\" $Id: speaker.4,v 1.2 1993/08/02 17:51:33 mycroft Exp $ -*- nroff -*- .TH SPKR 4 .SH NAME spkr \- console speaker device driver diff --git a/share/man/man5/pcfs.5 b/share/man/man5/pcfs.5 index 4fe6b861a08..de145494261 100644 --- a/share/man/man5/pcfs.5 +++ b/share/man/man5/pcfs.5 @@ -1,4 +1,4 @@ -PCFS quirks file +PCFS quirks file $Id: pcfs.5,v 1.2 1993/08/02 17:51:42 mycroft Exp $ PCFS filesystems on floppy disks only are supported in this release. And, only high density floppy disks are supported. This is because diff --git a/sys/arch/amiga/amiga/amiga_init.c b/sys/arch/amiga/amiga/amiga_init.c index 3ca46a10a52..139fa805656 100644 --- a/sys/arch/amiga/amiga/amiga_init.c +++ b/sys/arch/amiga/amiga/amiga_init.c @@ -1,3 +1,5 @@ +/* $Id: amiga_init.c,v 1.2 1993/08/02 17:51:47 mycroft Exp $ */ + #include "pte.h" #include "machine/cpu.h" #include "param.h" diff --git a/sys/arch/amiga/amiga/cia.h b/sys/arch/amiga/amiga/cia.h index 5898f165bd7..79d62e40447 100644 --- a/sys/arch/amiga/amiga/cia.h +++ b/sys/arch/amiga/amiga/cia.h @@ -22,7 +22,10 @@ * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. + * + * $Id: cia.h,v 1.2 1993/08/02 17:51:49 mycroft Exp $ */ + /* This is a rewrite (retype) of the Amiga's CIA chip register map, based on the Hardware Reference Manual. It is NOT based on the Amiga's hardware/cia.h. */ diff --git a/sys/arch/amiga/amiga/color.h b/sys/arch/amiga/amiga/color.h index 8cb45a5d1ce..5d9a3ddf794 100644 --- a/sys/arch/amiga/amiga/color.h +++ b/sys/arch/amiga/amiga/color.h @@ -1,3 +1,5 @@ +/* $Id: color.h,v 1.2 1993/08/02 17:51:50 mycroft Exp $ */ + /* some colors, handy for debugging */ #define COL_BLACK 0x000 diff --git a/sys/arch/amiga/amiga/custom.h b/sys/arch/amiga/amiga/custom.h index 3c029d9bd54..4ca4565def4 100644 --- a/sys/arch/amiga/amiga/custom.h +++ b/sys/arch/amiga/amiga/custom.h @@ -22,7 +22,10 @@ * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. + * + * $Id: custom.h,v 1.2 1993/08/02 17:51:51 mycroft Exp $ */ + /* This is a rewrite (retype) of the Amiga's custom chip register map, based on the Hardware Reference Manual. It is NOT based on the Amiga's hardware/custom.h. */ diff --git a/sys/arch/amiga/amiga/disksubr.c b/sys/arch/amiga/amiga/disksubr.c index 713116096ce..fc9d0a70dbe 100644 --- a/sys/arch/amiga/amiga/disksubr.c +++ b/sys/arch/amiga/amiga/disksubr.c @@ -1,3 +1,5 @@ +/* $Id: disksubr.c,v 1.2 1993/08/02 17:51:52 mycroft Exp $ */ + #include "param.h" #include "systm.h" #include "buf.h" diff --git a/sys/arch/amiga/include/cpufunc.h b/sys/arch/amiga/include/cpufunc.h index 1688564ee60..87f78668af5 100644 --- a/sys/arch/amiga/include/cpufunc.h +++ b/sys/arch/amiga/include/cpufunc.h @@ -1,5 +1,7 @@ /* * Functions to provide access to special cpu instructions. + * + * $Id: cpufunc.h,v 1.2 1993/08/02 17:52:00 mycroft Exp $ */ #ifndef _MACHINE_CPUFUNC_H_ diff --git a/sys/arch/amiga/stand/dumpfont/dumpfont.c b/sys/arch/amiga/stand/dumpfont/dumpfont.c index 5b8d561d9da..812d82a4b6f 100644 --- a/sys/arch/amiga/stand/dumpfont/dumpfont.c +++ b/sys/arch/amiga/stand/dumpfont/dumpfont.c @@ -1,3 +1,5 @@ +/* $Id: dumpfont.c,v 1.2 1993/08/02 17:52:03 mycroft Exp $ */ + /* This is a *real* hack to dump the topaz80 kernel font. This one is ways nicer than the ugly Mach font, but we'll have to dump it from a running system to not run against Commodore copyrights. *NEVER* distribute diff --git a/sys/arch/amiga/stand/loadbsd/loadbsd.c b/sys/arch/amiga/stand/loadbsd/loadbsd.c index d11b5b8266f..a3baff0745b 100644 --- a/sys/arch/amiga/stand/loadbsd/loadbsd.c +++ b/sys/arch/amiga/stand/loadbsd/loadbsd.c @@ -1,3 +1,5 @@ +/* $Id: loadbsd.c,v 1.2 1993/08/02 17:52:07 mycroft Exp $ */ + #include <sys/types.h> #include <a.out.h> #include <stdio.h> diff --git a/sys/arch/i386/boot/asm.h b/sys/arch/i386/boot/asm.h index a9f9932779a..10b3b5e74bf 100644 --- a/sys/arch/i386/boot/asm.h +++ b/sys/arch/i386/boot/asm.h @@ -24,81 +24,10 @@ * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. - */ -/* - * HISTORY - * $Log: asm.h,v $ - * Revision 1.2 1993/07/11 12:02:19 andrew - * Fixes from bde, including support for loading @ any MB boundary (e.g. a - * kernel linked for 0xfe100000 will load at the 1MB mark) and read-ahead - * buffering to speed booting from floppies. Also works with aha174x - * controllers in enhanced mode. - * - * - * 93/06/28 bde - * Deleted addr16 and data16. These produce the same prefix bytes as - * addr32 and data32 but have confusing names. There is no way to make - * gas produce 16-bit addresses or operand sizes. Instead, we let it - * produce 32-bit addresses and operand sizes and explicitly code the - * correct prefix(es) to make the address modes and operand sizes what - * gas thinks they are. It would be safer to use prefixes before - * _every_ instruction (there are alleady a lot of unnecessary data32's - * before short jumps in case the jumps are actually long). We must - * avoid "word" instructions becuase gas would produce the wrong prefix - * and there is no way to cancel a prefix. We sometimes avoid adding - * a prefix using kludges like - * "xorl %eax, %eax # actually xorw %ax, %ax". - * - * 93/06/28 bde - * Added addr32. * - * Revision 1.1 1993/03/21 18:08:18 cgd - * after 0.2.2 "stable" patches applied - * - * Revision 2.7 92/02/29 15:33:41 rpd - * Added ENTRY2. - * [92/02/28 rpd] - * - * Revision 2.6 92/02/19 15:07:52 elf - * Changed #if __STDC__ to #ifdef __STDC__ - * [92/01/16 jvh] - * - * Revision 2.5 91/05/14 16:02:45 mrt - * Correcting copyright - * - * Revision 2.4 91/02/05 17:10:42 mrt - * Changed to new Mach copyright - * [91/02/01 17:30:29 mrt] - * - * Revision 2.3 90/12/20 16:35:27 jeffreyh - * changes for __STDC__ - * [90/12/06 jeffreyh] - * - * Revision 2.2 90/05/03 15:24:12 dbg - * First checkin. - * - * - * Typo on ENTRY if gprof - * [90/03/29 rvb] - * - * fix SVC for "ifdef wheeze" [kupfer] - * Fix the GPROF definitions. - * ENTRY(x) gets profiled iffdef GPROF. - * Entry(x) (and DATA(x)) is NEVER profiled. - * MCOUNT can be used by asm that intends to build a frame, - * after the frame is built. - * [90/02/26 rvb] - * - * Add #define addr16 .byte 0x67 - * [90/02/09 rvb] - * Added LBi, SVC and ENTRY - * [89/11/10 09:51:33 rvb] - * - * New a.out and coff compatible .s files. - * [89/10/16 rvb] + * $Id: asm.h,v 1.3 1993/08/02 17:52:12 mycroft Exp $ */ - #define S_ARG0 4(%esp) #define S_ARG1 8(%esp) #define S_ARG2 12(%esp) diff --git a/sys/arch/i386/boot/boot.c b/sys/arch/i386/boot/boot.c index f7a32d5eed3..36d2d10358d 100644 --- a/sys/arch/i386/boot/boot.c +++ b/sys/arch/i386/boot/boot.c @@ -24,61 +24,8 @@ * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. - */ - -/* - * HISTORY - * $Log: boot.c,v $ - * Revision 1.8 1993/07/11 12:02:21 andrew - * Fixes from bde, including support for loading @ any MB boundary (e.g. a - * kernel linked for 0xfe100000 will load at the 1MB mark) and read-ahead - * buffering to speed booting from floppies. Also works with aha174x - * controllers in enhanced mode. - * - * Revision 1.7 1993/06/18 06:50:52 cgd - * convert magic numbers to network byte order, and attendent changes - * - * Revision 1.6 1993/06/14 00:47:08 deraadt - * *whoops*. The previous commit killed a few important characters of code. - * - * Revision 1.5 1993/06/05 22:52:11 cgd - * make sure kernel is small enough; this is a really weird fix from - * rod, pk patch #159. the comment is: - * - * The +28672 is for memory allocated by locore.s that must fit in the bss! - * - * this seems way wrong to me, but i'm not going to fix it in locore right - * now... - * - * Revision 1.4 1993/05/04 10:22:39 deraadt - * if we timeout asking for kernel name, print a \n before proceeding. - * Funny how one character can bug ya so much, eh? * - * Revision 1.3 1993/04/28 06:37:58 cgd - * bsd->netbsd - * - * Revision 1.2 1993/04/28 05:32:55 cgd - * new kernel name is "bsd" also, add "o*" to list of kernels to boot. - * - * Revision 1.1 1993/03/21 18:08:26 cgd - * after 0.2.2 "stable" patches applied - * - * Revision 2.2 92/04/04 11:34:37 rpd - * - * 93/07/03 bde - * Write first 4096 bytes to load address, not always to address 0. - * - * 93/06/29 bde - * Don't clobber BIOS variables. - * - * Change date in banner. - * [92/04/03 16:51:14 rvb] - * - * Fix Intel Copyright as per B. Davies authorization. - * [92/04/03 rvb] - * From 2.5 version. - * [92/03/30 mg32] - * + * $Id: boot.c,v 1.9 1993/08/02 17:52:14 mycroft Exp $ */ /* @@ -130,7 +77,7 @@ int drive; ouraddr, argv[7] = memsize(0), argv[8] = memsize(1), - "$Revision: 1.8 $"); + "$Revision: 1.9 $"); printf("use options hd(1,...... to boot sd0 when wd0 is also installed\n"); gateA20(); loadstart: diff --git a/sys/arch/i386/boot/boot.h b/sys/arch/i386/boot/boot.h index 4874369998f..99d77360981 100644 --- a/sys/arch/i386/boot/boot.h +++ b/sys/arch/i386/boot/boot.h @@ -24,18 +24,8 @@ * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. - */ - -/* - * HISTORY - * $Log: boot.h,v $ - * Revision 1.1 1993/03/21 18:04:42 cgd - * after 0.2.2 "stable" patches applied * - * Revision 2.2 92/04/04 11:35:03 rpd - * Fabricated from 3.0 bootstrap. But too many things are global. - * [92/03/30 mg32] - * + * $Id: boot.h,v 1.2 1993/08/02 17:52:15 mycroft Exp $ */ #include <sys/types.h> diff --git a/sys/arch/i386/boot/disk.c b/sys/arch/i386/boot/disk.c index 5e1795a051f..e679028ddf0 100644 --- a/sys/arch/i386/boot/disk.c +++ b/sys/arch/i386/boot/disk.c @@ -24,35 +24,8 @@ * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. - */ - -/* - * HISTORY - * $Log: disk.c,v $ - * Revision 1.3 1993/07/11 12:02:23 andrew - * Fixes from bde, including support for loading @ any MB boundary (e.g. a - * kernel linked for 0xfe100000 will load at the 1MB mark) and read-ahead - * buffering to speed booting from floppies. Also works with aha174x - * controllers in enhanced mode. - * - * Revision 1.2 1993/06/18 02:28:58 cgd - * make it *do* something when loading the kernel, a la sun twiddling-thing - * - * Revision 1.1 1993/03/21 18:08:36 cgd - * after 0.2.2 "stable" patches applied * - * Revision 2.2 92/04/04 11:35:49 rpd - * Fabricated from 3.0 bootstrap and 2.5 boot disk.c: - * with support for scsi - * [92/03/30 mg32] - * - */ - -/* - * 9/20/92 - * Peng-Toh Sim. sim@cory.berkeley.edu - * Added bad144 support under 386bsd for wd's - * So, bad block remapping is done when loading the kernel. + * $Id: disk.c,v 1.4 1993/08/02 17:52:15 mycroft Exp $ */ #include "boot.h" diff --git a/sys/arch/i386/boot/io.c b/sys/arch/i386/boot/io.c index b0b1d9058f3..52e5fb9a097 100644 --- a/sys/arch/i386/boot/io.c +++ b/sys/arch/i386/boot/io.c @@ -24,30 +24,8 @@ * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. - */ - -/* - * HISTORY - * $Log: io.c,v $ - * Revision 1.3 1993/07/11 12:02:24 andrew - * Fixes from bde, including support for loading @ any MB boundary (e.g. a - * kernel linked for 0xfe100000 will load at the 1MB mark) and read-ahead - * buffering to speed booting from floppies. Also works with aha174x - * controllers in enhanced mode. - * - * Revision 1.2 1993/06/18 02:28:59 cgd - * make it *do* something when loading the kernel, a la sun twiddling-thing * - * Revision 1.1 1993/03/21 18:08:38 cgd - * after 0.2.2 "stable" patches applied - * - * Revision 2.2 92/04/04 11:35:57 rpd - * Fixed for IBM L40's A20 initialization. - * [92/03/30 rvb] - * - * Created. - * [92/03/30 mg32] - * + * $Id: io.c,v 1.4 1993/08/02 17:52:16 mycroft Exp $ */ #include <i386/include/pio.h> diff --git a/sys/arch/i386/boot/sys.c b/sys/arch/i386/boot/sys.c index fd720a336cf..9adb532fcd5 100644 --- a/sys/arch/i386/boot/sys.c +++ b/sys/arch/i386/boot/sys.c @@ -24,18 +24,8 @@ * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. - */ - -/* - * HISTORY - * $Log: sys.c,v $ - * Revision 1.1 1993/03/21 18:04:42 cgd - * after 0.2.2 "stable" patches applied * - * Revision 2.2 92/04/04 11:36:34 rpd - * Fabricated from 3.0 bootstrap and scratch. - * [92/03/30 mg32] - * + * $Id: sys.c,v 1.2 1993/08/02 17:52:17 mycroft Exp $ */ #include "boot.h" diff --git a/sys/arch/i386/boot/table.c b/sys/arch/i386/boot/table.c index 03c30710022..025e3256c24 100644 --- a/sys/arch/i386/boot/table.c +++ b/sys/arch/i386/boot/table.c @@ -24,40 +24,8 @@ * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. - */ - -/* - * HISTORY - * $Log: table.c,v $ - * Revision 1.2 1993/07/11 12:02:25 andrew - * Fixes from bde, including support for loading @ any MB boundary (e.g. a - * kernel linked for 0xfe100000 will load at the 1MB mark) and read-ahead - * buffering to speed booting from floppies. Also works with aha174x - * controllers in enhanced mode. - * - * - * 93/06/28 bde - * Remove remaining magic numbers that depend on the load address. - * IDTs and many more GDT entries to support my debugger. - * - * 93/06/27 bde - * Remove unused Gdtr2. - * Remove some magic numbers from Gdtr and Gdt. The boot loader may - * override the ones related to the standard load address of 0x90000. - * - * Revision 1.1 1993/03/21 18:08:47 cgd - * after 0.2.2 "stable" patches applied - * - * Revision 2.2 92/04/04 11:36:43 rpd - * Fix Intel Copyright as per B. Davies authorization. - * [92/04/03 rvb] - * Taken from 2.5 bootstrap. - * [92/03/30 rvb] - * - * Revision 2.2 91/04/02 14:42:22 mbj - * Add Intel copyright - * [90/02/09 rvb] - * + * + * $Id: table.c,v 1.3 1993/08/02 17:52:17 mycroft Exp $ */ /* diff --git a/sys/arch/i386/boot/version.c b/sys/arch/i386/boot/version.c index 4cf967f53cd..a53932e9ed2 100644 --- a/sys/arch/i386/boot/version.c +++ b/sys/arch/i386/boot/version.c @@ -24,61 +24,8 @@ * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. - */ - -/* - * HISTORY - * $Log: version.c,v $ - * Revision 1.8 1993/07/11 12:02:21 andrew - * Fixes from bde, including support for loading @ any MB boundary (e.g. a - * kernel linked for 0xfe100000 will load at the 1MB mark) and read-ahead - * buffering to speed booting from floppies. Also works with aha174x - * controllers in enhanced mode. - * - * Revision 1.7 1993/06/18 06:50:52 cgd - * convert magic numbers to network byte order, and attendent changes - * - * Revision 1.6 1993/06/14 00:47:08 deraadt - * *whoops*. The previous commit killed a few important characters of code. - * - * Revision 1.5 1993/06/05 22:52:11 cgd - * make sure kernel is small enough; this is a really weird fix from - * rod, pk patch #159. the comment is: - * - * The +28672 is for memory allocated by locore.s that must fit in the bss! - * - * this seems way wrong to me, but i'm not going to fix it in locore right - * now... - * - * Revision 1.4 1993/05/04 10:22:39 deraadt - * if we timeout asking for kernel name, print a \n before proceeding. - * Funny how one character can bug ya so much, eh? * - * Revision 1.3 1993/04/28 06:37:58 cgd - * bsd->netbsd - * - * Revision 1.2 1993/04/28 05:32:55 cgd - * new kernel name is "bsd" also, add "o*" to list of kernels to boot. - * - * Revision 1.1 1993/03/21 18:08:26 cgd - * after 0.2.2 "stable" patches applied - * - * Revision 2.2 92/04/04 11:34:37 rpd - * - * 93/07/03 bde - * Write first 4096 bytes to load address, not always to address 0. - * - * 93/06/29 bde - * Don't clobber BIOS variables. - * - * Change date in banner. - * [92/04/03 16:51:14 rvb] - * - * Fix Intel Copyright as per B. Davies authorization. - * [92/04/03 rvb] - * From 2.5 version. - * [92/03/30 mg32] - * + * $Id: version.c,v 1.9 1993/08/02 17:52:14 mycroft Exp $ */ /* @@ -130,7 +77,7 @@ int drive; ouraddr, argv[7] = memsize(0), argv[8] = memsize(1), - "$Revision: 1.8 $"); + "$Revision: 1.9 $"); printf("use options hd(1,...... to boot sd0 when wd0 is also installed\n"); gateA20(); loadstart: diff --git a/sys/arch/i386/i386/db_trace.c b/sys/arch/i386/i386/db_trace.c index 5dff1146be7..a1cd03173c4 100644 --- a/sys/arch/i386/i386/db_trace.c +++ b/sys/arch/i386/i386/db_trace.c @@ -23,45 +23,9 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * db_trace.c,v 1.2 1993/05/22 07:59:46 cgd Exp - */ -/* - * HISTORY - * db_trace.c,v - * Revision 1.2 1993/05/22 07:59:46 cgd - * add rcsids to everything and clean up headers - * - * Revision 1.1.1.1 1993/03/21 09:45:53 cgd - * initial import of 386bsd-0.1 sources - * - * Revision 1.1 1992/03/25 21:42:05 pace - * Initial revision - * - * Revision 2.6 91/02/05 17:11:21 mrt - * Changed to new Mach copyright - * [91/02/01 17:31:32 mrt] - * - * Revision 2.5 91/01/09 19:55:27 rpd - * Fixed stack tracing for threads without kernel stacks. - * [91/01/09 rpd] - * - * Revision 2.4 91/01/08 15:10:22 rpd - * Reorganized the pcb. - * [90/12/11 rpd] - * - * Revision 2.3 90/11/05 14:27:07 rpd - * If we can not guess the number of args to a function, use 5 vs 0. - * [90/11/02 rvb] - * - * Revision 2.2 90/08/27 21:56:20 dbg - * Import db_sym.h. - * [90/08/21 dbg] - * Fix includes. - * [90/08/08 dbg] - * Created from rvb's code for new debugger. - * [90/07/11 dbg] - * + * $Id: db_trace.c,v 1.4 1993/08/02 17:52:20 mycroft Exp $ */ + #include "param.h" #include "proc.h" #include <machine/db_machdep.h> diff --git a/sys/arch/i386/include/cpufunc.h b/sys/arch/i386/include/cpufunc.h index e3b4a8c9c05..d2127076904 100644 --- a/sys/arch/i386/include/cpufunc.h +++ b/sys/arch/i386/include/cpufunc.h @@ -1,6 +1,8 @@ /* * Functions to provide access to special i386 instructions. * XXX - bezillions more are defined in locore.s but are not declared anywhere. + * + * $Id: cpufunc.h,v 1.2 1993/08/02 17:52:24 mycroft Exp $ */ #include <sys/cdefs.h> diff --git a/sys/arch/i386/include/mouse.h b/sys/arch/i386/include/mouse.h index 57f134231b0..47720daa493 100644 --- a/sys/arch/i386/include/mouse.h +++ b/sys/arch/i386/include/mouse.h @@ -18,6 +18,8 @@ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $Id: mouse.h,v 1.2 1993/08/02 17:52:25 mycroft Exp $ */ struct mouseinfo { diff --git a/sys/arch/i386/isa/debug.h b/sys/arch/i386/isa/debug.h index 7ce9fc11e12..2de8e2c85f6 100644 --- a/sys/arch/i386/isa/debug.h +++ b/sys/arch/i386/isa/debug.h @@ -1,4 +1,4 @@ -/* debug.h */ +/* $Id: debug.h,v 1.4 1993/08/02 17:52:30 mycroft Exp $ */ /* #define SHOW_A_LOT */ diff --git a/sys/arch/i386/isa/if_is.c b/sys/arch/i386/isa/if_is.c index 8485649e6d8..8f3399522ec 100644 --- a/sys/arch/i386/isa/if_is.c +++ b/sys/arch/i386/isa/if_is.c @@ -11,7 +11,8 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * -*/ + * $Id: if_is.c,v 1.10 1993/08/02 17:52:32 mycroft Exp $ + */ /* TODO diff --git a/sys/arch/i386/isa/if_isreg.h b/sys/arch/i386/isa/if_isreg.h index 790313d6d9d..9eab9803245 100644 --- a/sys/arch/i386/isa/if_isreg.h +++ b/sys/arch/i386/isa/if_isreg.h @@ -1,3 +1,5 @@ +/* $Id: if_isreg.h,v 1.4 1993/08/02 17:52:33 mycroft Exp $ */ + /* Declarations specific to this driver */ #define NTBUF 2 #define TLEN 1 diff --git a/sys/arch/i386/isa/lms.c b/sys/arch/i386/isa/lms.c index dba0a1658cc..81e86365a17 100644 --- a/sys/arch/i386/isa/lms.c +++ b/sys/arch/i386/isa/lms.c @@ -18,25 +18,8 @@ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -/* - * Ported to 386bsd Oct 17, 1992 - * Sandi Donno, Computer Science, University of Cape Town, South Africa - * Please send bug reports to sandi@cs.uct.ac.za - * - * Thanks are also due to Rick Macklem, rick@snowhite.cis.uoguelph.ca - - * although I was only partially successful in getting the alpha release - * of his "driver for the Logitech and ATI Inport Bus mice for use with - * 386bsd and the X386 port" to work with my Microsoft mouse, I nevertheless - * found his code to be an invaluable reference when porting this driver - * to 386bsd. - * - * Further modifications for latest 386BSD+patchkit and port to NetBSD, - * Andrew Herbert <andrew@werple.apana.org.au> - 8 June 1993 * - * Cloned from the Microsoft Bus Mouse driver, also by Erik Forsberg, by - * Andrew Herbert - 12 June 1993 + * $Id: lms.c,v 1.6 1993/08/02 17:52:34 mycroft Exp $ */ #include "lms.h" diff --git a/sys/arch/i386/isa/mms.c b/sys/arch/i386/isa/mms.c index 5cdbe72dd28..f08dd9a6bf4 100644 --- a/sys/arch/i386/isa/mms.c +++ b/sys/arch/i386/isa/mms.c @@ -18,22 +18,8 @@ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -/* - * Ported to 386bsd Oct 17, 1992 - * Sandi Donno, Computer Science, University of Cape Town, South Africa - * Please send bug reports to sandi@cs.uct.ac.za - * - * Thanks are also due to Rick Macklem, rick@snowhite.cis.uoguelph.ca - - * although I was only partially successful in getting the alpha release - * of his "driver for the Logitech and ATI Inport Bus mice for use with - * 386bsd and the X386 port" to work with my Microsoft mouse, I nevertheless - * found his code to be an invaluable reference when porting this driver - * to 386bsd. * - * Further modifications for latest 386BSD+patchkit and port to NetBSD, - * Andrew Herbert <andrew@werple.apana.org.au> - 8 June 1993 + * $Id: mms.c,v 1.6 1993/08/02 17:52:35 mycroft Exp $ */ #include "mms.h" diff --git a/sys/arch/i386/isa/pms.c b/sys/arch/i386/isa/pms.c index 28581ef963e..c6c0a1909c6 100644 --- a/sys/arch/i386/isa/pms.c +++ b/sys/arch/i386/isa/pms.c @@ -18,28 +18,8 @@ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -/* - * Ported to 386bsd Oct 17, 1992 - * Sandi Donno, Computer Science, University of Cape Town, South Africa - * Please send bug reports to sandi@cs.uct.ac.za - * - * Thanks are also due to Rick Macklem, rick@snowhite.cis.uoguelph.ca - - * although I was only partially successful in getting the alpha release - * of his "driver for the Logitech and ATI Inport Bus mice for use with - * 386bsd and the X386 port" to work with my Microsoft mouse, I nevertheless - * found his code to be an invaluable reference when porting this driver - * to 386bsd. - * - * Further modifications for latest 386BSD+patchkit and port to NetBSD, - * Andrew Herbert <andrew@werple.apana.org.au> - 8 June 1993 - * - * Cloned from the Microsoft Bus Mouse driver, also by Erik Forsberg, by - * Andrew Herbert - 12 June 1993 * - * Modified for PS/2 mouse by Charles Hannum <mycroft@ai.mit.edu> - * - 13 June 1993 + * $Id: pms.c,v 1.7 1993/08/02 17:52:35 mycroft Exp $ */ #include "pms.h" diff --git a/sys/arch/i386/isa/spkr_reg.h b/sys/arch/i386/isa/spkr_reg.h index d1d1544187f..6eebad67524 100644 --- a/sys/arch/i386/isa/spkr_reg.h +++ b/sys/arch/i386/isa/spkr_reg.h @@ -1,5 +1,7 @@ /* * PIT port addresses and speaker control values + * + * $Id: spkr_reg.h,v 1.2 1993/08/02 17:52:36 mycroft Exp $ */ #define PITAUX_PORT 0x61 /* port of Programmable Peripheral Interface */ diff --git a/sys/arch/i386/isa/vector.s b/sys/arch/i386/isa/vector.s index b2f5feb6bfc..29adc78261d 100644 --- a/sys/arch/i386/isa/vector.s +++ b/sys/arch/i386/isa/vector.s @@ -1,4 +1,4 @@ -/* vector.s */ +/* $Id: vector.s,v 1.10 1993/08/02 17:52:37 mycroft Exp $ */ #include "i386/isa/icu.h" #include "i386/isa/isa.h" diff --git a/sys/arch/i386/netboot/Makefile b/sys/arch/i386/netboot/Makefile index edffe216bdc..7c701699b2c 100644 --- a/sys/arch/i386/netboot/Makefile +++ b/sys/arch/i386/netboot/Makefile @@ -1,21 +1,4 @@ -# netboot -# -# $Log: Makefile,v $ -# Revision 1.1 1993/07/08 16:03:44 brezak -# Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) -# -# Revision 1.4 1993/06/30 20:14:08 mckim -# Added BOOTP support. -# -# Revision 1.3 1993/06/08 14:37:18 mckim -# TAG rule missed proto.h. -# -# Revision 1.2 1993/05/28 20:01:24 mckim -# Fixed various StartProg() problems. -# -# Revision 1.1.1.1 1993/05/28 11:41:08 mckim -# Initial version. -# +# $Id: Makefile,v 1.2 1993/08/02 17:52:45 mycroft Exp $ # uncomment one of these as appropriate for the board being used #ETH_OBJ = ne2100.o diff --git a/sys/arch/i386/netboot/arp.c b/sys/arch/i386/netboot/arp.c index 37a3b12d65d..b17357c5ab3 100644 --- a/sys/arch/i386/netboot/arp.c +++ b/sys/arch/i386/netboot/arp.c @@ -1,19 +1,4 @@ -/* netboot - * - * $Log: arp.c,v $ - * Revision 1.2 1993/07/09 15:24:10 brezak - * Cleanup warnings and add netbsd kernel name suffix. - * - * Revision 1.1 1993/07/08 16:03:47 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.2 1993/06/30 20:14:10 mckim - * Added BOOTP support. - * - * Revision 1.1.1.1 1993/05/28 11:41:06 mckim - * Initial version. - * - * +/* * source in this file came from * the Mach ethernet boot written by Leendert van Doorn. * @@ -21,6 +6,8 @@ * No doubt this code is overkill, but I had it lying around. * * Copyright (c) 1992 by Leendert van Doorn + * + * $Id: arp.c,v 1.3 1993/08/02 17:52:47 mycroft Exp $ */ #include "proto.h" diff --git a/sys/arch/i386/netboot/arp.h b/sys/arch/i386/netboot/arp.h index 30e974864bb..59d0fe83112 100644 --- a/sys/arch/i386/netboot/arp.h +++ b/sys/arch/i386/netboot/arp.h @@ -1,20 +1,10 @@ -/* netboot - * - * $Log: arp.h,v $ - * Revision 1.1 1993/07/08 16:03:48 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.2 1993/06/30 20:14:12 mckim - * Added BOOTP support. - * - * Revision 1.1.1.1 1993/05/28 11:41:07 mckim - * Initial version. - * - * +/* * source in this file came from * the Mach ethernet boot written by Leendert van Doorn. * * Ethernet Address Resolution Protocol (see RFC 826) + * + * $Id: arp.h,v 1.2 1993/08/02 17:52:47 mycroft Exp $ */ /* diff --git a/sys/arch/i386/netboot/asm.h b/sys/arch/i386/netboot/asm.h index e07117bb9d3..35483d4d2b2 100644 --- a/sys/arch/i386/netboot/asm.h +++ b/sys/arch/i386/netboot/asm.h @@ -1,13 +1,4 @@ -/* netboot - * - * $Log: asm.h,v $ - * Revision 1.1 1993/07/08 16:03:49 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.1.1.1 1993/05/28 11:41:07 mckim - * Initial version. - * - * +/* * source in this file came from * the 386BSD boot blocks written by Julian Elsicher. * @@ -36,6 +27,8 @@ * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. + * + * $Id: asm.h,v 1.2 1993/08/02 17:52:48 mycroft Exp $ */ #define S_ARG0 4(%esp) diff --git a/sys/arch/i386/netboot/asm.s b/sys/arch/i386/netboot/asm.s index a421ccc8ed1..088349b1d02 100644 --- a/sys/arch/i386/netboot/asm.s +++ b/sys/arch/i386/netboot/asm.s @@ -1,19 +1,4 @@ -/* netboot - * - * $Log: asm.s,v $ - * Revision 1.1 1993/07/08 16:03:50 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.3 1993/06/08 14:22:36 mckim - * Fast in line assembly bcopy(), bzero(). - * - * Revision 1.2 1993/05/28 20:01:26 mckim - * Fixed various StartProg() problems. - * - * Revision 1.1.1.1 1993/05/28 11:41:08 mckim - * Initial version. - * - * +/* * source in this file came from * the 386BSD boot blocks written by Julian Elischer. * @@ -42,6 +27,8 @@ * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. + * + * $Id: asm.s,v 1.2 1993/08/02 17:52:49 mycroft Exp $ */ /* diff --git a/sys/arch/i386/netboot/assert.h b/sys/arch/i386/netboot/assert.h index 6e57934fdbe..f22004b901e 100644 --- a/sys/arch/i386/netboot/assert.h +++ b/sys/arch/i386/netboot/assert.h @@ -1,17 +1,10 @@ -/* netboot - * - * $Log: assert.h,v $ - * Revision 1.1 1993/07/08 16:03:51 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.1.1.1 1993/05/28 11:41:07 mckim - * Initial version. - * - * +/* * source in this file came from * the Mach ethernet boot written by Leendert van Doorn. * * assert.h + * + * $Id: assert.h,v 1.2 1993/08/02 17:52:50 mycroft Exp $ */ #ifndef NDEBUG diff --git a/sys/arch/i386/netboot/bootp.c b/sys/arch/i386/netboot/bootp.c index 661bed1a8e3..ad52eb30d35 100644 --- a/sys/arch/i386/netboot/bootp.c +++ b/sys/arch/i386/netboot/bootp.c @@ -1,9 +1,7 @@ -/* bootp functions - * - * $Log: bootp.c,v $ - * Revision 1.1 1993/07/08 16:03:52 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) +/* + * bootp functions * + * $Id: bootp.c,v 1.2 1993/08/02 17:52:51 mycroft Exp $ */ int BootpGetInfo(ipaddr_t *ip_servaddr, ipaddr_t *ip_myaddr, ipaddr_t *ip_gateway, char *file_name) { diff --git a/sys/arch/i386/netboot/bootp.h b/sys/arch/i386/netboot/bootp.h index 6ebd83a8996..3dd2f85d7e1 100644 --- a/sys/arch/i386/netboot/bootp.h +++ b/sys/arch/i386/netboot/bootp.h @@ -1,14 +1,3 @@ -/* netboot - * - * $Log: bootp.h,v $ - * Revision 1.1 1993/07/08 16:03:53 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.1 1993/06/30 20:14:07 mckim - * Added BOOTP support. - * - */ - /* * Bootstrap Protocol (BOOTP). RFC951 and RFC1048. * @@ -29,6 +18,8 @@ * University. Carnegie Mellon makes no representations about the * suitability of this software for any purpose. It is provided "as is" * without express or implied warranty. + * + * $Id: bootp.h,v 1.2 1993/08/02 17:52:51 mycroft Exp $ */ diff --git a/sys/arch/i386/netboot/dp8390.h b/sys/arch/i386/netboot/dp8390.h index 4358de82012..d85ee6927c3 100644 --- a/sys/arch/i386/netboot/dp8390.h +++ b/sys/arch/i386/netboot/dp8390.h @@ -1,17 +1,10 @@ -/* netboot - * - * $Log: dp8390.h,v $ - * Revision 1.1 1993/07/08 16:03:56 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.1.1.1 1993/05/28 11:41:07 mckim - * Initial version. - * - * +/* * source in this file came from * the Mach ethernet boot written by Leendert van Doorn. * * National Semiconductor DP8390 Network Interface Controller + * + * $Id: dp8390.h,v 1.2 1993/08/02 17:52:52 mycroft Exp $ */ /* page 0: for reading */ diff --git a/sys/arch/i386/netboot/ether.h b/sys/arch/i386/netboot/ether.h index f9e8ece3d3d..be669ca04e6 100644 --- a/sys/arch/i386/netboot/ether.h +++ b/sys/arch/i386/netboot/ether.h @@ -1,17 +1,10 @@ -/* netboot - * - * $Log: ether.h,v $ - * Revision 1.1 1993/07/08 16:03:57 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.1.1.1 1993/05/28 11:41:07 mckim - * Initial version. - * - * +/* * source in this file came from * the Mach ethernet boot written by Leendert van Doorn. * * Ethernet definitions + * + * $Id: ether.h,v 1.2 1993/08/02 17:52:53 mycroft Exp $ */ #define ETH_ADDRSIZE 6 /* address size */ diff --git a/sys/arch/i386/netboot/genprom.c b/sys/arch/i386/netboot/genprom.c index e4f47cf5710..44933168a64 100644 --- a/sys/arch/i386/netboot/genprom.c +++ b/sys/arch/i386/netboot/genprom.c @@ -1,21 +1,11 @@ -/* netboot - * - * $Log: genprom.c,v $ - * Revision 1.1 1993/07/08 16:03:58 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.2 1993/06/30 20:15:38 mckim - * Display code size. - * - * Revision 1.1.1.1 1993/05/28 11:41:06 mckim - * Initial version. - * - * +/* * Read a binary image of a bios extension, generate the * appropriate block count and checksum and write them * into the rom image (replacing 2nd and 5th bytes) * The binary image should be sized before being filtered * through this routine. + * + * $Id: genprom.c,v 1.2 1993/08/02 17:52:54 mycroft Exp $ */ #include <stdio.h> diff --git a/sys/arch/i386/netboot/inet.h b/sys/arch/i386/netboot/inet.h index 4f4b8ac44b7..b2e0fb854ad 100644 --- a/sys/arch/i386/netboot/inet.h +++ b/sys/arch/i386/netboot/inet.h @@ -1,17 +1,10 @@ -/* netboot - * - * $Log: inet.h,v $ - * Revision 1.1 1993/07/08 16:03:59 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.1.1.1 1993/05/28 11:41:07 mckim - * Initial version. - * - * +/* * source in this file came from * the Mach ethernet boot written by Leendert van Doorn. * * Various UDP/IP definitions (see RFC 768, and 791) + * + * $Id: inet.h,v 1.2 1993/08/02 17:52:55 mycroft Exp $ */ /* generic IP address */ diff --git a/sys/arch/i386/netboot/lance.h b/sys/arch/i386/netboot/lance.h index 3fbb5d0e806..bddb44519de 100644 --- a/sys/arch/i386/netboot/lance.h +++ b/sys/arch/i386/netboot/lance.h @@ -1,15 +1,8 @@ -/* netboot - * - * $Log: lance.h,v $ - * Revision 1.1 1993/07/08 16:04:01 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.1.1.1 1993/05/28 11:41:08 mckim - * Initial version. - * - * +/* * source in this file came from * the Mach ethernet boot written by Leendert van Doorn. + * + * $Id: lance.h,v 1.2 1993/08/02 17:52:55 mycroft Exp $ */ /* RAP functions as a select for RDP */ diff --git a/sys/arch/i386/netboot/main.c b/sys/arch/i386/netboot/main.c index a3bef0e32f8..f3b735a2aa3 100644 --- a/sys/arch/i386/netboot/main.c +++ b/sys/arch/i386/netboot/main.c @@ -1,25 +1,4 @@ -/* netboot - * - * $Log: main.c,v $ - * Revision 1.2 1993/07/09 15:24:12 brezak - * Cleanup warnings and add netbsd kernel name suffix. - * - * Revision 1.1 1993/07/08 16:04:02 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.4 1993/06/30 20:14:13 mckim - * Added BOOTP support. - * - * Revision 1.3 1993/06/08 14:27:08 mckim - * Reboot options (argv[1]) passed to kernel. - * - * Revision 1.2 1993/05/28 20:01:27 mckim - * Fixed various StartProg() problems. - * - * Revision 1.1.1.1 1993/05/28 11:41:07 mckim - * Initial version. - * - * +/* * source code in this file is from: * 386BSD boot blocks by Julian Elischer (julian@tfs.com) * 386BSD Adaptec 1542 SCSI boot blocks by Pace Willisson (pace@blitz.com) @@ -47,6 +26,8 @@ * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. + * + * $Id: main.c,v 1.3 1993/08/02 17:52:56 mycroft Exp $ */ /* diff --git a/sys/arch/i386/netboot/misc.c b/sys/arch/i386/netboot/misc.c index 1dd5a365b56..f512325abd5 100644 --- a/sys/arch/i386/netboot/misc.c +++ b/sys/arch/i386/netboot/misc.c @@ -1,19 +1,4 @@ -/* netboot - * - * $Log: misc.c,v $ - * Revision 1.1 1993/07/08 16:04:03 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.3 1993/06/30 20:17:54 mckim - * Exit to BIOS in exit(). - * - * Revision 1.2 1993/06/08 14:22:37 mckim - * Fast in line assembly bcopy(), bzero(). - * - * Revision 1.1.1.1 1993/05/28 11:41:07 mckim - * Initial version. - * - */ +/* $Id: misc.c,v 1.2 1993/08/02 17:52:57 mycroft Exp $ */ #include "proto.h" diff --git a/sys/arch/i386/netboot/nbtypes.h b/sys/arch/i386/netboot/nbtypes.h index b2e9488e7ef..18770892a6a 100644 --- a/sys/arch/i386/netboot/nbtypes.h +++ b/sys/arch/i386/netboot/nbtypes.h @@ -1,16 +1,4 @@ -/* netboot - * - * $Log: nbtypes.h,v $ - * Revision 1.1 1993/07/08 16:04:04 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.2 1993/06/08 14:27:10 mckim - * Reboot options (argv[1]) passed to kernel. - * - * Revision 1.1.1.1 1993/05/28 11:41:08 mckim - * Initial version. - * - * +/* * source in this file came from * various 386BSD system header files. * The intent is to render these sources compilable from environments @@ -46,6 +34,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id: nbtypes.h,v 1.2 1993/08/02 17:52:58 mycroft Exp $ */ #ifndef __nbtypes_h_ diff --git a/sys/arch/i386/netboot/ne2100.c b/sys/arch/i386/netboot/ne2100.c index 12033d45204..ae4cb4d64cf 100644 --- a/sys/arch/i386/netboot/ne2100.c +++ b/sys/arch/i386/netboot/ne2100.c @@ -1,19 +1,12 @@ -/* netboot - * - * $Log: ne2100.c,v $ - * Revision 1.1 1993/07/08 16:04:05 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.1.1.1 1993/05/28 11:41:07 mckim - * Initial version. - * - * +/* * source in this file came from * the Mach ethernet boot written by Leendert van Doorn. * * A very simple network driver for NE2100 boards that polls. * * Copyright (c) 1992 by Leendert van Doorn + * + * $Id: ne2100.c,v 1.2 1993/08/02 17:52:59 mycroft Exp $ */ #include "assert.h" diff --git a/sys/arch/i386/netboot/packet.c b/sys/arch/i386/netboot/packet.c index ec93c98f471..4a1571b25c3 100644 --- a/sys/arch/i386/netboot/packet.c +++ b/sys/arch/i386/netboot/packet.c @@ -1,20 +1,14 @@ -/* netboot - * - * $Log: packet.c,v $ - * Revision 1.1 1993/07/08 16:04:06 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.1.1.1 1993/05/28 11:41:07 mckim - * Initial version. - * - * +/* * source in this file came from * the Mach ethernet boot written by Leendert van Doorn. * * Packet allocation and deallocation routines. * * Copyright (c) 1992 by Leendert van Doorn + * + * $Id: packet.c,v 1.2 1993/08/02 17:53:00 mycroft Exp $ */ + #include "proto.h" #include "assert.h" #include "param.h" diff --git a/sys/arch/i386/netboot/packet.h b/sys/arch/i386/netboot/packet.h index 47274691575..b9796047d54 100644 --- a/sys/arch/i386/netboot/packet.h +++ b/sys/arch/i386/netboot/packet.h @@ -1,17 +1,10 @@ -/* netboot - * - * $Log: packet.h,v $ - * Revision 1.1 1993/07/08 16:04:08 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.1.1.1 1993/05/28 11:41:08 mckim - * Initial version. - * - * +/* * source in this file came from * the Mach ethernet boot written by Leendert van Doorn. * * Packet layout definitions + * + * $Id: packet.h,v 1.2 1993/08/02 17:53:01 mycroft Exp $ */ /* implementation constants */ diff --git a/sys/arch/i386/netboot/param.h b/sys/arch/i386/netboot/param.h index d969e20d44d..7822c3325df 100644 --- a/sys/arch/i386/netboot/param.h +++ b/sys/arch/i386/netboot/param.h @@ -1,14 +1,7 @@ -/* netboot - * - * $Log: param.h,v $ - * Revision 1.1 1993/07/08 16:04:09 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.1.1.1 1993/05/28 11:41:08 mckim - * Initial version. - * - * +/* * Tunable parameters + * + * $Id: param.h,v 1.2 1993/08/02 17:53:01 mycroft Exp $ */ /* diff --git a/sys/arch/i386/netboot/proto.h b/sys/arch/i386/netboot/proto.h index c79cc9d05de..3337f4a910e 100644 --- a/sys/arch/i386/netboot/proto.h +++ b/sys/arch/i386/netboot/proto.h @@ -1,21 +1,5 @@ -/* netboot - * - * $Log: proto.h,v $ - * Revision 1.1 1993/07/08 16:04:10 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.4 1993/06/30 20:14:15 mckim - * Added BOOTP support. - * - * Revision 1.3 1993/06/08 14:22:38 mckim - * Fast in line assembly bcopy(), bzero(). - * - * Revision 1.2 1993/05/28 20:01:28 mckim - * Fixed various StartProg() problems. - * - * Revision 1.1.1.1 1993/05/28 11:41:08 mckim - * Initial version. - * +/* + * $Id: proto.h,v 1.2 1993/08/02 17:53:02 mycroft Exp $ * * TBD - need for common typedefs - rethink? * TBD - move config include into the source files - this is just expedient diff --git a/sys/arch/i386/netboot/start.s b/sys/arch/i386/netboot/start.s index 36676de5110..e7736e1cf88 100644 --- a/sys/arch/i386/netboot/start.s +++ b/sys/arch/i386/netboot/start.s @@ -1,19 +1,4 @@ -/* netboot - * - * $Log: start.s,v $ - * Revision 1.1 1993/07/08 16:04:11 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.3 1993/06/30 20:19:14 mckim - * Exit to BIOS support added. - * - * Revision 1.2 1993/05/28 20:01:30 mckim - * Fixed various StartProg() problems. - * - * Revision 1.1.1.1 1993/05/28 11:41:08 mckim - * Initial version. - * - */ +/* $Id: start.s,v 1.2 1993/08/02 17:53:03 mycroft Exp $ */ #include "asm.h" diff --git a/sys/arch/i386/netboot/tftp.c b/sys/arch/i386/netboot/tftp.c index f6e626eb969..9e0773d533f 100644 --- a/sys/arch/i386/netboot/tftp.c +++ b/sys/arch/i386/netboot/tftp.c @@ -1,26 +1,14 @@ -/* netboot - * - * $Log: tftp.c,v $ - * Revision 1.1 1993/07/08 16:04:12 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.3 1993/06/30 20:14:16 mckim - * Added BOOTP support. - * - * Revision 1.2 1993/05/28 20:01:31 mckim - * Fixed various StartProg() problems. - * - * Revision 1.1.1.1 1993/05/28 11:41:07 mckim - * Initial version. - * - * +/* * source in this file came from * the Mach ethernet boot written by Leendert van Doorn. * * Trivial File Transfer Protocol (see RFC 783). * * Copyright (c) 1992 by Leendert van Doorn + * + * $Id: tftp.c,v 1.2 1993/08/02 17:53:04 mycroft Exp $ */ + #include "proto.h" #include "assert.h" #include "param.h" diff --git a/sys/arch/i386/netboot/tftp.h b/sys/arch/i386/netboot/tftp.h index 5f628000a20..c95ea7a962a 100644 --- a/sys/arch/i386/netboot/tftp.h +++ b/sys/arch/i386/netboot/tftp.h @@ -1,20 +1,10 @@ -/* netboot - * - * $Log: tftp.h,v $ - * Revision 1.1 1993/07/08 16:04:13 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.2 1993/06/30 20:14:17 mckim - * Added BOOTP support. - * - * Revision 1.1.1.1 1993/05/28 11:41:08 mckim - * Initial version. - * - * +/* * source in this file came from * the Mach ethernet boot written by Leendert van Doorn. * * Trivial File Transfer Protocol (see RFC 783) + * + * $Id: tftp.h,v 1.2 1993/08/02 17:53:05 mycroft Exp $ */ #define SEGSIZE 512 /* data segment size */ diff --git a/sys/arch/i386/netboot/wd80x3.c b/sys/arch/i386/netboot/wd80x3.c index ae2d13b4a10..6206fb6229e 100644 --- a/sys/arch/i386/netboot/wd80x3.c +++ b/sys/arch/i386/netboot/wd80x3.c @@ -1,25 +1,12 @@ -/* netboot - * - * $Log: wd80x3.c,v $ - * Revision 1.2 1993/07/09 15:24:14 brezak - * Cleanup warnings and add netbsd kernel name suffix. - * - * Revision 1.1 1993/07/08 16:04:14 brezak - * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov) - * - * Revision 1.2 1993/06/08 14:35:17 mckim - * *** empty log message *** - * - * Revision 1.1.1.1 1993/05/28 11:41:07 mckim - * Initial version. - * - * +/* * source in this file came from * the Mach ethernet boot written by Leendert van Doorn. * * A very simple network driver for WD80x3 boards that polls. * * Copyright (c) 1992 by Leendert van Doorn + * + * $Id: wd80x3.c,v 1.3 1993/08/02 17:53:06 mycroft Exp $ */ #include "proto.h" diff --git a/sys/ddb/db_aout.c b/sys/ddb/db_aout.c index 975319fde00..0a49eba8e6a 100644 --- a/sys/ddb/db_aout.c +++ b/sys/ddb/db_aout.c @@ -22,39 +22,8 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. - */ -/* - * db_aout.c,v 1.3 1993/05/20 03:39:06 cgd Exp - * - * HISTORY - * db_aout.c,v - * Revision 1.3 1993/05/20 03:39:06 cgd - * add explicit rcs id - * - * Revision 1.2 1993/05/07 09:13:53 cgd - * make SYMTAB_SPACE user-definable, as an "option" - * - * Revision 1.1.1.1 1993/03/21 09:46:26 cgd - * initial import of 386bsd-0.1 sources - * - * Revision 1.1 1992/03/25 21:44:55 pace - * Initial revision * - * Revision 2.3 91/02/05 17:05:55 mrt - * Changed to new Mach copyright - * [91/01/31 16:16:44 mrt] - * - * Revision 2.2 90/08/27 21:48:35 dbg - * Created. - * [90/08/17 dbg] - * - */ -/* - * Author: David B. Golub, Carnegie Mellon University - * Date: 7/90 - */ -/* - * Symbol table routines for a.out format files. + * $Id: db_aout.c,v 1.6 1993/08/02 17:53:11 mycroft Exp $ */ #include "types.h" diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 8499cb6a68e..8040b3efdfc 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -22,64 +22,10 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. - */ -/* - * db_command.c,v 1.3 1993/05/20 03:39:10 cgd Exp - * - * HISTORY - * db_command.c,v - * Revision 1.3 1993/05/20 03:39:10 cgd - * add explicit rcs id - * - * Revision 1.2 1993/03/21 18:08:04 cgd - * after 0.2.2 "stable" patches applied * - * Revision 1.1.1.1 93/03/21 09:46:26 cgd - * initial import of 386bsd-0.1 sources - * - * Revision 1.1 1992/03/25 21:45:02 pace - * Initial revision - * - * Revision 2.6 91/02/05 17:06:10 mrt - * Changed to new Mach copyright - * [91/01/31 16:17:18 mrt] - * - * Revision 2.5 91/01/08 17:31:54 rpd - * Forward reference for db_fncall(); - * [91/01/04 12:35:17 rvb] - * - * Add call as a synonym for ! and match for next - * [91/01/04 12:14:48 rvb] - * - * Revision 2.4 90/11/07 16:49:15 rpd - * Added search. - * [90/11/06 rpd] - * - * Revision 2.3 90/10/25 14:43:45 rwd - * Changed db_fncall to print the result unsigned. - * [90/10/19 rpd] - * - * Added CS_MORE to db_watchpoint_cmd. - * [90/10/17 rpd] - * Added watchpoint commands: watch, dwatch, show watches. - * [90/10/16 rpd] - * - * Revision 2.2 90/08/27 21:50:10 dbg - * Remove 'listbreaks' - use 'show breaks' instead. Change 'show - * threads' to 'show all threads' to avoid clash with 'show thread'. - * Set 'dot' here from db_prev or db_next, depending on 'db_ed_style' - * flag and syntax table. - * [90/08/22 dbg] - * Reduce lint. - * [90/08/07 dbg] - * Created. - * [90/07/25 dbg] - * - */ -/* - * Author: David B. Golub, Carnegie Mellon University - * Date: 7/90 + * $Id: db_command.c,v 1.5 1993/08/02 17:53:12 mycroft Exp $ */ + /* * Command dispatcher. */ diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index e1510c60e6a..3587e7ec4b8 100644 --- a/sys/ddb/db_output.c +++ b/sys/ddb/db_output.c @@ -23,47 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE - * -------------------- ----- ---------------------- - * CURRENT PATCH LEVEL: 4 00083 - * -------------------- ----- ---------------------- - * - * 14 Mar 93 Chris G. Demetriou Fixed so that tab is not output, - * use spaces instead. - */ -/* - * db_output.c,v 1.3 1993/05/20 03:39:21 cgd Exp - * - * HISTORY - * db_output.c,v - * Revision 1.3 1993/05/20 03:39:21 cgd - * add explicit rcs id - * - * Revision 1.2 1993/03/21 18:08:08 cgd - * after 0.2.2 "stable" patches applied - * - * Revision 1.1.1.1 93/03/21 09:46:26 cgd - * initial import of 386bsd-0.1 sources - * - * Revision 1.1 1992/03/25 21:45:18 pace - * Initial revision - * - * Revision 2.3 91/02/05 17:06:45 mrt - * Changed to new Mach copyright - * [91/01/31 16:18:41 mrt] - * - * Revision 2.2 90/08/27 21:51:25 dbg - * Put extra features of db_doprnt in _doprnt. - * [90/08/20 dbg] - * Reduce lint. - * [90/08/07 dbg] - * Created. - * [90/07/25 dbg] - * - */ -/* - * Author: David B. Golub, Carnegie Mellon University - * Date: 7/90 + * $Id: db_output.c,v 1.5 1993/08/02 17:53:13 mycroft Exp $ */ /* diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 2a3b7c2ee00..bec2ce1681d 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -22,64 +22,10 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. - */ -/* - * db_sym.c,v 1.2 1993/05/20 03:39:31 cgd Exp - * - * HISTORY - * db_sym.c,v - * Revision 1.2 1993/05/20 03:39:31 cgd - * add explicit rcs id - * - * Revision 1.1.1.1 1993/03/21 09:46:27 cgd - * initial import of 386bsd-0.1 sources * - * Revision 1.1 1992/03/25 21:45:27 pace - * Initial revision - * - * Revision 2.5 91/02/05 17:07:07 mrt - * Changed to new Mach copyright - * [91/01/31 16:19:17 mrt] - * - * Revision 2.4 90/10/25 14:44:05 rwd - * Changed db_printsym to print unsigned. - * [90/10/19 rpd] - * - * Revision 2.3 90/09/09 23:19:56 rpd - * Avoid totally incorrect guesses of symbol names for small values. - * [90/08/30 17:39:48 af] - * - * Revision 2.2 90/08/27 21:52:18 dbg - * Removed nlist.h. Fixed some type declarations. - * Qualifier character is ':'. - * [90/08/20 dbg] - * Modularized symtab info into a new db_symtab_t type. - * Modified db_add_symbol_table and others accordingly. - * Defined db_sym_t, a new (opaque) type used to represent - * symbols. This should support all sort of future symtable - * formats. Functions like db_qualify take a db_sym_t now. - * New db_symbol_values() function to explode the content - * of a db_sym_t. - * db_search_symbol() replaces db_find_sym_and_offset(), which is - * now a macro defined in our (new) header file. This new - * function accepts more restrictive searches, which are - * entirely delegated to the symtab-specific code. - * Accordingly, db_printsym() accepts a strategy parameter. - * New db_line_at_pc() function. - * Renamed misleading db_eqsym into db_eqname. - * [90/08/20 10:47:06 af] - * - * Created. - * [90/07/25 dbg] - * - * Revision 2.1 90/07/26 16:43:52 dbg - * Created. - * - */ -/* - * Author: David B. Golub, Carnegie Mellon University - * Date: 7/90 + * $Id: db_sym.c,v 1.5 1993/08/02 17:53:14 mycroft Exp $ */ + #include "param.h" #include "proc.h" #include <machine/db_machdep.h> diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index f960430d923..c4d7740e779 100644 --- a/sys/ddb/db_variables.c +++ b/sys/ddb/db_variables.c @@ -22,42 +22,8 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. - */ -/* - * db_variables.c,v 1.2 1993/05/20 03:39:35 cgd Exp - * - * HISTORY - * db_variables.c,v - * Revision 1.2 1993/05/20 03:39:35 cgd - * add explicit rcs id - * - * Revision 1.1.1.1 1993/03/21 09:46:27 cgd - * initial import of 386bsd-0.1 sources * - * Revision 1.1 1992/03/25 21:45:33 pace - * Initial revision - * - * Revision 2.3 91/02/05 17:07:19 mrt - * Changed to new Mach copyright - * [91/01/31 16:19:46 mrt] - * - * Revision 2.2 90/08/27 21:53:24 dbg - * New db_read/write_variable functions. Should be used instead - * of dereferencing valuep directly, which might not be a true - * pointer if there is an fcn() access function. - * [90/08/20 af] - * - * Fix declarations. - * Check for trailing garbage after last expression on command line. - * [90/08/10 14:34:54 dbg] - * - * Created. - * [90/07/25 dbg] - * - */ -/* - * Author: David B. Golub, Carnegie Mellon University - * Date: 7/90 + * $Id: db_variables.c,v 1.4 1993/08/02 17:53:15 mycroft Exp $ */ #include "param.h" diff --git a/usr.bin/crontab/Makefile b/usr.bin/crontab/Makefile index 6a1c6231313..020bdfa2813 100644 --- a/usr.bin/crontab/Makefile +++ b/usr.bin/crontab/Makefile @@ -1,3 +1,4 @@ +# $Id: Makefile,v 1.5 1993/08/02 17:53:21 mycroft Exp $ PROG= crontab SRCS= crontab.c misc.c entry.c env.c diff --git a/usr.bin/crontab/crontab.1 b/usr.bin/crontab/crontab.1 index 29804f27610..7aa8bdf7a86 100644 --- a/usr.bin/crontab/crontab.1 +++ b/usr.bin/crontab/crontab.1 @@ -1,22 +1,24 @@ -.\" $Header: /cvsroot/src/usr.bin/crontab/Attic/crontab.1,v 1.2 1993/05/28 08:34:31 cgd Exp $ +.\" -*- nroff -*- +.\" +.\" Copyright 1988,1990 by Paul Vixie +.\" All rights reserved +.\" +.\" Distribute freely, except: don't remove my name from the source or +.\" documentation (don't take credit for my work), mark your changes (don't +.\" get me blamed for your possible bugs), don't alter or remove this +.\" notice. May be sold if buildable source is provided to buyer. No +.\" warrantee of any kind, express or implied, is included with this +.\" software; use at your own risk, responsibility for damages (if any) to +.\" anyone resulting from the use of this software rests entirely with the +.\" user. +.\" +.\" Send bug reports, bug fixes, enhancements, requests, flames, etc., and +.\" I'll try to keep a version up to date. I can be reached as follows: +.\" Paul Vixie, 329 Noe Street, San Francisco, CA, 94114, (415) 864-7013, +.\" paul@vixie.sf.ca.us || {hoptoad,pacbell,decwrl,crash}!vixie!paul +.\" +.\" $Id: crontab.1,v 1.3 1993/08/02 17:53:22 mycroft Exp $ .\" -.\"/* Copyright 1988,1990 by Paul Vixie -.\" * All rights reserved -.\" * -.\" * Distribute freely, except: don't remove my name from the source or -.\" * documentation (don't take credit for my work), mark your changes (don't -.\" * get me blamed for your possible bugs), don't alter or remove this -.\" * notice. May be sold if buildable source is provided to buyer. No -.\" * warrantee of any kind, express or implied, is included with this -.\" * software; use at your own risk, responsibility for damages (if any) to -.\" * anyone resulting from the use of this software rests entirely with the -.\" * user. -.\" * -.\" * Send bug reports, bug fixes, enhancements, requests, flames, etc., and -.\" * I'll try to keep a version up to date. I can be reached as follows: -.\" * Paul Vixie, 329 Noe Street, San Francisco, CA, 94114, (415) 864-7013, -.\" * paul@vixie.sf.ca.us || {hoptoad,pacbell,decwrl,crash}!vixie!paul -.\" */ .TH CRONTAB 1 "9 December 1988" .UC 4 .SH NAME diff --git a/usr.bin/crontab/crontab.5.5 b/usr.bin/crontab/crontab.5.5 index 794e9b4c941..0d4b1f297cc 100644 --- a/usr.bin/crontab/crontab.5.5 +++ b/usr.bin/crontab/crontab.5.5 @@ -1,22 +1,24 @@ -.\" $Header: /cvsroot/src/usr.bin/crontab/Attic/crontab.5.5,v 1.2 1993/05/28 08:34:32 cgd Exp $ -.\" -.\"/* Copyright 1988,1990 by Paul Vixie -.\" * All rights reserved -.\" * -.\" * Distribute freely, except: don't remove my name from the source or -.\" * documentation (don't take credit for my work), mark your changes (don't -.\" * get me blamed for your possible bugs), don't alter or remove this -.\" * notice. May be sold if buildable source is provided to buyer. No -.\" * warrantee of any kind, express or implied, is included with this -.\" * software; use at your own risk, responsibility for damages (if any) to -.\" * anyone resulting from the use of this software rests entirely with the -.\" * user. -.\" * -.\" * Send bug reports, bug fixes, enhancements, requests, flames, etc., and -.\" * I'll try to keep a version up to date. I can be reached as follows: -.\" * Paul Vixie, 329 Noe Street, San Francisco, CA, 94114, (415) 864-7013, -.\" * paul@vixie.sf.ca.us || {hoptoad,pacbell,decwrl,crash}!vixie!paul -.\" */ +.\" -*- nroff -*- +.\" +.\" Copyright 1988,1990 by Paul Vixie +.\" All rights reserved +.\" +.\" Distribute freely, except: don't remove my name from the source or +.\" documentation (don't take credit for my work), mark your changes (don't +.\" get me blamed for your possible bugs), don't alter or remove this +.\" notice. May be sold if buildable source is provided to buyer. No +.\" warrantee of any kind, express or implied, is included with this +.\" software; use at your own risk, responsibility for damages (if any) to +.\" anyone resulting from the use of this software rests entirely with the +.\" user. +.\" +.\" Send bug reports, bug fixes, enhancements, requests, flames, etc., and +.\" I'll try to keep a version up to date. I can be reached as follows: +.\" Paul Vixie, 329 Noe Street, San Francisco, CA, 94114, (415) 864-7013, +.\" paul@vixie.sf.ca.us || {hoptoad,pacbell,decwrl,crash}!vixie!paul +.\" +.\" $Id: crontab.5.5,v 1.3 1993/08/02 17:53:23 mycroft Exp $ +.\" .TH CRONTAB 5 "15 January 1990" .UC 4 .SH NAME diff --git a/usr.bin/crontab/crontab.c b/usr.bin/crontab/crontab.c index 99bab38ca70..44482aee351 100644 --- a/usr.bin/crontab/crontab.c +++ b/usr.bin/crontab/crontab.c @@ -1,34 +1,6 @@ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Header: /cvsroot/src/usr.bin/crontab/Attic/crontab.c,v 1.3 1993/05/28 08:34:33 cgd Exp $"; -#endif - -/* Revision 1.5 87/05/02 17:33:22 paul - * pokecron? (RCS file has the rest of the log) - * - * Revision 1.5 87/05/02 17:33:22 paul - * baseline for mod.sources release - * - * Revision 1.4 87/03/31 13:11:48 paul - * I won't say that rs@mirror gave me this idea but crontab uses getopt() now - * - * Revision 1.3 87/03/30 23:43:48 paul - * another suggestion from rs@mirror: - * use getpwuid(getuid)->pw_name instead of getenv("USER") - * this is a boost to security... - * - * Revision 1.2 87/02/11 17:40:12 paul - * changed command syntax to allow append and replace instead of append as - * default and no replace at all. - * - * Revision 1.1 87/01/26 23:49:06 paul - * Initial revision - */ - -/* - * ++COPYRIGHT++ - * --COPYRIGHT-- - */ - +#ifndef lint +static char rcsid[] = "$Id: crontab.c,v 1.4 1993/08/02 17:53:24 mycroft Exp $"; +#endif /* not lint */ #define MAIN_PROGRAM diff --git a/usr.bin/elvis/Makefile b/usr.bin/elvis/Makefile index 53f210c1ef7..1b72ef5f8df 100644 --- a/usr.bin/elvis/Makefile +++ b/usr.bin/elvis/Makefile @@ -1,3 +1,4 @@ +# $Id: Makefile,v 1.3 1993/08/02 17:53:41 mycroft Exp $ CFLAGS += -DBSD DPADD= ${LIBTERM} diff --git a/usr.bin/elvis/blk.c b/usr.bin/elvis/blk.c index 091962dab7a..6ce7285d07f 100644 --- a/usr.bin/elvis/blk.c +++ b/usr.bin/elvis/blk.c @@ -12,6 +12,10 @@ * It also contains the "do" and "undo" functions. */ +#ifndef lint +static char rcsid[] = "$Id: blk.c,v 1.3 1993/08/02 17:53:42 mycroft Exp $"; +#endif /* not lint */ + #include "config.h" #include "vi.h" diff --git a/usr.bin/elvis/cmd1.c b/usr.bin/elvis/cmd1.c index 406cd7fe45c..68e84328f79 100644 --- a/usr.bin/elvis/cmd1.c +++ b/usr.bin/elvis/cmd1.c @@ -12,6 +12,10 @@ * files, options, etc. -- anything except text. */ +#ifndef lint +static char rcsid[] = "$Id: cmd1.c,v 1.3 1993/08/02 17:53:43 mycroft Exp $"; +#endif /* not lint */ + #include "config.h" #include "ctype.h" #include "vi.h" diff --git a/usr.bin/elvis/cmd2.c b/usr.bin/elvis/cmd2.c index 25bf69a8e50..9ad97a0c5b7 100644 --- a/usr.bin/elvis/cmd2.c +++ b/usr.bin/elvis/cmd2.c @@ -10,6 +10,10 @@ /* This file contains some of the commands - mostly ones that change text */ +#ifndef lint +static char rcsid[] = "$Id: cmd2.c,v 1.3 1993/08/02 17:53:45 mycroft Exp $"; +#endif /* not lint */ + #include "config.h" #include "ctype.h" #include "vi.h" diff --git a/usr.bin/elvis/config.h b/usr.bin/elvis/config.h index 9ad48e80b22..286c7588b67 100644 --- a/usr.bin/elvis/config.h +++ b/usr.bin/elvis/config.h @@ -2,6 +2,8 @@ * vi configuration file * We try to automatically configure to various compilers and operating * systems. Extend the autoconf section as needed. + * + * $Id: config.h,v 1.3 1993/08/02 17:53:46 mycroft Exp $ */ #ifndef _CONFIG_H diff --git a/usr.bin/elvis/ctype.c b/usr.bin/elvis/ctype.c index fa0a7ba23ad..be3dbe70eff 100644 --- a/usr.bin/elvis/ctype.c +++ b/usr.bin/elvis/ctype.c @@ -4,6 +4,11 @@ * version of <ctype.h>. It should be portable. */ +#ifndef lint +static char rcsid[] = "$Id: ctype.c,v 1.3 1993/08/02 17:53:46 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "ctype.h" diff --git a/usr.bin/elvis/ctype.h b/usr.bin/elvis/ctype.h index 1a46fd379b3..df0512b0c36 100644 --- a/usr.bin/elvis/ctype.h +++ b/usr.bin/elvis/ctype.h @@ -7,6 +7,8 @@ * This file uses the "uchar" data type and "UCHAR" conversion macro which * are defined in "config.h". Consequently, any file that includes this * header must include config.h first. + * + * $Id: ctype.h,v 1.2 1993/08/02 17:53:48 mycroft Exp $ */ #ifndef _CT_UPPER diff --git a/usr.bin/elvis/curses.c b/usr.bin/elvis/curses.c index 063b0914b3d..5c0ca19aad4 100644 --- a/usr.bin/elvis/curses.c +++ b/usr.bin/elvis/curses.c @@ -14,6 +14,11 @@ * functions, limited compatibility with full curses, and only stdscr. */ +#ifndef lint +static char rcsid[] = "$Id: curses.c,v 1.3 1993/08/02 17:53:49 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "vi.h" diff --git a/usr.bin/elvis/curses.h b/usr.bin/elvis/curses.h index 84c897cf738..ec8e158c58c 100644 --- a/usr.bin/elvis/curses.h +++ b/usr.bin/elvis/curses.h @@ -5,6 +5,8 @@ * 14407 SW Teal Blvd. #C * Beaverton, OR 97005 * kirkenda@cs.pdx.edu + * + * $Id: curses.h,v 1.2 1993/08/02 17:53:50 mycroft Exp $ */ diff --git a/usr.bin/elvis/cut.c b/usr.bin/elvis/cut.c index cfa032160c3..e0fa6add664 100644 --- a/usr.bin/elvis/cut.c +++ b/usr.bin/elvis/cut.c @@ -10,6 +10,11 @@ /* This file contains function which manipulate the cut buffers. */ +#ifndef lint +static char rcsid[] = "$Id: cut.c,v 1.3 1993/08/02 17:53:51 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "vi.h" #if TURBOC diff --git a/usr.bin/elvis/doc/Makefile b/usr.bin/elvis/doc/Makefile index d0802dc13c0..863cde93ed6 100644 --- a/usr.bin/elvis/doc/Makefile +++ b/usr.bin/elvis/doc/Makefile @@ -1,3 +1,5 @@ +# $Id: Makefile,v 1.2 1993/08/02 17:53:27 mycroft Exp $ + NROFF= nroff HPROFF= troff HPDEST= >/dev/hp diff --git a/usr.bin/elvis/elvis.1 b/usr.bin/elvis/elvis.1 index 8d10b78a44d..be5c821e559 100644 --- a/usr.bin/elvis/elvis.1 +++ b/usr.bin/elvis/elvis.1 @@ -1,3 +1,4 @@ +.\" $Id: elvis.1,v 1.3 1993/08/02 17:53:52 mycroft Exp $ -*- nroff -*- .TH ELVIS 1 .SH NAME elvis, ex, vi, view, input - The editor diff --git a/usr.bin/elvis/ex.c b/usr.bin/elvis/ex.c index eda5f1139f2..87e714c1f8e 100644 --- a/usr.bin/elvis/ex.c +++ b/usr.bin/elvis/ex.c @@ -10,6 +10,11 @@ /* This file contains the code for reading ex commands. */ +#ifndef lint +static char rcsid[] = "$Id: ex.c,v 1.4 1993/08/02 17:53:53 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "ctype.h" #include "vi.h" diff --git a/usr.bin/elvis/input.c b/usr.bin/elvis/input.c index ca5b11581b9..3a4461acb22 100644 --- a/usr.bin/elvis/input.c +++ b/usr.bin/elvis/input.c @@ -12,6 +12,11 @@ * It also contains the code that supports digraphs. */ +#ifndef lint +static char rcsid[] = "$Id: input.c,v 1.3 1993/08/02 17:53:54 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "ctype.h" #include "vi.h" diff --git a/usr.bin/elvis/main.c b/usr.bin/elvis/main.c index f93f780225c..c90f1291797 100644 --- a/usr.bin/elvis/main.c +++ b/usr.bin/elvis/main.c @@ -10,6 +10,11 @@ /* This file contains the main() function of vi */ +#ifndef lint +static char rcsid[] = "$Id: main.c,v 1.3 1993/08/02 17:53:55 mycroft Exp $"; +#endif /* not lint */ + + /* HACK! bcc needs to disable use of precompiled headers for this file, or else command line args will not be passed to elvis */ #if __BORLANDC__ diff --git a/usr.bin/elvis/misc.c b/usr.bin/elvis/misc.c index c9e0f689d21..426e3e5c90d 100644 --- a/usr.bin/elvis/misc.c +++ b/usr.bin/elvis/misc.c @@ -10,6 +10,11 @@ /* This file contains functions which didn't seem happy anywhere else */ +#ifndef lint +static char rcsid[] = "$Id: misc.c,v 1.2 1993/08/02 17:53:56 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "vi.h" diff --git a/usr.bin/elvis/modify.c b/usr.bin/elvis/modify.c index 79b910366e9..78c3d34adc1 100644 --- a/usr.bin/elvis/modify.c +++ b/usr.bin/elvis/modify.c @@ -6,6 +6,11 @@ * change(frommark, tomark, text) - delete, then add */ +#ifndef lint +static char rcsid[] = "$Id: modify.c,v 1.3 1993/08/02 17:53:57 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "vi.h" diff --git a/usr.bin/elvis/move1.c b/usr.bin/elvis/move1.c index 604b83d963d..79213dfe3be 100644 --- a/usr.bin/elvis/move1.c +++ b/usr.bin/elvis/move1.c @@ -10,6 +10,11 @@ /* This file contains most movement functions */ +#ifndef lint +static char rcsid[] = "$Id: move1.c,v 1.3 1993/08/02 17:53:58 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "vi.h" #include "ctype.h" diff --git a/usr.bin/elvis/move2.c b/usr.bin/elvis/move2.c index 999274e4b5a..cfe14954f81 100644 --- a/usr.bin/elvis/move2.c +++ b/usr.bin/elvis/move2.c @@ -10,6 +10,11 @@ /* This function contains the movement functions that perform RE searching */ +#ifndef lint +static char rcsid[] = "$Id: move2.c,v 1.3 1993/08/02 17:53:59 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "vi.h" #include "regexp.h" diff --git a/usr.bin/elvis/move3.c b/usr.bin/elvis/move3.c index 69949eed361..b5b9f7bad25 100644 --- a/usr.bin/elvis/move3.c +++ b/usr.bin/elvis/move3.c @@ -10,6 +10,11 @@ /* This file contains movement functions that perform character searches */ +#ifndef lint +static char rcsid[] = "$Id: move3.c,v 1.3 1993/08/02 17:53:59 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "vi.h" diff --git a/usr.bin/elvis/move4.c b/usr.bin/elvis/move4.c index d42082d653a..eb86d2f67ab 100644 --- a/usr.bin/elvis/move4.c +++ b/usr.bin/elvis/move4.c @@ -10,6 +10,11 @@ /* This file contains movement functions which are screen-relative */ +#ifndef lint +static char rcsid[] = "$Id: move4.c,v 1.3 1993/08/02 17:54:00 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "vi.h" diff --git a/usr.bin/elvis/move5.c b/usr.bin/elvis/move5.c index 408bac379cd..e32b9da99aa 100644 --- a/usr.bin/elvis/move5.c +++ b/usr.bin/elvis/move5.c @@ -10,6 +10,11 @@ /* This file contains the word-oriented movement functions */ +#ifndef lint +static char rcsid[] = "$Id: move5.c,v 1.3 1993/08/02 17:54:01 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "ctype.h" #include "vi.h" diff --git a/usr.bin/elvis/opts.c b/usr.bin/elvis/opts.c index 0d2d8d63f6f..f14c931455f 100644 --- a/usr.bin/elvis/opts.c +++ b/usr.bin/elvis/opts.c @@ -12,6 +12,11 @@ * values that can be modified via the "set" command. */ +#ifndef lint +static char rcsid[] = "$Id: opts.c,v 1.3 1993/08/02 17:54:02 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "vi.h" #include "ctype.h" diff --git a/usr.bin/elvis/prsvunix.c b/usr.bin/elvis/prsvunix.c index e03e0775269..ac8dba33042 100644 --- a/usr.bin/elvis/prsvunix.c +++ b/usr.bin/elvis/prsvunix.c @@ -2,6 +2,11 @@ /* This file contains the UNIX-specific parts of the "elvprsv" program. */ +#ifndef lint +static char rcsid[] = "$Id: prsvunix.c,v 1.2 1993/08/02 17:54:03 mycroft Exp $"; +#endif /* not lint */ + + #if OSK #define ELVPRSV #include "osk.c" diff --git a/usr.bin/elvis/recycle.c b/usr.bin/elvis/recycle.c index c3a2a8fa4ad..eea599d24c1 100644 --- a/usr.bin/elvis/recycle.c +++ b/usr.bin/elvis/recycle.c @@ -12,6 +12,11 @@ * reusable blocks. */ +#ifndef lint +static char rcsid[] = "$Id: recycle.c,v 1.3 1993/08/02 17:54:04 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "vi.h" diff --git a/usr.bin/elvis/redraw.c b/usr.bin/elvis/redraw.c index 358eaec7fcf..3521a2f620b 100644 --- a/usr.bin/elvis/redraw.c +++ b/usr.bin/elvis/redraw.c @@ -17,6 +17,11 @@ * idx2col() - converts a markidx() value to a logical column number. */ +#ifndef lint +static char rcsid[] = "$Id: redraw.c,v 1.3 1993/08/02 17:54:04 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "vi.h" #ifdef CRUNCH diff --git a/usr.bin/elvis/regexp.c b/usr.bin/elvis/regexp.c index 96cce7f8b85..0466e5daa99 100644 --- a/usr.bin/elvis/regexp.c +++ b/usr.bin/elvis/regexp.c @@ -29,6 +29,11 @@ * That right, this file contains TWO versions of the code. */ +#ifndef lint +static char rcsid[] = "$Id: regexp.c,v 1.3 1993/08/02 17:54:06 mycroft Exp $"; +#endif /* not lint */ + + #include <setjmp.h> #include "config.h" #include "ctype.h" diff --git a/usr.bin/elvis/regexp.h b/usr.bin/elvis/regexp.h index 6d043b027d0..ed15c746bf2 100644 --- a/usr.bin/elvis/regexp.h +++ b/usr.bin/elvis/regexp.h @@ -3,6 +3,8 @@ * * Caveat: this is V8 regexp(3) [actually, a reimplementation thereof], * not the System V one. + * + * $Id: regexp.h,v 1.2 1993/08/02 17:54:07 mycroft Exp $ */ #define NSUBEXP 10 diff --git a/usr.bin/elvis/regsub.c b/usr.bin/elvis/regsub.c index 65592b30bd3..db2920910c9 100644 --- a/usr.bin/elvis/regsub.c +++ b/usr.bin/elvis/regsub.c @@ -4,6 +4,11 @@ * after a regexp match has been found. */ +#ifndef lint +static char rcsid[] = "$Id: regsub.c,v 1.3 1993/08/02 17:54:07 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "ctype.h" #include "vi.h" diff --git a/usr.bin/elvis/system.c b/usr.bin/elvis/system.c index 1d7b7db6200..43ed29c386c 100644 --- a/usr.bin/elvis/system.c +++ b/usr.bin/elvis/system.c @@ -20,6 +20,11 @@ * and any O.S./Compiler combination which adheres to UNIX forking conventions. */ +#ifndef lint +static char rcsid[] = "$Id: system.c,v 1.3 1993/08/02 17:54:08 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "vi.h" #ifndef XDOS diff --git a/usr.bin/elvis/tio.c b/usr.bin/elvis/tio.c index 56b0e9370fb..503b3b975bf 100644 --- a/usr.bin/elvis/tio.c +++ b/usr.bin/elvis/tio.c @@ -10,6 +10,11 @@ /* This file contains terminal I/O functions */ +#ifndef lint +static char rcsid[] = "$Id: tio.c,v 1.3 1993/08/02 17:54:10 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "vi.h" #include "ctype.h" diff --git a/usr.bin/elvis/tmp.c b/usr.bin/elvis/tmp.c index 46d29ec81da..5c3ce09f242 100644 --- a/usr.bin/elvis/tmp.c +++ b/usr.bin/elvis/tmp.c @@ -10,6 +10,10 @@ /* This file contains functions which create & readback a TMPFILE */ +#ifndef lint +static char rcsid[] = "$Id: tmp.c,v 1.4 1993/08/02 17:54:11 mycroft Exp $"; +#endif /* not lint */ + #include "config.h" #include "vi.h" diff --git a/usr.bin/elvis/unix.c b/usr.bin/elvis/unix.c index f25b60afebf..7e403d37b09 100644 --- a/usr.bin/elvis/unix.c +++ b/usr.bin/elvis/unix.c @@ -13,6 +13,11 @@ * BSD, SysV, and V7 all need quite different implementations. */ +#ifndef lint +static char rcsid[] = "$Id: unix.c,v 1.3 1993/08/02 17:54:12 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #if ANY_UNIX # include "vi.h" diff --git a/usr.bin/elvis/vars.c b/usr.bin/elvis/vars.c index b009df4a5f5..bd609fd945b 100644 --- a/usr.bin/elvis/vars.c +++ b/usr.bin/elvis/vars.c @@ -10,6 +10,11 @@ /* This file contains variables which weren't happy anyplace else */ +#ifndef lint +static char rcsid[] = "$Id: vars.c,v 1.3 1993/08/02 17:54:12 mycroft Exp $"; +#endif /* not lint */ + + #include "config.h" #include "vi.h" diff --git a/usr.bin/elvis/vcmd.c b/usr.bin/elvis/vcmd.c index 4fd09238042..7732adc3863 100644 --- a/usr.bin/elvis/vcmd.c +++ b/usr.bin/elvis/vcmd.c @@ -10,6 +10,10 @@ /* This file contains the functions that handle VI commands */ +#ifndef lint +static char rcsid[] = "$Id: vcmd.c,v 1.3 1993/08/02 17:54:13 mycroft Exp $"; +#endif /* not lint */ + #include "config.h" #include "ctype.h" diff --git a/usr.bin/elvis/vi.c b/usr.bin/elvis/vi.c index 2c4648f4619..f7fcb061f7e 100644 --- a/usr.bin/elvis/vi.c +++ b/usr.bin/elvis/vi.c @@ -6,6 +6,10 @@ * kirkenda@cs.pdx.edu */ +#ifndef lint +static char rcsid[] = "$Id: vi.c,v 1.3 1993/08/02 17:54:14 mycroft Exp $"; +#endif /* not lint */ + #include "config.h" #include "ctype.h" diff --git a/usr.bin/elvis/vi.h b/usr.bin/elvis/vi.h index ce624a2c656..e0952ccc2fa 100644 --- a/usr.bin/elvis/vi.h +++ b/usr.bin/elvis/vi.h @@ -5,6 +5,8 @@ * 14407 SW Teal Blvd. #C * Beaverton, OR 97005 * kirkenda@cs.pdx.edu + * + * $Id: vi.h,v 1.3 1993/08/02 17:54:15 mycroft Exp $ */ #define VERSION "ELVIS 1.7, by Steve Kirkendall (30 December 1992)" diff --git a/usr.bin/elvisrecover/Makefile b/usr.bin/elvisrecover/Makefile index fbe5a7ce842..55b55139096 100644 --- a/usr.bin/elvisrecover/Makefile +++ b/usr.bin/elvisrecover/Makefile @@ -1,6 +1,6 @@ +# $Id: Makefile,v 1.3 1993/08/02 17:54:19 mycroft Exp $ PROG= elvisrecover -#SRCS= elvisrecover.c CFLAGS+=-I${.CURDIR}/../elvis .include <bsd.prog.mk> diff --git a/usr.bin/elvisrecover/elvisrecover.1 b/usr.bin/elvisrecover/elvisrecover.1 index b541c2ed14d..b0a18461a1a 100644 --- a/usr.bin/elvisrecover/elvisrecover.1 +++ b/usr.bin/elvisrecover/elvisrecover.1 @@ -1,3 +1,4 @@ +.\" $Id: elvisrecover.1,v 1.4 1993/08/02 17:54:20 mycroft Exp $ -*- nroff -*- .TH ELVREC 1 .SH NAME elvrec - Recover the modified version of a file after a crash diff --git a/usr.bin/elvisrecover/elvisrecover.c b/usr.bin/elvisrecover/elvisrecover.c index e4d7159439f..2f604e79660 100644 --- a/usr.bin/elvisrecover/elvisrecover.c +++ b/usr.bin/elvisrecover/elvisrecover.c @@ -9,6 +9,10 @@ * kirkenda@cs.pdx.edu */ +#ifndef lint +static char rcsid[] = "$Id: elvisrecover.c,v 1.3 1993/08/02 17:54:21 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include "config.h" diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index 07699c50d4f..419fa64edc3 100644 --- a/usr.bin/file/Makefile +++ b/usr.bin/file/Makefile @@ -1,3 +1,5 @@ +# $Id: Makefile,v 1.4 1993/08/02 17:54:24 mycroft Exp $ + MAGIC= /etc/magic MAGICOWN= bin MAGICGRP= bin diff --git a/usr.bin/getopt/Makefile b/usr.bin/getopt/Makefile index ff1433af58c..b7b33c8efef 100644 --- a/usr.bin/getopt/Makefile +++ b/usr.bin/getopt/Makefile @@ -1,5 +1,4 @@ -# $Header: /cvsroot/src/usr.bin/getopt/Makefile,v 1.1 1993/06/21 12:43:58 brezak Exp $ -# +# $Id: Makefile,v 1.2 1993/08/02 17:54:27 mycroft Exp $ PROG = getopt MAN1 = getopt.0 diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1 index 16a50f090a5..593944e935b 100644 --- a/usr.bin/getopt/getopt.1 +++ b/usr.bin/getopt/getopt.1 @@ -1,3 +1,4 @@ +.\" $Id: getopt.1,v 1.3 1993/08/02 17:54:28 mycroft Exp $ -*- nroff -*- .Dd June 21, 1993 .Dt GETOPT 1 .Os diff --git a/usr.bin/getopt/getopt.c b/usr.bin/getopt/getopt.c index 03b0987ef14..32afad132fa 100644 --- a/usr.bin/getopt/getopt.c +++ b/usr.bin/getopt/getopt.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: getopt.c,v 1.2 1993/08/02 17:54:29 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> main(argc, argv) diff --git a/usr.bin/gprof/hp300.c b/usr.bin/gprof/hp300.c index 6a474086a31..a34b3a8b445 100644 --- a/usr.bin/gprof/hp300.c +++ b/usr.bin/gprof/hp300.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: hp300.c,v 1.2 1993/08/02 17:54:32 mycroft Exp $"; +#endif /* not lint */ + #include "gprof.h" /* diff --git a/usr.bin/gprof/i386.c b/usr.bin/gprof/i386.c index 6a474086a31..2b0f3c99929 100644 --- a/usr.bin/gprof/i386.c +++ b/usr.bin/gprof/i386.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: i386.c,v 1.2 1993/08/02 17:54:33 mycroft Exp $"; +#endif /* not lint */ + #include "gprof.h" /* diff --git a/usr.bin/m4/expr.c b/usr.bin/m4/expr.c index fc48eb31e02..77ff7ce143f 100644 --- a/usr.bin/m4/expr.c +++ b/usr.bin/m4/expr.c @@ -67,6 +67,10 @@ x / 0 => error and return 0 from expr(). */ +#ifndef lint +static char rcsid[] = "$Id: expr.c,v 1.3 1993/08/02 17:54:38 mycroft Exp $"; +#endif /* not lint */ + #define FALSE 0 #define TRUE 1 diff --git a/usr.bin/m4/extr.h b/usr.bin/m4/extr.h index bf3ed92cec9..fd10b6d9351 100644 --- a/usr.bin/m4/extr.h +++ b/usr.bin/m4/extr.h @@ -1,6 +1,8 @@ /* Header : extr.h Author : Ozan Yigit Updated: %G% + + $Id: extr.h,v 1.4 1993/08/02 17:54:40 mycroft Exp $ */ #ifndef putback diff --git a/usr.bin/m4/int2str.c b/usr.bin/m4/int2str.c index 5ecc85b9ad9..7bf50236b6f 100644 --- a/usr.bin/m4/int2str.c +++ b/usr.bin/m4/int2str.c @@ -16,6 +16,10 @@ unsigned is what you generally want. */ +#ifndef lint +static char rcsid[] = "$Id: int2str.c,v 1.2 1993/08/02 17:54:41 mycroft Exp $"; +#endif /* not lint */ + static char dig_vec[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; diff --git a/usr.bin/m4/look.c b/usr.bin/m4/look.c index 965e5901909..a3229989af9 100644 --- a/usr.bin/m4/look.c +++ b/usr.bin/m4/look.c @@ -4,6 +4,10 @@ Purpose: Hash table for M4 */ +#ifndef lint +static char rcsid[] = "$Id: look.c,v 1.3 1993/08/02 17:54:42 mycroft Exp $"; +#endif /* not lint */ + #include "mdef.h" #include "extr.h" diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index 14ccd9df6b1..fe5a97750f6 100644 --- a/usr.bin/m4/main.c +++ b/usr.bin/m4/main.c @@ -4,6 +4,10 @@ Defines: M4 macro processor. */ +#ifndef lint +static char rcsid[] = "$Id: main.c,v 1.4 1993/08/02 17:54:43 mycroft Exp $"; +#endif /* not lint */ + #include "mdef.h" #include "extr.h" #include "ourlims.h" diff --git a/usr.bin/m4/mdef.h b/usr.bin/m4/mdef.h index d8dc094fab7..332d3bf84c9 100644 --- a/usr.bin/m4/mdef.h +++ b/usr.bin/m4/mdef.h @@ -1,6 +1,8 @@ /* Header : mdef.h Author : Ozan Yigit Updated: 4 May 1992 + + $Id: mdef.h,v 1.3 1993/08/02 17:54:44 mycroft Exp $ */ #ifndef MACRTYPE diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c index 6d51835befb..1170b032911 100644 --- a/usr.bin/m4/misc.c +++ b/usr.bin/m4/misc.c @@ -4,6 +4,10 @@ Purpose: Miscellaneous support code for PD M4. */ +#ifndef lint +static char rcsid[] = "$Id: misc.c,v 1.3 1993/08/02 17:54:45 mycroft Exp $"; +#endif /* not lint */ + #include "mdef.h" #include "extr.h" #include "ourlims.h" diff --git a/usr.bin/m4/ourlims.h b/usr.bin/m4/ourlims.h index 8bc0b56c0a3..f98d1e6261c 100644 --- a/usr.bin/m4/ourlims.h +++ b/usr.bin/m4/ourlims.h @@ -1,6 +1,8 @@ /* File : ourlims.h Author : Richard A. O'Keefe Defines: UCHAR_MAX, CHAR_BIT, LONG_BIT + + $Id: ourlims.h,v 1.2 1993/08/02 17:54:46 mycroft Exp $ */ /* If <limits.h> is available, use that. Otherwise, use 8-bit byte as the default. diff --git a/usr.bin/m4/serv.c b/usr.bin/m4/serv.c index 16dc1f6467d..063aa4b4b19 100644 --- a/usr.bin/m4/serv.c +++ b/usr.bin/m4/serv.c @@ -1 +1 @@ -revision 1.2 intentionally removed +revision 1.3 intentionally removed diff --git a/usr.bin/make/Makefile.dist b/usr.bin/make/Makefile.dist index 1149e60facc..d92aeef6054 100644 --- a/usr.bin/make/Makefile.dist +++ b/usr.bin/make/Makefile.dist @@ -1,4 +1,4 @@ -# a very simple makefile... +# $Id: Makefile.dist,v 1.3 1993/08/02 17:54:53 mycroft Exp $ CFLAGS = -I. -DMACHINE=\"sun3\" diff --git a/usr.bin/make/lst.lib/Makefile.dist b/usr.bin/make/lst.lib/Makefile.dist index 03232f872e7..0e2fd11f030 100644 --- a/usr.bin/make/lst.lib/Makefile.dist +++ b/usr.bin/make/lst.lib/Makefile.dist @@ -1,3 +1,4 @@ +# $Id: Makefile.dist,v 1.2 1993/08/02 17:54:50 mycroft Exp $ CFLAGS = -I.. diff --git a/usr.bin/man/catman/Makefile b/usr.bin/man/catman/Makefile index d2d9285c684..217ee670027 100644 --- a/usr.bin/man/catman/Makefile +++ b/usr.bin/man/catman/Makefile @@ -1,6 +1,4 @@ -# -# $Header: /cvsroot/src/usr.bin/man/catman/Attic/Makefile,v 1.1 1993/07/27 21:29:27 jtc Exp $ -# +# $Id: Makefile,v 1.2 1993/08/02 17:54:57 mycroft Exp $ BINDIR= /usr/sbin PROG= catman diff --git a/usr.bin/man/catman/catman.8 b/usr.bin/man/catman/catman.8 index f407655fe9f..951561d4919 100644 --- a/usr.bin/man/catman/catman.8 +++ b/usr.bin/man/catman/catman.8 @@ -1,3 +1,5 @@ +.\" -*- nroff -*- +.\" .\" Copyright (c) 1993 Winning Strategies, Inc. .\" All rights reserved. .\" @@ -26,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Header: /cvsroot/src/usr.bin/man/catman/Attic/catman.8,v 1.1 1993/07/27 21:29:31 jtc Exp $ +.\" $Id: catman.8,v 1.2 1993/08/02 17:54:58 mycroft Exp $ .\" .Dd July 30, 1993 .Dt CATMAN 8 diff --git a/usr.bin/man/catman/catman.c b/usr.bin/man/catman/catman.c index b1d0f13b0a5..3fb45ef7efb 100644 --- a/usr.bin/man/catman/catman.c +++ b/usr.bin/man/catman/catman.c @@ -26,10 +26,12 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Header: /cvsroot/src/usr.bin/man/catman/Attic/catman.c,v 1.1 1993/07/27 21:29:32 jtc Exp $ */ +#ifndef lint +static char rcsid[] = "$Id: catman.c,v 1.2 1993/08/02 17:54:59 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/usr.bin/man/makewhatis/Makefile b/usr.bin/man/makewhatis/Makefile index 87d2296b042..33cac4396bc 100644 --- a/usr.bin/man/makewhatis/Makefile +++ b/usr.bin/man/makewhatis/Makefile @@ -1,3 +1,5 @@ +# $Id: Makefile,v 1.2 1993/08/02 17:55:02 mycroft Exp $ + BINDIR= /usr/libexec NOMAN= noman diff --git a/usr.bin/patch/EXTERN.h b/usr.bin/patch/EXTERN.h index bc69310ac5e..509123f085b 100644 --- a/usr.bin/patch/EXTERN.h +++ b/usr.bin/patch/EXTERN.h @@ -1,13 +1,4 @@ -/* $Header: /cvsroot/src/usr.bin/patch/Attic/EXTERN.h,v 1.1 1993/04/09 11:33:51 cgd Exp $ - * - * $Log: EXTERN.h,v $ - * Revision 1.1 1993/04/09 11:33:51 cgd - * patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL. - * - * Revision 2.0 86/09/17 15:35:37 lwall - * Baseline for netwide release. - * - */ +/* $Id: EXTERN.h,v 1.2 1993/08/02 17:55:10 mycroft Exp $ */ #ifdef EXT #undef EXT diff --git a/usr.bin/patch/INTERN.h b/usr.bin/patch/INTERN.h index 36c33bc27c3..cf287bdb7cd 100644 --- a/usr.bin/patch/INTERN.h +++ b/usr.bin/patch/INTERN.h @@ -1,13 +1,4 @@ -/* $Header: /cvsroot/src/usr.bin/patch/Attic/INTERN.h,v 1.1 1993/04/09 11:33:52 cgd Exp $ - * - * $Log: INTERN.h,v $ - * Revision 1.1 1993/04/09 11:33:52 cgd - * patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL. - * - * Revision 2.0 86/09/17 15:35:58 lwall - * Baseline for netwide release. - * - */ +/* $Id: INTERN.h,v 1.2 1993/08/02 17:55:11 mycroft Exp $ */ #ifdef EXT #undef EXT diff --git a/usr.bin/patch/Makefile b/usr.bin/patch/Makefile index 4af63082dea..ded3785db0a 100644 --- a/usr.bin/patch/Makefile +++ b/usr.bin/patch/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/src/usr.bin/patch/Makefile,v 1.1 1993/04/09 11:33:53 cgd Exp $ +# $Id: Makefile,v 1.2 1993/08/02 17:55:12 mycroft Exp $ PROG= patch SRCS= patch.c pch.c inp.c version.c util.c backupfile.c diff --git a/usr.bin/patch/backupfile.c b/usr.bin/patch/backupfile.c index 6a384f9f182..cd8dc781a7d 100644 --- a/usr.bin/patch/backupfile.c +++ b/usr.bin/patch/backupfile.c @@ -11,6 +11,10 @@ /* David MacKenzie <djm@ai.mit.edu>. Some algorithms adapted from GNU Emacs. */ +#ifndef lint +static char rcsid[] = "$Id: backupfile.c,v 1.2 1993/08/02 17:55:13 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <ctype.h> #include <sys/types.h> diff --git a/usr.bin/patch/backupfile.h b/usr.bin/patch/backupfile.h index 43240a13037..3a2d5bc96ef 100644 --- a/usr.bin/patch/backupfile.h +++ b/usr.bin/patch/backupfile.h @@ -6,7 +6,10 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + $Id: backupfile.h,v 1.2 1993/08/02 17:55:14 mycroft Exp $ +*/ /* When to make backup files. */ enum backup_type diff --git a/usr.bin/patch/common.h b/usr.bin/patch/common.h index d2b02755902..27a90fbcda2 100644 --- a/usr.bin/patch/common.h +++ b/usr.bin/patch/common.h @@ -1,19 +1,4 @@ -/* $Header: /cvsroot/src/usr.bin/patch/common.h,v 1.1 1993/04/09 11:33:58 cgd Exp $ - * - * $Log: common.h,v $ - * Revision 1.1 1993/04/09 11:33:58 cgd - * patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL. - * - * Revision 2.0.1.2 88/06/22 20:44:53 lwall - * patch12: sprintf was declared wrong - * - * Revision 2.0.1.1 88/06/03 15:01:56 lwall - * patch10: support for shorter extensions. - * - * Revision 2.0 86/09/17 15:36:39 lwall - * Baseline for netwide release. - * - */ +/* $Id: common.h,v 1.2 1993/08/02 17:55:15 mycroft Exp $ */ #define DEBUGGING diff --git a/usr.bin/patch/config.h b/usr.bin/patch/config.h index dadba562cc4..d047d94957f 100644 --- a/usr.bin/patch/config.h +++ b/usr.bin/patch/config.h @@ -6,6 +6,8 @@ * Feel free to modify any of this as the need arises. Note, however, * that running config.h.SH again will wipe out any changes you've made. * For a more permanent change edit config.sh and rerun config.h.SH. + * + * $Id: config.h,v 1.2 1993/08/02 17:55:15 mycroft Exp $ */ diff --git a/usr.bin/patch/inp.c b/usr.bin/patch/inp.c index c42a2ac3248..d9c45efcaf4 100644 --- a/usr.bin/patch/inp.c +++ b/usr.bin/patch/inp.c @@ -1,16 +1,6 @@ -/* $Header: /cvsroot/src/usr.bin/patch/inp.c,v 1.1 1993/04/09 11:34:00 cgd Exp $ - * - * $Log: inp.c,v $ - * Revision 1.1 1993/04/09 11:34:00 cgd - * patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL. - * - * Revision 2.0.1.1 88/06/03 15:06:13 lwall - * patch10: made a little smarter about sccs files - * - * Revision 2.0 86/09/17 15:37:02 lwall - * Baseline for netwide release. - * - */ +#ifndef lint +static char rcsid[] = "$Id: inp.c,v 1.2 1993/08/02 17:55:16 mycroft Exp $"; +#endif /* not lint */ #include "EXTERN.h" #include "common.h" diff --git a/usr.bin/patch/inp.h b/usr.bin/patch/inp.h index 1d7e6b5d238..d0eabe4fb6b 100644 --- a/usr.bin/patch/inp.h +++ b/usr.bin/patch/inp.h @@ -1,13 +1,4 @@ -/* $Header: /cvsroot/src/usr.bin/patch/inp.h,v 1.1 1993/04/09 11:34:01 cgd Exp $ - * - * $Log: inp.h,v $ - * Revision 1.1 1993/04/09 11:34:01 cgd - * patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL. - * - * Revision 2.0 86/09/17 15:37:25 lwall - * Baseline for netwide release. - * - */ +/* $Id: inp.h,v 1.2 1993/08/02 17:55:17 mycroft Exp $ */ EXT LINENUM input_lines INIT(0); /* how long is input file in lines */ EXT LINENUM last_frozen_line INIT(0); /* how many input lines have been */ diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1 index aa6c9e29fe2..cff4ebbf8cf 100644 --- a/usr.bin/patch/patch.1 +++ b/usr.bin/patch/patch.1 @@ -1,42 +1,5 @@ -.\" -*- nroff -*- +.\" $Id: patch.1,v 1.2 1993/08/02 17:55:18 mycroft Exp $ -*- nroff -*- .rn '' }` -'\" $Header: /cvsroot/src/usr.bin/patch/patch.1,v 1.1 1993/04/09 11:34:04 cgd Exp $ -'\" -'\" $Log: patch.1,v $ -'\" Revision 1.1 1993/04/09 11:34:04 cgd -'\" patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL. -'\" -'\" Revision 2.0.1.2 88/06/22 20:47:18 lwall -'\" patch12: now avoids Bell System Logo -'\" -'\" Revision 2.0.1.1 88/06/03 15:12:51 lwall -'\" patch10: -B switch was contributed. -'\" -'\" Revision 2.0 86/09/17 15:39:09 lwall -'\" Baseline for netwide release. -'\" -'\" Revision 1.4 86/08/01 19:23:22 lwall -'\" Documented -v, -p, -F. -'\" Added notes to patch senders. -'\" -'\" Revision 1.3 85/03/26 15:11:06 lwall -'\" Frozen. -'\" -'\" Revision 1.2.1.4 85/03/12 16:14:27 lwall -'\" Documented -p. -'\" -'\" Revision 1.2.1.3 85/03/12 16:09:41 lwall -'\" Documented -D. -'\" -'\" Revision 1.2.1.2 84/12/05 11:06:55 lwall -'\" Added -l switch, and noted bistability bug. -'\" -'\" Revision 1.2.1.1 84/12/04 17:23:39 lwall -'\" Branch for sdcrdcf changes. -'\" -'\" Revision 1.2 84/12/04 17:22:02 lwall -'\" Baseline version. -'\" .de Sh .br .ne 5 diff --git a/usr.bin/patch/patch.c b/usr.bin/patch/patch.c index f94608fa7a2..89f911512d2 100644 --- a/usr.bin/patch/patch.c +++ b/usr.bin/patch/patch.c @@ -1,98 +1,15 @@ -char rcsid[] = - "$Header: /cvsroot/src/usr.bin/patch/patch.c,v 1.1 1993/04/09 11:34:05 cgd Exp $"; - /* patch - a program to apply diffs to original files * * Copyright 1986, Larry Wall * * This program may be copied as long as you don't try to make any * money off of it, or pretend that you wrote it. - * - * $Log: patch.c,v $ - * Revision 1.1 1993/04/09 11:34:05 cgd - * patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL. - * - * Revision 2.0.2.0 90/05/01 22:17:50 davison - * patch12u: unidiff support added - * - * Revision 2.0.1.6 88/06/22 20:46:39 lwall - * patch12: rindex() wasn't declared - * - * Revision 2.0.1.5 88/06/03 15:09:37 lwall - * patch10: exit code improved. - * patch10: better support for non-flexfilenames. - * - * Revision 2.0.1.4 87/02/16 14:00:04 lwall - * Short replacement caused spurious "Out of sync" message. - * - * Revision 2.0.1.3 87/01/30 22:45:50 lwall - * Improved diagnostic on sync error. - * Moved do_ed_script() to pch.c. - * - * Revision 2.0.1.2 86/11/21 09:39:15 lwall - * Fuzz factor caused offset of installed lines. - * - * Revision 2.0.1.1 86/10/29 13:10:22 lwall - * Backwards search could terminate prematurely. - * - * Revision 2.0 86/09/17 15:37:32 lwall - * Baseline for netwide release. - * - * Revision 1.5 86/08/01 20:53:24 lwall - * Changed some %d's to %ld's. - * Linted. - * - * Revision 1.4 86/08/01 19:17:29 lwall - * Fixes for machines that can't vararg. - * Added fuzz factor. - * Generalized -p. - * General cleanup. - * - * 85/08/15 van%ucbmonet@berkeley - * Changes for 4.3bsd diff -c. - * - * Revision 1.3 85/03/26 15:07:43 lwall - * Frozen. - * - * Revision 1.2.1.9 85/03/12 17:03:35 lwall - * Changed pfp->_file to fileno(pfp). - * - * Revision 1.2.1.8 85/03/12 16:30:43 lwall - * Check i_ptr and i_womp to make sure they aren't null before freeing. - * Also allow ed output to be suppressed. - * - * Revision 1.2.1.7 85/03/12 15:56:13 lwall - * Added -p option from jromine@uci-750a. - * - * Revision 1.2.1.6 85/03/12 12:12:51 lwall - * Now checks for normalness of file to patch. - * - * Revision 1.2.1.5 85/03/12 11:52:12 lwall - * Added -D (#ifdef) option from joe@fluke. - * - * Revision 1.2.1.4 84/12/06 11:14:15 lwall - * Made smarter about SCCS subdirectories. - * - * Revision 1.2.1.3 84/12/05 11:18:43 lwall - * Added -l switch to do loose string comparison. - * - * Revision 1.2.1.2 84/12/04 09:47:13 lwall - * Failed hunk count not reset on multiple patch file. - * - * Revision 1.2.1.1 84/12/04 09:42:37 lwall - * Branch for sdcrdcf changes. - * - * Revision 1.2 84/11/29 13:29:51 lwall - * Linted. Identifiers uniqified. Fixed i_ptr malloc() bug. Fixed - * multiple calls to mktemp(). Will now work on machines that can only - * read 32767 chars. Added -R option for diffs with new and old swapped. - * Various cosmetic changes. - * - * Revision 1.1 84/11/09 17:03:58 lwall - * Initial revision - * */ +#ifndef lint +static char rcsid[] = "$Id: patch.c,v 1.2 1993/08/02 17:55:19 mycroft Exp $"; +#endif /* not lint */ + #include "INTERN.h" #include "common.h" #include "EXTERN.h" diff --git a/usr.bin/patch/patchlevel.h b/usr.bin/patch/patchlevel.h index 4dc77e8668b..510e6fb892f 100644 --- a/usr.bin/patch/patchlevel.h +++ b/usr.bin/patch/patchlevel.h @@ -1 +1,3 @@ +/* $Id: patchlevel.h,v 1.2 1993/08/02 17:55:20 mycroft Exp $ */ + #define PATCHLEVEL "12u8" diff --git a/usr.bin/patch/pch.c b/usr.bin/patch/pch.c index 480e490fd2f..3062588e3e6 100644 --- a/usr.bin/patch/pch.c +++ b/usr.bin/patch/pch.c @@ -1,39 +1,6 @@ -/* $Header: /cvsroot/src/usr.bin/patch/pch.c,v 1.1 1993/04/09 11:34:07 cgd Exp $ - * - * $Log: pch.c,v $ - * Revision 1.1 1993/04/09 11:34:07 cgd - * patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL. - * - * Revision 2.0.2.0 90/05/01 22:17:51 davison - * patch12u: unidiff support added - * - * Revision 2.0.1.7 88/06/03 15:13:28 lwall - * patch10: Can now find patches in shar scripts. - * patch10: Hunks that swapped and then swapped back could core dump. - * - * Revision 2.0.1.6 87/06/04 16:18:13 lwall - * pch_swap didn't swap p_bfake and p_efake. - * - * Revision 2.0.1.5 87/01/30 22:47:42 lwall - * Improved responses to mangled patches. - * - * Revision 2.0.1.4 87/01/05 16:59:53 lwall - * New-style context diffs caused double call to free(). - * - * Revision 2.0.1.3 86/11/14 10:08:33 lwall - * Fixed problem where a long pattern wouldn't grow the hunk. - * Also restored p_input_line when backtracking so error messages are right. - * - * Revision 2.0.1.2 86/11/03 17:49:52 lwall - * New-style delete triggers spurious assertion error. - * - * Revision 2.0.1.1 86/10/29 15:52:08 lwall - * Could falsely report new-style context diff. - * - * Revision 2.0 86/09/17 15:39:37 lwall - * Baseline for netwide release. - * - */ +#ifndef lint +static char rcsid[] = "$Id: pch.c,v 1.2 1993/08/02 17:55:21 mycroft Exp $"; +#endif /* not lint */ #include "EXTERN.h" #include "common.h" diff --git a/usr.bin/patch/pch.h b/usr.bin/patch/pch.h index 32e50165e1e..f892fc3b7c1 100644 --- a/usr.bin/patch/pch.h +++ b/usr.bin/patch/pch.h @@ -1,16 +1,4 @@ -/* $Header: /cvsroot/src/usr.bin/patch/pch.h,v 1.1 1993/04/09 11:34:09 cgd Exp $ - * - * $Log: pch.h,v $ - * Revision 1.1 1993/04/09 11:34:09 cgd - * patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL. - * - * Revision 2.0.1.1 87/01/30 22:47:16 lwall - * Added do_ed_script(). - * - * Revision 2.0 86/09/17 15:39:57 lwall - * Baseline for netwide release. - * - */ +/* $Id: pch.h,v 1.2 1993/08/02 17:55:22 mycroft Exp $ */ EXT FILE *pfp INIT(Nullfp); /* patch file pointer */ diff --git a/usr.bin/patch/util.c b/usr.bin/patch/util.c index e33f21ddbda..848cf2d8b18 100644 --- a/usr.bin/patch/util.c +++ b/usr.bin/patch/util.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: util.c,v 1.2 1993/08/02 17:55:23 mycroft Exp $"; +#endif /* not lint */ + #include "EXTERN.h" #include "common.h" #include "INTERN.h" diff --git a/usr.bin/patch/util.h b/usr.bin/patch/util.h index 80c8279e69b..75ede69ce4f 100644 --- a/usr.bin/patch/util.h +++ b/usr.bin/patch/util.h @@ -1,13 +1,4 @@ -/* $Header: /cvsroot/src/usr.bin/patch/util.h,v 1.1 1993/04/09 11:34:11 cgd Exp $ - * - * $Log: util.h,v $ - * Revision 1.1 1993/04/09 11:34:11 cgd - * patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL. - * - * Revision 2.0 86/09/17 15:40:06 lwall - * Baseline for netwide release. - * - */ +/* $Id: util.h,v 1.2 1993/08/02 17:55:25 mycroft Exp $ */ /* and for those machine that can't handle a variable argument list */ diff --git a/usr.bin/patch/version.c b/usr.bin/patch/version.c index 2a6503d33bb..a4d4f8746e8 100644 --- a/usr.bin/patch/version.c +++ b/usr.bin/patch/version.c @@ -1,13 +1,6 @@ -/* $Header: /cvsroot/src/usr.bin/patch/Attic/version.c,v 1.1 1993/04/09 11:34:12 cgd Exp $ - * - * $Log: version.c,v $ - * Revision 1.1 1993/04/09 11:34:12 cgd - * patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL. - * - * Revision 2.0 86/09/17 15:40:11 lwall - * Baseline for netwide release. - * - */ +#ifndef lint +static char rcsid[] = "$Id: version.c,v 1.2 1993/08/02 17:55:25 mycroft Exp $"; +#endif /* not lint */ #include "EXTERN.h" #include "common.h" diff --git a/usr.bin/patch/version.h b/usr.bin/patch/version.h index 74aa17f17bb..39e2e8d91bd 100644 --- a/usr.bin/patch/version.h +++ b/usr.bin/patch/version.h @@ -1,12 +1,3 @@ -/* $Header: /cvsroot/src/usr.bin/patch/Attic/version.h,v 1.1 1993/04/09 11:34:13 cgd Exp $ - * - * $Log: version.h,v $ - * Revision 1.1 1993/04/09 11:34:13 cgd - * patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL. - * - * Revision 2.0 86/09/17 15:40:14 lwall - * Baseline for netwide release. - * - */ +/* $Id: version.h,v 1.2 1993/08/02 17:55:26 mycroft Exp $ */ void version(); diff --git a/usr.bin/ref/Makefile b/usr.bin/ref/Makefile index 32de9d5103c..022219d30eb 100644 --- a/usr.bin/ref/Makefile +++ b/usr.bin/ref/Makefile @@ -1,7 +1,7 @@ +# $Id: Makefile,v 1.2 1993/08/02 17:55:30 mycroft Exp $ PROG= ref CFLAGS+=-I${.CURDIR}/../elvis -SRCS= ref.c .include <bsd.prog.mk> .PATH: ${.CURDIR}/../elvis diff --git a/usr.bin/ref/ref.1 b/usr.bin/ref/ref.1 index e7d2e178f14..6c227db4f2f 100644 --- a/usr.bin/ref/ref.1 +++ b/usr.bin/ref/ref.1 @@ -1,3 +1,4 @@ +.\" $Id: ref.1,v 1.2 1993/08/02 17:55:30 mycroft Exp $ -*- nroff -*- .TH REF 1 .SH NAME ref - Display a C function header diff --git a/usr.bin/ref/ref.c b/usr.bin/ref/ref.c index 0cc105fbea1..d7b57b8d27f 100644 --- a/usr.bin/ref/ref.c +++ b/usr.bin/ref/ref.c @@ -9,6 +9,11 @@ * -f file default filename for static functions * -c class default class names for class functions */ + +#ifndef lint +static char rcsid[] = "$Id: ref.c,v 1.2 1993/08/02 17:55:31 mycroft Exp $"; +#endif /* not lint */ + #ifdef __STDC__ # include <string.h> # include <stdlib.h> diff --git a/usr.bin/rpcgen/Makefile b/usr.bin/rpcgen/Makefile index 6eef62547a5..c724554805e 100644 --- a/usr.bin/rpcgen/Makefile +++ b/usr.bin/rpcgen/Makefile @@ -1,3 +1,4 @@ +# $Id: Makefile,v 1.2 1993/08/02 17:55:35 mycroft Exp $ PROG= rpcgen SRCS= rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_scan.c \ diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile index f295742eb73..4554dc167a2 100644 --- a/usr.bin/rup/Makefile +++ b/usr.bin/rup/Makefile @@ -1,8 +1,4 @@ -# -# a makefile for /usr/bin/rup -# -# $Header: /cvsroot/src/usr.bin/rup/Makefile,v 1.2 1993/06/04 14:53:53 brezak Exp $ -# +# $Id: Makefile,v 1.3 1993/08/02 17:55:38 mycroft Exp $ PROG = rup MAN1= rup.0 diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index c332abb335d..00d9242f10a 100644 --- a/usr.bin/rup/rup.1 +++ b/usr.bin/rup/rup.1 @@ -1,3 +1,5 @@ +.\" -*- nroff -*- +.\" .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -29,6 +31,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id: rup.1,v 1.4 1993/08/02 17:55:40 mycroft Exp $ +.\" .Dd June 7, 1993 .Dt RUP 1 .Os BSD 4.3 diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c index 53267d8fbd3..70f6c802592 100644 --- a/usr.bin/rup/rup.c +++ b/usr.bin/rup/rup.c @@ -31,6 +31,10 @@ * SUCH DAMAGE. */ +#ifndef lint +static char rcsid[] = "$Id: rup.c,v 1.5 1993/08/02 17:55:42 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <string.h> #include <time.h> diff --git a/usr.bin/rusers/Makefile b/usr.bin/rusers/Makefile index 9e273048e37..28872bf5ad7 100644 --- a/usr.bin/rusers/Makefile +++ b/usr.bin/rusers/Makefile @@ -1,8 +1,4 @@ -# -# a makefile for /usr/bin/rusers -# -# $Header: /cvsroot/src/usr.bin/rusers/Makefile,v 1.3 1993/06/08 19:22:59 brezak Exp $ -# +# $Id: Makefile,v 1.4 1993/08/02 17:55:45 mycroft Exp $ PROG = rusers MAN1 = rusers.0 diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c index 2861aed9403..4efaba86baa 100644 --- a/usr.bin/rusers/rusers.c +++ b/usr.bin/rusers/rusers.c @@ -31,6 +31,10 @@ * SUCH DAMAGE. */ +#ifndef lint +static char rcsid[] = "$Id: rusers.c,v 1.4 1993/08/02 17:55:46 mycroft Exp $"; +#endif /* not lint */ + #include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.bin/rwall/Makefile b/usr.bin/rwall/Makefile index 6ac9d9fcccf..c64cdf5f35f 100644 --- a/usr.bin/rwall/Makefile +++ b/usr.bin/rwall/Makefile @@ -1,8 +1,4 @@ -# -# a makefile for /usr/bin/rwall -# -# $Header: /cvsroot/src/usr.bin/rwall/Makefile,v 1.4 1993/06/08 19:24:16 brezak Exp $ -# +# $Id: Makefile,v 1.5 1993/08/02 17:55:49 mycroft Exp $ PROG = rwall MAN1 = rwall.0 diff --git a/usr.bin/tn3270/Makefile b/usr.bin/tn3270/Makefile index dff368670c9..693f871f797 100644 --- a/usr.bin/tn3270/Makefile +++ b/usr.bin/tn3270/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/src/usr.bin/tn3270/Attic/Makefile,v 1.2 1993/04/27 06:47:28 cgd Exp $ +# $Id: Makefile,v 1.3 1993/08/02 17:56:23 mycroft Exp $ .if !make(install) SUBDIR += tools diff --git a/usr.bin/tn3270/Makefile.inc b/usr.bin/tn3270/Makefile.inc index 1c2bb43612f..a3f5d82a2ef 100644 --- a/usr.bin/tn3270/Makefile.inc +++ b/usr.bin/tn3270/Makefile.inc @@ -1,4 +1,4 @@ -# $Header: /cvsroot/src/usr.bin/tn3270/Attic/Makefile.inc,v 1.3 1993/06/18 05:41:32 cgd Exp $ +# $Id: Makefile.inc,v 1.4 1993/08/02 17:56:24 mycroft Exp $ CFLAGS += -DTERMCAP -DSRCRT -DKLUDGELINEMODE -DUSE_TERMIO -DTN3270 KBD = unix.kbd diff --git a/usr.bin/tn3270/mset/Makefile b/usr.bin/tn3270/mset/Makefile index 17f750190c1..7ca4dfe6203 100644 --- a/usr.bin/tn3270/mset/Makefile +++ b/usr.bin/tn3270/mset/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/src/usr.bin/tn3270/mset/Attic/Makefile,v 1.5 1993/04/29 11:05:59 cgd Exp $ +# $Id: Makefile,v 1.6 1993/08/02 17:55:52 mycroft Exp $ .include <../../Makefile.inc> diff --git a/usr.bin/tn3270/tn3270/Makefile b/usr.bin/tn3270/tn3270/Makefile index 8ef5ff830b5..7dad093f4f7 100644 --- a/usr.bin/tn3270/tn3270/Makefile +++ b/usr.bin/tn3270/tn3270/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/src/usr.bin/tn3270/tn3270/Attic/Makefile,v 1.5 1993/07/28 01:36:35 cgd Exp $ +# $Id: Makefile,v 1.6 1993/08/02 17:55:57 mycroft Exp $ .include <../../Makefile.inc> diff --git a/usr.bin/tn3270/tools/Makefile b/usr.bin/tn3270/tools/Makefile index b411b71d9a6..87de2811ff4 100644 --- a/usr.bin/tn3270/tools/Makefile +++ b/usr.bin/tn3270/tools/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/src/usr.bin/tn3270/tools/Attic/Makefile,v 1.2 1993/04/27 06:47:40 cgd Exp $ +# $Id: Makefile,v 1.3 1993/08/02 17:56:20 mycroft Exp $ SUBDIR = mkhits mkastosc mkastods mkdstoas mkdctype diff --git a/usr.bin/tn3270/tools/mkastods/Makefile b/usr.bin/tn3270/tools/mkastods/Makefile index b2c6fbd7921..3dde363fdbf 100644 --- a/usr.bin/tn3270/tools/mkastods/Makefile +++ b/usr.bin/tn3270/tools/mkastods/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/src/usr.bin/tn3270/tools/mkastods/Attic/Makefile,v 1.3 1993/04/27 06:47:42 cgd Exp $ +# $Id: Makefile,v 1.4 1993/08/02 17:56:01 mycroft Exp $ CFLAGS += -I${.CURDIR}/.. -I. diff --git a/usr.bin/tn3270/tools/mkastosc/Makefile b/usr.bin/tn3270/tools/mkastosc/Makefile index 792c75d7766..168d1cb6faf 100644 --- a/usr.bin/tn3270/tools/mkastosc/Makefile +++ b/usr.bin/tn3270/tools/mkastosc/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/src/usr.bin/tn3270/tools/mkastosc/Attic/Makefile,v 1.3 1993/04/27 06:47:44 cgd Exp $ +# $Id: Makefile,v 1.4 1993/08/02 17:56:05 mycroft Exp $ CFLAGS += -I${.CURDIR}/../mkhits -I${.CURDIR}/.. -I. diff --git a/usr.bin/tn3270/tools/mkdctype/Makefile b/usr.bin/tn3270/tools/mkdctype/Makefile index 0cd4716dd1c..1c73a8daa07 100644 --- a/usr.bin/tn3270/tools/mkdctype/Makefile +++ b/usr.bin/tn3270/tools/mkdctype/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/src/usr.bin/tn3270/tools/mkdctype/Attic/Makefile,v 1.3 1993/04/27 06:47:46 cgd Exp $ +# $Id: Makefile,v 1.4 1993/08/02 17:56:09 mycroft Exp $ CFLAGS += -I${.CURDIR}/.. -I. diff --git a/usr.bin/tn3270/tools/mkdstoas/Makefile b/usr.bin/tn3270/tools/mkdstoas/Makefile index ced7ecbd6d0..22a633bb157 100644 --- a/usr.bin/tn3270/tools/mkdstoas/Makefile +++ b/usr.bin/tn3270/tools/mkdstoas/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/src/usr.bin/tn3270/tools/mkdstoas/Attic/Makefile,v 1.3 1993/04/27 06:47:48 cgd Exp $ +# $Id: Makefile,v 1.4 1993/08/02 17:56:13 mycroft Exp $ CFLAGS += -I${.CURDIR}/.. -I. diff --git a/usr.bin/tn3270/tools/mkhits/Makefile b/usr.bin/tn3270/tools/mkhits/Makefile index d38d2dc55f1..3731ecad615 100644 --- a/usr.bin/tn3270/tools/mkhits/Makefile +++ b/usr.bin/tn3270/tools/mkhits/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/src/usr.bin/tn3270/tools/mkhits/Attic/Makefile,v 1.3 1993/04/27 06:47:50 cgd Exp $ +# $Id: Makefile,v 1.4 1993/08/02 17:56:16 mycroft Exp $ CFLAGS += -I${.CURDIR}/.. -I. diff --git a/usr.bin/uname/uname.c b/usr.bin/uname/uname.c index f88596727f2..18d4fd9596a 100644 --- a/usr.bin/uname/uname.c +++ b/usr.bin/uname/uname.c @@ -7,7 +7,12 @@ * -v prints os version * -m prints machine name * -a prinst all the above information -*/ + */ + +#ifndef lint +static char rcsid[] = "$Id: uname.c,v 1.2 1993/08/02 17:56:27 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <unistd.h> #include <sys/utsname.h> diff --git a/usr.bin/yacc/closure.c b/usr.bin/yacc/closure.c index 7c8f9579154..42264955622 100644 --- a/usr.bin/yacc/closure.c +++ b/usr.bin/yacc/closure.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: closure.c,v 1.3 1993/08/02 17:56:35 mycroft Exp $"; +#endif /* not lint */ + #include "defs.h" short *itemset; diff --git a/usr.bin/yacc/defs.h b/usr.bin/yacc/defs.h index 023af489849..842eec1d108 100644 --- a/usr.bin/yacc/defs.h +++ b/usr.bin/yacc/defs.h @@ -1,3 +1,5 @@ +/* $Id: defs.h,v 1.3 1993/08/02 17:56:36 mycroft Exp $ */ + #include <assert.h> #include <ctype.h> #include <stdio.h> diff --git a/usr.bin/yacc/error.c b/usr.bin/yacc/error.c index 3ed564c629b..5ae4d966a6b 100644 --- a/usr.bin/yacc/error.c +++ b/usr.bin/yacc/error.c @@ -1,5 +1,9 @@ /* routines for printing error messages */ +#ifndef lint +static char rcsid[] = "$Id: error.c,v 1.3 1993/08/02 17:56:37 mycroft Exp $"; +#endif /* not lint */ + #include "defs.h" diff --git a/usr.bin/yacc/lalr.c b/usr.bin/yacc/lalr.c index 640ddc4ca7a..8196c8bdcdc 100644 --- a/usr.bin/yacc/lalr.c +++ b/usr.bin/yacc/lalr.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: lalr.c,v 1.3 1993/08/02 17:56:38 mycroft Exp $"; +#endif /* not lint */ + #include "defs.h" typedef diff --git a/usr.bin/yacc/lr0.c b/usr.bin/yacc/lr0.c index 3ee42a88406..1f1d0c5bb5b 100644 --- a/usr.bin/yacc/lr0.c +++ b/usr.bin/yacc/lr0.c @@ -1,3 +1,6 @@ +#ifndef lint +static char rcsid[] = "$Id: lr0.c,v 1.3 1993/08/02 17:56:39 mycroft Exp $"; +#endif /* not lint */ #include "defs.h" diff --git a/usr.bin/yacc/main.c b/usr.bin/yacc/main.c index f17e19b435c..e8f910fc7d5 100644 --- a/usr.bin/yacc/main.c +++ b/usr.bin/yacc/main.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: main.c,v 1.3 1993/08/02 17:56:41 mycroft Exp $"; +#endif /* not lint */ + #include <signal.h> #include "defs.h" diff --git a/usr.bin/yacc/mkpar.c b/usr.bin/yacc/mkpar.c index e1aef60fec4..c4b979ba9ca 100644 --- a/usr.bin/yacc/mkpar.c +++ b/usr.bin/yacc/mkpar.c @@ -1,3 +1,6 @@ +#ifndef lint +static char rcsid[] = "$Id: mkpar.c,v 1.3 1993/08/02 17:56:42 mycroft Exp $"; +#endif /* not lint */ #include "defs.h" diff --git a/usr.bin/yacc/output.c b/usr.bin/yacc/output.c index 88c77b52f68..e71ca1fd56a 100644 --- a/usr.bin/yacc/output.c +++ b/usr.bin/yacc/output.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: output.c,v 1.3 1993/08/02 17:56:43 mycroft Exp $"; +#endif /* not lint */ + #include "defs.h" static int nvectors; diff --git a/usr.bin/yacc/reader.c b/usr.bin/yacc/reader.c index 059a04371c7..499ffa97bd2 100644 --- a/usr.bin/yacc/reader.c +++ b/usr.bin/yacc/reader.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: reader.c,v 1.3 1993/08/02 17:56:49 mycroft Exp $"; +#endif /* not lint */ + #include "defs.h" /* The line size must be a positive integer. One hundred was chosen */ diff --git a/usr.bin/yacc/symtab.c b/usr.bin/yacc/symtab.c index c7c6ac03a79..4c9f1cd9737 100644 --- a/usr.bin/yacc/symtab.c +++ b/usr.bin/yacc/symtab.c @@ -1,5 +1,8 @@ -#include "defs.h" +#ifndef lint +static char rcsid[] = "$Id: symtab.c,v 1.3 1993/08/02 17:56:50 mycroft Exp $"; +#endif /* not lint */ +#include "defs.h" /* TABLE_SIZE is the number of entries in the symbol table. */ /* TABLE_SIZE must be a power of two. */ diff --git a/usr.bin/yacc/verbose.c b/usr.bin/yacc/verbose.c index 2c7cc52c77e..08e95de570c 100644 --- a/usr.bin/yacc/verbose.c +++ b/usr.bin/yacc/verbose.c @@ -1,3 +1,6 @@ +#ifndef lint +static char rcsid[] = "$Id: verbose.c,v 1.3 1993/08/02 17:56:51 mycroft Exp $"; +#endif /* not lint */ #include "defs.h" diff --git a/usr.bin/yacc/warshall.c b/usr.bin/yacc/warshall.c index b449e4e274e..d22b7d0862a 100644 --- a/usr.bin/yacc/warshall.c +++ b/usr.bin/yacc/warshall.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: warshall.c,v 1.3 1993/08/02 17:56:52 mycroft Exp $"; +#endif /* not lint */ + #include "defs.h" transitive_closure(R, n) diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1 index 742633d5958..b9f3a1160fb 100644 --- a/usr.bin/yacc/yacc.1 +++ b/usr.bin/yacc/yacc.1 @@ -1,5 +1,4 @@ -.\" %W% %R% (Berkeley) %E% -.\" +.\" $Id: yacc.1,v 1.3 1993/08/02 17:56:53 mycroft Exp $ -*- nroff -*- .TH YACC 1 "July\ 15,\ 1990" .UC 6 .SH NAME diff --git a/usr.sbin/catman/Makefile b/usr.sbin/catman/Makefile index 0bef1aa05b1..217ee670027 100644 --- a/usr.sbin/catman/Makefile +++ b/usr.sbin/catman/Makefile @@ -1,6 +1,4 @@ -# -# $Header: /cvsroot/src/usr.sbin/catman/Makefile,v 1.1 1993/07/27 21:29:27 jtc Exp $ -# +# $Id: Makefile,v 1.2 1993/08/02 17:54:57 mycroft Exp $ BINDIR= /usr/sbin PROG= catman diff --git a/usr.sbin/catman/catman.8 b/usr.sbin/catman/catman.8 index 0fbdc122254..951561d4919 100644 --- a/usr.sbin/catman/catman.8 +++ b/usr.sbin/catman/catman.8 @@ -1,3 +1,5 @@ +.\" -*- nroff -*- +.\" .\" Copyright (c) 1993 Winning Strategies, Inc. .\" All rights reserved. .\" @@ -26,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Header: /cvsroot/src/usr.sbin/catman/catman.8,v 1.1 1993/07/27 21:29:31 jtc Exp $ +.\" $Id: catman.8,v 1.2 1993/08/02 17:54:58 mycroft Exp $ .\" .Dd July 30, 1993 .Dt CATMAN 8 diff --git a/usr.sbin/catman/catman.c b/usr.sbin/catman/catman.c index eaf955975d5..3fb45ef7efb 100644 --- a/usr.sbin/catman/catman.c +++ b/usr.sbin/catman/catman.c @@ -26,10 +26,12 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Header: /cvsroot/src/usr.sbin/catman/catman.c,v 1.1 1993/07/27 21:29:32 jtc Exp $ */ +#ifndef lint +static char rcsid[] = "$Id: catman.c,v 1.2 1993/08/02 17:54:59 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/usr.sbin/config.old/specfile.c b/usr.sbin/config.old/specfile.c index df85ae88fe9..60e58ca4de8 100644 --- a/usr.sbin/config.old/specfile.c +++ b/usr.sbin/config.old/specfile.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: specfile.c,v 1.5 1993/08/02 17:56:56 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <ctype.h> #include <setjmp.h> diff --git a/usr.sbin/config/specfile.c b/usr.sbin/config/specfile.c index df85ae88fe9..60e58ca4de8 100644 --- a/usr.sbin/config/specfile.c +++ b/usr.sbin/config/specfile.c @@ -1,3 +1,7 @@ +#ifndef lint +static char rcsid[] = "$Id: specfile.c,v 1.5 1993/08/02 17:56:56 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <ctype.h> #include <setjmp.h> diff --git a/usr.sbin/dbsym/Makefile b/usr.sbin/dbsym/Makefile index 95ab527a9dd..924f6cfe210 100644 --- a/usr.sbin/dbsym/Makefile +++ b/usr.sbin/dbsym/Makefile @@ -1,3 +1,5 @@ +# $Id: Makefile,v 1.2 1993/08/02 17:57:01 mycroft Exp $ + PROG= dbsym NOMAN= noman diff --git a/usr.sbin/dbsym/dbsym.c b/usr.sbin/dbsym/dbsym.c index 98954cf8470..7eb3de5ea75 100644 --- a/usr.sbin/dbsym/dbsym.c +++ b/usr.sbin/dbsym/dbsym.c @@ -1,6 +1,11 @@ /* Written by Pace Willisson (pace@blitz.com) * and placed in the public domain. */ + +#ifndef lint +static char rcsid[] = "$Id: dbsym.c,v 1.8 1993/08/02 17:57:02 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <stdlib.h> #include <a.out.h> diff --git a/usr.sbin/sendmail/contrib/bitdomain.c b/usr.sbin/sendmail/contrib/bitdomain.c index 4fad7617549..e8461905f40 100644 --- a/usr.sbin/sendmail/contrib/bitdomain.c +++ b/usr.sbin/sendmail/contrib/bitdomain.c @@ -18,6 +18,10 @@ * The bitdomain table should be rebuilt monthly. */ +#ifndef lint +static char rcsid[] = "$Id: bitdomain.c,v 1.2 1993/08/02 17:57:11 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <errno.h> #include <sys/types.h> diff --git a/usr.sbin/sendmail/contrib/xla/xla.c b/usr.sbin/sendmail/contrib/xla/xla.c index 1b3c30847e0..838b5722264 100644 --- a/usr.sbin/sendmail/contrib/xla/xla.c +++ b/usr.sbin/sendmail/contrib/xla/xla.c @@ -6,9 +6,12 @@ * or warranties) than the other modules of the Sendmail package. * * ABSOLUTELY NO WARRANTY. USE AT YOUR OWN RISKS. - * */ +#ifndef lint +static char rcsid[] = "$Id: xla.c,v 1.2 1993/08/02 17:57:06 mycroft Exp $"; +#endif /* not lint */ + #ifdef XLA diff --git a/usr.sbin/swapinfo/Makefile b/usr.sbin/swapinfo/Makefile index b502c67309a..158ba15bcc4 100644 --- a/usr.sbin/swapinfo/Makefile +++ b/usr.sbin/swapinfo/Makefile @@ -1,6 +1,4 @@ -# -# build swapinfo -# +# $Id: Makefile,v 1.3 1993/08/02 17:57:15 mycroft Exp $ PROG= swapinfo SRCS= swapinfo.c devname.c diff --git a/usr.sbin/swapinfo/swapinfo.1 b/usr.sbin/swapinfo/swapinfo.1 index 54e89c547c8..53945e3f85e 100644 --- a/usr.sbin/swapinfo/swapinfo.1 +++ b/usr.sbin/swapinfo/swapinfo.1 @@ -1,6 +1,4 @@ -.\" -.\" swapinfo -.\" +.\" $Id: swapinfo.1,v 1.2 1993/08/02 17:57:16 mycroft Exp $ -*- nroff -*- .Dd February 23, 1993 .Dt SWAPINFO 1 .Sh NAME diff --git a/usr.sbin/swapinfo/swapinfo.c b/usr.sbin/swapinfo/swapinfo.c index 9fa0cff6d0b..28b6d618b07 100644 --- a/usr.sbin/swapinfo/swapinfo.c +++ b/usr.sbin/swapinfo/swapinfo.c @@ -3,6 +3,10 @@ * (written by Chris Torek, converted to NetBSD by cgd) */ +#ifndef lint +static char rcsid[] = "$Id: swapinfo.c,v 1.4 1993/08/02 17:57:17 mycroft Exp $"; +#endif /* not lint */ + #include <sys/param.h> #include <sys/buf.h> #include <sys/conf.h> diff --git a/usr.sbin/yp/yppoll/yppoll.c b/usr.sbin/yp/yppoll/yppoll.c index 3c51704b6b6..dc4b568b2f1 100644 --- a/usr.sbin/yp/yppoll/yppoll.c +++ b/usr.sbin/yp/yppoll/yppoll.c @@ -28,9 +28,9 @@ * SUCH DAMAGE. */ -#ifndef LINT -static char rcsid[] = "yppoll.c,v 1.1 1993/05/28 09:20:07 brezak Exp"; -#endif +#ifndef lint +static char rcsid[] = "$Id: yppoll.c,v 1.2 1993/08/02 17:57:20 mycroft Exp $"; +#endif /* not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/usr.sbin/yppoll/yppoll.c b/usr.sbin/yppoll/yppoll.c index 3c51704b6b6..dc4b568b2f1 100644 --- a/usr.sbin/yppoll/yppoll.c +++ b/usr.sbin/yppoll/yppoll.c @@ -28,9 +28,9 @@ * SUCH DAMAGE. */ -#ifndef LINT -static char rcsid[] = "yppoll.c,v 1.1 1993/05/28 09:20:07 brezak Exp"; -#endif +#ifndef lint +static char rcsid[] = "$Id: yppoll.c,v 1.2 1993/08/02 17:57:20 mycroft Exp $"; +#endif /* not lint */ #include <sys/param.h> #include <sys/types.h> |
