added rcs ids to all files
This commit is contained in:
parent
e541169ce2
commit
346aa5dd48
9
Makefile
9
Makefile
@ -1,11 +1,4 @@
|
||||
#
|
||||
# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
|
||||
# -------------------- ----- ----------------------
|
||||
# CURRENT PATCH LEVEL: 1 00101
|
||||
# -------------------- ----- ----------------------
|
||||
#
|
||||
# 10 Mar 93 Rodney W. Grimes Added user.share to SUBDIR
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
SUBDIR= bin include lib libexec sbin usr.bin usr.sbin share games
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
# @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
SUBDIR= cat chmod cp csh date dd df echo expr hostname kill ln ls \
|
||||
mkdir mv ps pwd rcp rm rmail rmdir sh sleep stty sync test
|
||||
|
@ -1,3 +1,5 @@
|
||||
# @(#)Makefile.inc 5.1 (Berkeley) 5/11/90
|
||||
#
|
||||
# $Id: Makefile.inc,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
BINDIR?= /bin
|
||||
|
@ -1,4 +1,6 @@
|
||||
# @(#)Makefile 5.2 (Berkeley) 5/11/90
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
PROG= cat
|
||||
|
||||
|
@ -34,6 +34,8 @@
|
||||
.\"
|
||||
.\" @(#)cat.1 6.16 (Berkeley) 6/27/91
|
||||
.\"
|
||||
.\" $Id: cat.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
.\"
|
||||
.Dd June 27, 1991
|
||||
.Dt CAT 1
|
||||
.Os BSD 3
|
||||
|
@ -42,6 +42,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)cat.c 5.15 (Berkeley) 5/23/91";
|
||||
static char rcsid[] = "$Id: cat.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,4 +1,6 @@
|
||||
# @(#)Makefile 5.2 (Berkeley) 5/11/90
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
PROG= chmod
|
||||
|
||||
|
@ -34,6 +34,8 @@
|
||||
.\"
|
||||
.\" @(#)chmod.1 6.15 (Berkeley) 7/23/91
|
||||
.\"
|
||||
.\" $Id: chmod.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
.\"
|
||||
.Dd July 23, 1991
|
||||
.Dt CHMOD 1
|
||||
.Os
|
||||
|
@ -39,6 +39,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)chmod.c 5.19 (Berkeley) 3/12/91";
|
||||
static char rcsid[] = "$Id: chmod.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,4 +1,6 @@
|
||||
# @(#)Makefile 5.3 (Berkeley) 4/3/91
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
PROG= cp
|
||||
SRCS= cp.c path.c
|
||||
|
@ -34,6 +34,8 @@
|
||||
.\"
|
||||
.\" @(#)cp.1 6.15 (Berkeley) 7/30/91
|
||||
.\"
|
||||
.\" $Id: cp.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
.\"
|
||||
.Dd July 30, 1991
|
||||
.Dt CP 1
|
||||
.Os BSD 4
|
||||
|
@ -42,6 +42,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)cp.c 5.24 (Berkeley) 5/6/91";
|
||||
static char rcsid[] = "$Id: cp.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
@ -31,6 +31,8 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)cp.h 5.2 (Berkeley) 4/3/91
|
||||
*
|
||||
* $Id: cp.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
*/
|
||||
|
||||
typedef struct {
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)path.c 5.1 (Berkeley) 4/3/91";
|
||||
static char rcsid[] = "$Id: path.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,5 +1,7 @@
|
||||
# @(#)Makefile 5.24 (Berkeley) 7/1/91
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
#
|
||||
# C Shell with process control; VM/UNIX VAX Makefile
|
||||
# Bill Joy UC Berkeley; Jim Kulp IIASA, Austria
|
||||
#
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)alloc.c 5.8 (Berkeley) 6/8/91";
|
||||
static char rcsid[] = "$Id: alloc.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)char.c 5.6 (Berkeley) 6/7/91";
|
||||
static char rcsid[] = "$Id: char.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include "char.h"
|
||||
|
@ -31,6 +31,8 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)char.h 5.6 (Berkeley) 6/4/91
|
||||
*
|
||||
* $Id: char.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)const.c 5.2 (Berkeley) 6/7/91";
|
||||
static char rcsid[] = "$Id: const.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
@ -31,6 +31,8 @@
|
||||
.\"
|
||||
.\" @(#)csh.1 6.17 (Berkeley) 6/7/91
|
||||
.\"
|
||||
.\" $Id: csh.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
.\"
|
||||
.Dd June 7, 1991
|
||||
.Dt CSH 1
|
||||
.Os BSD 4
|
||||
|
@ -39,6 +39,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)csh.c 5.26 (Berkeley) 6/8/91";
|
||||
static char rcsid[] = "$Id: csh.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -31,6 +31,8 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)csh.h 5.15 (Berkeley) 6/8/91
|
||||
*
|
||||
* $Id: csh.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -29,17 +29,11 @@
|
||||
* 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.
|
||||
*
|
||||
* PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
|
||||
* -------------------- ----- ----------------------
|
||||
* CURRENT PATCH LEVEL: 1 00013
|
||||
* -------------------- ----- ----------------------
|
||||
*
|
||||
* 19 Aug 92 Kevin Lahey Fixed csh segmentation violation
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)dir.c 5.12 (Berkeley) 6/27/91";
|
||||
static char rcsid[] = "$Id: dir.c,v 1.3 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -31,6 +31,8 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)dir.h 5.4 (Berkeley) 6/4/91
|
||||
*
|
||||
* $Id: dir.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)dol.c 5.13 (Berkeley) 6/8/91";
|
||||
static char rcsid[] = "$Id: dol.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)err.c 5.10 (Berkeley) 6/8/91";
|
||||
static char rcsid[] = "$Id: err.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)exec.c 5.17 (Berkeley) 6/17/91";
|
||||
static char rcsid[] = "$Id: exec.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)exp.c 5.11 (Berkeley) 6/8/91";
|
||||
static char rcsid[] = "$Id: exp.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -31,6 +31,8 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)extern.h 5.4 (Berkeley) 6/8/91
|
||||
*
|
||||
* $Id: extern.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)file.c 5.17 (Berkeley) 6/8/91";
|
||||
static char rcsid[] = "$Id: file.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#ifdef FILEC
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)func.c 5.20 (Berkeley) 6/27/91";
|
||||
static char rcsid[] = "$Id: func.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)glob.c 5.21 (Berkeley) 6/25/91";
|
||||
static char rcsid[] = "$Id: glob.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)hist.c 5.9 (Berkeley) 6/8/91";
|
||||
static char rcsid[] = "$Id: hist.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)init.c 5.12 (Berkeley) 6/27/91";
|
||||
static char rcsid[] = "$Id: init.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#if __STDC__
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)lex.c 5.16 (Berkeley) 6/8/91";
|
||||
static char rcsid[] = "$Id: lex.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)misc.c 5.13 (Berkeley) 6/27/91";
|
||||
static char rcsid[] = "$Id: misc.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)parse.c 5.11 (Berkeley) 6/8/91";
|
||||
static char rcsid[] = "$Id: parse.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -31,6 +31,8 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)pathnames.h 5.6 (Berkeley) 6/8/91
|
||||
*
|
||||
* $Id: pathnames.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
*/
|
||||
|
||||
#define _PATH_BIN "/bin"
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)print.c 5.11 (Berkeley) 6/8/91";
|
||||
static char rcsid[] = "$Id: print.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)printf.c 5.4 (Berkeley) 6/16/91";
|
||||
static char rcsid[] = "$Id: printf.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)proc.c 5.22 (Berkeley) 6/14/91";
|
||||
static char rcsid[] = "$Id: proc.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -31,6 +31,8 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)proc.h 5.6 (Berkeley) 6/25/91
|
||||
*
|
||||
* $Id: proc.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)sem.c 5.17 (Berkeley) 6/17/91";
|
||||
static char rcsid[] = "$Id: sem.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)set.c 5.12 (Berkeley) 6/14/91";
|
||||
static char rcsid[] = "$Id: set.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)str.c 5.5 (Berkeley) 6/27/91";
|
||||
static char rcsid[] = "$Id: str.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)time.c 5.14 (Berkeley) 6/8/91";
|
||||
static char rcsid[] = "$Id: time.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,4 +1,6 @@
|
||||
# @(#)Makefile 5.3 (Berkeley) 12/4/90
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
PROG= date
|
||||
SRCS= date.c netdate.c
|
||||
|
@ -34,6 +34,8 @@
|
||||
.\"
|
||||
.\" @(#)date.1 6.16 (Berkeley) 7/30/91
|
||||
.\"
|
||||
.\" $Id: date.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
.\"
|
||||
.Dd July 30, 1991
|
||||
.Dt DATE 1
|
||||
.Os
|
||||
|
@ -39,6 +39,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)date.c 5.5 (Berkeley) 3/18/91";
|
||||
static char rcsid[] = "$Id: date.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)netdate.c 5.2 (Berkeley) 2/25/91";
|
||||
static char rcsid[] = "$Id: netdate.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,4 +1,6 @@
|
||||
# @(#)Makefile 5.3 (Berkeley) 5/11/90
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
PROG= df
|
||||
CFLAGS+=-DCOMPAT_43
|
||||
|
@ -31,6 +31,8 @@
|
||||
.\"
|
||||
.\" @(#)df.1 6.9 (Berkeley) 6/17/91
|
||||
.\"
|
||||
.\" $Id: df.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
.\"
|
||||
.Dd June 17, 1991
|
||||
.Dt DF 1
|
||||
.Os BSD 4
|
||||
|
@ -1 +1 @@
|
||||
revision 1.1.1.1 intentionally removed
|
||||
revision 1.2 intentionally removed
|
||||
|
@ -1,4 +1,6 @@
|
||||
# @(#)Makefile 5.4 (Berkeley) 5/11/90
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
PROG= echo
|
||||
|
||||
|
@ -34,6 +34,8 @@
|
||||
.\"
|
||||
.\" @(#)echo.1 6.8 (Berkeley) 7/27/91
|
||||
.\"
|
||||
.\" $Id: echo.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
.\"
|
||||
.Dd July 27, 1991
|
||||
.Dt ECHO 1
|
||||
.Os
|
||||
|
@ -39,6 +39,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)echo.c 5.4 (Berkeley) 4/3/91";
|
||||
static char rcsid[] = "$Id: echo.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,11 +1,5 @@
|
||||
#
|
||||
# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
|
||||
# -------------------- ----- ----------------------
|
||||
# CURRENT PATCH LEVEL: 1 00092
|
||||
# -------------------- ----- ----------------------
|
||||
#
|
||||
# 15 Mar 93 Patchkit Coordinator Corrected SRCS, missing .c
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
PROG=expr
|
||||
SRCS=expr.c
|
||||
CFLAGS+=-I. -I${.CURDIR}
|
||||
|
@ -1,6 +1,8 @@
|
||||
%{
|
||||
/* Written by Pace Willisson (pace@blitz.com)
|
||||
* and placed in the public domain
|
||||
*
|
||||
* $Id: expr.y,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
@ -1,4 +1,6 @@
|
||||
# @(#)Makefile 5.3 (Berkeley) 5/11/90
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
PROG= hostname
|
||||
|
||||
|
@ -31,6 +31,8 @@
|
||||
.\"
|
||||
.\" @(#)hostname.1 6.8 (Berkeley) 7/27/91
|
||||
.\"
|
||||
.\" $Id: hostname.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
.\"
|
||||
.Dd July 27, 1991
|
||||
.Dt HOSTNAME 1
|
||||
.Os BSD 4.2
|
||||
|
@ -39,6 +39,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)hostname.c 5.4 (Berkeley) 5/31/90";
|
||||
static char rcsid[] = "$Id: hostname.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,4 +1,6 @@
|
||||
# @(#)Makefile 5.2 (Berkeley) 5/11/90
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
PROG= kill
|
||||
|
||||
|
@ -34,6 +34,8 @@
|
||||
.\"
|
||||
.\" @(#)kill.1 6.8 (Berkeley) 7/27/91
|
||||
.\"
|
||||
.\" $Id: kill.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
.\"
|
||||
.Dd July 27, 1991
|
||||
.Dt KILL 1
|
||||
.Os
|
||||
|
@ -39,6 +39,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)kill.c 5.3 (Berkeley) 7/1/91";
|
||||
static char rcsid[] = "$Id: kill.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <signal.h>
|
||||
|
@ -1,4 +1,6 @@
|
||||
# @(#)Makefile 5.3 (Berkeley) 5/11/90
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
PROG= ln
|
||||
|
||||
|
@ -34,6 +34,8 @@
|
||||
.\"
|
||||
.\" @(#)ln.1 6.8 (Berkeley) 7/27/91
|
||||
.\"
|
||||
.\" $Id: ln.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
.\"
|
||||
.Dd July 27, 1991
|
||||
.Dt LN 1
|
||||
.Os BSD 4
|
||||
|
@ -39,6 +39,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)ln.c 4.15 (Berkeley) 2/24/91";
|
||||
static char rcsid[] = "$Id: ln.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,4 +1,6 @@
|
||||
# @(#)Makefile 5.3 (Berkeley) 5/11/90
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
PROG= ls
|
||||
SRCS= cmp.c ls.c print.c util.c
|
||||
|
@ -36,6 +36,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)cmp.c 5.4 (Berkeley) 3/8/91";
|
||||
static char rcsid[] = "$Id: cmp.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -34,6 +34,8 @@
|
||||
.\"
|
||||
.\" @(#)ls.1 6.18 (Berkeley) 6/27/91
|
||||
.\"
|
||||
.\" $Id: ls.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
.\"
|
||||
.Dd June 27, 1991
|
||||
.Dt LS 1
|
||||
.Os
|
||||
|
@ -42,6 +42,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)ls.c 5.48 (Berkeley) 4/3/91";
|
||||
static char rcsid[] = "$Id: ls.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -34,6 +34,8 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)ls.h 5.11 (Berkeley) 7/22/90
|
||||
*
|
||||
* $Id: ls.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
*/
|
||||
|
||||
typedef struct _lsstruct {
|
||||
|
@ -36,6 +36,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)print.c 5.24 (Berkeley) 10/19/90";
|
||||
static char rcsid[] = "$Id: print.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -36,6 +36,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)util.c 5.8 (Berkeley) 7/22/90";
|
||||
static char rcsid[] = "$Id: util.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,4 +1,6 @@
|
||||
# @(#)Makefile 5.2 (Berkeley) 5/11/90
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
PROG= mkdir
|
||||
|
||||
|
@ -34,6 +34,8 @@
|
||||
.\"
|
||||
.\" @(#)mkdir.1 6.9 (Berkeley) 6/27/91
|
||||
.\"
|
||||
.\" $Id: mkdir.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
.\"
|
||||
.Vx
|
||||
.Dd June 27, 1991
|
||||
.Dt MKDIR 1
|
||||
|
@ -39,6 +39,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)mkdir.c 5.7 (Berkeley) 5/31/90";
|
||||
static char rcsid[] = "$Id: mkdir.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,4 +1,6 @@
|
||||
# @(#)Makefile 5.4 (Berkeley) 5/11/90
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
PROG= mv
|
||||
|
||||
|
@ -34,6 +34,8 @@
|
||||
.\"
|
||||
.\" @(#)mv.1 6.9 (Berkeley) 7/27/91
|
||||
.\"
|
||||
.\" $Id: mv.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
.\"
|
||||
.Dd July 27, 1991
|
||||
.Dt MV 1
|
||||
.Os
|
||||
|
@ -42,6 +42,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)mv.c 5.11 (Berkeley) 4/3/91";
|
||||
static char rcsid[] = "$Id: mv.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -31,6 +31,8 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)pathnames.h 5.2 (Berkeley) 5/31/90
|
||||
*
|
||||
* $Id: pathnames.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
*/
|
||||
|
||||
#define _PATH_RM "/bin/rm"
|
||||
|
@ -1,4 +1,6 @@
|
||||
# @(#)Makefile 5.5 (Berkeley) 4/23/91
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
PROG= ps
|
||||
SRCS= devname.c keyword.c nlist.c print.c ps.c
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
static char sccsid[] = "@(#)devname.c 5.14 (Berkeley) 5/6/91";
|
||||
static char rcsid[] = "$Id: devname.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -31,6 +31,8 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)extern.h 5.2 (Berkeley) 6/3/91
|
||||
*
|
||||
* $Id: extern.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)keyword.c 5.9 (Berkeley) 6/3/91";
|
||||
static char rcsid[] = "$Id: keyword.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -29,17 +29,11 @@
|
||||
* 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.
|
||||
*
|
||||
* PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
|
||||
* -------------------- ----- ----------------------
|
||||
* CURRENT PATCH LEVEL: 1 00051
|
||||
* -------------------- ----- ----------------------
|
||||
*
|
||||
* 14 Aug 92 David Greenman Fixed NEWVM mempages calculation
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)nlist.c 5.5 (Berkeley) 7/1/91";
|
||||
static char rcsid[] = "$Id: nlist.c,v 1.3 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)print.c 5.9 (Berkeley) 7/1/91";
|
||||
static char rcsid[] = "$Id: print.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -31,6 +31,8 @@
|
||||
.\"
|
||||
.\" @(#)ps.1 6.17 (Berkeley) 6/20/91
|
||||
.\"
|
||||
.\" $Id: ps.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
.\"
|
||||
.Dd June 20, 1991
|
||||
.Dt PS 1
|
||||
.Os BSD 4
|
||||
|
@ -29,13 +29,6 @@
|
||||
* 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.
|
||||
*
|
||||
* PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
|
||||
* -------------------- ----- ----------------------
|
||||
* CURRENT PATCH LEVEL: 1 00036
|
||||
* -------------------- ----- ----------------------
|
||||
*
|
||||
* 14 Sep 92 Goran Hammarback Fixed ps exception due to gcc bug
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
@ -46,6 +39,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)ps.c 5.43 (Berkeley) 7/1/91";
|
||||
static char rcsid[] = "$Id: ps.c,v 1.3 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -31,6 +31,8 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)ps.h 5.3 (Berkeley) 6/3/91
|
||||
*
|
||||
* $Id: ps.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
*/
|
||||
|
||||
#define UNLIMITED 0 /* unlimited terminal width */
|
||||
|
@ -1,4 +1,6 @@
|
||||
# @(#)Makefile 5.2 (Berkeley) 5/11/90
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
PROG= pwd
|
||||
|
||||
|
@ -34,6 +34,8 @@
|
||||
.\"
|
||||
.\" @(#)pwd.1 6.5 (Berkeley) 6/27/91
|
||||
.\"
|
||||
.\" $Id: pwd.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
.\"
|
||||
.Vx
|
||||
.Dd June 27, 1991
|
||||
.Dt PWD 1
|
||||
|
@ -39,6 +39,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)pwd.c 5.4 (Berkeley) 2/20/91";
|
||||
static char rcsid[] = "$Id: pwd.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <unistd.h>
|
||||
|
@ -1,4 +1,6 @@
|
||||
# @(#)Makefile 5.4 (Berkeley) 10/21/90
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
PROG= rcp
|
||||
SRCS= rcp.c
|
||||
|
@ -31,6 +31,8 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)pathnames.h 5.3 (Berkeley) 5/31/90
|
||||
*
|
||||
* $Id: pathnames.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
*/
|
||||
|
||||
#include <paths.h>
|
||||
|
@ -31,6 +31,8 @@
|
||||
.\"
|
||||
.\" @(#)rcp.1 6.14 (Berkeley) 7/27/91
|
||||
.\"
|
||||
.\" $Id: rcp.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
.\"
|
||||
.Dd July 27, 1991
|
||||
.Dt RCP 1
|
||||
.Os BSD 4.3r
|
||||
|
@ -39,6 +39,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)rcp.c 5.32 (Berkeley) 2/25/91";
|
||||
static char rcsid[] = "$Id: rcp.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,6 @@
|
||||
# @(#)Makefile 5.3 (Berkeley) 12/8/90
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
|
||||
PROG= rm
|
||||
LDADD= -lutil
|
||||
|
@ -34,6 +34,8 @@
|
||||
.\"
|
||||
.\" @(#)rm.1 6.9 (Berkeley) 7/27/91
|
||||
.\"
|
||||
.\" $Id: rm.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
||||
.\"
|
||||
.Dd July 27, 1991
|
||||
.Dt RM 1
|
||||
.Os
|
||||
|
@ -39,6 +39,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)rm.c 4.26 (Berkeley) 3/10/91";
|
||||
static char rcsid[] = "$Id: rm.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user