FreeBSD src
Go to file
wpaul 3c5bbc1da6 Fix up new rarpd.
This includes the following changes:

- Support for poking ARP entries into the local table is now built
  in, so the arptab.c module I hacked together is no longer needed.

- rarp_process() and rarp_reply() now accept a len argument which is
  passed down from rarp_loop() which tells rarp_reply() exactly how
  long the original RARP frame was. (Usually, it's 60 bytes, which is
  the minimum.) Previously, the length was calculated using the sum
  of sizeof(struct ether_header) + sizeof(struct ether_arp) (plus the
  ethernet frame header, I think). The result was a total packet
  length of 42 bytes. Now, rarp_reply() sends out packets that are
  the same size as those it recieves (60 bytes). This agrees with the
  behavior of rarpd on SunOS (as observed with tcpdump). The unused
  extra bytes are zeroed.
1996-11-18 22:07:41 +00:00
bin Bruce says: "You have been programming in the kernel for too long :-)." 1996-11-13 20:00:03 +00:00
contrib Restore 8bit stripped down in all lines 1996-11-06 00:12:14 +00:00
eBones First round of moving secure telnet (AKA kerberised telnet) to its new home 1996-10-26 17:20:52 +00:00
etc delete removeuser 1996-11-17 03:57:08 +00:00
games If not on a tty, don't do "--more--" processing. Someday, I will get 1996-11-07 09:27:23 +00:00
gnu Disable the inclusion of the Posix regexp stuff into libgnuregexp. 1996-11-16 22:53:45 +00:00
include Change prototypes for gmtime_r() and localtime_r() in accordance with 1996-11-11 09:22:13 +00:00
lib Fixed execvp() of an empty pathname to fail POSIXly. Previously it 1996-11-18 19:24:47 +00:00
libexec remove newly added reference to ppplogin 1996-11-13 01:36:52 +00:00
lkm Make snake 3.0-CURRENT here. 1996-11-11 14:18:40 +00:00
release Provide a symlink for /bin/sh when the fixit floppy is mounted, so 1996-11-16 22:42:13 +00:00
sbin Submitted by: Archie@whistle.com 1996-11-13 02:01:36 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share Updated Naoki Hamada's e-mail address: 1996-11-18 07:39:16 +00:00
sys Fixed broken SIOCGIFADDR. It was copying out garbage as the ethernet 1996-11-18 04:55:44 +00:00
tools Back out a little more of the previous changes. No longer change 1996-10-31 15:57:25 +00:00
usr.bin Fix arg parsing. kdump used to allow a single argument, which it 1996-11-18 19:37:52 +00:00
usr.sbin Fix up new rarpd. 1996-11-18 22:07:41 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile use NOSHARE variable to skip 'share' directory, useful for shared installations 1996-11-01 19:03:33 +00:00