Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/24/1997 00:50:02
thorpej
Mon Jun 23 17:41:31 PDT 1997
Update of /cvsroot/src/sys/arch/atari/dev
In directory netbsd1:/var/slash-tmp/cvs-serv18595
Modified Files:
wd.c
Log Message:
In wdsize():
- If the partition is already open, skip the open/close step. (Sync with
other disk drivers).
- foosize()'s return value is in DEV_BSIZE units; adjust the size obtained
from the disklabel accordingly.
thorpej
Mon Jun 23 17:44:06 PDT 1997
Update of /cvsroot/src/sys/arch/hp300/dev
In directory netbsd1:/var/slash-tmp/cvs-serv18665
Modified Files:
rd.c sd.c
Log Message:
foosize()'s return value is in DEV_BSIZE units; adjust the size obtained
from the disklabel accordingly.
lukem
Mon Jun 23 17:45:30 PDT 1997
Update of /cvsroot/src/usr.bin/xargs
In directory netbsd1:/var/slash-tmp/cvs-serv18623
Modified Files:
xargs.1 xargs.c
Log Message:
Add support for -0 (to be used with find -print0); from OpenBSD.
Clean up man page a bit.