Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/09/1997 18:20:04
christos
Thu Oct  9 14:17:21 EDT 1997
Update of /a/cvsroot/src/sys/net
In directory netbsd1:/var/slash-tmp/cvs-serv7100

Modified Files:
	bpf.c 
Log Message:
Sync with bpf-1.2a1
	- whitespace 
	- add rcsid; our sccsid is newer than the one on 1.2a1.
	- change prototype to add mtu 
	- change size_t to u_int for consistency.
	- add alignment stuff in bpf_movein
	- add more consistency checks bpf_movein
	- use one uiomove and then bcopy the data in bpf_movein
	- update the comment for the panic when ifpromisc fails.
	- separate the case when we have non blocking I/O and
	  no data and return EWOULDBLOCK
	- check for other errors and return them
	- pass the mtu to bpf_movein
	- Add the BPF_KERN_FILTER junk, just so that we keep up with the code
	- remove BIOCSRSIG, BIOCGRSIG; SIGIO does this well.
	- don't add the SIOCGIFADDR stuff (it is bogus)
	- Check for malloc return for consistency.
	- comment should say poll
	- change formatting to match the current code.
	- save and restore the pcount and flags in case we fail to set the
	  interface into promiscuous mode.
	- fix spelling typo.


christos
Thu Oct  9 14:18:39 EDT 1997
Update of /a/cvsroot/src/sys/net
In directory netbsd1:/var/slash-tmp/cvs-serv7262

Modified Files:
	bpf.h 
Log Message:
sync with bpf-1.2a1
	- fix whitespace
	- add rcsid
	- add BPF_RELEASE define
	- add BIOCSTCPF BIOCSUDPF


christos
Thu Oct  9 14:19:23 EDT 1997
Update of /a/cvsroot/src/sys/net
In directory netbsd1:/var/slash-tmp/cvs-serv7432

Modified Files:
	bpfdesc.h 
Log Message:
	- add their rcsid
	- add ifdef to match current code