Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/16/1996 15:30:02
christos
Wed Oct 16 11:20:02 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv25843

Modified Files:
	sh.1 
Log Message:
PR/2808: Add HISTORY section and documentation of getopts. (from FreeBSD)


perry
Wed Oct 16 08:20:13 PDT 1996
Update of /cvsroot/src/etc/etc.i386
In directory netbsd1:/var/slash-tmp/cvs-serv25693

Modified Files:
	fstab.wd 
Added Files:
	fstab.sd 
Log Message:
New and improved fstab samples, now with examples of procfs, kernfs
and cd9660 file systems, an mfs mounted /tmp, an example swap
partition, correct fsck scheduling, and even comments pointing users
at man pages for more information. I'm still not sure we need these
sample files at all, but at least they are now useful to the new user.


christos
Wed Oct 16 11:21:51 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv25980

Modified Files:
	shell.h show.c show.h 
Log Message:
PR/2808: Don't define DEBUG and #ifdef out functions not needed when DEBUG
	 is not defined (from FreeBSD).


christos
Wed Oct 16 11:24:32 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv26154

Modified Files:
	var.c 
Log Message:
PR/2808: - Don't use p++ in macros.
         - Hash using unsigned numbers.
	 (from FreeBSD)


christos
Wed Oct 16 11:27:04 EDT 1996
Update of /cvsroot/src/bin/sh/bltin
In directory netbsd1:/var/slash-tmp/cvs-serv26335

Modified Files:
	echo.1 
Log Message:
PR/2808: Use .Nm macro properly. (from FreeBSD)


christos
Wed Oct 16 11:28:11 EDT 1996
Update of /cvsroot/src/bin/sh/bltin
In directory netbsd1:/var/slash-tmp/cvs-serv26407

Modified Files:
	bltin.h 
Log Message:
PR/2808: Add a definition for warnx() (from FreeBSD; currently unused)