Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/16/1997 23:00:02
christos
Sun Nov 16 17:51:00 EST 1997
Update of /a/cvsroot/src/sys/compat/svr4
In directory netbsd1:/var/slash-tmp/cvs-serv17341

Modified Files:
	svr4_misc.c svr4_net.c svr4_stat.c svr4_types.h 
	syscalls.master 
Added Files:
	svr4_mman.h 
Log Message:
>From Todd Vierling:
- Fix memcntl()
- Fixed stat and mknod syscalls to properly disassemble and reassemble
  dev_t values to/from emulation dev_t's
- Added pty (ptmx) subsystem at svr4net minor number 10 -- /dev/ptmx
- Implemented fork1() as fork() (should change if and when threads get
  added to the system)
- fixed spellings in disclaimer in svr4_net.c; it looks like someone went
  and did a s/nd/st/g on the whole file... yuck
- changed ptmx device to also halt on ENXIO (for pty files that exist with
  no kernel pty to back them)
- fixed SVR4 setpgrp() to be a near equivalent to BSD setsid() (old
  emulation didn't create a new session)


christos
Sun Nov 16 17:51:18 EST 1997
Update of /a/cvsroot/src/sys/compat/svr4
In directory netbsd1:/var/slash-tmp/cvs-serv17820

Modified Files:
	svr4_syscall.h svr4_syscallargs.h svr4_syscalls.c 
	svr4_sysent.c 
Log Message:
Regen


christos
Sun Nov 16 17:54:04 EST 1997
Update of /cvsroot/src/share/man/man8
In directory netbsd1:/var/slash-tmp/cvs-serv17929

Modified Files:
	compat_svr4.8 
Log Message:
Remove comment about the pty subsystem