SEL32: Fix device address assignment for ethernet controller.
SEL32: Allow mag tape to be enabled/attached after system boot.
SEL32: Change delay after SIO to be applied for each unit.
SEL32: Create 1 tape backup of /usr for UTX.
SEL32: Fix test for device on system to use disabled flag.
SEL32: Correct wakeup status for 8-line support.
SEL32: Support -i -n flags options to attach command.
SEL32: Only support disk track replacement logic for diag tracks.
SEL32: Fix two Coverity warning errors from last update.
SEL32: Correct status flage setting for mag tape.
SEL32: Update SEL32 Documentation.
SEL32: Correct mkvmtape in taptools to 8 chars for owner and group names.
- Fix last_coni to properly reflect cycles
- Make DHCP mode default
- Fix display of SHOW IMP information to be complete
- Create a separate unit to precisely perform once per wall clock second
activities (DHCP timing and retries, and arp aging).
- Properly reference host and network data byte order items in DHCP packets
- Include Ethernet network address type in DHCP client id
- Properly identify DHCP supplied netmask bit length
- Clear DHCP acquired state when a DHCP NAK is received
- Track DHCP lease expiring only when a lease has been issued
- Fix ipv4_inet_ntoa to work on either endian host systems
- Properly call eth_filter with the mac address and broadcast address
avoiding all multicast mode.
- Set a default unique MAC address in an old BBN address OID address block
- Pick an initial DHCP transaction id (XID) that is unique and defined to be
derived from the MAC address which is presumably unique on the LAN
- Enable asynchronous Ethernet operating mode
- Enable renew and rebind times to be directly supplied via DHCP and
default to be derived from the explicitly returned lease time
- Implement exponential interval retry while waiting for a DHCP responses
- Properly send the a DHCP release packet at detach time.
- Broadcast an ARP reply to the LAN with the DHCP supplied IP address
- Move ARP data to be part of the imp_device structure
- Allow static ARP entries
- Add a SET IMP ARP=ddd.ddd.ddd.ddd=XX:XX:XX:XX:XX:XX command to create
static ARP entries
- Define a static ARP entry when a IMP GW address is defined at attach time