RCS ID police
This commit is contained in:
parent
0ba0c241a3
commit
9d225a1783
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.3 1997/01/09 20:18:21 tls Exp $
|
||||
# from: @(#)Makefile.inc 5.1 (Berkeley) 5/11/90
|
||||
# $Id: Makefile.inc,v 1.2 1993/07/31 15:25:49 mycroft Exp $
|
||||
|
||||
BINDIR?= /usr/bin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.4 1995/09/04 20:46:14 tls Exp $
|
||||
# $NetBSD: Makefile,v 1.5 1997/01/09 20:18:23 tls Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
PROG= apropos
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: apropos.1,v 1.4 1995/09/04 20:46:17 tls Exp $
|
||||
.\" $NetBSD: apropos.1,v 1.5 1997/01/09 20:18:24 tls Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: apropos.c,v 1.5 1995/09/04 20:46:20 tls Exp $ */
|
||||
/* $NetBSD: apropos.c,v 1.6 1997/01/09 20:18:25 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1987, 1993, 1994
|
||||
@ -43,7 +43,7 @@ static char copyright[] =
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)apropos.c 8.8 (Berkeley) 5/4/95";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: apropos.c,v 1.5 1995/09/04 20:46:20 tls Exp $";
|
||||
static char rcsid[] = "$NetBSD: apropos.c,v 1.6 1997/01/09 20:18:25 tls Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
# $NetBSD: Makefile,v 1.3 1995/09/08 03:22:54 tls Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1997/01/09 20:18:26 tls Exp $
|
||||
|
||||
PROG= cmp
|
||||
SRCS= cmp.c misc.c regular.c special.c
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: cmp.1,v 1.4 1995/09/08 03:22:55 tls Exp $
|
||||
.\" $NetBSD: cmp.1,v 1.5 1997/01/09 20:18:27 tls Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1987, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cmp.c,v 1.8 1996/02/01 03:32:41 mrg Exp $ */
|
||||
/* $NetBSD: cmp.c,v 1.9 1997/01/09 20:18:28 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1987, 1990, 1993, 1994
|
||||
@ -43,7 +43,7 @@ static char copyright[] =
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)cmp.c 8.3 (Berkeley) 4/2/94";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: cmp.c,v 1.8 1996/02/01 03:32:41 mrg Exp $";
|
||||
static char rcsid[] = "$NetBSD: cmp.c,v 1.9 1997/01/09 20:18:28 tls Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: extern.h,v 1.2 1995/09/08 03:22:57 tls Exp $ */
|
||||
/* $NetBSD: extern.h,v 1.3 1997/01/09 20:18:29 tls Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993, 1994
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: misc.c,v 1.2 1995/09/08 03:22:58 tls Exp $ */
|
||||
/* $NetBSD: misc.c,v 1.3 1997/01/09 20:18:29 tls Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993, 1994
|
||||
@ -37,7 +37,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: misc.c,v 1.2 1995/09/08 03:22:58 tls Exp $";
|
||||
static char rcsid[] = "$NetBSD: misc.c,v 1.3 1997/01/09 20:18:29 tls Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: regular.c,v 1.2 1995/09/08 03:22:59 tls Exp $ */
|
||||
/* $NetBSD: regular.c,v 1.3 1997/01/09 20:18:30 tls Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993, 1994
|
||||
@ -37,7 +37,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)regular.c 8.3 (Berkeley) 4/2/94";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: regular.c,v 1.2 1995/09/08 03:22:59 tls Exp $";
|
||||
static char rcsid[] = "$NetBSD: regular.c,v 1.3 1997/01/09 20:18:30 tls Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: special.c,v 1.2 1995/09/08 03:23:00 tls Exp $ */
|
||||
/* $NetBSD: special.c,v 1.3 1997/01/09 20:18:31 tls Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993, 1994
|
||||
@ -37,7 +37,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)special.c 8.3 (Berkeley) 4/2/94";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: special.c,v 1.2 1995/09/08 03:23:00 tls Exp $";
|
||||
static char rcsid[] = "$NetBSD: special.c,v 1.3 1997/01/09 20:18:31 tls Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.14 1995/06/10 20:55:16 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.15 1997/01/09 20:18:32 tls Exp $
|
||||
|
||||
PROG= crontab
|
||||
SRCS= crontab.c misc.c entry.c env.c
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.3 1997/01/09 20:18:34 tls Exp $
|
||||
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
|
||||
# $Id: Makefile,v 1.2 1996/09/29 22:23:01 jonathan Exp $
|
||||
|
||||
PROG= elf2aout
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: elf2aout.c,v 1.3 1996/10/16 00:27:05 jonathan Exp $ */
|
||||
/* $NetBSD: elf2aout.c,v 1.4 1997/01/09 20:18:35 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.3 1997/01/09 20:18:36 tls Exp $
|
||||
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
|
||||
# $Id: Makefile,v 1.2 1996/09/29 22:23:02 jonathan Exp $
|
||||
|
||||
PROG= elf2ecoff
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: elf2ecoff.c,v 1.3 1996/10/16 00:27:08 jonathan Exp $ */
|
||||
/* $NetBSD: elf2ecoff.c,v 1.4 1997/01/09 20:18:37 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.4 1997/01/09 20:18:38 tls Exp $
|
||||
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
|
||||
# $Id: Makefile,v 1.3 1996/10/18 06:21:30 thorpej Exp $
|
||||
|
||||
PROG= elfstrip
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
.\" $NetBSD: elfstrip.1,v 1.2 1997/01/09 20:18:39 tls Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
@ -30,7 +32,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)strip.1 6.6 (Berkeley) 5/26/91
|
||||
.\" $Id: elfstrip.1,v 1.1 1996/09/29 21:53:14 jonathan Exp $
|
||||
.\" $NetBSD: elfstrip.1,v 1.2 1997/01/09 20:18:39 tls Exp $
|
||||
.\"
|
||||
.Dd September 30, 1996
|
||||
.Dt ELFSTRIP 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: elfstrip.c,v 1.3 1996/10/16 00:27:10 jonathan Exp $ */
|
||||
/* $NetBSD: elfstrip.c,v 1.4 1997/01/09 20:18:40 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995
|
||||
|
4
usr.bin/env/env.1
vendored
4
usr.bin/env/env.1
vendored
@ -1,3 +1,5 @@
|
||||
.\" $NetBSD: env.1,v 1.5 1997/01/09 20:18:41 tls Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
@ -32,7 +34,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)printenv.1 6.7 (Berkeley) 7/28/91
|
||||
.\" $Id: env.1,v 1.4 1994/01/11 02:20:20 jtc Exp $
|
||||
.\" $NetBSD: env.1,v 1.5 1997/01/09 20:18:41 tls Exp $
|
||||
.\"
|
||||
.Dd August 27, 1993
|
||||
.Dt ENV 1
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.8 1997/01/09 20:18:42 tls Exp $
|
||||
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
||||
# $Id: Makefile,v 1.7 1996/10/18 06:13:43 thorpej Exp $
|
||||
|
||||
MAN= false.1
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
.\" $NetBSD: false.1,v 1.4 1997/01/09 20:18:43 tls Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1990 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
@ -33,7 +35,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)false.1 6.6 (Berkeley) 7/24/91
|
||||
.\" $Id: false.1,v 1.3 1993/08/28 03:45:02 jtc Exp $
|
||||
.\" $NetBSD: false.1,v 1.4 1997/01/09 20:18:43 tls Exp $
|
||||
.\"
|
||||
.Dd July 24, 1991
|
||||
.Dt FALSE 1
|
||||
|
@ -1,3 +1,5 @@
|
||||
.\" $NetBSD: fdformat.1,v 1.4 1997/01/09 20:18:44 tls Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 John T. Kohl
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
@ -24,7 +26,6 @@
|
||||
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $NetBSD: fdformat.1,v 1.3 1997/01/01 16:30:09 jtk Exp $
|
||||
.\"
|
||||
.Dd November 28, 1996
|
||||
.Dt fdformat 1
|
||||
|
@ -1,6 +1,6 @@
|
||||
Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995.
|
||||
Software written by Ian F. Darwin and others; maintained by Christos Zoulas.
|
||||
$Id: LEGAL.NOTICE,v 1.4 1995/10/27 23:33:14 christos Exp $
|
||||
$NetBSD: LEGAL.NOTICE,v 1.5 1997/01/09 20:18:45 tls Exp $
|
||||
|
||||
This software (or derivative software) may not be made subject to any
|
||||
license which denies anyone permission to alter it and redistribute it
|
||||
|
@ -1,4 +1,4 @@
|
||||
$Id: MAINT,v 1.2 1995/03/25 22:35:30 christos Exp $
|
||||
$NetBSD: MAINT,v 1.3 1997/01/09 20:18:46 tls Exp $
|
||||
|
||||
Maintenance notes:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.8 1996/10/18 06:14:17 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.9 1997/01/09 20:18:47 tls Exp $
|
||||
|
||||
MAGIC= /etc/magic
|
||||
MAGICOWN= bin
|
||||
|
@ -1,5 +1,5 @@
|
||||
Portability of the new file(1) command.
|
||||
@(#) $Id: PORTING,v 1.3 1995/03/25 22:35:32 christos Exp $
|
||||
@(#) $NetBSD: PORTING,v 1.4 1997/01/09 20:18:47 tls Exp $
|
||||
|
||||
Read this file only if the program doesn't compile on your system.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
** README for file(1) Command **
|
||||
@(#) $Id: README,v 1.3 1995/03/25 22:35:33 christos Exp $
|
||||
@(#) $NetBSD: README,v 1.4 1997/01/09 20:18:48 tls Exp $
|
||||
|
||||
This is Release 3.x of Ian Darwin's (copyright but distributable)
|
||||
file(1) command. Release 3.x is scheduled for inclusion in the
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: apprentice.c,v 1.12 1997/01/09 20:18:49 tls Exp $ */
|
||||
|
||||
/*
|
||||
* apprentice - make one pass through /etc/magic, learning its secrets.
|
||||
*
|
||||
@ -34,7 +36,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char *moduleid =
|
||||
"@(#)$Id: apprentice.c,v 1.11 1996/10/05 20:20:25 christos Exp $";
|
||||
"@(#)$NetBSD: apprentice.c,v 1.12 1997/01/09 20:18:49 tls Exp $";
|
||||
#endif /* lint */
|
||||
|
||||
#define EATAB {while (isascii((unsigned char) *l) && \
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: ascmagic.c,v 1.9 1997/01/09 20:18:50 tls Exp $ */
|
||||
|
||||
/*
|
||||
* ASCII magic -- file types that we know based on keywords
|
||||
* that can appear anywhere in the file.
|
||||
@ -36,7 +38,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char *moduleid =
|
||||
"@(#)$Id: ascmagic.c,v 1.8 1995/05/21 00:13:27 christos Exp $";
|
||||
"@(#)$NetBSD: ascmagic.c,v 1.9 1997/01/09 20:18:50 tls Exp $";
|
||||
#endif /* lint */
|
||||
|
||||
/* an optimisation over plain strcmp() */
|
||||
|
@ -1,10 +1,12 @@
|
||||
/* $NetBSD: compress.c,v 1.5 1997/01/09 20:18:51 tls Exp $ */
|
||||
|
||||
/*
|
||||
* compress routines:
|
||||
* zmagic() - returns 0 if not recognized, uncompresses and prints
|
||||
* information if recognized
|
||||
* uncompress(method, old, n, newch) - uncompress old into new,
|
||||
* using method, return sizeof new
|
||||
* $Id: compress.c,v 1.4 1995/05/21 00:13:28 christos Exp $
|
||||
* $NetBSD: compress.c,v 1.5 1997/01/09 20:18:51 tls Exp $
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
.TH FILE 1 "Copyright but distributable"
|
||||
.\" $Id: file.1,v 1.9 1996/10/05 20:20:26 christos Exp $
|
||||
.\" $NetBSD: file.1,v 1.10 1997/01/09 20:18:51 tls Exp $
|
||||
.SH NAME
|
||||
file
|
||||
\- determine file type
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: file.c,v 1.10 1997/01/09 20:18:52 tls Exp $ */
|
||||
|
||||
/*
|
||||
* file - find type of a file or files - main program.
|
||||
*
|
||||
@ -26,7 +28,7 @@
|
||||
*/
|
||||
#ifndef lint
|
||||
static char *moduleid =
|
||||
"@(#)$Id: file.c,v 1.9 1996/10/05 20:20:26 christos Exp $";
|
||||
"@(#)$NetBSD: file.c,v 1.10 1997/01/09 20:18:52 tls Exp $";
|
||||
#endif /* lint */
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,6 +1,8 @@
|
||||
/* $NetBSD: file.h,v 1.9 1997/01/09 20:18:53 tls Exp $ */
|
||||
|
||||
/*
|
||||
* file.h - definitions for file(1) program
|
||||
* @(#)$Id: file.h,v 1.8 1996/10/05 20:20:27 christos Exp $
|
||||
* @(#)$NetBSD: file.h,v 1.9 1997/01/09 20:18:53 tls Exp $
|
||||
*
|
||||
* Copyright (c) Ian F. Darwin, 1987.
|
||||
* Written by Ian F. Darwin.
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: fsmagic.c,v 1.9 1997/01/09 20:18:54 tls Exp $ */
|
||||
|
||||
/*
|
||||
* fsmagic - magic based on filesystem info - directory, special files, etc.
|
||||
*
|
||||
@ -51,7 +53,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char *moduleid =
|
||||
"@(#)$Id: fsmagic.c,v 1.8 1996/10/05 20:20:28 christos Exp $";
|
||||
"@(#)$NetBSD: fsmagic.c,v 1.9 1997/01/09 20:18:54 tls Exp $";
|
||||
#endif /* lint */
|
||||
|
||||
int
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: is_tar.c,v 1.6 1997/01/09 20:18:55 tls Exp $ */
|
||||
|
||||
/*
|
||||
* is_tar() -- figure out whether file is a tar archive.
|
||||
*
|
||||
@ -5,7 +7,7 @@
|
||||
* Pubic Domain version written 26 Aug 1985 John Gilmore (ihnp4!hoptoad!gnu).
|
||||
*
|
||||
* @(#)list.c 1.18 9/23/86 Public Domain - gnu
|
||||
* $Id: is_tar.c,v 1.5 1995/04/28 19:23:54 christos Exp $
|
||||
* $NetBSD: is_tar.c,v 1.6 1997/01/09 20:18:55 tls Exp $
|
||||
*
|
||||
* Comments changed and some code/comments reformatted
|
||||
* for file command by Ian Darwin.
|
||||
|
@ -2,6 +2,6 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# Localstuff: file(1) magic for locally observed files
|
||||
#
|
||||
# $Id: Localstuff,v 1.3 1996/10/05 20:20:33 christos Exp $
|
||||
# $NetBSD: Localstuff,v 1.4 1997/01/09 20:19:03 tls Exp $
|
||||
# Add any locally observed files here. Remember:
|
||||
# text if readable, executable if runnable binary, data if unreadable.
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: os9,v 1.1 1996/05/06 18:24:01 is Exp $
|
||||
# $NetBSD: os9,v 1.2 1997/01/09 20:19:04 tls Exp $
|
||||
#
|
||||
# Copyright (c) 1996 Ignatios Souvatzis. All rights reserved.
|
||||
#
|
||||
|
@ -2,7 +2,7 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# softquad: file(1) magic for SoftQuad Publishing Software
|
||||
#
|
||||
# $Id: softquad,v 1.6 1996/10/05 20:20:49 christos Exp $
|
||||
# $NetBSD: softquad,v 1.7 1997/01/09 20:19:05 tls Exp $
|
||||
# Author/Editor and RulesBuilder
|
||||
#
|
||||
# XXX - byte order?
|
||||
|
@ -203,4 +203,4 @@ indirect offsets.
|
||||
.\" the changes I posted to the S5R2 version.
|
||||
.\"
|
||||
.\" Modified for Ian Darwin's version of the file command.
|
||||
.\" @(#)$Id: magic.5,v 1.9 1996/10/05 20:20:29 christos Exp $
|
||||
.\" @(#)$NetBSD: magic.5,v 1.10 1997/01/09 20:18:56 tls Exp $
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: names.h,v 1.5 1997/01/09 20:18:57 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Names.h - names and types used by ascmagic in file(1).
|
||||
* These tokens are here because they can appear anywhere in
|
||||
@ -10,7 +12,7 @@
|
||||
*
|
||||
* See LEGAL.NOTICE
|
||||
*
|
||||
* $Id: names.h,v 1.4 1995/04/28 19:23:56 christos Exp $
|
||||
* $NetBSD: names.h,v 1.5 1997/01/09 20:18:57 tls Exp $
|
||||
*/
|
||||
|
||||
/* these types are used to index the table 'types': keep em in sync! */
|
||||
|
@ -3,9 +3,12 @@
|
||||
|
||||
/*
|
||||
* Patchlevel file for Ian Darwin's MAGIC command.
|
||||
* $Id: patchlevel.h,v 1.6 1996/10/05 20:20:29 christos Exp $
|
||||
* $NetBSD: patchlevel.h,v 1.7 1997/01/09 20:18:58 tls Exp $
|
||||
*
|
||||
* $Log: patchlevel.h,v $
|
||||
* Revision 1.7 1997/01/09 20:18:58 tls
|
||||
* RCS ID police
|
||||
*
|
||||
* Revision 1.6 1996/10/05 20:20:29 christos
|
||||
* Changes from file-3.21
|
||||
*
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: print.c,v 1.9 1997/01/09 20:18:59 tls Exp $ */
|
||||
|
||||
/*
|
||||
* print.c - debugging printout routines
|
||||
*
|
||||
@ -40,7 +42,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char *moduleid =
|
||||
"@(#)$Id: print.c,v 1.8 1995/04/30 19:39:40 christos Exp $";
|
||||
"@(#)$NetBSD: print.c,v 1.9 1997/01/09 20:18:59 tls Exp $";
|
||||
#endif /* lint */
|
||||
|
||||
#define SZOF(a) (sizeof(a) / sizeof(a[0]))
|
||||
|
@ -1,6 +1,8 @@
|
||||
/* $NetBSD: readelf.h,v 1.2 1997/01/09 20:19:00 tls Exp $ */
|
||||
|
||||
/*
|
||||
* readelf.h
|
||||
* @(#)$Id: readelf.h,v 1.1 1996/10/05 20:20:31 christos Exp $
|
||||
* @(#)$NetBSD: readelf.h,v 1.2 1997/01/09 20:19:00 tls Exp $
|
||||
*
|
||||
* Provide elf data structures for non-elf machines, allowing file
|
||||
* non-elf hosts to determine if an elf binary is stripped.
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: softmagic.c,v 1.12 1997/01/09 20:19:01 tls Exp $ */
|
||||
|
||||
/*
|
||||
* softmagic - interpret variable magic from /etc/magic
|
||||
*
|
||||
@ -35,7 +37,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char *moduleid =
|
||||
"@(#)$Id: softmagic.c,v 1.11 1996/10/06 18:27:25 cgd Exp $";
|
||||
"@(#)$NetBSD: softmagic.c,v 1.12 1997/01/09 20:19:01 tls Exp $";
|
||||
#endif /* lint */
|
||||
|
||||
static int match __P((unsigned char *, int));
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: tar.h,v 1.5 1997/01/09 20:19:02 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Header file for public domain tar (tape archive) program.
|
||||
*
|
||||
@ -5,7 +7,7 @@
|
||||
*
|
||||
* Created 25 August 1985 by John Gilmore, ihnp4!hoptoad!gnu.
|
||||
*
|
||||
* $Id: tar.h,v 1.4 1995/03/25 22:36:45 christos Exp $ # checkin only
|
||||
* $NetBSD: tar.h,v 1.5 1997/01/09 20:19:02 tls Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.3 1993/07/31 15:23:22 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1997/01/09 20:19:07 tls Exp $
|
||||
|
||||
# Make up some fake test files that are easily produced.
|
||||
# By no means an exhaustive test!
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.4 1997/01/09 20:19:08 tls Exp $
|
||||
# from: @(#)Makefile 5.2 (Berkeley) 5/24/91
|
||||
# $Id: Makefile,v 1.3 1994/01/28 00:43:36 cgd Exp $
|
||||
|
||||
PROG= find
|
||||
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: extern.h,v 1.5 1997/01/09 20:19:09 tls Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -31,7 +33,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)extern.h 8.1 (Berkeley) 6/6/93
|
||||
* $Id: extern.h,v 1.4 1993/12/30 21:15:18 jtc Exp $
|
||||
* $NetBSD: extern.h,v 1.5 1997/01/09 20:19:09 tls Exp $
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
.\" $NetBSD: find.1,v 1.11 1997/01/09 20:19:09 tls Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
@ -33,7 +35,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)find.1 8.1 (Berkeley) 6/6/93
|
||||
.\" $Id: find.1,v 1.10 1996/05/21 13:43:50 mrg Exp $
|
||||
.\" $NetBSD: find.1,v 1.11 1997/01/09 20:19:09 tls Exp $
|
||||
.\"
|
||||
.Dd June 6, 1993
|
||||
.Dt FIND 1
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: find.c,v 1.8 1997/01/09 20:19:10 tls Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -36,7 +38,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)find.c 8.1 (Berkeley) 6/6/93";*/
|
||||
static char rcsid[] = "$Id: find.c,v 1.7 1996/06/23 11:21:48 mrg Exp $";
|
||||
static char rcsid[] = "$NetBSD: find.c,v 1.8 1997/01/09 20:19:10 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: find.h,v 1.6 1997/01/09 20:19:11 tls Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -34,7 +36,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)find.h 8.1 (Berkeley) 6/6/93
|
||||
* $Id: find.h,v 1.5 1993/12/30 21:15:22 jtc Exp $
|
||||
* $NetBSD: find.h,v 1.6 1997/01/09 20:19:11 tls Exp $
|
||||
*/
|
||||
|
||||
/* node type */
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: function.c,v 1.18 1997/01/09 20:19:12 tls Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -36,7 +38,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)function.c 8.1 (Berkeley) 6/6/93";*/
|
||||
static char rcsid[] = "$Id: function.c,v 1.17 1996/05/21 13:43:52 mrg Exp $";
|
||||
static char rcsid[] = "$NetBSD: function.c,v 1.18 1997/01/09 20:19:12 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: ls.c,v 1.7 1997/01/09 20:19:13 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -33,7 +35,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)ls.c 8.1 (Berkeley) 6/6/93";*/
|
||||
static char rcsid[] = "$Id: ls.c,v 1.6 1994/12/24 16:30:51 cgd Exp $";
|
||||
static char rcsid[] = "$NetBSD: ls.c,v 1.7 1997/01/09 20:19:13 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: main.c,v 1.6 1997/01/09 20:19:14 tls Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -33,7 +35,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93";*/
|
||||
static char rcsid[] = "$Id: main.c,v 1.5 1994/01/24 23:08:15 jtc Exp $";
|
||||
static char rcsid[] = "$NetBSD: main.c,v 1.6 1997/01/09 20:19:14 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: misc.c,v 1.5 1997/01/09 20:19:15 tls Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -36,7 +38,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)misc.c 8.1 (Berkeley) 6/6/93";*/
|
||||
static char rcsid[] = "$Id: misc.c,v 1.4 1996/06/23 11:16:39 mrg Exp $";
|
||||
static char rcsid[] = "$NetBSD: misc.c,v 1.5 1997/01/09 20:19:15 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: operator.c,v 1.4 1997/01/09 20:19:15 tls Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -36,7 +38,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)operator.c 8.1 (Berkeley) 6/6/93";*/
|
||||
static char rcsid[] = "$Id: operator.c,v 1.3 1993/12/30 21:15:31 jtc Exp $";
|
||||
static char rcsid[] = "$NetBSD: operator.c,v 1.4 1997/01/09 20:19:15 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: option.c,v 1.6 1997/01/09 20:19:16 tls Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -36,7 +38,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)option.c 8.1 (Berkeley) 6/6/93";*/
|
||||
static char rcsid[] = "$Id: option.c,v 1.5 1993/12/30 21:15:32 jtc Exp $";
|
||||
static char rcsid[] = "$NetBSD: option.c,v 1.6 1997/01/09 20:19:16 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.3 1997/01/09 20:19:17 tls Exp $
|
||||
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
||||
# $Id: Makefile,v 1.2 1993/07/31 15:23:10 mycroft Exp $
|
||||
|
||||
PROG= finger
|
||||
SRCS= finger.c lprint.c net.c sprint.c util.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
.\" $NetBSD: finger.1,v 1.7 1997/01/09 20:19:18 tls Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
@ -30,7 +32,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)finger.1 6.14 (Berkeley) 7/27/91
|
||||
.\" $Id: finger.1,v 1.6 1996/11/21 06:01:48 lukem Exp $
|
||||
.\" $NetBSD: finger.1,v 1.7 1997/01/09 20:19:18 tls Exp $
|
||||
.\"
|
||||
.Dd November 21, 1996
|
||||
.Dt FINGER 1
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: finger.c,v 1.6 1997/01/09 20:19:20 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -52,7 +54,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)finger.c 5.22 (Berkeley) 6/29/90";*/
|
||||
static char rcsid[] = "$Id: finger.c,v 1.5 1996/11/21 06:01:48 lukem Exp $";
|
||||
static char rcsid[] = "$NetBSD: finger.c,v 1.6 1997/01/09 20:19:20 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: finger.h,v 1.5 1997/01/09 20:19:21 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -34,7 +36,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)finger.h 5.5 (Berkeley) 6/1/90
|
||||
* $Id: finger.h,v 1.4 1996/11/21 06:01:49 lukem Exp $
|
||||
* $NetBSD: finger.h,v 1.5 1997/01/09 20:19:21 tls Exp $
|
||||
*/
|
||||
|
||||
#include <pwd.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: lprint.c,v 1.7 1997/01/09 20:19:22 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -36,7 +38,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)lprint.c 5.13 (Berkeley) 10/31/90";*/
|
||||
static char rcsid[] = "$Id: lprint.c,v 1.6 1996/11/22 05:34:06 lukem Exp $";
|
||||
static char rcsid[] = "$NetBSD: lprint.c,v 1.7 1997/01/09 20:19:22 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: net.c,v 1.8 1997/01/09 20:19:23 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -36,7 +38,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)net.c 5.5 (Berkeley) 6/1/90";*/
|
||||
static char rcsid[] = "$Id: net.c,v 1.7 1996/11/21 06:01:50 lukem Exp $";
|
||||
static char rcsid[] = "$NetBSD: net.c,v 1.8 1997/01/09 20:19:23 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: sprint.c,v 1.5 1997/01/09 20:19:24 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -36,7 +38,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)sprint.c 5.8 (Berkeley) 12/4/90";*/
|
||||
static char rcsid[] = "$Id: sprint.c,v 1.4 1996/11/21 06:01:51 lukem Exp $";
|
||||
static char rcsid[] = "$NetBSD: sprint.c,v 1.5 1997/01/09 20:19:24 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: util.c,v 1.9 1997/01/09 20:19:25 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -37,7 +39,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)util.c 5.14 (Berkeley) 1/17/91";*/
|
||||
static char rcsid[] = "$Id: util.c,v 1.8 1996/11/22 05:34:07 lukem Exp $";
|
||||
static char rcsid[] = "$NetBSD: util.c,v 1.9 1997/01/09 20:19:25 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.4 1997/01/09 20:19:27 tls Exp $
|
||||
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
# $Id: Makefile,v 1.3 1995/09/28 05:15:05 perry Exp $
|
||||
|
||||
PROG= fsplit
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.9 1997/01/09 20:19:28 tls Exp $
|
||||
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
# $Id: Makefile,v 1.8 1994/08/03 20:41:58 deraadt Exp $
|
||||
|
||||
PROG= fstat
|
||||
DPADD= ${LIBKVM}
|
||||
|
@ -1,3 +1,5 @@
|
||||
.\" $NetBSD: fstat.1,v 1.9 1997/01/09 20:19:29 tls Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1987, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
@ -30,7 +32,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)fstat.1 8.3 (Berkeley) 2/25/94
|
||||
.\" $Id: fstat.1,v 1.8 1995/09/27 19:20:24 jtc Exp $
|
||||
.\" $NetBSD: fstat.1,v 1.9 1997/01/09 20:19:29 tls Exp $
|
||||
.\"
|
||||
.Dd February 25, 1994
|
||||
.Dt FSTAT 1
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: fstat.c,v 1.17 1997/01/09 20:19:30 tls Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1988, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -39,7 +41,7 @@ static char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)fstat.c 8.3 (Berkeley) 5/2/95;*/
|
||||
static char *rcsid = "$Id: fstat.c,v 1.16 1996/05/05 19:12:03 mhitch Exp $";
|
||||
static char *rcsid = "$NetBSD: fstat.c,v 1.17 1997/01/09 20:19:30 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
# @(#)Makefile 8.2 (Berkeley) 4/3/94
|
||||
# $NetBSD: Makefile,v 1.6 1995/11/22 21:52:48 cgd Exp $
|
||||
# $NetBSD: Makefile,v 1.7 1997/01/09 20:19:32 tls Exp $
|
||||
# from: @(#)Makefile 8.2 (Berkeley) 4/3/94
|
||||
|
||||
PROG= ftp
|
||||
SRCS= cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cmds.c,v 1.14 1997/01/03 02:55:59 lukem Exp $ */
|
||||
/* $NetBSD: cmds.c,v 1.15 1997/01/09 20:19:33 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1985, 1989, 1993, 1994
|
||||
@ -37,7 +37,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)cmds.c 8.6 (Berkeley) 10/9/94";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: cmds.c,v 1.14 1997/01/03 02:55:59 lukem Exp $";
|
||||
static char rcsid[] = "$NetBSD: cmds.c,v 1.15 1997/01/09 20:19:33 tls Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cmdtab.c,v 1.10 1996/12/06 02:06:47 lukem Exp $ */
|
||||
/* $NetBSD: cmdtab.c,v 1.11 1997/01/09 20:19:35 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1985, 1989, 1993, 1994
|
||||
@ -37,7 +37,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)cmdtab.c 8.4 (Berkeley) 10/9/94";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: cmdtab.c,v 1.10 1996/12/06 02:06:47 lukem Exp $";
|
||||
static char rcsid[] = "$NetBSD: cmdtab.c,v 1.11 1997/01/09 20:19:35 tls Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: domacro.c,v 1.6 1996/11/28 03:12:32 lukem Exp $ */
|
||||
/* $NetBSD: domacro.c,v 1.7 1997/01/09 20:19:36 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1985, 1993, 1994
|
||||
@ -37,7 +37,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)domacro.c 8.3 (Berkeley) 4/2/94";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: domacro.c,v 1.6 1996/11/28 03:12:32 lukem Exp $";
|
||||
static char rcsid[] = "$NetBSD: domacro.c,v 1.7 1997/01/09 20:19:36 tls Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: extern.h,v 1.8 1996/12/29 04:05:30 lukem Exp $ */
|
||||
/* $NetBSD: extern.h,v 1.9 1997/01/09 20:19:37 tls Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1994 The Regents of the University of California.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ftp.c,v 1.19 1996/12/29 04:05:31 lukem Exp $ */
|
||||
/* $NetBSD: ftp.c,v 1.20 1997/01/09 20:19:38 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1985, 1989, 1993, 1994
|
||||
@ -37,7 +37,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)ftp.c 8.6 (Berkeley) 10/27/94";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: ftp.c,v 1.19 1996/12/29 04:05:31 lukem Exp $";
|
||||
static char rcsid[] = "$NetBSD: ftp.c,v 1.20 1997/01/09 20:19:38 tls Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ftp_var.h,v 1.10 1996/12/06 02:06:51 lukem Exp $ */
|
||||
/* $NetBSD: ftp_var.h,v 1.11 1997/01/09 20:19:39 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1985, 1989, 1993, 1994
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pathnames.h,v 1.6 1996/12/29 04:05:32 lukem Exp $ */
|
||||
/* $NetBSD: pathnames.h,v 1.7 1997/01/09 20:19:40 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989, 1993
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ruserpass.c,v 1.9 1996/12/06 02:06:53 lukem Exp $ */
|
||||
/* $NetBSD: ruserpass.c,v 1.10 1997/01/09 20:19:41 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1985, 1993, 1994
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.2 1996/05/13 23:22:02 jtc Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1997/01/09 20:19:42 tls Exp $
|
||||
|
||||
PROG= gencat
|
||||
NOMAN=
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.3 1994/06/25 06:41:11 jtc Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1997/01/09 20:19:43 tls Exp $
|
||||
|
||||
PROG=getconf
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: getconf.c,v 1.4 1997/01/09 20:19:44 tls Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
* All rights reserved.
|
||||
@ -35,7 +37,7 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static char rcsid[] = "$Id: getconf.c,v 1.3 1996/04/20 01:15:14 jtc Exp $";
|
||||
static char rcsid[] = "$NetBSD: getconf.c,v 1.4 1997/01/09 20:19:44 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.3 1994/12/22 12:29:51 cgd Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1997/01/09 20:19:45 tls Exp $
|
||||
|
||||
PROG = getopt
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Id: getopt.1,v 1.5 1995/07/07 22:41:30 jtc Exp $ -*- nroff -*-
|
||||
.\" $NetBSD: getopt.1,v 1.6 1997/01/09 20:19:46 tls Exp $
|
||||
.Dd June 21, 1993
|
||||
.Dt GETOPT 1
|
||||
.Os
|
||||
|
@ -1,5 +1,7 @@
|
||||
/* $NetBSD: getopt.c,v 1.3 1997/01/09 20:19:47 tls Exp $ */
|
||||
|
||||
#ifndef lint
|
||||
static char rcsid[] = "$Id: getopt.c,v 1.2 1993/08/02 17:54:29 mycroft Exp $";
|
||||
static char rcsid[] = "$NetBSD: getopt.c,v 1.3 1997/01/09 20:19:47 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.3 1997/01/09 20:19:48 tls Exp $
|
||||
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
||||
# $Id: Makefile,v 1.2 1993/07/31 15:22:11 mycroft Exp $
|
||||
|
||||
PROG= head
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
.\" $NetBSD: head.1,v 1.5 1997/01/09 20:19:49 tls Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
@ -30,7 +32,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)head.1 6.6 (Berkeley) 7/24/91
|
||||
.\" $Id: head.1,v 1.4 1993/08/28 04:34:32 jtc Exp $
|
||||
.\" $NetBSD: head.1,v 1.5 1997/01/09 20:19:49 tls Exp $
|
||||
.\"
|
||||
.Dd July 14, 1993
|
||||
.Dt HEAD 1
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: head.c,v 1.6 1997/01/09 20:19:50 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1987 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -39,7 +41,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)head.c 5.5 (Berkeley) 6/1/90";*/
|
||||
static char rcsid[] = "$Id: head.c,v 1.5 1993/10/13 18:34:17 jtc Exp $";
|
||||
static char rcsid[] = "$NetBSD: head.c,v 1.6 1997/01/09 20:19:50 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.4 1997/01/09 20:19:51 tls Exp $
|
||||
# from: @(#)Makefile 5.5 (Berkeley) 3/7/91
|
||||
# $Id: Makefile,v 1.3 1994/12/22 12:29:54 cgd Exp $
|
||||
|
||||
PROG= hexdump
|
||||
SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: conv.c,v 1.3 1997/01/09 20:19:52 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -33,7 +35,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)conv.c 5.4 (Berkeley) 6/1/90";*/
|
||||
static char rcsid[] = "$Id: conv.c,v 1.2 1993/08/01 18:14:50 mycroft Exp $";
|
||||
static char rcsid[] = "$NetBSD: conv.c,v 1.3 1997/01/09 20:19:52 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: display.c,v 1.4 1997/01/09 20:19:52 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -33,7 +35,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)display.c 5.11 (Berkeley) 3/9/91";*/
|
||||
static char rcsid[] = "$Id: display.c,v 1.3 1996/05/07 18:32:24 jtc Exp $";
|
||||
static char rcsid[] = "$NetBSD: display.c,v 1.4 1997/01/09 20:19:52 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
.\" $NetBSD: hexdump.1,v 1.5 1997/01/09 20:19:53 tls Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
@ -30,7 +32,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)hexdump.1 5.12 (Berkeley) 7/27/91
|
||||
.\" $Id: hexdump.1,v 1.4 1996/11/11 00:12:49 lukem Exp $
|
||||
.\" $NetBSD: hexdump.1,v 1.5 1997/01/09 20:19:53 tls Exp $
|
||||
.\"
|
||||
.Dd July 27, 1991
|
||||
.Dt HEXDUMP 1
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: hexdump.c,v 1.4 1997/01/09 20:19:54 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -39,7 +41,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)hexdump.c 5.5 (Berkeley) 6/1/90";*/
|
||||
static char rcsid[] = "$Id: hexdump.c,v 1.3 1996/05/07 18:32:26 jtc Exp $";
|
||||
static char rcsid[] = "$NetBSD: hexdump.c,v 1.4 1997/01/09 20:19:54 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: hexdump.h,v 1.3 1997/01/09 20:19:55 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -31,7 +33,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)hexdump.h 5.4 (Berkeley) 6/1/90
|
||||
* $Id: hexdump.h,v 1.2 1993/08/01 18:14:51 mycroft Exp $
|
||||
* $NetBSD: hexdump.h,v 1.3 1997/01/09 20:19:55 tls Exp $
|
||||
*/
|
||||
|
||||
typedef struct _pr {
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: hexsyntax.c,v 1.3 1997/01/09 20:19:56 tls Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -33,7 +35,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)hexsyntax.c 5.2 (Berkeley) 5/8/90";*/
|
||||
static char rcsid[] = "$Id: hexsyntax.c,v 1.2 1993/08/01 18:14:47 mycroft Exp $";
|
||||
static char rcsid[] = "$NetBSD: hexsyntax.c,v 1.3 1997/01/09 20:19:56 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
.\" $NetBSD: od.1,v 1.3 1997/01/09 20:19:58 tls Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
@ -30,7 +32,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)od.1 5.7 (Berkeley) 7/22/91
|
||||
.\" $Id: od.1,v 1.2 1993/08/01 07:32:13 mycroft Exp $
|
||||
.\" $NetBSD: od.1,v 1.3 1997/01/09 20:19:58 tls Exp $
|
||||
.\"
|
||||
.Dd %Q
|
||||
.Os
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: odsyntax.c,v 1.5 1997/01/09 20:19:58 tls Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -33,7 +35,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)odsyntax.c 5.4 (Berkeley) 3/8/91";*/
|
||||
static char rcsid[] = "$Id: odsyntax.c,v 1.4 1993/08/01 18:14:46 mycroft Exp $";
|
||||
static char rcsid[] = "$NetBSD: odsyntax.c,v 1.5 1997/01/09 20:19:58 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: parse.c,v 1.4 1997/01/09 20:19:59 tls Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -33,7 +35,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)parse.c 5.6 (Berkeley) 3/9/91";*/
|
||||
static char rcsid[] = "$Id: parse.c,v 1.3 1994/05/20 15:57:26 pk Exp $";
|
||||
static char rcsid[] = "$NetBSD: parse.c,v 1.4 1997/01/09 20:19:59 tls Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.6 1997/01/09 20:20:01 tls Exp $
|
||||
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
# $Id: Makefile,v 1.5 1996/10/18 06:15:20 thorpej Exp $
|
||||
|
||||
PROG= id
|
||||
MAN= id.1 groups.1 whoami.1
|
||||
|
@ -1,3 +1,5 @@
|
||||
.\" $NetBSD: groups.1,v 1.3 1997/01/09 20:20:02 tls Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
@ -30,7 +32,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)groups.1 8.1 (Berkeley) 6/6/93
|
||||
.\" $Id: groups.1,v 1.2 1994/05/05 23:24:36 cgd Exp $
|
||||
.\" $NetBSD: groups.1,v 1.3 1997/01/09 20:20:02 tls Exp $
|
||||
.\"
|
||||
.Dd "June 6, 1993"
|
||||
.Dt GROUPS 1
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user