Go to file
cgd 4d6b6d9082 On new architectures and on the alpha, define SIZEOF_BPF_HDR to be
sizeof(struct bpf_hdr).  On machines that we currently support that
can use the old definition (which just covers the size of the data in
struct bpf_hdr), use it even though it's a hack.  (This was changed
for the 'new architectures' case so as to be fail-safe; BPF may
waste a few bytes of space per captured packet on new architectures,
but now at least it's more likely to work.)
1996-05-02 00:57:28 +00:00
bin Remove comment regarding 4.4 symlink behaviour. 1996-04-25 15:44:56 +00:00
distrib Sync with reality with regard to EtherExpress 16 1996-04-26 01:10:12 +00:00
etc Added creation of the iic and rtc character device files. 1996-04-26 20:10:24 +00:00
games Be pedantic, main() returns int in Standard C. 1996-03-21 18:30:19 +00:00
gnu Added support for -R option. 1996-04-25 18:23:37 +00:00
include Added private functions. 1996-04-27 18:57:51 +00:00
lib apparently the BPF_HEADERS don't define BPF_RELEASE or typedef the 1996-05-02 00:18:28 +00:00
libexec Changed to use 1900 + tm_year instead of hardcoding "19" as the century. 1996-04-08 19:03:11 +00:00
regress Add except to the pc532 make. 1996-04-09 16:54:18 +00:00
sbin check returns of inet_addr() and inet_network() against INADDR_NONE, 1996-04-15 18:27:05 +00:00
share Add -xpg4.2 1996-04-26 00:54:05 +00:00
sys On new architectures and on the alpha, define SIZEOF_BPF_HDR to be 1996-05-02 00:57:28 +00:00
usr.bin fix usage message, clean up RPC error printing. 1996-05-01 18:14:10 +00:00
usr.sbin handle the VISTTY vnode flag with the same letter ('I') that BSDI used. 1996-05-02 00:13:08 +00:00
Makefile Headers in src/domestic/include are now installed by the includes target 1996-04-25 01:09:33 +00:00