Go to file
christos 3108a74999 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.
1997-10-09 18:17:19 +00:00
bin Fix format of description line. 1997-10-09 07:37:09 +00:00
distrib Fix tipo inherited from old version of TNF copyright template. 1997-10-09 07:25:45 +00:00
etc Deal with files in the changelist that are added or removed. 1997-10-08 16:13:44 +00:00
games fix compiler warnings on the alpha. 1997-10-04 09:28:32 +00:00
gnu Restore owner/group/mode/atime/mtime of symbolic links. 1997-10-08 22:51:27 +00:00
include proto lchown() only if !_POSIX_SOURCE 1997-10-08 05:44:22 +00:00
lib KNF. 1997-10-09 15:45:15 +00:00
libexec merge lite-2 rcsids 1997-10-08 09:12:46 +00:00
regress Use SUBDIR+= and NOT SUBDIR= if you use several SUBDIR lines. 1997-10-02 11:06:30 +00:00
sbin Ext2 metadata are always stored on disk in little-endian byte order, 1997-10-09 13:19:32 +00:00
share s/sed/${SED}/g 1997-10-09 10:38:13 +00:00
sys Sync with bpf-1.2a1 1997-10-09 18:17:19 +00:00
usr.bin Fix more white space lossage. 1997-10-09 17:58:15 +00:00
usr.sbin document -d, -s. remove bogus #port. fix getopt(). 1997-10-09 07:58:39 +00:00
Makefile Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00