Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/19/1998 15:50:02
kleink
Fri Jun 19 15:41:45 PDT 1998
Update of /cvsroot/src/include
In directory nb00:/tmp/cvs-serv11255

Modified Files:
	glob.h 
Log Message:
* Remove GLOB_QUOTE, add GLOB_NOESCAPE.  Per POSIX, backslash quoting of
  special characters is the default behaviour, which may be disabled by
  setting GLOB_NOESCAPE.
* Add GLOB_NOMATCH, which will be returned if no matching pathnames have been
  found and GLOB_NOCHECK was not set.
* Add GLOB_NOSYS for completeness; it will never happen.


jonathan
Fri Jun 19 15:44:48 PDT 1998
Update of /cvsroot/src/sys/arch/pmax/pmax
In directory nb00:/tmp/cvs-serv11421

Modified Files:
	machdep.c 
Log Message:
* Update pmax db_init() to match db_aout.c rev 1.19 (tv's Shark changes).
  Add headers to get prototype of db_init().
* Copy i386 logic for  entering  Debugger() if  RB_KDB set on entry.