Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/05/1998 05:20:02
perry
Sun Jan 4 21:15:19 PST 1998
Update of /cvsroot/src/usr.bin/rlogin
In directory netbsd1:/var/slash-tmp/cvs-serv19582
Modified Files:
krcmd.c
Log Message:
Slightly better RCS keyword munging
perry
Sun Jan 4 21:16:00 PST 1998
Update of /cvsroot/src/usr.bin/lex
In directory netbsd1:/var/slash-tmp/cvs-serv19497
Modified Files:
FlexLexer.h ccl.c config.h dfa.c ecs.c flex.skl flexdef.h
gen.c initscan.c libmain.c libyywrap.c main.c misc.c nfa.c
parse.y scan.l sym.c tblcmp.c yylex.c
Log Message:
RCSID Police.
thorpej
Sun Jan 4 21:16:27 PST 1998
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv19786/sys
Modified Files:
proc.h
Log Message:
Also pass fork1() a struct proc **, in case the caller wants a pointer
to the newly created process.
thorpej
Sun Jan 4 21:16:28 PST 1998
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv19786/kern
Modified Files:
kern_fork.c
Log Message:
Also pass fork1() a struct proc **, in case the caller wants a pointer
to the newly created process.